/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

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

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

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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: Roboto, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 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: currentColor; /* 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 {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

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: ui-monospace, monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

.btn-primary-vaxom {
  width: 11rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.btn-primary-vaxom:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.btn-primary-vaxom {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

.btn-primary-vaxom:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}

.placeholder-vaxom {
  border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.sections-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .sections-container {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .sections-container {
    width: 66.666667%;
  }
}

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

.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-within\:sr-only:focus-within {
  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-within\:not-sr-only:focus-within {
  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\: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\: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;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: sticky !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.inset-1 {
  top: 0.25rem !important;
  right: 0.25rem !important;
  bottom: 0.25rem !important;
  left: 0.25rem !important;
}

.inset-2 {
  top: 0.5rem !important;
  right: 0.5rem !important;
  bottom: 0.5rem !important;
  left: 0.5rem !important;
}

.inset-3 {
  top: 0.75rem !important;
  right: 0.75rem !important;
  bottom: 0.75rem !important;
  left: 0.75rem !important;
}

.inset-4 {
  top: 1rem !important;
  right: 1rem !important;
  bottom: 1rem !important;
  left: 1rem !important;
}

.inset-5 {
  top: 1.25rem !important;
  right: 1.25rem !important;
  bottom: 1.25rem !important;
  left: 1.25rem !important;
}

.inset-6 {
  top: 1.5rem !important;
  right: 1.5rem !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
}

.inset-7 {
  top: 1.75rem !important;
  right: 1.75rem !important;
  bottom: 1.75rem !important;
  left: 1.75rem !important;
}

.inset-8 {
  top: 2rem !important;
  right: 2rem !important;
  bottom: 2rem !important;
  left: 2rem !important;
}

.inset-9 {
  top: 2.25rem !important;
  right: 2.25rem !important;
  bottom: 2.25rem !important;
  left: 2.25rem !important;
}

.inset-10 {
  top: 2.5rem !important;
  right: 2.5rem !important;
  bottom: 2.5rem !important;
  left: 2.5rem !important;
}

.inset-11 {
  top: 2.75rem !important;
  right: 2.75rem !important;
  bottom: 2.75rem !important;
  left: 2.75rem !important;
}

.inset-12 {
  top: 3rem !important;
  right: 3rem !important;
  bottom: 3rem !important;
  left: 3rem !important;
}

.inset-14 {
  top: 3.5rem !important;
  right: 3.5rem !important;
  bottom: 3.5rem !important;
  left: 3.5rem !important;
}

.inset-16 {
  top: 4rem !important;
  right: 4rem !important;
  bottom: 4rem !important;
  left: 4rem !important;
}

.inset-17 {
  top: 4.25rem !important;
  right: 4.25rem !important;
  bottom: 4.25rem !important;
  left: 4.25rem !important;
}

.inset-20 {
  top: 5rem !important;
  right: 5rem !important;
  bottom: 5rem !important;
  left: 5rem !important;
}

.inset-24 {
  top: 6rem !important;
  right: 6rem !important;
  bottom: 6rem !important;
  left: 6rem !important;
}

.inset-25 {
  top: 6.25rem !important;
  right: 6.25rem !important;
  bottom: 6.25rem !important;
  left: 6.25rem !important;
}

.inset-28 {
  top: 7rem !important;
  right: 7rem !important;
  bottom: 7rem !important;
  left: 7rem !important;
}

.inset-32 {
  top: 8rem !important;
  right: 8rem !important;
  bottom: 8rem !important;
  left: 8rem !important;
}

.inset-36 {
  top: 9rem !important;
  right: 9rem !important;
  bottom: 9rem !important;
  left: 9rem !important;
}

.inset-40 {
  top: 10rem !important;
  right: 10rem !important;
  bottom: 10rem !important;
  left: 10rem !important;
}

.inset-44 {
  top: 11rem !important;
  right: 11rem !important;
  bottom: 11rem !important;
  left: 11rem !important;
}

.inset-48 {
  top: 12rem !important;
  right: 12rem !important;
  bottom: 12rem !important;
  left: 12rem !important;
}

.inset-52 {
  top: 13rem !important;
  right: 13rem !important;
  bottom: 13rem !important;
  left: 13rem !important;
}

.inset-56 {
  top: 14rem !important;
  right: 14rem !important;
  bottom: 14rem !important;
  left: 14rem !important;
}

.inset-60 {
  top: 15rem !important;
  right: 15rem !important;
  bottom: 15rem !important;
  left: 15rem !important;
}

.inset-64 {
  top: 16rem !important;
  right: 16rem !important;
  bottom: 16rem !important;
  left: 16rem !important;
}

.inset-72 {
  top: 18.5rem !important;
  right: 18.5rem !important;
  bottom: 18.5rem !important;
  left: 18.5rem !important;
}

.inset-80 {
  top: 20rem !important;
  right: 20rem !important;
  bottom: 20rem !important;
  left: 20rem !important;
}

.inset-96 {
  top: 24rem !important;
  right: 24rem !important;
  bottom: 24rem !important;
  left: 24rem !important;
}

.inset-108 {
  top: 26rem !important;
  right: 26rem !important;
  bottom: 26rem !important;
  left: 26rem !important;
}

.inset-112 {
  top: 28rem !important;
  right: 28rem !important;
  bottom: 28rem !important;
  left: 28rem !important;
}

.inset-120 {
  top: 30rem !important;
  right: 30rem !important;
  bottom: 30rem !important;
  left: 30rem !important;
}

.inset-136 {
  top: 34rem !important;
  right: 34rem !important;
  bottom: 34rem !important;
  left: 34rem !important;
}

.inset-140 {
  top: 42rem !important;
  right: 42rem !important;
  bottom: 42rem !important;
  left: 42rem !important;
}

.inset-144 {
  top: 36rem !important;
  right: 36rem !important;
  bottom: 36rem !important;
  left: 36rem !important;
}

.inset-320 {
  top: 80rem !important;
  right: 80rem !important;
  bottom: 80rem !important;
  left: 80rem !important;
}

.inset-auto {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-px {
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.inset-0\.5 {
  top: 0.125rem !important;
  right: 0.125rem !important;
  bottom: 0.125rem !important;
  left: 0.125rem !important;
}

.inset-1\.5 {
  top: 0.375rem !important;
  right: 0.375rem !important;
  bottom: 0.375rem !important;
  left: 0.375rem !important;
}

.inset-2\.5 {
  top: 0.625rem !important;
  right: 0.625rem !important;
  bottom: 0.625rem !important;
  left: 0.625rem !important;
}

.inset-3\.5 {
  top: 0.875rem !important;
  right: 0.875rem !important;
  bottom: 0.875rem !important;
  left: 0.875rem !important;
}

.inset-50-em {
  top: 50em !important;
  right: 50em !important;
  bottom: 50em !important;
  left: 50em !important;
}

.inset-26-em {
  top: 26em !important;
  right: 26em !important;
  bottom: 26em !important;
  left: 26em !important;
}

.-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.-inset-1 {
  top: -0.25rem !important;
  right: -0.25rem !important;
  bottom: -0.25rem !important;
  left: -0.25rem !important;
}

.-inset-2 {
  top: -0.5rem !important;
  right: -0.5rem !important;
  bottom: -0.5rem !important;
  left: -0.5rem !important;
}

.-inset-3 {
  top: -0.75rem !important;
  right: -0.75rem !important;
  bottom: -0.75rem !important;
  left: -0.75rem !important;
}

.-inset-4 {
  top: -1rem !important;
  right: -1rem !important;
  bottom: -1rem !important;
  left: -1rem !important;
}

.-inset-5 {
  top: -1.25rem !important;
  right: -1.25rem !important;
  bottom: -1.25rem !important;
  left: -1.25rem !important;
}

.-inset-6 {
  top: -1.5rem !important;
  right: -1.5rem !important;
  bottom: -1.5rem !important;
  left: -1.5rem !important;
}

.-inset-7 {
  top: -1.75rem !important;
  right: -1.75rem !important;
  bottom: -1.75rem !important;
  left: -1.75rem !important;
}

.-inset-8 {
  top: -2rem !important;
  right: -2rem !important;
  bottom: -2rem !important;
  left: -2rem !important;
}

.-inset-9 {
  top: -2.25rem !important;
  right: -2.25rem !important;
  bottom: -2.25rem !important;
  left: -2.25rem !important;
}

.-inset-10 {
  top: -2.5rem !important;
  right: -2.5rem !important;
  bottom: -2.5rem !important;
  left: -2.5rem !important;
}

.-inset-11 {
  top: -2.75rem !important;
  right: -2.75rem !important;
  bottom: -2.75rem !important;
  left: -2.75rem !important;
}

.-inset-12 {
  top: -3rem !important;
  right: -3rem !important;
  bottom: -3rem !important;
  left: -3rem !important;
}

.-inset-14 {
  top: -3.5rem !important;
  right: -3.5rem !important;
  bottom: -3.5rem !important;
  left: -3.5rem !important;
}

.-inset-16 {
  top: -4rem !important;
  right: -4rem !important;
  bottom: -4rem !important;
  left: -4rem !important;
}

.-inset-20 {
  top: -5rem !important;
  right: -5rem !important;
  bottom: -5rem !important;
  left: -5rem !important;
}

.-inset-24 {
  top: -6rem !important;
  right: -6rem !important;
  bottom: -6rem !important;
  left: -6rem !important;
}

.-inset-28 {
  top: -7rem !important;
  right: -7rem !important;
  bottom: -7rem !important;
  left: -7rem !important;
}

.-inset-32 {
  top: -8rem !important;
  right: -8rem !important;
  bottom: -8rem !important;
  left: -8rem !important;
}

.-inset-36 {
  top: -9rem !important;
  right: -9rem !important;
  bottom: -9rem !important;
  left: -9rem !important;
}

.-inset-40 {
  top: -10rem !important;
  right: -10rem !important;
  bottom: -10rem !important;
  left: -10rem !important;
}

.-inset-44 {
  top: -11rem !important;
  right: -11rem !important;
  bottom: -11rem !important;
  left: -11rem !important;
}

.-inset-48 {
  top: -12rem !important;
  right: -12rem !important;
  bottom: -12rem !important;
  left: -12rem !important;
}

.-inset-52 {
  top: -13rem !important;
  right: -13rem !important;
  bottom: -13rem !important;
  left: -13rem !important;
}

.-inset-56 {
  top: -14rem !important;
  right: -14rem !important;
  bottom: -14rem !important;
  left: -14rem !important;
}

.-inset-60 {
  top: -15rem !important;
  right: -15rem !important;
  bottom: -15rem !important;
  left: -15rem !important;
}

.-inset-64 {
  top: -16rem !important;
  right: -16rem !important;
  bottom: -16rem !important;
  left: -16rem !important;
}

.-inset-72 {
  top: -18.5rem !important;
  right: -18.5rem !important;
  bottom: -18.5rem !important;
  left: -18.5rem !important;
}

.-inset-80 {
  top: -20rem !important;
  right: -20rem !important;
  bottom: -20rem !important;
  left: -20rem !important;
}

.-inset-96 {
  top: -24rem !important;
  right: -24rem !important;
  bottom: -24rem !important;
  left: -24rem !important;
}

.-inset-108 {
  top: -26rem !important;
  right: -26rem !important;
  bottom: -26rem !important;
  left: -26rem !important;
}

.-inset-112 {
  top: -28rem !important;
  right: -28rem !important;
  bottom: -28rem !important;
  left: -28rem !important;
}

.-inset-120 {
  top: -30rem !important;
  right: -30rem !important;
  bottom: -30rem !important;
  left: -30rem !important;
}

.-inset-136 {
  top: -34rem !important;
  right: -34rem !important;
  bottom: -34rem !important;
  left: -34rem !important;
}

.-inset-140 {
  top: -42rem !important;
  right: -42rem !important;
  bottom: -42rem !important;
  left: -42rem !important;
}

.-inset-144 {
  top: -36rem !important;
  right: -36rem !important;
  bottom: -36rem !important;
  left: -36rem !important;
}

.-inset-320 {
  top: -80rem !important;
  right: -80rem !important;
  bottom: -80rem !important;
  left: -80rem !important;
}

.-inset-px {
  top: -1px !important;
  right: -1px !important;
  bottom: -1px !important;
  left: -1px !important;
}

.-inset-0\.5 {
  top: -0.125rem !important;
  right: -0.125rem !important;
  bottom: -0.125rem !important;
  left: -0.125rem !important;
}

.-inset-1\.5 {
  top: -0.375rem !important;
  right: -0.375rem !important;
  bottom: -0.375rem !important;
  left: -0.375rem !important;
}

.-inset-2\.5 {
  top: -0.625rem !important;
  right: -0.625rem !important;
  bottom: -0.625rem !important;
  left: -0.625rem !important;
}

.-inset-3\.5 {
  top: -0.875rem !important;
  right: -0.875rem !important;
  bottom: -0.875rem !important;
  left: -0.875rem !important;
}

.-inset-50-em {
  top: -50em !important;
  right: -50em !important;
  bottom: -50em !important;
  left: -50em !important;
}

.-inset-26-em {
  top: -26em !important;
  right: -26em !important;
  bottom: -26em !important;
  left: -26em !important;
}

.inset-1\/2 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-1\/3 {
  top: 33.333333% !important;
  right: 33.333333% !important;
  bottom: 33.333333% !important;
  left: 33.333333% !important;
}

.inset-2\/3 {
  top: 66.666667% !important;
  right: 66.666667% !important;
  bottom: 66.666667% !important;
  left: 66.666667% !important;
}

.inset-1\/4 {
  top: 25% !important;
  right: 25% !important;
  bottom: 25% !important;
  left: 25% !important;
}

.inset-2\/4 {
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-3\/4 {
  top: 75% !important;
  right: 75% !important;
  bottom: 75% !important;
  left: 75% !important;
}

.inset-full {
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.-inset-1\/2 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-1\/3 {
  top: -33.333333% !important;
  right: -33.333333% !important;
  bottom: -33.333333% !important;
  left: -33.333333% !important;
}

.-inset-2\/3 {
  top: -66.666667% !important;
  right: -66.666667% !important;
  bottom: -66.666667% !important;
  left: -66.666667% !important;
}

.-inset-1\/4 {
  top: -25% !important;
  right: -25% !important;
  bottom: -25% !important;
  left: -25% !important;
}

.-inset-2\/4 {
  top: -50% !important;
  right: -50% !important;
  bottom: -50% !important;
  left: -50% !important;
}

.-inset-3\/4 {
  top: -75% !important;
  right: -75% !important;
  bottom: -75% !important;
  left: -75% !important;
}

.-inset-full {
  top: -100% !important;
  right: -100% !important;
  bottom: -100% !important;
  left: -100% !important;
}

.inset-10\/12 {
  top: 83.333333% !important;
  right: 83.333333% !important;
  bottom: 83.333333% !important;
  left: 83.333333% !important;
}

.inset-11\/12 {
  top: 91.666667% !important;
  right: 91.666667% !important;
  bottom: 91.666667% !important;
  left: 91.666667% !important;
}

.inset-\[23\%\] {
  top: 23% !important;
  right: 23% !important;
  bottom: 23% !important;
  left: 23% !important;
}

.inset-\[20\%\] {
  top: 20% !important;
  right: 20% !important;
  bottom: 20% !important;
  left: 20% !important;
}

.inset-\[45\%\] {
  top: 45% !important;
  right: 45% !important;
  bottom: 45% !important;
  left: 45% !important;
}

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

.inset-x-1 {
  left: 0.25rem !important;
  right: 0.25rem !important;
}

.inset-x-2 {
  left: 0.5rem !important;
  right: 0.5rem !important;
}

.inset-x-3 {
  left: 0.75rem !important;
  right: 0.75rem !important;
}

.inset-x-4 {
  left: 1rem !important;
  right: 1rem !important;
}

.inset-x-5 {
  left: 1.25rem !important;
  right: 1.25rem !important;
}

.inset-x-6 {
  left: 1.5rem !important;
  right: 1.5rem !important;
}

.inset-x-7 {
  left: 1.75rem !important;
  right: 1.75rem !important;
}

.inset-x-8 {
  left: 2rem !important;
  right: 2rem !important;
}

.inset-x-9 {
  left: 2.25rem !important;
  right: 2.25rem !important;
}

.inset-x-10 {
  left: 2.5rem !important;
  right: 2.5rem !important;
}

.inset-x-11 {
  left: 2.75rem !important;
  right: 2.75rem !important;
}

.inset-x-12 {
  left: 3rem !important;
  right: 3rem !important;
}

.inset-x-14 {
  left: 3.5rem !important;
  right: 3.5rem !important;
}

.inset-x-16 {
  left: 4rem !important;
  right: 4rem !important;
}

.inset-x-17 {
  left: 4.25rem !important;
  right: 4.25rem !important;
}

.inset-x-20 {
  left: 5rem !important;
  right: 5rem !important;
}

.inset-x-24 {
  left: 6rem !important;
  right: 6rem !important;
}

.inset-x-25 {
  left: 6.25rem !important;
  right: 6.25rem !important;
}

.inset-x-28 {
  left: 7rem !important;
  right: 7rem !important;
}

.inset-x-32 {
  left: 8rem !important;
  right: 8rem !important;
}

.inset-x-36 {
  left: 9rem !important;
  right: 9rem !important;
}

.inset-x-40 {
  left: 10rem !important;
  right: 10rem !important;
}

.inset-x-44 {
  left: 11rem !important;
  right: 11rem !important;
}

.inset-x-48 {
  left: 12rem !important;
  right: 12rem !important;
}

.inset-x-52 {
  left: 13rem !important;
  right: 13rem !important;
}

.inset-x-56 {
  left: 14rem !important;
  right: 14rem !important;
}

.inset-x-60 {
  left: 15rem !important;
  right: 15rem !important;
}

.inset-x-64 {
  left: 16rem !important;
  right: 16rem !important;
}

.inset-x-72 {
  left: 18.5rem !important;
  right: 18.5rem !important;
}

.inset-x-80 {
  left: 20rem !important;
  right: 20rem !important;
}

.inset-x-96 {
  left: 24rem !important;
  right: 24rem !important;
}

.inset-x-108 {
  left: 26rem !important;
  right: 26rem !important;
}

.inset-x-112 {
  left: 28rem !important;
  right: 28rem !important;
}

.inset-x-120 {
  left: 30rem !important;
  right: 30rem !important;
}

.inset-x-136 {
  left: 34rem !important;
  right: 34rem !important;
}

.inset-x-140 {
  left: 42rem !important;
  right: 42rem !important;
}

.inset-x-144 {
  left: 36rem !important;
  right: 36rem !important;
}

.inset-x-320 {
  left: 80rem !important;
  right: 80rem !important;
}

.inset-x-auto {
  left: auto !important;
  right: auto !important;
}

.inset-x-px {
  left: 1px !important;
  right: 1px !important;
}

.inset-x-0\.5 {
  left: 0.125rem !important;
  right: 0.125rem !important;
}

.inset-x-1\.5 {
  left: 0.375rem !important;
  right: 0.375rem !important;
}

.inset-x-2\.5 {
  left: 0.625rem !important;
  right: 0.625rem !important;
}

.inset-x-3\.5 {
  left: 0.875rem !important;
  right: 0.875rem !important;
}

.inset-x-50-em {
  left: 50em !important;
  right: 50em !important;
}

.inset-x-26-em {
  left: 26em !important;
  right: 26em !important;
}

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

.-inset-x-1 {
  left: -0.25rem !important;
  right: -0.25rem !important;
}

.-inset-x-2 {
  left: -0.5rem !important;
  right: -0.5rem !important;
}

.-inset-x-3 {
  left: -0.75rem !important;
  right: -0.75rem !important;
}

.-inset-x-4 {
  left: -1rem !important;
  right: -1rem !important;
}

.-inset-x-5 {
  left: -1.25rem !important;
  right: -1.25rem !important;
}

.-inset-x-6 {
  left: -1.5rem !important;
  right: -1.5rem !important;
}

.-inset-x-7 {
  left: -1.75rem !important;
  right: -1.75rem !important;
}

.-inset-x-8 {
  left: -2rem !important;
  right: -2rem !important;
}

.-inset-x-9 {
  left: -2.25rem !important;
  right: -2.25rem !important;
}

.-inset-x-10 {
  left: -2.5rem !important;
  right: -2.5rem !important;
}

.-inset-x-11 {
  left: -2.75rem !important;
  right: -2.75rem !important;
}

.-inset-x-12 {
  left: -3rem !important;
  right: -3rem !important;
}

.-inset-x-14 {
  left: -3.5rem !important;
  right: -3.5rem !important;
}

.-inset-x-16 {
  left: -4rem !important;
  right: -4rem !important;
}

.-inset-x-20 {
  left: -5rem !important;
  right: -5rem !important;
}

.-inset-x-24 {
  left: -6rem !important;
  right: -6rem !important;
}

.-inset-x-28 {
  left: -7rem !important;
  right: -7rem !important;
}

.-inset-x-32 {
  left: -8rem !important;
  right: -8rem !important;
}

.-inset-x-36 {
  left: -9rem !important;
  right: -9rem !important;
}

.-inset-x-40 {
  left: -10rem !important;
  right: -10rem !important;
}

.-inset-x-44 {
  left: -11rem !important;
  right: -11rem !important;
}

.-inset-x-48 {
  left: -12rem !important;
  right: -12rem !important;
}

.-inset-x-52 {
  left: -13rem !important;
  right: -13rem !important;
}

.-inset-x-56 {
  left: -14rem !important;
  right: -14rem !important;
}

.-inset-x-60 {
  left: -15rem !important;
  right: -15rem !important;
}

.-inset-x-64 {
  left: -16rem !important;
  right: -16rem !important;
}

.-inset-x-72 {
  left: -18.5rem !important;
  right: -18.5rem !important;
}

.-inset-x-80 {
  left: -20rem !important;
  right: -20rem !important;
}

.-inset-x-96 {
  left: -24rem !important;
  right: -24rem !important;
}

.-inset-x-108 {
  left: -26rem !important;
  right: -26rem !important;
}

.-inset-x-112 {
  left: -28rem !important;
  right: -28rem !important;
}

.-inset-x-120 {
  left: -30rem !important;
  right: -30rem !important;
}

.-inset-x-136 {
  left: -34rem !important;
  right: -34rem !important;
}

.-inset-x-140 {
  left: -42rem !important;
  right: -42rem !important;
}

.-inset-x-144 {
  left: -36rem !important;
  right: -36rem !important;
}

.-inset-x-320 {
  left: -80rem !important;
  right: -80rem !important;
}

.-inset-x-px {
  left: -1px !important;
  right: -1px !important;
}

.-inset-x-0\.5 {
  left: -0.125rem !important;
  right: -0.125rem !important;
}

.-inset-x-1\.5 {
  left: -0.375rem !important;
  right: -0.375rem !important;
}

.-inset-x-2\.5 {
  left: -0.625rem !important;
  right: -0.625rem !important;
}

.-inset-x-3\.5 {
  left: -0.875rem !important;
  right: -0.875rem !important;
}

.-inset-x-50-em {
  left: -50em !important;
  right: -50em !important;
}

.-inset-x-26-em {
  left: -26em !important;
  right: -26em !important;
}

.inset-x-1\/2 {
  left: 50% !important;
  right: 50% !important;
}

.inset-x-1\/3 {
  left: 33.333333% !important;
  right: 33.333333% !important;
}

.inset-x-2\/3 {
  left: 66.666667% !important;
  right: 66.666667% !important;
}

.inset-x-1\/4 {
  left: 25% !important;
  right: 25% !important;
}

.inset-x-2\/4 {
  left: 50% !important;
  right: 50% !important;
}

.inset-x-3\/4 {
  left: 75% !important;
  right: 75% !important;
}

.inset-x-full {
  left: 100% !important;
  right: 100% !important;
}

.-inset-x-1\/2 {
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-1\/3 {
  left: -33.333333% !important;
  right: -33.333333% !important;
}

.-inset-x-2\/3 {
  left: -66.666667% !important;
  right: -66.666667% !important;
}

.-inset-x-1\/4 {
  left: -25% !important;
  right: -25% !important;
}

.-inset-x-2\/4 {
  left: -50% !important;
  right: -50% !important;
}

.-inset-x-3\/4 {
  left: -75% !important;
  right: -75% !important;
}

.-inset-x-full {
  left: -100% !important;
  right: -100% !important;
}

.inset-x-10\/12 {
  left: 83.333333% !important;
  right: 83.333333% !important;
}

.inset-x-11\/12 {
  left: 91.666667% !important;
  right: 91.666667% !important;
}

.inset-x-\[23\%\] {
  left: 23% !important;
  right: 23% !important;
}

.inset-x-\[20\%\] {
  left: 20% !important;
  right: 20% !important;
}

.inset-x-\[45\%\] {
  left: 45% !important;
  right: 45% !important;
}

.inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.inset-y-1 {
  top: 0.25rem !important;
  bottom: 0.25rem !important;
}

.inset-y-2 {
  top: 0.5rem !important;
  bottom: 0.5rem !important;
}

.inset-y-3 {
  top: 0.75rem !important;
  bottom: 0.75rem !important;
}

.inset-y-4 {
  top: 1rem !important;
  bottom: 1rem !important;
}

.inset-y-5 {
  top: 1.25rem !important;
  bottom: 1.25rem !important;
}

.inset-y-6 {
  top: 1.5rem !important;
  bottom: 1.5rem !important;
}

.inset-y-7 {
  top: 1.75rem !important;
  bottom: 1.75rem !important;
}

.inset-y-8 {
  top: 2rem !important;
  bottom: 2rem !important;
}

.inset-y-9 {
  top: 2.25rem !important;
  bottom: 2.25rem !important;
}

.inset-y-10 {
  top: 2.5rem !important;
  bottom: 2.5rem !important;
}

.inset-y-11 {
  top: 2.75rem !important;
  bottom: 2.75rem !important;
}

.inset-y-12 {
  top: 3rem !important;
  bottom: 3rem !important;
}

.inset-y-14 {
  top: 3.5rem !important;
  bottom: 3.5rem !important;
}

.inset-y-16 {
  top: 4rem !important;
  bottom: 4rem !important;
}

.inset-y-17 {
  top: 4.25rem !important;
  bottom: 4.25rem !important;
}

.inset-y-20 {
  top: 5rem !important;
  bottom: 5rem !important;
}

.inset-y-24 {
  top: 6rem !important;
  bottom: 6rem !important;
}

.inset-y-25 {
  top: 6.25rem !important;
  bottom: 6.25rem !important;
}

.inset-y-28 {
  top: 7rem !important;
  bottom: 7rem !important;
}

.inset-y-32 {
  top: 8rem !important;
  bottom: 8rem !important;
}

.inset-y-36 {
  top: 9rem !important;
  bottom: 9rem !important;
}

.inset-y-40 {
  top: 10rem !important;
  bottom: 10rem !important;
}

.inset-y-44 {
  top: 11rem !important;
  bottom: 11rem !important;
}

.inset-y-48 {
  top: 12rem !important;
  bottom: 12rem !important;
}

.inset-y-52 {
  top: 13rem !important;
  bottom: 13rem !important;
}

.inset-y-56 {
  top: 14rem !important;
  bottom: 14rem !important;
}

.inset-y-60 {
  top: 15rem !important;
  bottom: 15rem !important;
}

.inset-y-64 {
  top: 16rem !important;
  bottom: 16rem !important;
}

.inset-y-72 {
  top: 18.5rem !important;
  bottom: 18.5rem !important;
}

.inset-y-80 {
  top: 20rem !important;
  bottom: 20rem !important;
}

.inset-y-96 {
  top: 24rem !important;
  bottom: 24rem !important;
}

.inset-y-108 {
  top: 26rem !important;
  bottom: 26rem !important;
}

.inset-y-112 {
  top: 28rem !important;
  bottom: 28rem !important;
}

.inset-y-120 {
  top: 30rem !important;
  bottom: 30rem !important;
}

.inset-y-136 {
  top: 34rem !important;
  bottom: 34rem !important;
}

.inset-y-140 {
  top: 42rem !important;
  bottom: 42rem !important;
}

.inset-y-144 {
  top: 36rem !important;
  bottom: 36rem !important;
}

.inset-y-320 {
  top: 80rem !important;
  bottom: 80rem !important;
}

.inset-y-auto {
  top: auto !important;
  bottom: auto !important;
}

.inset-y-px {
  top: 1px !important;
  bottom: 1px !important;
}

.inset-y-0\.5 {
  top: 0.125rem !important;
  bottom: 0.125rem !important;
}

.inset-y-1\.5 {
  top: 0.375rem !important;
  bottom: 0.375rem !important;
}

.inset-y-2\.5 {
  top: 0.625rem !important;
  bottom: 0.625rem !important;
}

.inset-y-3\.5 {
  top: 0.875rem !important;
  bottom: 0.875rem !important;
}

.inset-y-50-em {
  top: 50em !important;
  bottom: 50em !important;
}

.inset-y-26-em {
  top: 26em !important;
  bottom: 26em !important;
}

.-inset-y-0 {
  top: 0px !important;
  bottom: 0px !important;
}

.-inset-y-1 {
  top: -0.25rem !important;
  bottom: -0.25rem !important;
}

.-inset-y-2 {
  top: -0.5rem !important;
  bottom: -0.5rem !important;
}

.-inset-y-3 {
  top: -0.75rem !important;
  bottom: -0.75rem !important;
}

.-inset-y-4 {
  top: -1rem !important;
  bottom: -1rem !important;
}

.-inset-y-5 {
  top: -1.25rem !important;
  bottom: -1.25rem !important;
}

.-inset-y-6 {
  top: -1.5rem !important;
  bottom: -1.5rem !important;
}

.-inset-y-7 {
  top: -1.75rem !important;
  bottom: -1.75rem !important;
}

.-inset-y-8 {
  top: -2rem !important;
  bottom: -2rem !important;
}

.-inset-y-9 {
  top: -2.25rem !important;
  bottom: -2.25rem !important;
}

.-inset-y-10 {
  top: -2.5rem !important;
  bottom: -2.5rem !important;
}

.-inset-y-11 {
  top: -2.75rem !important;
  bottom: -2.75rem !important;
}

.-inset-y-12 {
  top: -3rem !important;
  bottom: -3rem !important;
}

.-inset-y-14 {
  top: -3.5rem !important;
  bottom: -3.5rem !important;
}

.-inset-y-16 {
  top: -4rem !important;
  bottom: -4rem !important;
}

.-inset-y-20 {
  top: -5rem !important;
  bottom: -5rem !important;
}

.-inset-y-24 {
  top: -6rem !important;
  bottom: -6rem !important;
}

.-inset-y-28 {
  top: -7rem !important;
  bottom: -7rem !important;
}

.-inset-y-32 {
  top: -8rem !important;
  bottom: -8rem !important;
}

.-inset-y-36 {
  top: -9rem !important;
  bottom: -9rem !important;
}

.-inset-y-40 {
  top: -10rem !important;
  bottom: -10rem !important;
}

.-inset-y-44 {
  top: -11rem !important;
  bottom: -11rem !important;
}

.-inset-y-48 {
  top: -12rem !important;
  bottom: -12rem !important;
}

.-inset-y-52 {
  top: -13rem !important;
  bottom: -13rem !important;
}

.-inset-y-56 {
  top: -14rem !important;
  bottom: -14rem !important;
}

.-inset-y-60 {
  top: -15rem !important;
  bottom: -15rem !important;
}

.-inset-y-64 {
  top: -16rem !important;
  bottom: -16rem !important;
}

.-inset-y-72 {
  top: -18.5rem !important;
  bottom: -18.5rem !important;
}

.-inset-y-80 {
  top: -20rem !important;
  bottom: -20rem !important;
}

.-inset-y-96 {
  top: -24rem !important;
  bottom: -24rem !important;
}

.-inset-y-108 {
  top: -26rem !important;
  bottom: -26rem !important;
}

.-inset-y-112 {
  top: -28rem !important;
  bottom: -28rem !important;
}

.-inset-y-120 {
  top: -30rem !important;
  bottom: -30rem !important;
}

.-inset-y-136 {
  top: -34rem !important;
  bottom: -34rem !important;
}

.-inset-y-140 {
  top: -42rem !important;
  bottom: -42rem !important;
}

.-inset-y-144 {
  top: -36rem !important;
  bottom: -36rem !important;
}

.-inset-y-320 {
  top: -80rem !important;
  bottom: -80rem !important;
}

.-inset-y-px {
  top: -1px !important;
  bottom: -1px !important;
}

.-inset-y-0\.5 {
  top: -0.125rem !important;
  bottom: -0.125rem !important;
}

.-inset-y-1\.5 {
  top: -0.375rem !important;
  bottom: -0.375rem !important;
}

.-inset-y-2\.5 {
  top: -0.625rem !important;
  bottom: -0.625rem !important;
}

.-inset-y-3\.5 {
  top: -0.875rem !important;
  bottom: -0.875rem !important;
}

.-inset-y-50-em {
  top: -50em !important;
  bottom: -50em !important;
}

.-inset-y-26-em {
  top: -26em !important;
  bottom: -26em !important;
}

.inset-y-1\/2 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-1\/3 {
  top: 33.333333% !important;
  bottom: 33.333333% !important;
}

.inset-y-2\/3 {
  top: 66.666667% !important;
  bottom: 66.666667% !important;
}

.inset-y-1\/4 {
  top: 25% !important;
  bottom: 25% !important;
}

.inset-y-2\/4 {
  top: 50% !important;
  bottom: 50% !important;
}

.inset-y-3\/4 {
  top: 75% !important;
  bottom: 75% !important;
}

.inset-y-full {
  top: 100% !important;
  bottom: 100% !important;
}

.-inset-y-1\/2 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-1\/3 {
  top: -33.333333% !important;
  bottom: -33.333333% !important;
}

.-inset-y-2\/3 {
  top: -66.666667% !important;
  bottom: -66.666667% !important;
}

.-inset-y-1\/4 {
  top: -25% !important;
  bottom: -25% !important;
}

.-inset-y-2\/4 {
  top: -50% !important;
  bottom: -50% !important;
}

.-inset-y-3\/4 {
  top: -75% !important;
  bottom: -75% !important;
}

.-inset-y-full {
  top: -100% !important;
  bottom: -100% !important;
}

.inset-y-10\/12 {
  top: 83.333333% !important;
  bottom: 83.333333% !important;
}

.inset-y-11\/12 {
  top: 91.666667% !important;
  bottom: 91.666667% !important;
}

.inset-y-\[23\%\] {
  top: 23% !important;
  bottom: 23% !important;
}

.inset-y-\[20\%\] {
  top: 20% !important;
  bottom: 20% !important;
}

.inset-y-\[45\%\] {
  top: 45% !important;
  bottom: 45% !important;
}

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

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

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

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

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

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

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

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

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

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

.top-10 {
  top: 2.5rem !important;
}

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

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

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

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

.top-17 {
  top: 4.25rem !important;
}

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

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

.top-25 {
  top: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.top-72 {
  top: 18.5rem !important;
}

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

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

.top-108 {
  top: 26rem !important;
}

.top-112 {
  top: 28rem !important;
}

.top-120 {
  top: 30rem !important;
}

.top-136 {
  top: 34rem !important;
}

.top-140 {
  top: 42rem !important;
}

.top-144 {
  top: 36rem !important;
}

.top-320 {
  top: 80rem !important;
}

.top-auto {
  top: auto !important;
}

.top-px {
  top: 1px !important;
}

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

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

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

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

.top-50-em {
  top: 50em !important;
}

.top-26-em {
  top: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

.-top-10 {
  top: -2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-top-72 {
  top: -18.5rem !important;
}

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

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

.-top-108 {
  top: -26rem !important;
}

.-top-112 {
  top: -28rem !important;
}

.-top-120 {
  top: -30rem !important;
}

.-top-136 {
  top: -34rem !important;
}

.-top-140 {
  top: -42rem !important;
}

.-top-144 {
  top: -36rem !important;
}

.-top-320 {
  top: -80rem !important;
}

.-top-px {
  top: -1px !important;
}

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

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

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

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

.-top-50-em {
  top: -50em !important;
}

.-top-26-em {
  top: -26em !important;
}

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

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

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

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

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

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

.top-full {
  top: 100% !important;
}

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

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

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

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

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

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

.-top-full {
  top: -100% !important;
}

.top-10\/12 {
  top: 83.333333% !important;
}

.top-11\/12 {
  top: 91.666667% !important;
}

.top-\[23\%\] {
  top: 23% !important;
}

.top-\[20\%\] {
  top: 20% !important;
}

.top-\[45\%\] {
  top: 45% !important;
}

.right-0 {
  right: 0px !important;
}

.right-1 {
  right: 0.25rem !important;
}

.right-2 {
  right: 0.5rem !important;
}

.right-3 {
  right: 0.75rem !important;
}

.right-4 {
  right: 1rem !important;
}

.right-5 {
  right: 1.25rem !important;
}

.right-6 {
  right: 1.5rem !important;
}

.right-7 {
  right: 1.75rem !important;
}

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

.right-9 {
  right: 2.25rem !important;
}

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

.right-11 {
  right: 2.75rem !important;
}

.right-12 {
  right: 3rem !important;
}

.right-14 {
  right: 3.5rem !important;
}

.right-16 {
  right: 4rem !important;
}

.right-17 {
  right: 4.25rem !important;
}

.right-20 {
  right: 5rem !important;
}

.right-24 {
  right: 6rem !important;
}

.right-25 {
  right: 6.25rem !important;
}

.right-28 {
  right: 7rem !important;
}

.right-32 {
  right: 8rem !important;
}

.right-36 {
  right: 9rem !important;
}

.right-40 {
  right: 10rem !important;
}

.right-44 {
  right: 11rem !important;
}

.right-48 {
  right: 12rem !important;
}

.right-52 {
  right: 13rem !important;
}

.right-56 {
  right: 14rem !important;
}

.right-60 {
  right: 15rem !important;
}

.right-64 {
  right: 16rem !important;
}

.right-72 {
  right: 18.5rem !important;
}

.right-80 {
  right: 20rem !important;
}

.right-96 {
  right: 24rem !important;
}

.right-108 {
  right: 26rem !important;
}

.right-112 {
  right: 28rem !important;
}

.right-120 {
  right: 30rem !important;
}

.right-136 {
  right: 34rem !important;
}

.right-140 {
  right: 42rem !important;
}

.right-144 {
  right: 36rem !important;
}

.right-320 {
  right: 80rem !important;
}

.right-auto {
  right: auto !important;
}

.right-px {
  right: 1px !important;
}

.right-0\.5 {
  right: 0.125rem !important;
}

.right-1\.5 {
  right: 0.375rem !important;
}

.right-2\.5 {
  right: 0.625rem !important;
}

.right-3\.5 {
  right: 0.875rem !important;
}

.right-50-em {
  right: 50em !important;
}

.right-26-em {
  right: 26em !important;
}

.-right-0 {
  right: 0px !important;
}

.-right-1 {
  right: -0.25rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.-right-3 {
  right: -0.75rem !important;
}

.-right-4 {
  right: -1rem !important;
}

.-right-5 {
  right: -1.25rem !important;
}

.-right-6 {
  right: -1.5rem !important;
}

.-right-7 {
  right: -1.75rem !important;
}

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

.-right-9 {
  right: -2.25rem !important;
}

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

.-right-11 {
  right: -2.75rem !important;
}

.-right-12 {
  right: -3rem !important;
}

.-right-14 {
  right: -3.5rem !important;
}

.-right-16 {
  right: -4rem !important;
}

.-right-20 {
  right: -5rem !important;
}

.-right-24 {
  right: -6rem !important;
}

.-right-28 {
  right: -7rem !important;
}

.-right-32 {
  right: -8rem !important;
}

.-right-36 {
  right: -9rem !important;
}

.-right-40 {
  right: -10rem !important;
}

.-right-44 {
  right: -11rem !important;
}

.-right-48 {
  right: -12rem !important;
}

.-right-52 {
  right: -13rem !important;
}

.-right-56 {
  right: -14rem !important;
}

.-right-60 {
  right: -15rem !important;
}

.-right-64 {
  right: -16rem !important;
}

.-right-72 {
  right: -18.5rem !important;
}

.-right-80 {
  right: -20rem !important;
}

.-right-96 {
  right: -24rem !important;
}

.-right-108 {
  right: -26rem !important;
}

.-right-112 {
  right: -28rem !important;
}

.-right-120 {
  right: -30rem !important;
}

.-right-136 {
  right: -34rem !important;
}

.-right-140 {
  right: -42rem !important;
}

.-right-144 {
  right: -36rem !important;
}

.-right-320 {
  right: -80rem !important;
}

.-right-px {
  right: -1px !important;
}

.-right-0\.5 {
  right: -0.125rem !important;
}

.-right-1\.5 {
  right: -0.375rem !important;
}

.-right-2\.5 {
  right: -0.625rem !important;
}

.-right-3\.5 {
  right: -0.875rem !important;
}

.-right-50-em {
  right: -50em !important;
}

.-right-26-em {
  right: -26em !important;
}

.right-1\/2 {
  right: 50% !important;
}

.right-1\/3 {
  right: 33.333333% !important;
}

.right-2\/3 {
  right: 66.666667% !important;
}

.right-1\/4 {
  right: 25% !important;
}

.right-2\/4 {
  right: 50% !important;
}

.right-3\/4 {
  right: 75% !important;
}

.right-full {
  right: 100% !important;
}

.-right-1\/2 {
  right: -50% !important;
}

.-right-1\/3 {
  right: -33.333333% !important;
}

.-right-2\/3 {
  right: -66.666667% !important;
}

.-right-1\/4 {
  right: -25% !important;
}

.-right-2\/4 {
  right: -50% !important;
}

.-right-3\/4 {
  right: -75% !important;
}

.-right-full {
  right: -100% !important;
}

.right-10\/12 {
  right: 83.333333% !important;
}

.right-11\/12 {
  right: 91.666667% !important;
}

.right-\[23\%\] {
  right: 23% !important;
}

.right-\[20\%\] {
  right: 20% !important;
}

.right-\[45\%\] {
  right: 45% !important;
}

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

.bottom-1 {
  bottom: 0.25rem !important;
}

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

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

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

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

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

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

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

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

.bottom-10 {
  bottom: 2.5rem !important;
}

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

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

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

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

.bottom-17 {
  bottom: 4.25rem !important;
}

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

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

.bottom-25 {
  bottom: 6.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.bottom-72 {
  bottom: 18.5rem !important;
}

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

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

.bottom-108 {
  bottom: 26rem !important;
}

.bottom-112 {
  bottom: 28rem !important;
}

.bottom-120 {
  bottom: 30rem !important;
}

.bottom-136 {
  bottom: 34rem !important;
}

.bottom-140 {
  bottom: 42rem !important;
}

.bottom-144 {
  bottom: 36rem !important;
}

.bottom-320 {
  bottom: 80rem !important;
}

.bottom-auto {
  bottom: auto !important;
}

.bottom-px {
  bottom: 1px !important;
}

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

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

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

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

.bottom-50-em {
  bottom: 50em !important;
}

.bottom-26-em {
  bottom: 26em !important;
}

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

.-bottom-1 {
  bottom: -0.25rem !important;
}

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

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

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

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

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

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

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

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

.-bottom-10 {
  bottom: -2.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-bottom-72 {
  bottom: -18.5rem !important;
}

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

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

.-bottom-108 {
  bottom: -26rem !important;
}

.-bottom-112 {
  bottom: -28rem !important;
}

.-bottom-120 {
  bottom: -30rem !important;
}

.-bottom-136 {
  bottom: -34rem !important;
}

.-bottom-140 {
  bottom: -42rem !important;
}

.-bottom-144 {
  bottom: -36rem !important;
}

.-bottom-320 {
  bottom: -80rem !important;
}

.-bottom-px {
  bottom: -1px !important;
}

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

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

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

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

.-bottom-50-em {
  bottom: -50em !important;
}

.-bottom-26-em {
  bottom: -26em !important;
}

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

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

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

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

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

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

.bottom-full {
  bottom: 100% !important;
}

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

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

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

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

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

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

.-bottom-full {
  bottom: -100% !important;
}

.bottom-10\/12 {
  bottom: 83.333333% !important;
}

.bottom-11\/12 {
  bottom: 91.666667% !important;
}

.bottom-\[23\%\] {
  bottom: 23% !important;
}

.bottom-\[20\%\] {
  bottom: 20% !important;
}

.bottom-\[45\%\] {
  bottom: 45% !important;
}

.left-0 {
  left: 0px !important;
}

.left-1 {
  left: 0.25rem !important;
}

.left-2 {
  left: 0.5rem !important;
}

.left-3 {
  left: 0.75rem !important;
}

.left-4 {
  left: 1rem !important;
}

.left-5 {
  left: 1.25rem !important;
}

.left-6 {
  left: 1.5rem !important;
}

.left-7 {
  left: 1.75rem !important;
}

.left-8 {
  left: 2rem !important;
}

.left-9 {
  left: 2.25rem !important;
}

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

.left-11 {
  left: 2.75rem !important;
}

.left-12 {
  left: 3rem !important;
}

.left-14 {
  left: 3.5rem !important;
}

.left-16 {
  left: 4rem !important;
}

.left-17 {
  left: 4.25rem !important;
}

.left-20 {
  left: 5rem !important;
}

.left-24 {
  left: 6rem !important;
}

.left-25 {
  left: 6.25rem !important;
}

.left-28 {
  left: 7rem !important;
}

.left-32 {
  left: 8rem !important;
}

.left-36 {
  left: 9rem !important;
}

.left-40 {
  left: 10rem !important;
}

.left-44 {
  left: 11rem !important;
}

.left-48 {
  left: 12rem !important;
}

.left-52 {
  left: 13rem !important;
}

.left-56 {
  left: 14rem !important;
}

.left-60 {
  left: 15rem !important;
}

.left-64 {
  left: 16rem !important;
}

.left-72 {
  left: 18.5rem !important;
}

.left-80 {
  left: 20rem !important;
}

.left-96 {
  left: 24rem !important;
}

.left-108 {
  left: 26rem !important;
}

.left-112 {
  left: 28rem !important;
}

.left-120 {
  left: 30rem !important;
}

.left-136 {
  left: 34rem !important;
}

.left-140 {
  left: 42rem !important;
}

.left-144 {
  left: 36rem !important;
}

.left-320 {
  left: 80rem !important;
}

.left-auto {
  left: auto !important;
}

.left-px {
  left: 1px !important;
}

.left-0\.5 {
  left: 0.125rem !important;
}

.left-1\.5 {
  left: 0.375rem !important;
}

.left-2\.5 {
  left: 0.625rem !important;
}

.left-3\.5 {
  left: 0.875rem !important;
}

.left-50-em {
  left: 50em !important;
}

.left-26-em {
  left: 26em !important;
}

.-left-0 {
  left: 0px !important;
}

.-left-1 {
  left: -0.25rem !important;
}

.-left-2 {
  left: -0.5rem !important;
}

.-left-3 {
  left: -0.75rem !important;
}

.-left-4 {
  left: -1rem !important;
}

.-left-5 {
  left: -1.25rem !important;
}

.-left-6 {
  left: -1.5rem !important;
}

.-left-7 {
  left: -1.75rem !important;
}

.-left-8 {
  left: -2rem !important;
}

.-left-9 {
  left: -2.25rem !important;
}

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

.-left-11 {
  left: -2.75rem !important;
}

.-left-12 {
  left: -3rem !important;
}

.-left-14 {
  left: -3.5rem !important;
}

.-left-16 {
  left: -4rem !important;
}

.-left-20 {
  left: -5rem !important;
}

.-left-24 {
  left: -6rem !important;
}

.-left-28 {
  left: -7rem !important;
}

.-left-32 {
  left: -8rem !important;
}

.-left-36 {
  left: -9rem !important;
}

.-left-40 {
  left: -10rem !important;
}

.-left-44 {
  left: -11rem !important;
}

.-left-48 {
  left: -12rem !important;
}

.-left-52 {
  left: -13rem !important;
}

.-left-56 {
  left: -14rem !important;
}

.-left-60 {
  left: -15rem !important;
}

.-left-64 {
  left: -16rem !important;
}

.-left-72 {
  left: -18.5rem !important;
}

.-left-80 {
  left: -20rem !important;
}

.-left-96 {
  left: -24rem !important;
}

.-left-108 {
  left: -26rem !important;
}

.-left-112 {
  left: -28rem !important;
}

.-left-120 {
  left: -30rem !important;
}

.-left-136 {
  left: -34rem !important;
}

.-left-140 {
  left: -42rem !important;
}

.-left-144 {
  left: -36rem !important;
}

.-left-320 {
  left: -80rem !important;
}

.-left-px {
  left: -1px !important;
}

.-left-0\.5 {
  left: -0.125rem !important;
}

.-left-1\.5 {
  left: -0.375rem !important;
}

.-left-2\.5 {
  left: -0.625rem !important;
}

.-left-3\.5 {
  left: -0.875rem !important;
}

.-left-50-em {
  left: -50em !important;
}

.-left-26-em {
  left: -26em !important;
}

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

.left-1\/3 {
  left: 33.333333% !important;
}

.left-2\/3 {
  left: 66.666667% !important;
}

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

.left-2\/4 {
  left: 50% !important;
}

.left-3\/4 {
  left: 75% !important;
}

.left-full {
  left: 100% !important;
}

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

.-left-1\/3 {
  left: -33.333333% !important;
}

.-left-2\/3 {
  left: -66.666667% !important;
}

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

.-left-2\/4 {
  left: -50% !important;
}

.-left-3\/4 {
  left: -75% !important;
}

.-left-full {
  left: -100% !important;
}

.left-10\/12 {
  left: 83.333333% !important;
}

.left-11\/12 {
  left: 91.666667% !important;
}

.left-\[23\%\] {
  left: 23% !important;
}

.left-\[20\%\] {
  left: 20% !important;
}

.left-\[45\%\] {
  left: 45% !important;
}

.isolate {
  isolation: isolate !important;
}

.isolation-auto {
  isolation: auto !important;
}

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

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

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

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

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

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

.z-auto {
  z-index: auto !important;
}

.focus-within\:z-0:focus-within {
  z-index: 0 !important;
}

.focus-within\:z-10:focus-within {
  z-index: 10 !important;
}

.focus-within\:z-20:focus-within {
  z-index: 20 !important;
}

.focus-within\:z-30:focus-within {
  z-index: 30 !important;
}

.focus-within\:z-40:focus-within {
  z-index: 40 !important;
}

.focus-within\:z-50:focus-within {
  z-index: 50 !important;
}

.focus-within\:z-auto:focus-within {
  z-index: auto !important;
}

.focus\:z-0:focus {
  z-index: 0 !important;
}

.focus\:z-10:focus {
  z-index: 10 !important;
}

.focus\:z-20:focus {
  z-index: 20 !important;
}

.focus\:z-30:focus {
  z-index: 30 !important;
}

.focus\:z-40:focus {
  z-index: 40 !important;
}

.focus\:z-50:focus {
  z-index: 50 !important;
}

.focus\:z-auto:focus {
  z-index: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999 !important;
}

.order-last {
  order: 9999 !important;
}

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

.col-auto {
  grid-column: auto !important;
}

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

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

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

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

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

.col-span-6 {
  grid-column: span 6 / span 6 !important;
}

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

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

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

.col-span-10 {
  grid-column: span 10 / span 10 !important;
}

.col-span-11 {
  grid-column: span 11 / span 11 !important;
}

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

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

.col-start-1 {
  grid-column-start: 1 !important;
}

.col-start-2 {
  grid-column-start: 2 !important;
}

.col-start-3 {
  grid-column-start: 3 !important;
}

.col-start-4 {
  grid-column-start: 4 !important;
}

.col-start-5 {
  grid-column-start: 5 !important;
}

.col-start-6 {
  grid-column-start: 6 !important;
}

.col-start-7 {
  grid-column-start: 7 !important;
}

.col-start-8 {
  grid-column-start: 8 !important;
}

.col-start-9 {
  grid-column-start: 9 !important;
}

.col-start-10 {
  grid-column-start: 10 !important;
}

.col-start-11 {
  grid-column-start: 11 !important;
}

.col-start-12 {
  grid-column-start: 12 !important;
}

.col-start-13 {
  grid-column-start: 13 !important;
}

.col-start-auto {
  grid-column-start: auto !important;
}

.col-end-1 {
  grid-column-end: 1 !important;
}

.col-end-2 {
  grid-column-end: 2 !important;
}

.col-end-3 {
  grid-column-end: 3 !important;
}

.col-end-4 {
  grid-column-end: 4 !important;
}

.col-end-5 {
  grid-column-end: 5 !important;
}

.col-end-6 {
  grid-column-end: 6 !important;
}

.col-end-7 {
  grid-column-end: 7 !important;
}

.col-end-8 {
  grid-column-end: 8 !important;
}

.col-end-9 {
  grid-column-end: 9 !important;
}

.col-end-10 {
  grid-column-end: 10 !important;
}

.col-end-11 {
  grid-column-end: 11 !important;
}

.col-end-12 {
  grid-column-end: 12 !important;
}

.col-end-13 {
  grid-column-end: 13 !important;
}

.col-end-auto {
  grid-column-end: auto !important;
}

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

.row-span-1 {
  grid-row: span 1 / span 1 !important;
}

.row-span-2 {
  grid-row: span 2 / span 2 !important;
}

.row-span-3 {
  grid-row: span 3 / span 3 !important;
}

.row-span-4 {
  grid-row: span 4 / span 4 !important;
}

.row-span-5 {
  grid-row: span 5 / span 5 !important;
}

.row-span-6 {
  grid-row: span 6 / span 6 !important;
}

.row-span-full {
  grid-row: 1 / -1 !important;
}

.row-start-1 {
  grid-row-start: 1 !important;
}

.row-start-2 {
  grid-row-start: 2 !important;
}

.row-start-3 {
  grid-row-start: 3 !important;
}

.row-start-4 {
  grid-row-start: 4 !important;
}

.row-start-5 {
  grid-row-start: 5 !important;
}

.row-start-6 {
  grid-row-start: 6 !important;
}

.row-start-7 {
  grid-row-start: 7 !important;
}

.row-start-auto {
  grid-row-start: auto !important;
}

.row-end-1 {
  grid-row-end: 1 !important;
}

.row-end-2 {
  grid-row-end: 2 !important;
}

.row-end-3 {
  grid-row-end: 3 !important;
}

.row-end-4 {
  grid-row-end: 4 !important;
}

.row-end-5 {
  grid-row-end: 5 !important;
}

.row-end-6 {
  grid-row-end: 6 !important;
}

.row-end-7 {
  grid-row-end: 7 !important;
}

.row-end-auto {
  grid-row-end: auto !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-none {
  float: none !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-both {
  clear: both !important;
}

.clear-none {
  clear: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-72 {
  margin: 18.5rem !important;
}

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

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

.m-108 {
  margin: 26rem !important;
}

.m-112 {
  margin: 28rem !important;
}

.m-120 {
  margin: 30rem !important;
}

.m-136 {
  margin: 34rem !important;
}

.m-140 {
  margin: 42rem !important;
}

.m-144 {
  margin: 36rem !important;
}

.m-320 {
  margin: 80rem !important;
}

.m-auto {
  margin: auto !important;
}

.m-px {
  margin: 1px !important;
}

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

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

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

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

.m-50-em {
  margin: 50em !important;
}

.m-26-em {
  margin: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-72 {
  margin: -18.5rem !important;
}

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

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

.-m-108 {
  margin: -26rem !important;
}

.-m-112 {
  margin: -28rem !important;
}

.-m-120 {
  margin: -30rem !important;
}

.-m-136 {
  margin: -34rem !important;
}

.-m-140 {
  margin: -42rem !important;
}

.-m-144 {
  margin: -36rem !important;
}

.-m-320 {
  margin: -80rem !important;
}

.-m-px {
  margin: -1px !important;
}

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

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

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

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

.-m-50-em {
  margin: -50em !important;
}

.-m-26-em {
  margin: -26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-72 {
  margin-left: 18.5rem !important;
  margin-right: 18.5rem !important;
}

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

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

.mx-108 {
  margin-left: 26rem !important;
  margin-right: 26rem !important;
}

.mx-112 {
  margin-left: 28rem !important;
  margin-right: 28rem !important;
}

.mx-120 {
  margin-left: 30rem !important;
  margin-right: 30rem !important;
}

.mx-136 {
  margin-left: 34rem !important;
  margin-right: 34rem !important;
}

.mx-140 {
  margin-left: 42rem !important;
  margin-right: 42rem !important;
}

.mx-144 {
  margin-left: 36rem !important;
  margin-right: 36rem !important;
}

.mx-320 {
  margin-left: 80rem !important;
  margin-right: 80rem !important;
}

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

.mx-px {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

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

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

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

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

.mx-50-em {
  margin-left: 50em !important;
  margin-right: 50em !important;
}

.mx-26-em {
  margin-left: 26em !important;
  margin-right: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mx-72 {
  margin-left: -18.5rem !important;
  margin-right: -18.5rem !important;
}

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

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

.-mx-108 {
  margin-left: -26rem !important;
  margin-right: -26rem !important;
}

.-mx-112 {
  margin-left: -28rem !important;
  margin-right: -28rem !important;
}

.-mx-120 {
  margin-left: -30rem !important;
  margin-right: -30rem !important;
}

.-mx-136 {
  margin-left: -34rem !important;
  margin-right: -34rem !important;
}

.-mx-140 {
  margin-left: -42rem !important;
  margin-right: -42rem !important;
}

.-mx-144 {
  margin-left: -36rem !important;
  margin-right: -36rem !important;
}

.-mx-320 {
  margin-left: -80rem !important;
  margin-right: -80rem !important;
}

.-mx-px {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

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

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

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

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

.-mx-50-em {
  margin-left: -50em !important;
  margin-right: -50em !important;
}

.-mx-26-em {
  margin-left: -26em !important;
  margin-right: -26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-72 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

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

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

.my-108 {
  margin-top: 26rem !important;
  margin-bottom: 26rem !important;
}

.my-112 {
  margin-top: 28rem !important;
  margin-bottom: 28rem !important;
}

.my-120 {
  margin-top: 30rem !important;
  margin-bottom: 30rem !important;
}

.my-136 {
  margin-top: 34rem !important;
  margin-bottom: 34rem !important;
}

.my-140 {
  margin-top: 42rem !important;
  margin-bottom: 42rem !important;
}

.my-144 {
  margin-top: 36rem !important;
  margin-bottom: 36rem !important;
}

.my-320 {
  margin-top: 80rem !important;
  margin-bottom: 80rem !important;
}

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

.my-px {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

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

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

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

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

.my-50-em {
  margin-top: 50em !important;
  margin-bottom: 50em !important;
}

.my-26-em {
  margin-top: 26em !important;
  margin-bottom: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-my-72 {
  margin-top: -18.5rem !important;
  margin-bottom: -18.5rem !important;
}

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

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

.-my-108 {
  margin-top: -26rem !important;
  margin-bottom: -26rem !important;
}

.-my-112 {
  margin-top: -28rem !important;
  margin-bottom: -28rem !important;
}

.-my-120 {
  margin-top: -30rem !important;
  margin-bottom: -30rem !important;
}

.-my-136 {
  margin-top: -34rem !important;
  margin-bottom: -34rem !important;
}

.-my-140 {
  margin-top: -42rem !important;
  margin-bottom: -42rem !important;
}

.-my-144 {
  margin-top: -36rem !important;
  margin-bottom: -36rem !important;
}

.-my-320 {
  margin-top: -80rem !important;
  margin-bottom: -80rem !important;
}

.-my-px {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

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

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

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

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

.-my-50-em {
  margin-top: -50em !important;
  margin-bottom: -50em !important;
}

.-my-26-em {
  margin-top: -26em !important;
  margin-bottom: -26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-72 {
  margin-top: 18.5rem !important;
}

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

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

.mt-108 {
  margin-top: 26rem !important;
}

.mt-112 {
  margin-top: 28rem !important;
}

.mt-120 {
  margin-top: 30rem !important;
}

.mt-136 {
  margin-top: 34rem !important;
}

.mt-140 {
  margin-top: 42rem !important;
}

.mt-144 {
  margin-top: 36rem !important;
}

.mt-320 {
  margin-top: 80rem !important;
}

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

.mt-px {
  margin-top: 1px !important;
}

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

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

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

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

.mt-50-em {
  margin-top: 50em !important;
}

.mt-26-em {
  margin-top: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-72 {
  margin-top: -18.5rem !important;
}

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

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

.-mt-108 {
  margin-top: -26rem !important;
}

.-mt-112 {
  margin-top: -28rem !important;
}

.-mt-120 {
  margin-top: -30rem !important;
}

.-mt-136 {
  margin-top: -34rem !important;
}

.-mt-140 {
  margin-top: -42rem !important;
}

.-mt-144 {
  margin-top: -36rem !important;
}

.-mt-320 {
  margin-top: -80rem !important;
}

.-mt-px {
  margin-top: -1px !important;
}

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

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

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

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

.-mt-50-em {
  margin-top: -50em !important;
}

.-mt-26-em {
  margin-top: -26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-72 {
  margin-right: 18.5rem !important;
}

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

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

.mr-108 {
  margin-right: 26rem !important;
}

.mr-112 {
  margin-right: 28rem !important;
}

.mr-120 {
  margin-right: 30rem !important;
}

.mr-136 {
  margin-right: 34rem !important;
}

.mr-140 {
  margin-right: 42rem !important;
}

.mr-144 {
  margin-right: 36rem !important;
}

.mr-320 {
  margin-right: 80rem !important;
}

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

.mr-px {
  margin-right: 1px !important;
}

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

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

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

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

.mr-50-em {
  margin-right: 50em !important;
}

.mr-26-em {
  margin-right: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mr-72 {
  margin-right: -18.5rem !important;
}

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

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

.-mr-108 {
  margin-right: -26rem !important;
}

.-mr-112 {
  margin-right: -28rem !important;
}

.-mr-120 {
  margin-right: -30rem !important;
}

.-mr-136 {
  margin-right: -34rem !important;
}

.-mr-140 {
  margin-right: -42rem !important;
}

.-mr-144 {
  margin-right: -36rem !important;
}

.-mr-320 {
  margin-right: -80rem !important;
}

.-mr-px {
  margin-right: -1px !important;
}

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

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

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

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

.-mr-50-em {
  margin-right: -50em !important;
}

.-mr-26-em {
  margin-right: -26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-72 {
  margin-bottom: 18.5rem !important;
}

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

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

.mb-108 {
  margin-bottom: 26rem !important;
}

.mb-112 {
  margin-bottom: 28rem !important;
}

.mb-120 {
  margin-bottom: 30rem !important;
}

.mb-136 {
  margin-bottom: 34rem !important;
}

.mb-140 {
  margin-bottom: 42rem !important;
}

.mb-144 {
  margin-bottom: 36rem !important;
}

.mb-320 {
  margin-bottom: 80rem !important;
}

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

.mb-px {
  margin-bottom: 1px !important;
}

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

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

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

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

.mb-50-em {
  margin-bottom: 50em !important;
}

.mb-26-em {
  margin-bottom: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-72 {
  margin-bottom: -18.5rem !important;
}

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

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

.-mb-108 {
  margin-bottom: -26rem !important;
}

.-mb-112 {
  margin-bottom: -28rem !important;
}

.-mb-120 {
  margin-bottom: -30rem !important;
}

.-mb-136 {
  margin-bottom: -34rem !important;
}

.-mb-140 {
  margin-bottom: -42rem !important;
}

.-mb-144 {
  margin-bottom: -36rem !important;
}

.-mb-320 {
  margin-bottom: -80rem !important;
}

.-mb-px {
  margin-bottom: -1px !important;
}

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

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

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

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

.-mb-50-em {
  margin-bottom: -50em !important;
}

.-mb-26-em {
  margin-bottom: -26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-72 {
  margin-left: 18.5rem !important;
}

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

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

.ml-108 {
  margin-left: 26rem !important;
}

.ml-112 {
  margin-left: 28rem !important;
}

.ml-120 {
  margin-left: 30rem !important;
}

.ml-136 {
  margin-left: 34rem !important;
}

.ml-140 {
  margin-left: 42rem !important;
}

.ml-144 {
  margin-left: 36rem !important;
}

.ml-320 {
  margin-left: 80rem !important;
}

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

.ml-px {
  margin-left: 1px !important;
}

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

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

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

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

.ml-50-em {
  margin-left: 50em !important;
}

.ml-26-em {
  margin-left: 26em !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-72 {
  margin-left: -18.5rem !important;
}

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

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

.-ml-108 {
  margin-left: -26rem !important;
}

.-ml-112 {
  margin-left: -28rem !important;
}

.-ml-120 {
  margin-left: -30rem !important;
}

.-ml-136 {
  margin-left: -34rem !important;
}

.-ml-140 {
  margin-left: -42rem !important;
}

.-ml-144 {
  margin-left: -36rem !important;
}

.-ml-320 {
  margin-left: -80rem !important;
}

.-ml-px {
  margin-left: -1px !important;
}

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

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

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

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

.-ml-50-em {
  margin-left: -50em !important;
}

.-ml-26-em {
  margin-left: -26em !important;
}

.box-border {
  box-sizing: border-box !important;
}

.box-content {
  box-sizing: content-box !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.inline-table {
  display: inline-table !important;
}

.table-caption {
  display: table-caption !important;
}

.table-cell {
  display: table-cell !important;
}

.table-column {
  display: table-column !important;
}

.table-column-group {
  display: table-column-group !important;
}

.table-footer-group {
  display: table-footer-group !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row-group {
  display: table-row-group !important;
}

.table-row {
  display: table-row !important;
}

.flow-root {
  display: flow-root !important;
}

.grid {
  display: grid !important;
}

.inline-grid {
  display: inline-grid !important;
}

.contents {
  display: contents !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.h-0 {
  height: 0px !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-14 {
  height: 3.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-24 {
  height: 6rem !important;
}

.h-28 {
  height: 7rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-36 {
  height: 9rem !important;
}

.h-40 {
  height: 10rem !important;
}

.h-44 {
  height: 11rem !important;
}

.h-48 {
  height: 12rem !important;
}

.h-52 {
  height: 13rem !important;
}

.h-56 {
  height: 14rem !important;
}

.h-60 {
  height: 15rem !important;
}

.h-64 {
  height: 16rem !important;
}

.h-72 {
  height: 18.5rem !important;
}

.h-80 {
  height: 20rem !important;
}

.h-88 {
  height: 22rem !important;
}

.h-89 {
  height: 26rem !important;
}

.h-90 {
  height: 30rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-108 {
  height: 26rem !important;
}

.h-112 {
  height: 28rem !important;
}

.h-120 {
  height: 30rem !important;
}

.h-128 {
  height: 32rem !important;
}

.h-136 {
  height: 34rem !important;
}

.h-140 {
  height: 42rem !important;
}

.h-144 {
  height: 36rem !important;
}

.h-288 {
  height: 40rem !important;
}

.h-320 {
  height: 80rem !important;
}

.h-768 {
  height: 45rem !important;
}

.h-800 {
  height: 50rem !important;
}

.h-856 {
  height: 65rem !important;
}

.h-auto {
  height: auto !important;
}

.h-px {
  height: 1px !important;
}

.h-0\.5 {
  height: 0.125rem !important;
}

.h-1\.5 {
  height: 0.375rem !important;
}

.h-2\.5 {
  height: 0.625rem !important;
}

.h-3\.5 {
  height: 0.875rem !important;
}

.h-50-em {
  height: 50em !important;
}

.h-26-em {
  height: 26em !important;
}

.h-1\/2 {
  height: 50% !important;
}

.h-1\/3 {
  height: 33.333333% !important;
}

.h-2\/3 {
  height: 66.666667% !important;
}

.h-1\/4 {
  height: 25% !important;
}

.h-2\/4 {
  height: 50% !important;
}

.h-3\/4 {
  height: 75% !important;
}

.h-1\/5 {
  height: 20% !important;
}

.h-2\/5 {
  height: 40% !important;
}

.h-3\/5 {
  height: 60% !important;
}

.h-4\/5 {
  height: 80% !important;
}

.h-1\/6 {
  height: 16.666667% !important;
}

.h-2\/6 {
  height: 33.333333% !important;
}

.h-3\/6 {
  height: 50% !important;
}

.h-4\/6 {
  height: 66.666667% !important;
}

.h-5\/6 {
  height: 83.333333% !important;
}

.h-full {
  height: 100% !important;
}

.h-screen {
  height: 100vh !important;
}

.h-\[300px\] {
  height: 300px !important;
}

.h-\[130px\] {
  height: 130px !important;
}

.max-h-0 {
  max-height: 0px !important;
}

.max-h-1 {
  max-height: 0.25rem !important;
}

.max-h-2 {
  max-height: 0.5rem !important;
}

.max-h-3 {
  max-height: 0.75rem !important;
}

.max-h-4 {
  max-height: 1rem !important;
}

.max-h-5 {
  max-height: 1.25rem !important;
}

.max-h-6 {
  max-height: 1.5rem !important;
}

.max-h-7 {
  max-height: 1.75rem !important;
}

.max-h-8 {
  max-height: 2rem !important;
}

.max-h-9 {
  max-height: 2.25rem !important;
}

.max-h-10 {
  max-height: 2.5rem !important;
}

.max-h-11 {
  max-height: 2.75rem !important;
}

.max-h-12 {
  max-height: 3rem !important;
}

.max-h-14 {
  max-height: 3.5rem !important;
}

.max-h-16 {
  max-height: 4rem !important;
}

.max-h-20 {
  max-height: 5rem !important;
}

.max-h-24 {
  max-height: 6rem !important;
}

.max-h-28 {
  max-height: 7rem !important;
}

.max-h-32 {
  max-height: 8rem !important;
}

.max-h-36 {
  max-height: 9rem !important;
}

.max-h-40 {
  max-height: 10rem !important;
}

.max-h-44 {
  max-height: 11rem !important;
}

.max-h-48 {
  max-height: 12rem !important;
}

.max-h-52 {
  max-height: 13rem !important;
}

.max-h-56 {
  max-height: 14rem !important;
}

.max-h-60 {
  max-height: 15rem !important;
}

.max-h-64 {
  max-height: 16rem !important;
}

.max-h-72 {
  max-height: 18.5rem !important;
}

.max-h-80 {
  max-height: 20rem !important;
}

.max-h-96 {
  max-height: 24rem !important;
}

.max-h-108 {
  max-height: 26rem !important;
}

.max-h-112 {
  max-height: 28rem !important;
}

.max-h-120 {
  max-height: 30rem !important;
}

.max-h-136 {
  max-height: 34rem !important;
}

.max-h-140 {
  max-height: 42rem !important;
}

.max-h-144 {
  max-height: 36rem !important;
}

.max-h-320 {
  max-height: 80rem !important;
}

.max-h-768 {
  max-height: 45rem !important;
}

.max-h-px {
  max-height: 1px !important;
}

.max-h-0\.5 {
  max-height: 0.125rem !important;
}

.max-h-1\.5 {
  max-height: 0.375rem !important;
}

.max-h-2\.5 {
  max-height: 0.625rem !important;
}

.max-h-3\.5 {
  max-height: 0.875rem !important;
}

.max-h-50-em {
  max-height: 50em !important;
}

.max-h-26-em {
  max-height: 26em !important;
}

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

.max-h-screen {
  max-height: 100vh !important;
}

.max-h-8xl {
  max-height: 88rem !important;
}

.max-h-9xl {
  max-height: 95rem !important;
}

.max-h-sxl {
  max-height: 90% !important;
}

.max-h-\[130px\] {
  max-height: 130px !important;
}

.min-h-0 {
  min-height: 0px !important;
}

.min-h-32 {
  min-height: 8rem !important;
}

.min-h-40 {
  min-height: 10rem !important;
}

.min-h-44 {
  min-height: 11rem !important;
}

.min-h-48 {
  min-height: 12rem !important;
}

.min-h-768 {
  min-height: 45rem !important;
}

.min-h-full {
  min-height: 100% !important;
}

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

.w-0 {
  width: 0px !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-14 {
  width: 3.5rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-36 {
  width: 9rem !important;
}

.w-40 {
  width: 10rem !important;
}

.w-44 {
  width: 11rem !important;
}

.w-48 {
  width: 12rem !important;
}

.w-52 {
  width: 13rem !important;
}

.w-56 {
  width: 14rem !important;
}

.w-60 {
  width: 15rem !important;
}

.w-64 {
  width: 16rem !important;
}

.w-72 {
  width: 18.5rem !important;
}

.w-80 {
  width: 20rem !important;
}

.w-96 {
  width: 24rem !important;
}

.w-100 {
  width: 25rem !important;
}

.w-108 {
  width: 26rem !important;
}

.w-112 {
  width: 28rem !important;
}

.w-120 {
  width: 30rem !important;
}

.w-128 {
  width: 32rem !important;
}

.w-132 {
  width: 33rem !important;
}

.w-136 {
  width: 34rem !important;
}

.w-140 {
  width: 35rem !important;
}

.w-144 {
  width: 36rem !important;
}

.w-160 {
  width: 40rem !important;
}

.w-180 {
  width: 45rem !important;
}

.w-190 {
  width: 47rem !important;
}

.w-195 {
  width: 50rem !important;
}

.w-200 {
  width: 75rem !important;
}

.w-320 {
  width: 80rem !important;
}

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

.w-px {
  width: 1px !important;
}

.w-0\.5 {
  width: 0.125rem !important;
}

.w-1\.5 {
  width: 0.375rem !important;
}

.w-2\.5 {
  width: 0.625rem !important;
}

.w-3\.5 {
  width: 0.875rem !important;
}

.w-50-em {
  width: 50em !important;
}

.w-26-em {
  width: 26em !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-2\/4 {
  width: 50% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-1\/5 {
  width: 20% !important;
}

.w-2\/5 {
  width: 40% !important;
}

.w-3\/5 {
  width: 60% !important;
}

.w-4\/5 {
  width: 80% !important;
}

.w-1\/6 {
  width: 16.666667% !important;
}

.w-2\/6 {
  width: 33.333333% !important;
}

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

.w-4\/6 {
  width: 66.666667% !important;
}

.w-5\/6 {
  width: 83.333333% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-screen {
  width: 100vw !important;
}

.w-min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w-\[350px\] {
  width: 350px !important;
}

.w-\[127px\] {
  width: 127px !important;
}

.w-\[300px\] {
  width: 300px !important;
}

.w-\[600px\] {
  width: 600px !important;
}

.w-\[140px\] {
  width: 140px !important;
}

.w-\[170px\] {
  width: 170px !important;
}

.w-\[150px\] {
  width: 150px !important;
}

.w-\[130px\] {
  width: 130px !important;
}

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

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

.min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}

.min-w-max {
  min-width: -moz-max-content !important;
  min-width: max-content !important;
}

.max-w-0 {
  max-width: 0rem !important;
}

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

.max-w-xs {
  max-width: 20rem !important;
}

.max-w-sm {
  max-width: 24rem !important;
}

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

.max-w-lg {
  max-width: 32rem !important;
}

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

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

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

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

.max-w-5xl {
  max-width: 64rem !important;
}

.max-w-6xl {
  max-width: 72rem !important;
}

.max-w-7xl {
  max-width: 80rem !important;
}

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

.max-w-min {
  max-width: -moz-min-content !important;
  max-width: min-content !important;
}

.max-w-max {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

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

.max-w-screen-sm {
  max-width: 640px !important;
}

.max-w-screen-md {
  max-width: 768px !important;
}

.max-w-screen-lg {
  max-width: 1024px !important;
}

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

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

.max-w-screen-xs {
  max-width: 320px !important;
}

.max-w-screen-bs-lg {
  max-width: 992px !important;
}

.max-w-screen-3xl {
  max-width: 1938px !important;
}

.max-w-8xl {
  max-width: 88rem !important;
}

.max-w-9xl {
  max-width: 95rem !important;
}

.max-w-sxl {
  max-width: 90% !important;
}

.max-w-\[130px\] {
  max-width: 130px !important;
}

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

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

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

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

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

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

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

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

.table-auto {
  table-layout: auto !important;
}

.table-fixed {
  table-layout: fixed !important;
}

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

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

.origin-center {
  transform-origin: center !important;
}

.origin-top {
  transform-origin: top !important;
}

.origin-top-right {
  transform-origin: top right !important;
}

.origin-right {
  transform-origin: right !important;
}

.origin-bottom-right {
  transform-origin: bottom right !important;
}

.origin-bottom {
  transform-origin: bottom !important;
}

.origin-bottom-left {
  transform-origin: bottom left !important;
}

.origin-left {
  transform-origin: left !important;
}

.origin-top-left {
  transform-origin: top left !important;
}

.transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-gpu {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.transform-none {
  transform: none !important;
}

.translate-x-0 {
  --tw-translate-x: 0px !important;
}

.translate-x-1 {
  --tw-translate-x: 0.25rem !important;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem !important;
}

.translate-x-3 {
  --tw-translate-x: 0.75rem !important;
}

.translate-x-4 {
  --tw-translate-x: 1rem !important;
}

.translate-x-5 {
  --tw-translate-x: 1.25rem !important;
}

.translate-x-6 {
  --tw-translate-x: 1.5rem !important;
}

.translate-x-7 {
  --tw-translate-x: 1.75rem !important;
}

.translate-x-8 {
  --tw-translate-x: 2rem !important;
}

.translate-x-9 {
  --tw-translate-x: 2.25rem !important;
}

.translate-x-10 {
  --tw-translate-x: 2.5rem !important;
}

.translate-x-11 {
  --tw-translate-x: 2.75rem !important;
}

.translate-x-12 {
  --tw-translate-x: 3rem !important;
}

.translate-x-14 {
  --tw-translate-x: 3.5rem !important;
}

.translate-x-16 {
  --tw-translate-x: 4rem !important;
}

.translate-x-20 {
  --tw-translate-x: 5rem !important;
}

.translate-x-24 {
  --tw-translate-x: 6rem !important;
}

.translate-x-28 {
  --tw-translate-x: 7rem !important;
}

.translate-x-32 {
  --tw-translate-x: 8rem !important;
}

.translate-x-36 {
  --tw-translate-x: 9rem !important;
}

.translate-x-40 {
  --tw-translate-x: 10rem !important;
}

.translate-x-44 {
  --tw-translate-x: 11rem !important;
}

.translate-x-48 {
  --tw-translate-x: 12rem !important;
}

.translate-x-52 {
  --tw-translate-x: 13rem !important;
}

.translate-x-56 {
  --tw-translate-x: 14rem !important;
}

.translate-x-60 {
  --tw-translate-x: 15rem !important;
}

.translate-x-64 {
  --tw-translate-x: 16rem !important;
}

.translate-x-72 {
  --tw-translate-x: 18.5rem !important;
}

.translate-x-80 {
  --tw-translate-x: 20rem !important;
}

.translate-x-96 {
  --tw-translate-x: 24rem !important;
}

.translate-x-108 {
  --tw-translate-x: 26rem !important;
}

.translate-x-112 {
  --tw-translate-x: 28rem !important;
}

.translate-x-120 {
  --tw-translate-x: 30rem !important;
}

.translate-x-136 {
  --tw-translate-x: 34rem !important;
}

.translate-x-140 {
  --tw-translate-x: 42rem !important;
}

.translate-x-144 {
  --tw-translate-x: 36rem !important;
}

.translate-x-320 {
  --tw-translate-x: 80rem !important;
}

.translate-x-px {
  --tw-translate-x: 1px !important;
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem !important;
}

.translate-x-1\.5 {
  --tw-translate-x: 0.375rem !important;
}

.translate-x-2\.5 {
  --tw-translate-x: 0.625rem !important;
}

.translate-x-3\.5 {
  --tw-translate-x: 0.875rem !important;
}

.translate-x-50-em {
  --tw-translate-x: 50em !important;
}

.translate-x-26-em {
  --tw-translate-x: 26em !important;
}

.-translate-x-0 {
  --tw-translate-x: 0px !important;
}

.-translate-x-1 {
  --tw-translate-x: -0.25rem !important;
}

.-translate-x-2 {
  --tw-translate-x: -0.5rem !important;
}

.-translate-x-3 {
  --tw-translate-x: -0.75rem !important;
}

.-translate-x-4 {
  --tw-translate-x: -1rem !important;
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem !important;
}

.-translate-x-6 {
  --tw-translate-x: -1.5rem !important;
}

.-translate-x-7 {
  --tw-translate-x: -1.75rem !important;
}

.-translate-x-8 {
  --tw-translate-x: -2rem !important;
}

.-translate-x-9 {
  --tw-translate-x: -2.25rem !important;
}

.-translate-x-10 {
  --tw-translate-x: -2.5rem !important;
}

.-translate-x-11 {
  --tw-translate-x: -2.75rem !important;
}

.-translate-x-12 {
  --tw-translate-x: -3rem !important;
}

.-translate-x-14 {
  --tw-translate-x: -3.5rem !important;
}

.-translate-x-16 {
  --tw-translate-x: -4rem !important;
}

.-translate-x-20 {
  --tw-translate-x: -5rem !important;
}

.-translate-x-24 {
  --tw-translate-x: -6rem !important;
}

.-translate-x-28 {
  --tw-translate-x: -7rem !important;
}

.-translate-x-32 {
  --tw-translate-x: -8rem !important;
}

.-translate-x-36 {
  --tw-translate-x: -9rem !important;
}

.-translate-x-40 {
  --tw-translate-x: -10rem !important;
}

.-translate-x-44 {
  --tw-translate-x: -11rem !important;
}

.-translate-x-48 {
  --tw-translate-x: -12rem !important;
}

.-translate-x-52 {
  --tw-translate-x: -13rem !important;
}

.-translate-x-56 {
  --tw-translate-x: -14rem !important;
}

.-translate-x-60 {
  --tw-translate-x: -15rem !important;
}

.-translate-x-64 {
  --tw-translate-x: -16rem !important;
}

.-translate-x-72 {
  --tw-translate-x: -18.5rem !important;
}

.-translate-x-80 {
  --tw-translate-x: -20rem !important;
}

.-translate-x-96 {
  --tw-translate-x: -24rem !important;
}

.-translate-x-108 {
  --tw-translate-x: -26rem !important;
}

.-translate-x-112 {
  --tw-translate-x: -28rem !important;
}

.-translate-x-120 {
  --tw-translate-x: -30rem !important;
}

.-translate-x-136 {
  --tw-translate-x: -34rem !important;
}

.-translate-x-140 {
  --tw-translate-x: -42rem !important;
}

.-translate-x-144 {
  --tw-translate-x: -36rem !important;
}

.-translate-x-320 {
  --tw-translate-x: -80rem !important;
}

.-translate-x-px {
  --tw-translate-x: -1px !important;
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem !important;
}

.-translate-x-1\.5 {
  --tw-translate-x: -0.375rem !important;
}

.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem !important;
}

.-translate-x-3\.5 {
  --tw-translate-x: -0.875rem !important;
}

.-translate-x-50-em {
  --tw-translate-x: -50em !important;
}

.-translate-x-26-em {
  --tw-translate-x: -26em !important;
}

.translate-x-1\/2 {
  --tw-translate-x: 50% !important;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333% !important;
}

.translate-x-2\/3 {
  --tw-translate-x: 66.666667% !important;
}

.translate-x-1\/4 {
  --tw-translate-x: 25% !important;
}

.translate-x-2\/4 {
  --tw-translate-x: 50% !important;
}

.translate-x-3\/4 {
  --tw-translate-x: 75% !important;
}

.translate-x-full {
  --tw-translate-x: 100% !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
}

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333% !important;
}

.-translate-x-2\/3 {
  --tw-translate-x: -66.666667% !important;
}

.-translate-x-1\/4 {
  --tw-translate-x: -25% !important;
}

.-translate-x-2\/4 {
  --tw-translate-x: -50% !important;
}

.-translate-x-3\/4 {
  --tw-translate-x: -75% !important;
}

.-translate-x-full {
  --tw-translate-x: -100% !important;
}

.translate-y-0 {
  --tw-translate-y: 0px !important;
}

.translate-y-1 {
  --tw-translate-y: 0.25rem !important;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem !important;
}

.translate-y-3 {
  --tw-translate-y: 0.75rem !important;
}

.translate-y-4 {
  --tw-translate-y: 1rem !important;
}

.translate-y-5 {
  --tw-translate-y: 1.25rem !important;
}

.translate-y-6 {
  --tw-translate-y: 1.5rem !important;
}

.translate-y-7 {
  --tw-translate-y: 1.75rem !important;
}

.translate-y-8 {
  --tw-translate-y: 2rem !important;
}

.translate-y-9 {
  --tw-translate-y: 2.25rem !important;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem !important;
}

.translate-y-11 {
  --tw-translate-y: 2.75rem !important;
}

.translate-y-12 {
  --tw-translate-y: 3rem !important;
}

.translate-y-14 {
  --tw-translate-y: 3.5rem !important;
}

.translate-y-16 {
  --tw-translate-y: 4rem !important;
}

.translate-y-20 {
  --tw-translate-y: 5rem !important;
}

.translate-y-24 {
  --tw-translate-y: 6rem !important;
}

.translate-y-28 {
  --tw-translate-y: 7rem !important;
}

.translate-y-32 {
  --tw-translate-y: 8rem !important;
}

.translate-y-36 {
  --tw-translate-y: 9rem !important;
}

.translate-y-40 {
  --tw-translate-y: 10rem !important;
}

.translate-y-44 {
  --tw-translate-y: 11rem !important;
}

.translate-y-48 {
  --tw-translate-y: 12rem !important;
}

.translate-y-52 {
  --tw-translate-y: 13rem !important;
}

.translate-y-56 {
  --tw-translate-y: 14rem !important;
}

.translate-y-60 {
  --tw-translate-y: 15rem !important;
}

.translate-y-64 {
  --tw-translate-y: 16rem !important;
}

.translate-y-72 {
  --tw-translate-y: 18.5rem !important;
}

.translate-y-80 {
  --tw-translate-y: 20rem !important;
}

.translate-y-96 {
  --tw-translate-y: 24rem !important;
}

.translate-y-108 {
  --tw-translate-y: 26rem !important;
}

.translate-y-112 {
  --tw-translate-y: 28rem !important;
}

.translate-y-120 {
  --tw-translate-y: 30rem !important;
}

.translate-y-136 {
  --tw-translate-y: 34rem !important;
}

.translate-y-140 {
  --tw-translate-y: 42rem !important;
}

.translate-y-144 {
  --tw-translate-y: 36rem !important;
}

.translate-y-320 {
  --tw-translate-y: 80rem !important;
}

.translate-y-px {
  --tw-translate-y: 1px !important;
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem !important;
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem !important;
}

.translate-y-2\.5 {
  --tw-translate-y: 0.625rem !important;
}

.translate-y-3\.5 {
  --tw-translate-y: 0.875rem !important;
}

.translate-y-50-em {
  --tw-translate-y: 50em !important;
}

.translate-y-26-em {
  --tw-translate-y: 26em !important;
}

.-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.-translate-y-1 {
  --tw-translate-y: -0.25rem !important;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem !important;
}

.-translate-y-3 {
  --tw-translate-y: -0.75rem !important;
}

.-translate-y-4 {
  --tw-translate-y: -1rem !important;
}

.-translate-y-5 {
  --tw-translate-y: -1.25rem !important;
}

.-translate-y-6 {
  --tw-translate-y: -1.5rem !important;
}

.-translate-y-7 {
  --tw-translate-y: -1.75rem !important;
}

.-translate-y-8 {
  --tw-translate-y: -2rem !important;
}

.-translate-y-9 {
  --tw-translate-y: -2.25rem !important;
}

.-translate-y-10 {
  --tw-translate-y: -2.5rem !important;
}

.-translate-y-11 {
  --tw-translate-y: -2.75rem !important;
}

.-translate-y-12 {
  --tw-translate-y: -3rem !important;
}

.-translate-y-14 {
  --tw-translate-y: -3.5rem !important;
}

.-translate-y-16 {
  --tw-translate-y: -4rem !important;
}

.-translate-y-20 {
  --tw-translate-y: -5rem !important;
}

.-translate-y-24 {
  --tw-translate-y: -6rem !important;
}

.-translate-y-28 {
  --tw-translate-y: -7rem !important;
}

.-translate-y-32 {
  --tw-translate-y: -8rem !important;
}

.-translate-y-36 {
  --tw-translate-y: -9rem !important;
}

.-translate-y-40 {
  --tw-translate-y: -10rem !important;
}

.-translate-y-44 {
  --tw-translate-y: -11rem !important;
}

.-translate-y-48 {
  --tw-translate-y: -12rem !important;
}

.-translate-y-52 {
  --tw-translate-y: -13rem !important;
}

.-translate-y-56 {
  --tw-translate-y: -14rem !important;
}

.-translate-y-60 {
  --tw-translate-y: -15rem !important;
}

.-translate-y-64 {
  --tw-translate-y: -16rem !important;
}

.-translate-y-72 {
  --tw-translate-y: -18.5rem !important;
}

.-translate-y-80 {
  --tw-translate-y: -20rem !important;
}

.-translate-y-96 {
  --tw-translate-y: -24rem !important;
}

.-translate-y-108 {
  --tw-translate-y: -26rem !important;
}

.-translate-y-112 {
  --tw-translate-y: -28rem !important;
}

.-translate-y-120 {
  --tw-translate-y: -30rem !important;
}

.-translate-y-136 {
  --tw-translate-y: -34rem !important;
}

.-translate-y-140 {
  --tw-translate-y: -42rem !important;
}

.-translate-y-144 {
  --tw-translate-y: -36rem !important;
}

.-translate-y-320 {
  --tw-translate-y: -80rem !important;
}

.-translate-y-px {
  --tw-translate-y: -1px !important;
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem !important;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem !important;
}

.-translate-y-2\.5 {
  --tw-translate-y: -0.625rem !important;
}

.-translate-y-3\.5 {
  --tw-translate-y: -0.875rem !important;
}

.-translate-y-50-em {
  --tw-translate-y: -50em !important;
}

.-translate-y-26-em {
  --tw-translate-y: -26em !important;
}

.translate-y-1\/2 {
  --tw-translate-y: 50% !important;
}

.translate-y-1\/3 {
  --tw-translate-y: 33.333333% !important;
}

.translate-y-2\/3 {
  --tw-translate-y: 66.666667% !important;
}

.translate-y-1\/4 {
  --tw-translate-y: 25% !important;
}

.translate-y-2\/4 {
  --tw-translate-y: 50% !important;
}

.translate-y-3\/4 {
  --tw-translate-y: 75% !important;
}

.translate-y-full {
  --tw-translate-y: 100% !important;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
}

.-translate-y-1\/3 {
  --tw-translate-y: -33.333333% !important;
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667% !important;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25% !important;
}

.-translate-y-2\/4 {
  --tw-translate-y: -50% !important;
}

.-translate-y-3\/4 {
  --tw-translate-y: -75% !important;
}

.-translate-y-full {
  --tw-translate-y: -100% !important;
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover {
  --tw-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover {
  --tw-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover {
  --tw-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover {
  --tw-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover {
  --tw-translate-x: 1.5rem !important;
}

.hover\:translate-x-7:hover {
  --tw-translate-x: 1.75rem !important;
}

.hover\:translate-x-8:hover {
  --tw-translate-x: 2rem !important;
}

.hover\:translate-x-9:hover {
  --tw-translate-x: 2.25rem !important;
}

.hover\:translate-x-10:hover {
  --tw-translate-x: 2.5rem !important;
}

.hover\:translate-x-11:hover {
  --tw-translate-x: 2.75rem !important;
}

.hover\:translate-x-12:hover {
  --tw-translate-x: 3rem !important;
}

.hover\:translate-x-14:hover {
  --tw-translate-x: 3.5rem !important;
}

.hover\:translate-x-16:hover {
  --tw-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover {
  --tw-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover {
  --tw-translate-x: 6rem !important;
}

.hover\:translate-x-28:hover {
  --tw-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover {
  --tw-translate-x: 8rem !important;
}

.hover\:translate-x-36:hover {
  --tw-translate-x: 9rem !important;
}

.hover\:translate-x-40:hover {
  --tw-translate-x: 10rem !important;
}

.hover\:translate-x-44:hover {
  --tw-translate-x: 11rem !important;
}

.hover\:translate-x-48:hover {
  --tw-translate-x: 12rem !important;
}

.hover\:translate-x-52:hover {
  --tw-translate-x: 13rem !important;
}

.hover\:translate-x-56:hover {
  --tw-translate-x: 14rem !important;
}

.hover\:translate-x-60:hover {
  --tw-translate-x: 15rem !important;
}

.hover\:translate-x-64:hover {
  --tw-translate-x: 16rem !important;
}

.hover\:translate-x-72:hover {
  --tw-translate-x: 18.5rem !important;
}

.hover\:translate-x-80:hover {
  --tw-translate-x: 20rem !important;
}

.hover\:translate-x-96:hover {
  --tw-translate-x: 24rem !important;
}

.hover\:translate-x-108:hover {
  --tw-translate-x: 26rem !important;
}

.hover\:translate-x-112:hover {
  --tw-translate-x: 28rem !important;
}

.hover\:translate-x-120:hover {
  --tw-translate-x: 30rem !important;
}

.hover\:translate-x-136:hover {
  --tw-translate-x: 34rem !important;
}

.hover\:translate-x-140:hover {
  --tw-translate-x: 42rem !important;
}

.hover\:translate-x-144:hover {
  --tw-translate-x: 36rem !important;
}

.hover\:translate-x-320:hover {
  --tw-translate-x: 80rem !important;
}

.hover\:translate-x-px:hover {
  --tw-translate-x: 1px !important;
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem !important;
}

.hover\:translate-x-1\.5:hover {
  --tw-translate-x: 0.375rem !important;
}

.hover\:translate-x-2\.5:hover {
  --tw-translate-x: 0.625rem !important;
}

.hover\:translate-x-3\.5:hover {
  --tw-translate-x: 0.875rem !important;
}

.hover\:translate-x-50-em:hover {
  --tw-translate-x: 50em !important;
}

.hover\:translate-x-26-em:hover {
  --tw-translate-x: 26em !important;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: 0px !important;
}

.hover\:-translate-x-1:hover {
  --tw-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover {
  --tw-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover {
  --tw-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover {
  --tw-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover {
  --tw-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover {
  --tw-translate-x: -1.5rem !important;
}

.hover\:-translate-x-7:hover {
  --tw-translate-x: -1.75rem !important;
}

.hover\:-translate-x-8:hover {
  --tw-translate-x: -2rem !important;
}

.hover\:-translate-x-9:hover {
  --tw-translate-x: -2.25rem !important;
}

.hover\:-translate-x-10:hover {
  --tw-translate-x: -2.5rem !important;
}

.hover\:-translate-x-11:hover {
  --tw-translate-x: -2.75rem !important;
}

.hover\:-translate-x-12:hover {
  --tw-translate-x: -3rem !important;
}

.hover\:-translate-x-14:hover {
  --tw-translate-x: -3.5rem !important;
}

.hover\:-translate-x-16:hover {
  --tw-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover {
  --tw-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover {
  --tw-translate-x: -6rem !important;
}

.hover\:-translate-x-28:hover {
  --tw-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover {
  --tw-translate-x: -8rem !important;
}

.hover\:-translate-x-36:hover {
  --tw-translate-x: -9rem !important;
}

.hover\:-translate-x-40:hover {
  --tw-translate-x: -10rem !important;
}

.hover\:-translate-x-44:hover {
  --tw-translate-x: -11rem !important;
}

.hover\:-translate-x-48:hover {
  --tw-translate-x: -12rem !important;
}

.hover\:-translate-x-52:hover {
  --tw-translate-x: -13rem !important;
}

.hover\:-translate-x-56:hover {
  --tw-translate-x: -14rem !important;
}

.hover\:-translate-x-60:hover {
  --tw-translate-x: -15rem !important;
}

.hover\:-translate-x-64:hover {
  --tw-translate-x: -16rem !important;
}

.hover\:-translate-x-72:hover {
  --tw-translate-x: -18.5rem !important;
}

.hover\:-translate-x-80:hover {
  --tw-translate-x: -20rem !important;
}

.hover\:-translate-x-96:hover {
  --tw-translate-x: -24rem !important;
}

.hover\:-translate-x-108:hover {
  --tw-translate-x: -26rem !important;
}

.hover\:-translate-x-112:hover {
  --tw-translate-x: -28rem !important;
}

.hover\:-translate-x-120:hover {
  --tw-translate-x: -30rem !important;
}

.hover\:-translate-x-136:hover {
  --tw-translate-x: -34rem !important;
}

.hover\:-translate-x-140:hover {
  --tw-translate-x: -42rem !important;
}

.hover\:-translate-x-144:hover {
  --tw-translate-x: -36rem !important;
}

.hover\:-translate-x-320:hover {
  --tw-translate-x: -80rem !important;
}

.hover\:-translate-x-px:hover {
  --tw-translate-x: -1px !important;
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem !important;
}

.hover\:-translate-x-1\.5:hover {
  --tw-translate-x: -0.375rem !important;
}

.hover\:-translate-x-2\.5:hover {
  --tw-translate-x: -0.625rem !important;
}

.hover\:-translate-x-3\.5:hover {
  --tw-translate-x: -0.875rem !important;
}

.hover\:-translate-x-50-em:hover {
  --tw-translate-x: -50em !important;
}

.hover\:-translate-x-26-em:hover {
  --tw-translate-x: -26em !important;
}

.hover\:translate-x-1\/2:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-1\/3:hover {
  --tw-translate-x: 33.333333% !important;
}

.hover\:translate-x-2\/3:hover {
  --tw-translate-x: 66.666667% !important;
}

.hover\:translate-x-1\/4:hover {
  --tw-translate-x: 25% !important;
}

.hover\:translate-x-2\/4:hover {
  --tw-translate-x: 50% !important;
}

.hover\:translate-x-3\/4:hover {
  --tw-translate-x: 75% !important;
}

.hover\:translate-x-full:hover {
  --tw-translate-x: 100% !important;
}

.hover\:-translate-x-1\/2:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-1\/3:hover {
  --tw-translate-x: -33.333333% !important;
}

.hover\:-translate-x-2\/3:hover {
  --tw-translate-x: -66.666667% !important;
}

.hover\:-translate-x-1\/4:hover {
  --tw-translate-x: -25% !important;
}

.hover\:-translate-x-2\/4:hover {
  --tw-translate-x: -50% !important;
}

.hover\:-translate-x-3\/4:hover {
  --tw-translate-x: -75% !important;
}

.hover\:-translate-x-full:hover {
  --tw-translate-x: -100% !important;
}

.hover\:translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:translate-y-1:hover {
  --tw-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover {
  --tw-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover {
  --tw-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover {
  --tw-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover {
  --tw-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover {
  --tw-translate-y: 1.5rem !important;
}

.hover\:translate-y-7:hover {
  --tw-translate-y: 1.75rem !important;
}

.hover\:translate-y-8:hover {
  --tw-translate-y: 2rem !important;
}

.hover\:translate-y-9:hover {
  --tw-translate-y: 2.25rem !important;
}

.hover\:translate-y-10:hover {
  --tw-translate-y: 2.5rem !important;
}

.hover\:translate-y-11:hover {
  --tw-translate-y: 2.75rem !important;
}

.hover\:translate-y-12:hover {
  --tw-translate-y: 3rem !important;
}

.hover\:translate-y-14:hover {
  --tw-translate-y: 3.5rem !important;
}

.hover\:translate-y-16:hover {
  --tw-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover {
  --tw-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover {
  --tw-translate-y: 6rem !important;
}

.hover\:translate-y-28:hover {
  --tw-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover {
  --tw-translate-y: 8rem !important;
}

.hover\:translate-y-36:hover {
  --tw-translate-y: 9rem !important;
}

.hover\:translate-y-40:hover {
  --tw-translate-y: 10rem !important;
}

.hover\:translate-y-44:hover {
  --tw-translate-y: 11rem !important;
}

.hover\:translate-y-48:hover {
  --tw-translate-y: 12rem !important;
}

.hover\:translate-y-52:hover {
  --tw-translate-y: 13rem !important;
}

.hover\:translate-y-56:hover {
  --tw-translate-y: 14rem !important;
}

.hover\:translate-y-60:hover {
  --tw-translate-y: 15rem !important;
}

.hover\:translate-y-64:hover {
  --tw-translate-y: 16rem !important;
}

.hover\:translate-y-72:hover {
  --tw-translate-y: 18.5rem !important;
}

.hover\:translate-y-80:hover {
  --tw-translate-y: 20rem !important;
}

.hover\:translate-y-96:hover {
  --tw-translate-y: 24rem !important;
}

.hover\:translate-y-108:hover {
  --tw-translate-y: 26rem !important;
}

.hover\:translate-y-112:hover {
  --tw-translate-y: 28rem !important;
}

.hover\:translate-y-120:hover {
  --tw-translate-y: 30rem !important;
}

.hover\:translate-y-136:hover {
  --tw-translate-y: 34rem !important;
}

.hover\:translate-y-140:hover {
  --tw-translate-y: 42rem !important;
}

.hover\:translate-y-144:hover {
  --tw-translate-y: 36rem !important;
}

.hover\:translate-y-320:hover {
  --tw-translate-y: 80rem !important;
}

.hover\:translate-y-px:hover {
  --tw-translate-y: 1px !important;
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem !important;
}

.hover\:translate-y-1\.5:hover {
  --tw-translate-y: 0.375rem !important;
}

.hover\:translate-y-2\.5:hover {
  --tw-translate-y: 0.625rem !important;
}

.hover\:translate-y-3\.5:hover {
  --tw-translate-y: 0.875rem !important;
}

.hover\:translate-y-50-em:hover {
  --tw-translate-y: 50em !important;
}

.hover\:translate-y-26-em:hover {
  --tw-translate-y: 26em !important;
}

.hover\:-translate-y-0:hover {
  --tw-translate-y: 0px !important;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover {
  --tw-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover {
  --tw-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover {
  --tw-translate-y: -1.5rem !important;
}

.hover\:-translate-y-7:hover {
  --tw-translate-y: -1.75rem !important;
}

.hover\:-translate-y-8:hover {
  --tw-translate-y: -2rem !important;
}

.hover\:-translate-y-9:hover {
  --tw-translate-y: -2.25rem !important;
}

.hover\:-translate-y-10:hover {
  --tw-translate-y: -2.5rem !important;
}

.hover\:-translate-y-11:hover {
  --tw-translate-y: -2.75rem !important;
}

.hover\:-translate-y-12:hover {
  --tw-translate-y: -3rem !important;
}

.hover\:-translate-y-14:hover {
  --tw-translate-y: -3.5rem !important;
}

.hover\:-translate-y-16:hover {
  --tw-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover {
  --tw-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover {
  --tw-translate-y: -6rem !important;
}

.hover\:-translate-y-28:hover {
  --tw-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover {
  --tw-translate-y: -8rem !important;
}

.hover\:-translate-y-36:hover {
  --tw-translate-y: -9rem !important;
}

.hover\:-translate-y-40:hover {
  --tw-translate-y: -10rem !important;
}

.hover\:-translate-y-44:hover {
  --tw-translate-y: -11rem !important;
}

.hover\:-translate-y-48:hover {
  --tw-translate-y: -12rem !important;
}

.hover\:-translate-y-52:hover {
  --tw-translate-y: -13rem !important;
}

.hover\:-translate-y-56:hover {
  --tw-translate-y: -14rem !important;
}

.hover\:-translate-y-60:hover {
  --tw-translate-y: -15rem !important;
}

.hover\:-translate-y-64:hover {
  --tw-translate-y: -16rem !important;
}

.hover\:-translate-y-72:hover {
  --tw-translate-y: -18.5rem !important;
}

.hover\:-translate-y-80:hover {
  --tw-translate-y: -20rem !important;
}

.hover\:-translate-y-96:hover {
  --tw-translate-y: -24rem !important;
}

.hover\:-translate-y-108:hover {
  --tw-translate-y: -26rem !important;
}

.hover\:-translate-y-112:hover {
  --tw-translate-y: -28rem !important;
}

.hover\:-translate-y-120:hover {
  --tw-translate-y: -30rem !important;
}

.hover\:-translate-y-136:hover {
  --tw-translate-y: -34rem !important;
}

.hover\:-translate-y-140:hover {
  --tw-translate-y: -42rem !important;
}

.hover\:-translate-y-144:hover {
  --tw-translate-y: -36rem !important;
}

.hover\:-translate-y-320:hover {
  --tw-translate-y: -80rem !important;
}

.hover\:-translate-y-px:hover {
  --tw-translate-y: -1px !important;
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem !important;
}

.hover\:-translate-y-1\.5:hover {
  --tw-translate-y: -0.375rem !important;
}

.hover\:-translate-y-2\.5:hover {
  --tw-translate-y: -0.625rem !important;
}

.hover\:-translate-y-3\.5:hover {
  --tw-translate-y: -0.875rem !important;
}

.hover\:-translate-y-50-em:hover {
  --tw-translate-y: -50em !important;
}

.hover\:-translate-y-26-em:hover {
  --tw-translate-y: -26em !important;
}

.hover\:translate-y-1\/2:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-1\/3:hover {
  --tw-translate-y: 33.333333% !important;
}

.hover\:translate-y-2\/3:hover {
  --tw-translate-y: 66.666667% !important;
}

.hover\:translate-y-1\/4:hover {
  --tw-translate-y: 25% !important;
}

.hover\:translate-y-2\/4:hover {
  --tw-translate-y: 50% !important;
}

.hover\:translate-y-3\/4:hover {
  --tw-translate-y: 75% !important;
}

.hover\:translate-y-full:hover {
  --tw-translate-y: 100% !important;
}

.hover\:-translate-y-1\/2:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-1\/3:hover {
  --tw-translate-y: -33.333333% !important;
}

.hover\:-translate-y-2\/3:hover {
  --tw-translate-y: -66.666667% !important;
}

.hover\:-translate-y-1\/4:hover {
  --tw-translate-y: -25% !important;
}

.hover\:-translate-y-2\/4:hover {
  --tw-translate-y: -50% !important;
}

.hover\:-translate-y-3\/4:hover {
  --tw-translate-y: -75% !important;
}

.hover\:-translate-y-full:hover {
  --tw-translate-y: -100% !important;
}

.focus\:translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:translate-x-1:focus {
  --tw-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus {
  --tw-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus {
  --tw-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus {
  --tw-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus {
  --tw-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus {
  --tw-translate-x: 1.5rem !important;
}

.focus\:translate-x-7:focus {
  --tw-translate-x: 1.75rem !important;
}

.focus\:translate-x-8:focus {
  --tw-translate-x: 2rem !important;
}

.focus\:translate-x-9:focus {
  --tw-translate-x: 2.25rem !important;
}

.focus\:translate-x-10:focus {
  --tw-translate-x: 2.5rem !important;
}

.focus\:translate-x-11:focus {
  --tw-translate-x: 2.75rem !important;
}

.focus\:translate-x-12:focus {
  --tw-translate-x: 3rem !important;
}

.focus\:translate-x-14:focus {
  --tw-translate-x: 3.5rem !important;
}

.focus\:translate-x-16:focus {
  --tw-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus {
  --tw-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus {
  --tw-translate-x: 6rem !important;
}

.focus\:translate-x-28:focus {
  --tw-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus {
  --tw-translate-x: 8rem !important;
}

.focus\:translate-x-36:focus {
  --tw-translate-x: 9rem !important;
}

.focus\:translate-x-40:focus {
  --tw-translate-x: 10rem !important;
}

.focus\:translate-x-44:focus {
  --tw-translate-x: 11rem !important;
}

.focus\:translate-x-48:focus {
  --tw-translate-x: 12rem !important;
}

.focus\:translate-x-52:focus {
  --tw-translate-x: 13rem !important;
}

.focus\:translate-x-56:focus {
  --tw-translate-x: 14rem !important;
}

.focus\:translate-x-60:focus {
  --tw-translate-x: 15rem !important;
}

.focus\:translate-x-64:focus {
  --tw-translate-x: 16rem !important;
}

.focus\:translate-x-72:focus {
  --tw-translate-x: 18.5rem !important;
}

.focus\:translate-x-80:focus {
  --tw-translate-x: 20rem !important;
}

.focus\:translate-x-96:focus {
  --tw-translate-x: 24rem !important;
}

.focus\:translate-x-108:focus {
  --tw-translate-x: 26rem !important;
}

.focus\:translate-x-112:focus {
  --tw-translate-x: 28rem !important;
}

.focus\:translate-x-120:focus {
  --tw-translate-x: 30rem !important;
}

.focus\:translate-x-136:focus {
  --tw-translate-x: 34rem !important;
}

.focus\:translate-x-140:focus {
  --tw-translate-x: 42rem !important;
}

.focus\:translate-x-144:focus {
  --tw-translate-x: 36rem !important;
}

.focus\:translate-x-320:focus {
  --tw-translate-x: 80rem !important;
}

.focus\:translate-x-px:focus {
  --tw-translate-x: 1px !important;
}

.focus\:translate-x-0\.5:focus {
  --tw-translate-x: 0.125rem !important;
}

.focus\:translate-x-1\.5:focus {
  --tw-translate-x: 0.375rem !important;
}

.focus\:translate-x-2\.5:focus {
  --tw-translate-x: 0.625rem !important;
}

.focus\:translate-x-3\.5:focus {
  --tw-translate-x: 0.875rem !important;
}

.focus\:translate-x-50-em:focus {
  --tw-translate-x: 50em !important;
}

.focus\:translate-x-26-em:focus {
  --tw-translate-x: 26em !important;
}

.focus\:-translate-x-0:focus {
  --tw-translate-x: 0px !important;
}

.focus\:-translate-x-1:focus {
  --tw-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus {
  --tw-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus {
  --tw-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus {
  --tw-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus {
  --tw-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus {
  --tw-translate-x: -1.5rem !important;
}

.focus\:-translate-x-7:focus {
  --tw-translate-x: -1.75rem !important;
}

.focus\:-translate-x-8:focus {
  --tw-translate-x: -2rem !important;
}

.focus\:-translate-x-9:focus {
  --tw-translate-x: -2.25rem !important;
}

.focus\:-translate-x-10:focus {
  --tw-translate-x: -2.5rem !important;
}

.focus\:-translate-x-11:focus {
  --tw-translate-x: -2.75rem !important;
}

.focus\:-translate-x-12:focus {
  --tw-translate-x: -3rem !important;
}

.focus\:-translate-x-14:focus {
  --tw-translate-x: -3.5rem !important;
}

.focus\:-translate-x-16:focus {
  --tw-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus {
  --tw-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus {
  --tw-translate-x: -6rem !important;
}

.focus\:-translate-x-28:focus {
  --tw-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus {
  --tw-translate-x: -8rem !important;
}

.focus\:-translate-x-36:focus {
  --tw-translate-x: -9rem !important;
}

.focus\:-translate-x-40:focus {
  --tw-translate-x: -10rem !important;
}

.focus\:-translate-x-44:focus {
  --tw-translate-x: -11rem !important;
}

.focus\:-translate-x-48:focus {
  --tw-translate-x: -12rem !important;
}

.focus\:-translate-x-52:focus {
  --tw-translate-x: -13rem !important;
}

.focus\:-translate-x-56:focus {
  --tw-translate-x: -14rem !important;
}

.focus\:-translate-x-60:focus {
  --tw-translate-x: -15rem !important;
}

.focus\:-translate-x-64:focus {
  --tw-translate-x: -16rem !important;
}

.focus\:-translate-x-72:focus {
  --tw-translate-x: -18.5rem !important;
}

.focus\:-translate-x-80:focus {
  --tw-translate-x: -20rem !important;
}

.focus\:-translate-x-96:focus {
  --tw-translate-x: -24rem !important;
}

.focus\:-translate-x-108:focus {
  --tw-translate-x: -26rem !important;
}

.focus\:-translate-x-112:focus {
  --tw-translate-x: -28rem !important;
}

.focus\:-translate-x-120:focus {
  --tw-translate-x: -30rem !important;
}

.focus\:-translate-x-136:focus {
  --tw-translate-x: -34rem !important;
}

.focus\:-translate-x-140:focus {
  --tw-translate-x: -42rem !important;
}

.focus\:-translate-x-144:focus {
  --tw-translate-x: -36rem !important;
}

.focus\:-translate-x-320:focus {
  --tw-translate-x: -80rem !important;
}

.focus\:-translate-x-px:focus {
  --tw-translate-x: -1px !important;
}

.focus\:-translate-x-0\.5:focus {
  --tw-translate-x: -0.125rem !important;
}

.focus\:-translate-x-1\.5:focus {
  --tw-translate-x: -0.375rem !important;
}

.focus\:-translate-x-2\.5:focus {
  --tw-translate-x: -0.625rem !important;
}

.focus\:-translate-x-3\.5:focus {
  --tw-translate-x: -0.875rem !important;
}

.focus\:-translate-x-50-em:focus {
  --tw-translate-x: -50em !important;
}

.focus\:-translate-x-26-em:focus {
  --tw-translate-x: -26em !important;
}

.focus\:translate-x-1\/2:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-1\/3:focus {
  --tw-translate-x: 33.333333% !important;
}

.focus\:translate-x-2\/3:focus {
  --tw-translate-x: 66.666667% !important;
}

.focus\:translate-x-1\/4:focus {
  --tw-translate-x: 25% !important;
}

.focus\:translate-x-2\/4:focus {
  --tw-translate-x: 50% !important;
}

.focus\:translate-x-3\/4:focus {
  --tw-translate-x: 75% !important;
}

.focus\:translate-x-full:focus {
  --tw-translate-x: 100% !important;
}

.focus\:-translate-x-1\/2:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-1\/3:focus {
  --tw-translate-x: -33.333333% !important;
}

.focus\:-translate-x-2\/3:focus {
  --tw-translate-x: -66.666667% !important;
}

.focus\:-translate-x-1\/4:focus {
  --tw-translate-x: -25% !important;
}

.focus\:-translate-x-2\/4:focus {
  --tw-translate-x: -50% !important;
}

.focus\:-translate-x-3\/4:focus {
  --tw-translate-x: -75% !important;
}

.focus\:-translate-x-full:focus {
  --tw-translate-x: -100% !important;
}

.focus\:translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:translate-y-1:focus {
  --tw-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus {
  --tw-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus {
  --tw-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus {
  --tw-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus {
  --tw-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus {
  --tw-translate-y: 1.5rem !important;
}

.focus\:translate-y-7:focus {
  --tw-translate-y: 1.75rem !important;
}

.focus\:translate-y-8:focus {
  --tw-translate-y: 2rem !important;
}

.focus\:translate-y-9:focus {
  --tw-translate-y: 2.25rem !important;
}

.focus\:translate-y-10:focus {
  --tw-translate-y: 2.5rem !important;
}

.focus\:translate-y-11:focus {
  --tw-translate-y: 2.75rem !important;
}

.focus\:translate-y-12:focus {
  --tw-translate-y: 3rem !important;
}

.focus\:translate-y-14:focus {
  --tw-translate-y: 3.5rem !important;
}

.focus\:translate-y-16:focus {
  --tw-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus {
  --tw-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus {
  --tw-translate-y: 6rem !important;
}

.focus\:translate-y-28:focus {
  --tw-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus {
  --tw-translate-y: 8rem !important;
}

.focus\:translate-y-36:focus {
  --tw-translate-y: 9rem !important;
}

.focus\:translate-y-40:focus {
  --tw-translate-y: 10rem !important;
}

.focus\:translate-y-44:focus {
  --tw-translate-y: 11rem !important;
}

.focus\:translate-y-48:focus {
  --tw-translate-y: 12rem !important;
}

.focus\:translate-y-52:focus {
  --tw-translate-y: 13rem !important;
}

.focus\:translate-y-56:focus {
  --tw-translate-y: 14rem !important;
}

.focus\:translate-y-60:focus {
  --tw-translate-y: 15rem !important;
}

.focus\:translate-y-64:focus {
  --tw-translate-y: 16rem !important;
}

.focus\:translate-y-72:focus {
  --tw-translate-y: 18.5rem !important;
}

.focus\:translate-y-80:focus {
  --tw-translate-y: 20rem !important;
}

.focus\:translate-y-96:focus {
  --tw-translate-y: 24rem !important;
}

.focus\:translate-y-108:focus {
  --tw-translate-y: 26rem !important;
}

.focus\:translate-y-112:focus {
  --tw-translate-y: 28rem !important;
}

.focus\:translate-y-120:focus {
  --tw-translate-y: 30rem !important;
}

.focus\:translate-y-136:focus {
  --tw-translate-y: 34rem !important;
}

.focus\:translate-y-140:focus {
  --tw-translate-y: 42rem !important;
}

.focus\:translate-y-144:focus {
  --tw-translate-y: 36rem !important;
}

.focus\:translate-y-320:focus {
  --tw-translate-y: 80rem !important;
}

.focus\:translate-y-px:focus {
  --tw-translate-y: 1px !important;
}

.focus\:translate-y-0\.5:focus {
  --tw-translate-y: 0.125rem !important;
}

.focus\:translate-y-1\.5:focus {
  --tw-translate-y: 0.375rem !important;
}

.focus\:translate-y-2\.5:focus {
  --tw-translate-y: 0.625rem !important;
}

.focus\:translate-y-3\.5:focus {
  --tw-translate-y: 0.875rem !important;
}

.focus\:translate-y-50-em:focus {
  --tw-translate-y: 50em !important;
}

.focus\:translate-y-26-em:focus {
  --tw-translate-y: 26em !important;
}

.focus\:-translate-y-0:focus {
  --tw-translate-y: 0px !important;
}

.focus\:-translate-y-1:focus {
  --tw-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus {
  --tw-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus {
  --tw-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus {
  --tw-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus {
  --tw-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus {
  --tw-translate-y: -1.5rem !important;
}

.focus\:-translate-y-7:focus {
  --tw-translate-y: -1.75rem !important;
}

.focus\:-translate-y-8:focus {
  --tw-translate-y: -2rem !important;
}

.focus\:-translate-y-9:focus {
  --tw-translate-y: -2.25rem !important;
}

.focus\:-translate-y-10:focus {
  --tw-translate-y: -2.5rem !important;
}

.focus\:-translate-y-11:focus {
  --tw-translate-y: -2.75rem !important;
}

.focus\:-translate-y-12:focus {
  --tw-translate-y: -3rem !important;
}

.focus\:-translate-y-14:focus {
  --tw-translate-y: -3.5rem !important;
}

.focus\:-translate-y-16:focus {
  --tw-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus {
  --tw-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus {
  --tw-translate-y: -6rem !important;
}

.focus\:-translate-y-28:focus {
  --tw-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus {
  --tw-translate-y: -8rem !important;
}

.focus\:-translate-y-36:focus {
  --tw-translate-y: -9rem !important;
}

.focus\:-translate-y-40:focus {
  --tw-translate-y: -10rem !important;
}

.focus\:-translate-y-44:focus {
  --tw-translate-y: -11rem !important;
}

.focus\:-translate-y-48:focus {
  --tw-translate-y: -12rem !important;
}

.focus\:-translate-y-52:focus {
  --tw-translate-y: -13rem !important;
}

.focus\:-translate-y-56:focus {
  --tw-translate-y: -14rem !important;
}

.focus\:-translate-y-60:focus {
  --tw-translate-y: -15rem !important;
}

.focus\:-translate-y-64:focus {
  --tw-translate-y: -16rem !important;
}

.focus\:-translate-y-72:focus {
  --tw-translate-y: -18.5rem !important;
}

.focus\:-translate-y-80:focus {
  --tw-translate-y: -20rem !important;
}

.focus\:-translate-y-96:focus {
  --tw-translate-y: -24rem !important;
}

.focus\:-translate-y-108:focus {
  --tw-translate-y: -26rem !important;
}

.focus\:-translate-y-112:focus {
  --tw-translate-y: -28rem !important;
}

.focus\:-translate-y-120:focus {
  --tw-translate-y: -30rem !important;
}

.focus\:-translate-y-136:focus {
  --tw-translate-y: -34rem !important;
}

.focus\:-translate-y-140:focus {
  --tw-translate-y: -42rem !important;
}

.focus\:-translate-y-144:focus {
  --tw-translate-y: -36rem !important;
}

.focus\:-translate-y-320:focus {
  --tw-translate-y: -80rem !important;
}

.focus\:-translate-y-px:focus {
  --tw-translate-y: -1px !important;
}

.focus\:-translate-y-0\.5:focus {
  --tw-translate-y: -0.125rem !important;
}

.focus\:-translate-y-1\.5:focus {
  --tw-translate-y: -0.375rem !important;
}

.focus\:-translate-y-2\.5:focus {
  --tw-translate-y: -0.625rem !important;
}

.focus\:-translate-y-3\.5:focus {
  --tw-translate-y: -0.875rem !important;
}

.focus\:-translate-y-50-em:focus {
  --tw-translate-y: -50em !important;
}

.focus\:-translate-y-26-em:focus {
  --tw-translate-y: -26em !important;
}

.focus\:translate-y-1\/2:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-1\/3:focus {
  --tw-translate-y: 33.333333% !important;
}

.focus\:translate-y-2\/3:focus {
  --tw-translate-y: 66.666667% !important;
}

.focus\:translate-y-1\/4:focus {
  --tw-translate-y: 25% !important;
}

.focus\:translate-y-2\/4:focus {
  --tw-translate-y: 50% !important;
}

.focus\:translate-y-3\/4:focus {
  --tw-translate-y: 75% !important;
}

.focus\:translate-y-full:focus {
  --tw-translate-y: 100% !important;
}

.focus\:-translate-y-1\/2:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-1\/3:focus {
  --tw-translate-y: -33.333333% !important;
}

.focus\:-translate-y-2\/3:focus {
  --tw-translate-y: -66.666667% !important;
}

.focus\:-translate-y-1\/4:focus {
  --tw-translate-y: -25% !important;
}

.focus\:-translate-y-2\/4:focus {
  --tw-translate-y: -50% !important;
}

.focus\:-translate-y-3\/4:focus {
  --tw-translate-y: -75% !important;
}

.focus\:-translate-y-full:focus {
  --tw-translate-y: -100% !important;
}

.rotate-0 {
  --tw-rotate: 0deg !important;
}

.rotate-1 {
  --tw-rotate: 1deg !important;
}

.rotate-2 {
  --tw-rotate: 2deg !important;
}

.rotate-3 {
  --tw-rotate: 3deg !important;
}

.rotate-6 {
  --tw-rotate: 6deg !important;
}

.rotate-12 {
  --tw-rotate: 12deg !important;
}

.rotate-45 {
  --tw-rotate: 45deg !important;
}

.rotate-90 {
  --tw-rotate: 90deg !important;
}

.rotate-180 {
  --tw-rotate: 180deg !important;
}

.-rotate-180 {
  --tw-rotate: -180deg !important;
}

.-rotate-90 {
  --tw-rotate: -90deg !important;
}

.-rotate-45 {
  --tw-rotate: -45deg !important;
}

.-rotate-12 {
  --tw-rotate: -12deg !important;
}

.-rotate-6 {
  --tw-rotate: -6deg !important;
}

.-rotate-3 {
  --tw-rotate: -3deg !important;
}

.-rotate-2 {
  --tw-rotate: -2deg !important;
}

.-rotate-1 {
  --tw-rotate: -1deg !important;
}

.hover\:rotate-0:hover {
  --tw-rotate: 0deg !important;
}

.hover\:rotate-1:hover {
  --tw-rotate: 1deg !important;
}

.hover\:rotate-2:hover {
  --tw-rotate: 2deg !important;
}

.hover\:rotate-3:hover {
  --tw-rotate: 3deg !important;
}

.hover\:rotate-6:hover {
  --tw-rotate: 6deg !important;
}

.hover\:rotate-12:hover {
  --tw-rotate: 12deg !important;
}

.hover\:rotate-45:hover {
  --tw-rotate: 45deg !important;
}

.hover\:rotate-90:hover {
  --tw-rotate: 90deg !important;
}

.hover\:rotate-180:hover {
  --tw-rotate: 180deg !important;
}

.hover\:-rotate-180:hover {
  --tw-rotate: -180deg !important;
}

.hover\:-rotate-90:hover {
  --tw-rotate: -90deg !important;
}

.hover\:-rotate-45:hover {
  --tw-rotate: -45deg !important;
}

.hover\:-rotate-12:hover {
  --tw-rotate: -12deg !important;
}

.hover\:-rotate-6:hover {
  --tw-rotate: -6deg !important;
}

.hover\:-rotate-3:hover {
  --tw-rotate: -3deg !important;
}

.hover\:-rotate-2:hover {
  --tw-rotate: -2deg !important;
}

.hover\:-rotate-1:hover {
  --tw-rotate: -1deg !important;
}

.focus\:rotate-0:focus {
  --tw-rotate: 0deg !important;
}

.focus\:rotate-1:focus {
  --tw-rotate: 1deg !important;
}

.focus\:rotate-2:focus {
  --tw-rotate: 2deg !important;
}

.focus\:rotate-3:focus {
  --tw-rotate: 3deg !important;
}

.focus\:rotate-6:focus {
  --tw-rotate: 6deg !important;
}

.focus\:rotate-12:focus {
  --tw-rotate: 12deg !important;
}

.focus\:rotate-45:focus {
  --tw-rotate: 45deg !important;
}

.focus\:rotate-90:focus {
  --tw-rotate: 90deg !important;
}

.focus\:rotate-180:focus {
  --tw-rotate: 180deg !important;
}

.focus\:-rotate-180:focus {
  --tw-rotate: -180deg !important;
}

.focus\:-rotate-90:focus {
  --tw-rotate: -90deg !important;
}

.focus\:-rotate-45:focus {
  --tw-rotate: -45deg !important;
}

.focus\:-rotate-12:focus {
  --tw-rotate: -12deg !important;
}

.focus\:-rotate-6:focus {
  --tw-rotate: -6deg !important;
}

.focus\:-rotate-3:focus {
  --tw-rotate: -3deg !important;
}

.focus\:-rotate-2:focus {
  --tw-rotate: -2deg !important;
}

.focus\:-rotate-1:focus {
  --tw-rotate: -1deg !important;
}

.skew-x-0 {
  --tw-skew-x: 0deg !important;
}

.skew-x-1 {
  --tw-skew-x: 1deg !important;
}

.skew-x-2 {
  --tw-skew-x: 2deg !important;
}

.skew-x-3 {
  --tw-skew-x: 3deg !important;
}

.skew-x-6 {
  --tw-skew-x: 6deg !important;
}

.skew-x-12 {
  --tw-skew-x: 12deg !important;
}

.-skew-x-12 {
  --tw-skew-x: -12deg !important;
}

.-skew-x-6 {
  --tw-skew-x: -6deg !important;
}

.-skew-x-3 {
  --tw-skew-x: -3deg !important;
}

.-skew-x-2 {
  --tw-skew-x: -2deg !important;
}

.-skew-x-1 {
  --tw-skew-x: -1deg !important;
}

.skew-y-0 {
  --tw-skew-y: 0deg !important;
}

.skew-y-1 {
  --tw-skew-y: 1deg !important;
}

.skew-y-2 {
  --tw-skew-y: 2deg !important;
}

.skew-y-3 {
  --tw-skew-y: 3deg !important;
}

.skew-y-6 {
  --tw-skew-y: 6deg !important;
}

.skew-y-12 {
  --tw-skew-y: 12deg !important;
}

.-skew-y-12 {
  --tw-skew-y: -12deg !important;
}

.-skew-y-6 {
  --tw-skew-y: -6deg !important;
}

.-skew-y-3 {
  --tw-skew-y: -3deg !important;
}

.-skew-y-2 {
  --tw-skew-y: -2deg !important;
}

.-skew-y-1 {
  --tw-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover {
  --tw-skew-x: 0deg !important;
}

.hover\:skew-x-1:hover {
  --tw-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover {
  --tw-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover {
  --tw-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover {
  --tw-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover {
  --tw-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover {
  --tw-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover {
  --tw-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover {
  --tw-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover {
  --tw-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover {
  --tw-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover {
  --tw-skew-y: 0deg !important;
}

.hover\:skew-y-1:hover {
  --tw-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover {
  --tw-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover {
  --tw-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover {
  --tw-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover {
  --tw-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover {
  --tw-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover {
  --tw-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover {
  --tw-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover {
  --tw-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover {
  --tw-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus {
  --tw-skew-x: 0deg !important;
}

.focus\:skew-x-1:focus {
  --tw-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus {
  --tw-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus {
  --tw-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus {
  --tw-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus {
  --tw-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus {
  --tw-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus {
  --tw-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus {
  --tw-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus {
  --tw-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus {
  --tw-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus {
  --tw-skew-y: 0deg !important;
}

.focus\:skew-y-1:focus {
  --tw-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus {
  --tw-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus {
  --tw-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus {
  --tw-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus {
  --tw-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus {
  --tw-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus {
  --tw-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus {
  --tw-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus {
  --tw-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus {
  --tw-skew-y: -1deg !important;
}

.scale-0 {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.scale-50 {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.scale-75 {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.scale-90 {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.scale-105 {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.scale-110 {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.scale-150 {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-0:hover {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.hover\:scale-50:hover {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.hover\:scale-75:hover {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.hover\:scale-90:hover {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.hover\:scale-95:hover {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.hover\:scale-100:hover {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-150:hover {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-0:focus {
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
}

.focus\:scale-50:focus {
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
}

.focus\:scale-75:focus {
  --tw-scale-x: .75 !important;
  --tw-scale-y: .75 !important;
}

.focus\:scale-90:focus {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
}

.focus\:scale-95:focus {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.focus\:scale-100:focus {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

.focus\:scale-105:focus {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-110:focus {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-125:focus {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-150:focus {
  --tw-scale-x: 1.5 !important;
  --tw-scale-y: 1.5 !important;
}

.scale-x-0 {
  --tw-scale-x: 0 !important;
}

.scale-x-50 {
  --tw-scale-x: .5 !important;
}

.scale-x-75 {
  --tw-scale-x: .75 !important;
}

.scale-x-90 {
  --tw-scale-x: .9 !important;
}

.scale-x-95 {
  --tw-scale-x: .95 !important;
}

.scale-x-100 {
  --tw-scale-x: 1 !important;
}

.scale-x-105 {
  --tw-scale-x: 1.05 !important;
}

.scale-x-110 {
  --tw-scale-x: 1.1 !important;
}

.scale-x-125 {
  --tw-scale-x: 1.25 !important;
}

.scale-x-150 {
  --tw-scale-x: 1.5 !important;
}

.scale-y-0 {
  --tw-scale-y: 0 !important;
}

.scale-y-50 {
  --tw-scale-y: .5 !important;
}

.scale-y-75 {
  --tw-scale-y: .75 !important;
}

.scale-y-90 {
  --tw-scale-y: .9 !important;
}

.scale-y-95 {
  --tw-scale-y: .95 !important;
}

.scale-y-100 {
  --tw-scale-y: 1 !important;
}

.scale-y-105 {
  --tw-scale-y: 1.05 !important;
}

.scale-y-110 {
  --tw-scale-y: 1.1 !important;
}

.scale-y-125 {
  --tw-scale-y: 1.25 !important;
}

.scale-y-150 {
  --tw-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover {
  --tw-scale-x: 0 !important;
}

.hover\:scale-x-50:hover {
  --tw-scale-x: .5 !important;
}

.hover\:scale-x-75:hover {
  --tw-scale-x: .75 !important;
}

.hover\:scale-x-90:hover {
  --tw-scale-x: .9 !important;
}

.hover\:scale-x-95:hover {
  --tw-scale-x: .95 !important;
}

.hover\:scale-x-100:hover {
  --tw-scale-x: 1 !important;
}

.hover\:scale-x-105:hover {
  --tw-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover {
  --tw-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover {
  --tw-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover {
  --tw-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover {
  --tw-scale-y: 0 !important;
}

.hover\:scale-y-50:hover {
  --tw-scale-y: .5 !important;
}

.hover\:scale-y-75:hover {
  --tw-scale-y: .75 !important;
}

.hover\:scale-y-90:hover {
  --tw-scale-y: .9 !important;
}

.hover\:scale-y-95:hover {
  --tw-scale-y: .95 !important;
}

.hover\:scale-y-100:hover {
  --tw-scale-y: 1 !important;
}

.hover\:scale-y-105:hover {
  --tw-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover {
  --tw-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover {
  --tw-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover {
  --tw-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus {
  --tw-scale-x: 0 !important;
}

.focus\:scale-x-50:focus {
  --tw-scale-x: .5 !important;
}

.focus\:scale-x-75:focus {
  --tw-scale-x: .75 !important;
}

.focus\:scale-x-90:focus {
  --tw-scale-x: .9 !important;
}

.focus\:scale-x-95:focus {
  --tw-scale-x: .95 !important;
}

.focus\:scale-x-100:focus {
  --tw-scale-x: 1 !important;
}

.focus\:scale-x-105:focus {
  --tw-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus {
  --tw-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus {
  --tw-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus {
  --tw-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus {
  --tw-scale-y: 0 !important;
}

.focus\:scale-y-50:focus {
  --tw-scale-y: .5 !important;
}

.focus\:scale-y-75:focus {
  --tw-scale-y: .75 !important;
}

.focus\:scale-y-90:focus {
  --tw-scale-y: .9 !important;
}

.focus\:scale-y-95:focus {
  --tw-scale-y: .95 !important;
}

.focus\:scale-y-100:focus {
  --tw-scale-y: 1 !important;
}

.focus\:scale-y-105:focus {
  --tw-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus {
  --tw-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus {
  --tw-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus {
  --tw-scale-y: 1.5 !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-none {
  animation: none !important;
}

.animate-spin {
  animation: spin 1s linear infinite !important;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce {
  animation: bounce 1s infinite !important;
}

.animate-ping-slow {
  animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-wait {
  cursor: wait !important;
}

.cursor-text {
  cursor: text !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-help {
  cursor: help !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

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

.select-text {
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.resize-none {
  resize: none !important;
}

.resize-y {
  resize: vertical !important;
}

.resize-x {
  resize: horizontal !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-outside {
  list-style-position: outside !important;
}

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

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

.list-decimal {
  list-style-type: decimal !important;
}

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

.auto-cols-auto {
  grid-auto-columns: auto !important;
}

.auto-cols-min {
  grid-auto-columns: min-content !important;
}

.auto-cols-max {
  grid-auto-columns: max-content !important;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr) !important;
}

.grid-flow-row {
  grid-auto-flow: row !important;
}

.grid-flow-col {
  grid-auto-flow: column !important;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense !important;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense !important;
}

.auto-rows-auto {
  grid-auto-rows: auto !important;
}

.auto-rows-min {
  grid-auto-rows: min-content !important;
}

.auto-rows-max {
  grid-auto-rows: max-content !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none !important;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.grid-rows-none {
  grid-template-rows: none !important;
}

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

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

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

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.place-content-center {
  place-content: center !important;
}

.place-content-start {
  place-content: start !important;
}

.place-content-end {
  place-content: end !important;
}

.place-content-between {
  place-content: space-between !important;
}

.place-content-around {
  place-content: space-around !important;
}

.place-content-evenly {
  place-content: space-evenly !important;
}

.place-content-stretch {
  place-content: stretch !important;
}

.place-items-start {
  place-items: start !important;
}

.place-items-end {
  place-items: end !important;
}

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

.place-items-stretch {
  place-items: stretch !important;
}

.content-center {
  align-content: center !important;
}

.content-start {
  align-content: flex-start !important;
}

.content-end {
  align-content: flex-end !important;
}

.content-between {
  align-content: space-between !important;
}

.content-around {
  align-content: space-around !important;
}

.content-evenly {
  align-content: space-evenly !important;
}

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

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

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

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

.items-stretch {
  align-items: stretch !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-items-start {
  justify-items: start !important;
}

.justify-items-end {
  justify-items: end !important;
}

.justify-items-center {
  justify-items: center !important;
}

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

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-7 {
  gap: 1.75rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

.gap-9 {
  gap: 2.25rem !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-11 {
  gap: 2.75rem !important;
}

.gap-12 {
  gap: 3rem !important;
}

.gap-14 {
  gap: 3.5rem !important;
}

.gap-16 {
  gap: 4rem !important;
}

.gap-20 {
  gap: 5rem !important;
}

.gap-24 {
  gap: 6rem !important;
}

.gap-28 {
  gap: 7rem !important;
}

.gap-32 {
  gap: 8rem !important;
}

.gap-36 {
  gap: 9rem !important;
}

.gap-40 {
  gap: 10rem !important;
}

.gap-44 {
  gap: 11rem !important;
}

.gap-48 {
  gap: 12rem !important;
}

.gap-52 {
  gap: 13rem !important;
}

.gap-56 {
  gap: 14rem !important;
}

.gap-60 {
  gap: 15rem !important;
}

.gap-64 {
  gap: 16rem !important;
}

.gap-72 {
  gap: 18.5rem !important;
}

.gap-80 {
  gap: 20rem !important;
}

.gap-96 {
  gap: 24rem !important;
}

.gap-108 {
  gap: 26rem !important;
}

.gap-112 {
  gap: 28rem !important;
}

.gap-120 {
  gap: 30rem !important;
}

.gap-136 {
  gap: 34rem !important;
}

.gap-140 {
  gap: 42rem !important;
}

.gap-144 {
  gap: 36rem !important;
}

.gap-320 {
  gap: 80rem !important;
}

.gap-px {
  gap: 1px !important;
}

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

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

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

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

.gap-50-em {
  gap: 50em !important;
}

.gap-26-em {
  gap: 26em !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem !important;
       column-gap: 1.75rem !important;
}

.gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem !important;
       column-gap: 2.25rem !important;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem !important;
       column-gap: 2.75rem !important;
}

.gap-x-12 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.gap-x-14 {
  -moz-column-gap: 3.5rem !important;
       column-gap: 3.5rem !important;
}

.gap-x-16 {
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.gap-x-20 {
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.gap-x-24 {
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.gap-x-28 {
  -moz-column-gap: 7rem !important;
       column-gap: 7rem !important;
}

.gap-x-32 {
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.gap-x-36 {
  -moz-column-gap: 9rem !important;
       column-gap: 9rem !important;
}

.gap-x-40 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.gap-x-44 {
  -moz-column-gap: 11rem !important;
       column-gap: 11rem !important;
}

.gap-x-48 {
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.gap-x-52 {
  -moz-column-gap: 13rem !important;
       column-gap: 13rem !important;
}

.gap-x-56 {
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.gap-x-60 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

.gap-x-64 {
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.gap-x-72 {
  -moz-column-gap: 18.5rem !important;
       column-gap: 18.5rem !important;
}

.gap-x-80 {
  -moz-column-gap: 20rem !important;
       column-gap: 20rem !important;
}

.gap-x-96 {
  -moz-column-gap: 24rem !important;
       column-gap: 24rem !important;
}

.gap-x-108 {
  -moz-column-gap: 26rem !important;
       column-gap: 26rem !important;
}

.gap-x-112 {
  -moz-column-gap: 28rem !important;
       column-gap: 28rem !important;
}

.gap-x-120 {
  -moz-column-gap: 30rem !important;
       column-gap: 30rem !important;
}

.gap-x-136 {
  -moz-column-gap: 34rem !important;
       column-gap: 34rem !important;
}

.gap-x-140 {
  -moz-column-gap: 42rem !important;
       column-gap: 42rem !important;
}

.gap-x-144 {
  -moz-column-gap: 36rem !important;
       column-gap: 36rem !important;
}

.gap-x-320 {
  -moz-column-gap: 80rem !important;
       column-gap: 80rem !important;
}

.gap-x-px {
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem !important;
       column-gap: 0.125rem !important;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem !important;
       column-gap: 0.375rem !important;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.gap-x-3\.5 {
  -moz-column-gap: 0.875rem !important;
       column-gap: 0.875rem !important;
}

.gap-x-50-em {
  -moz-column-gap: 50em !important;
       column-gap: 50em !important;
}

.gap-x-26-em {
  -moz-column-gap: 26em !important;
       column-gap: 26em !important;
}

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

.gap-y-1 {
  row-gap: 0.25rem !important;
}

.gap-y-2 {
  row-gap: 0.5rem !important;
}

.gap-y-3 {
  row-gap: 0.75rem !important;
}

.gap-y-4 {
  row-gap: 1rem !important;
}

.gap-y-5 {
  row-gap: 1.25rem !important;
}

.gap-y-6 {
  row-gap: 1.5rem !important;
}

.gap-y-7 {
  row-gap: 1.75rem !important;
}

.gap-y-8 {
  row-gap: 2rem !important;
}

.gap-y-9 {
  row-gap: 2.25rem !important;
}

.gap-y-10 {
  row-gap: 2.5rem !important;
}

.gap-y-11 {
  row-gap: 2.75rem !important;
}

.gap-y-12 {
  row-gap: 3rem !important;
}

.gap-y-14 {
  row-gap: 3.5rem !important;
}

.gap-y-16 {
  row-gap: 4rem !important;
}

.gap-y-20 {
  row-gap: 5rem !important;
}

.gap-y-24 {
  row-gap: 6rem !important;
}

.gap-y-28 {
  row-gap: 7rem !important;
}

.gap-y-32 {
  row-gap: 8rem !important;
}

.gap-y-36 {
  row-gap: 9rem !important;
}

.gap-y-40 {
  row-gap: 10rem !important;
}

.gap-y-44 {
  row-gap: 11rem !important;
}

.gap-y-48 {
  row-gap: 12rem !important;
}

.gap-y-52 {
  row-gap: 13rem !important;
}

.gap-y-56 {
  row-gap: 14rem !important;
}

.gap-y-60 {
  row-gap: 15rem !important;
}

.gap-y-64 {
  row-gap: 16rem !important;
}

.gap-y-72 {
  row-gap: 18.5rem !important;
}

.gap-y-80 {
  row-gap: 20rem !important;
}

.gap-y-96 {
  row-gap: 24rem !important;
}

.gap-y-108 {
  row-gap: 26rem !important;
}

.gap-y-112 {
  row-gap: 28rem !important;
}

.gap-y-120 {
  row-gap: 30rem !important;
}

.gap-y-136 {
  row-gap: 34rem !important;
}

.gap-y-140 {
  row-gap: 42rem !important;
}

.gap-y-144 {
  row-gap: 36rem !important;
}

.gap-y-320 {
  row-gap: 80rem !important;
}

.gap-y-px {
  row-gap: 1px !important;
}

.gap-y-0\.5 {
  row-gap: 0.125rem !important;
}

.gap-y-1\.5 {
  row-gap: 0.375rem !important;
}

.gap-y-2\.5 {
  row-gap: 0.625rem !important;
}

.gap-y-3\.5 {
  row-gap: 0.875rem !important;
}

.gap-y-50-em {
  row-gap: 50em !important;
}

.gap-y-26-em {
  row-gap: 26em !important;
}

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

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

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

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

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

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

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

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

.space-x-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-112 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-50-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
  margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-x-26-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
  margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

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

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

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

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

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

.-space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.-space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

.-space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

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

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

.-space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-112 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
}

.-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
  margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
}

.space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
}

.space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
}

.space-y-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
}

.space-y-112 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
}

.space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
}

.space-y-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
}

.space-y-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
}

.space-y-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
}

.space-y-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
}

.space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
}

.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
}

.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
}

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
}

.space-y-50-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
}

.space-y-26-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
}

.-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}

.-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-108 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-112 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-120 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-136 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-140 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-144 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-320 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
}

.-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
}

.-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
}

.-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1 !important;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1 !important;
}

.divide-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-18 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1 !important;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1 !important;
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid !important;
}

.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed !important;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted !important;
}

.divide-double > :not([hidden]) ~ :not([hidden]) {
  border-style: double !important;
}

.divide-none > :not([hidden]) ~ :not([hidden]) {
  border-style: none !important;
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent !important;
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor !important;
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
}

.divide-yellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
}

.divide-purple > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
}

.divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
}

.divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
}

.divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
}

.divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
}

.divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
}

.divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
}

.divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
}

.divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
}

.divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
}

.divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
}

.divide-primary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
}

.divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
}

.divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
}

.divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
}

.divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
}

.divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
}

.divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
}

.divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
}

.divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
}

.divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
}

.divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
}

.divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
}

.divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
}

.divide-secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
}

.divide-success-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
}

.divide-success-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
}

.divide-success-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
}

.divide-success-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
}

.divide-success-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
}

.divide-success-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
}

.divide-success-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
}

.divide-success-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
}

.divide-success-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
}

.divide-success-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
}

.divide-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
}

.divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
}

.divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
}

.divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
}

.divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
}

.divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
}

.divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
}

.divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
}

.divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
}

.divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
}

.divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
}

.divide-danger > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
}

.divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
}

.divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
}

.divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
}

.divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
}

.divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
}

.divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
}

.divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
}

.divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
}

.divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
}

.divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
}

.divide-warning > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
}

.divide-info-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
}

.divide-info-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
}

.divide-info-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
}

.divide-info-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
}

.divide-info-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
}

.divide-info-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
}

.divide-info-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
}

.divide-info-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
}

.divide-info-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
}

.divide-info-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
}

.divide-info > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
}

.divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
}

.divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
}

.divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
}

.divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
}

.divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
}

.divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
}

.divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
}

.divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
}

.divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
}

.divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
}

.divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
}

.divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
}

.divide-fog > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
}

.divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
}

.divide-purple1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
}

.divide-purple2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
}

.divide-purple3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
}

.divide-purplebg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
}

.divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
}

.divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
}

.divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
}

.divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
}

.divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
}

.divide-grayT > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
}

.divide-grayTL > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
}

.divide-gray77 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
}

.divide-grayhr > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
}

.divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
}

.divide-roja > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
}

.divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
}

.divide-amarilla > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
}

.divide-ocean > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
}

.divide-forest > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
}

.divide-mint > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
}

.divide-azul > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
}

.divide-negra > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
}

.divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
}

.divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
}

.divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
}

.divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
}

.divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
}

.divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
}

.divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
}

.divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
}

.divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
}

.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
}

.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
}

.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
}

.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
}

.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
}

.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
}

.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
}

.divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
}

.divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
}

.divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
}

.divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
}

.divide-berry > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
}

.divide-lapis > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
}

.divide-azure > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
}

.divide-pine > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
}

.divide-spring > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
}

.divide-slime > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
}

.divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
}

.divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
}

.divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
}

.divide-cerulean > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
}

.divide-evergreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
}

.divide-admiral > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
}

.divide-denim > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
}

.divide-laurel > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
}

.divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
}

.divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
}

.divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
}

.divide-Pgray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
}

.divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
}

.divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
}

.divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
}

.divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
}

.divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
}

.divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
}

.divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
}

.divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
}

.divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
}

.divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
}

.divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
}

.divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
}

.divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
}

.divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
}

.divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
}

.divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
}

.divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
}

.divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
}

.divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
}

.divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
}

.divide-Bpink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
}

.divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
}

.divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
}

.divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
}

.divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
}

.divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
}

.divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
}

.divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
}

.divide-bannerText > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
}

.divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
}

.divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
}

.divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
}

.divide-cisPink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
}

.divide-footer > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
}

.divide-cisGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
}

.divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
}

.divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
}

.divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
}

.divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
}

.divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
}

.divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
}

.divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
}

.divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
}

.divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
}

.divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
}

.divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
}

.divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
}

.divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
}

.divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
}

.divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
}

.divide-dxmText > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
}

.divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
}

.divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
}

.divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
}

.divide-green1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
}

.divide-green2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
}

.divide-green3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
}

.divide-green4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
}

.divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
}

.divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
}

.divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
}

.divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
}

.divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
}

.divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
}

.divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
}

.divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
}

.divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
}

.divide-dmxText > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
}

.divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
}

.divide-bvGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
}

.divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
}

.divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
}

.divide-bvMint > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
}

.divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
}

.divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
}

.divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
}

.divide-bvSky > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
}

.divide-ash > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
}

.divide-sky > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
}

.divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
}

.divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
}

.divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
}

.divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
}

.divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
}

.divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
}

.divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
}

.divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
}

.divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
}

.divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
}

.divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
}

.divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
}

.divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
}

.divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
}

.divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
}

.divide-thepink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
}

.divide-darkpink > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
}

.divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
}

.divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
}

.divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0 !important;
}

.divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.05 !important;
}

.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1 !important;
}

.divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.2 !important;
}

.divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.25 !important;
}

.divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.3 !important;
}

.divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.4 !important;
}

.divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.5 !important;
}

.divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.6 !important;
}

.divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.7 !important;
}

.divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.75 !important;
}

.divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.8 !important;
}

.divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.9 !important;
}

.divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.95 !important;
}

.divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
}

.place-self-auto {
  place-self: auto !important;
}

.place-self-start {
  place-self: start !important;
}

.place-self-end {
  place-self: end !important;
}

.place-self-center {
  place-self: center !important;
}

.place-self-stretch {
  place-self: stretch !important;
}

.self-auto {
  align-self: auto !important;
}

.self-start {
  align-self: flex-start !important;
}

.self-end {
  align-self: flex-end !important;
}

.self-center {
  align-self: center !important;
}

.self-stretch {
  align-self: stretch !important;
}

.self-baseline {
  align-self: baseline !important;
}

.justify-self-auto {
  justify-self: auto !important;
}

.justify-self-start {
  justify-self: start !important;
}

.justify-self-end {
  justify-self: end !important;
}

.justify-self-center {
  justify-self: center !important;
}

.justify-self-stretch {
  justify-self: stretch !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.overscroll-auto {
  overscroll-behavior: auto !important;
}

.overscroll-contain {
  overscroll-behavior: contain !important;
}

.overscroll-none {
  overscroll-behavior: none !important;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto !important;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain !important;
}

.overscroll-y-none {
  overscroll-behavior-y: none !important;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto !important;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain !important;
}

.overscroll-x-none {
  overscroll-behavior-x: none !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.overflow-ellipsis {
  text-overflow: ellipsis !important;
}

.overflow-clip {
  text-overflow: clip !important;
}

.whitespace-normal {
  white-space: normal !important;
}

.whitespace-nowrap {
  white-space: nowrap !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.whitespace-pre-line {
  white-space: pre-line !important;
}

.whitespace-pre-wrap {
  white-space: pre-wrap !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.break-all {
  word-break: break-all !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-sm {
  border-radius: 0.125rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-2xl {
  border-radius: 1rem !important;
}

.rounded-3xl {
  border-radius: 1.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-8xl {
  border-radius: 4rem !important;
}

.rounded-\[calc\(1\.5rem-1px\)\] {
  border-radius: calc(1.5rem - 1px) !important;
}

.rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-t {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-t-8xl {
  border-top-left-radius: 4rem !important;
  border-top-right-radius: 4rem !important;
}

.rounded-t-\[calc\(1\.5rem-1px\)\] {
  border-top-left-radius: calc(1.5rem - 1px) !important;
  border-top-right-radius: calc(1.5rem - 1px) !important;
}

.rounded-r-none {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-r {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-r-8xl {
  border-top-right-radius: 4rem !important;
  border-bottom-right-radius: 4rem !important;
}

.rounded-r-\[calc\(1\.5rem-1px\)\] {
  border-top-right-radius: calc(1.5rem - 1px) !important;
  border-bottom-right-radius: calc(1.5rem - 1px) !important;
}

.rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-b-8xl {
  border-bottom-right-radius: 4rem !important;
  border-bottom-left-radius: 4rem !important;
}

.rounded-b-\[calc\(1\.5rem-1px\)\] {
  border-bottom-right-radius: calc(1.5rem - 1px) !important;
  border-bottom-left-radius: calc(1.5rem - 1px) !important;
}

.rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-8xl {
  border-top-left-radius: 4rem !important;
  border-bottom-left-radius: 4rem !important;
}

.rounded-l-\[calc\(1\.5rem-1px\)\] {
  border-top-left-radius: calc(1.5rem - 1px) !important;
  border-bottom-left-radius: calc(1.5rem - 1px) !important;
}

.rounded-tl-none {
  border-top-left-radius: 0px !important;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem !important;
}

.rounded-tl {
  border-top-left-radius: 0.25rem !important;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem !important;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem !important;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem !important;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem !important;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem !important;
}

.rounded-tl-full {
  border-top-left-radius: 9999px !important;
}

.rounded-tl-8xl {
  border-top-left-radius: 4rem !important;
}

.rounded-tl-\[calc\(1\.5rem-1px\)\] {
  border-top-left-radius: calc(1.5rem - 1px) !important;
}

.rounded-tr-none {
  border-top-right-radius: 0px !important;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem !important;
}

.rounded-tr {
  border-top-right-radius: 0.25rem !important;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem !important;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem !important;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem !important;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem !important;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem !important;
}

.rounded-tr-full {
  border-top-right-radius: 9999px !important;
}

.rounded-tr-8xl {
  border-top-right-radius: 4rem !important;
}

.rounded-tr-\[calc\(1\.5rem-1px\)\] {
  border-top-right-radius: calc(1.5rem - 1px) !important;
}

.rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem !important;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px !important;
}

.rounded-br-8xl {
  border-bottom-right-radius: 4rem !important;
}

.rounded-br-\[calc\(1\.5rem-1px\)\] {
  border-bottom-right-radius: calc(1.5rem - 1px) !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem !important;
}

.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.rounded-bl-8xl {
  border-bottom-left-radius: 4rem !important;
}

.rounded-bl-\[calc\(1\.5rem-1px\)\] {
  border-bottom-left-radius: calc(1.5rem - 1px) !important;
}

.border-0 {
  border-width: 0px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-8 {
  border-width: 8px !important;
}

.border-12 {
  border-width: 12px !important;
}

.border-18 {
  border-width: 18px !important;
}

.border {
  border-width: 1px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

.border-t-2 {
  border-top-width: 2px !important;
}

.border-t-4 {
  border-top-width: 4px !important;
}

.border-t-8 {
  border-top-width: 8px !important;
}

.border-t-12 {
  border-top-width: 12px !important;
}

.border-t-18 {
  border-top-width: 18px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-r-0 {
  border-right-width: 0px !important;
}

.border-r-2 {
  border-right-width: 2px !important;
}

.border-r-4 {
  border-right-width: 4px !important;
}

.border-r-8 {
  border-right-width: 8px !important;
}

.border-r-12 {
  border-right-width: 12px !important;
}

.border-r-18 {
  border-right-width: 18px !important;
}

.border-r {
  border-right-width: 1px !important;
}

.border-b-0 {
  border-bottom-width: 0px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b-4 {
  border-bottom-width: 4px !important;
}

.border-b-8 {
  border-bottom-width: 8px !important;
}

.border-b-12 {
  border-bottom-width: 12px !important;
}

.border-b-18 {
  border-bottom-width: 18px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l-0 {
  border-left-width: 0px !important;
}

.border-l-2 {
  border-left-width: 2px !important;
}

.border-l-4 {
  border-left-width: 4px !important;
}

.border-l-8 {
  border-left-width: 8px !important;
}

.border-l-12 {
  border-left-width: 12px !important;
}

.border-l-18 {
  border-left-width: 18px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-double {
  border-style: double !important;
}

.border-none {
  border-style: none !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-current {
  border-color: currentColor !important;
}

.border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
}

.border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.border-purple {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
}

.border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.border-primary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
}

.border-primary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
}

.border-primary-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
}

.border-primary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
}

.border-primary-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
}

.border-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
}

.border-primary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
}

.border-primary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
}

.border-primary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
}

.border-primary-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
}

.border-primary-accent-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
}

.border-primary-accent-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
}

.border-secondary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
}

.border-secondary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
}

.border-secondary-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
}

.border-secondary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
}

.border-secondary-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
}

.border-secondary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
}

.border-secondary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
}

.border-secondary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
}

.border-secondary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
}

.border-secondary-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
}

.border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
}

.border-success-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
}

.border-success-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
}

.border-success-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
}

.border-success-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
}

.border-success-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
}

.border-success-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
}

.border-success-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
}

.border-success-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
}

.border-success-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
}

.border-success-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
}

.border-success {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
}

.border-danger-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
}

.border-danger-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
}

.border-danger-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
}

.border-danger-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
}

.border-danger-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
}

.border-danger-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
}

.border-danger-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
}

.border-danger-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
}

.border-danger-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
}

.border-danger-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
}

.border-danger {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
}

.border-warning-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
}

.border-warning-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
}

.border-warning-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
}

.border-warning-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
}

.border-warning-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
}

.border-warning-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
}

.border-warning-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
}

.border-warning-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
}

.border-warning-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
}

.border-warning-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
}

.border-warning {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
}

.border-info-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
}

.border-info-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
}

.border-info-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
}

.border-info-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
}

.border-info-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
}

.border-info-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
}

.border-info-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
}

.border-info-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
}

.border-info-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
}

.border-info-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
}

.border-info {
  --tw-border-opacity: 1 !important;
  border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
}

.border-darkgreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
}

.border-lightgreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
}

.border-\[\#d1ecc5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
}

.border-\[\#282828\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
}

.border-\[\#bde020\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
}

.border-\[\#efeee8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
}

.border-\[\#bdc11d\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
}

.border-\[\#039147\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
}

.border-\[\#c3c1bf\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
}

.border-\[\#039047\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
}

.border-\[\#c8da2e\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
}

.border-dmxMecanismob {
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
}

.border-fog {
  --tw-border-opacity: 1 !important;
  border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
}

.border-pink-cistitis {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.border-purple1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
}

.border-purple2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
}

.border-purple3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
}

.border-purplebg {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
}

.border-purplebg2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
}

.border-purpleBorder {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
}

.border-purpleIcon {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
}

.border-purpleTB {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
}

.border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.border-yellowBtn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
}

.border-grayT {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.border-grayTL {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
}

.border-gray77 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.border-grayhr {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
}

.border-whiteTbl {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
}

.border-roja {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
}

.border-anaranjada {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
}

.border-amarilla {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
}

.border-ocean {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.border-forest {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
}

.border-mint {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
}

.border-azul {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
}

.border-negra {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.border-lime-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.border-lime-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.border-lime-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.border-lime-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.border-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.border-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.border-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.border-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.border-cadet-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
}

.border-lavender-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
}

.border-cobalt-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
}

.border-sky-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.border-berry {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
}

.border-lapis {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
}

.border-azure {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
}

.border-pine {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
}

.border-spring {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
}

.border-slime {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
}

.border-jade-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
}

.border-jade-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
}

.border-jade-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
}

.border-cerulean {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
}

.border-evergreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
}

.border-admiral {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
}

.border-denim {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
}

.border-laurel {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
}

.border-Dpink1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
}

.border-Dblue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
}

.border-Dblue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
}

.border-Pgray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.border-Metblue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
}

.border-MetBlue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
}

.border-MetBlueGrid1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
}

.border-MetBlueGrid2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
}

.border-MetBlueGrid3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
}

.border-MetBlueLast {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
}

.border-Metwhite {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.border-Pkorange1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
}

.border-Pkorange2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
}

.border-BvpBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
}

.border-BvpPine {
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
}

.border-BvpBlue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
}

.border-BvpGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
}

.border-Pkblue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
}

.border-Pkblue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
}

.border-Pkblue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
}

.border-BpurpleText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
}

.border-BpurpleText2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
}

.border-BgradYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
}

.border-Bgradpurple1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
}

.border-Bpink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
}

.border-Bpink2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
}

.border-Bgradpurple2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
}

.border-Bgradpink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
}

.border-Bgradwhite {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
}

.border-BBlue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
}

.border-BpinkContainer {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
}

.border-Cpinkcover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.border-bannerText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
}

.border-fondoWhite {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
}

.border-bgGrid {
  --tw-border-opacity: 1 !important;
  border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
}

.border-cisYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
}

.border-cisPink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.border-footer {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.border-cisGray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.border-cisCarm {
  --tw-border-opacity: 1 !important;
  border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
}

.border-cisgrad1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
}

.border-cisgrad2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
}

.border-cisgrad3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
}

.border-cisgrad4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
}

.border-doxYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
}

.border-doxGreenM {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
}

.border-doxGreenS {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
}

.border-doxGreenR {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
}

.border-doxGreenT {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
}

.border-doxGrayS {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
}

.border-doxGrayE {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
}

.border-dxmgreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.border-dxmGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.border-dxmsquare {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
}

.border-dxmText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
}

.border-dxmbacksquare {
  --tw-border-opacity: 1 !important;
  border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
}

.border-dxmTitle {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
}

.border-dxmFtBG {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.border-green1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
}

.border-green2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
}

.border-green3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
}

.border-green4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
}

.border-dcnMain {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
}

.border-dcnbl {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
}

.border-dcnsText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
}

.border-dcnsRed {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
}

.border-dmxPurple {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
}

.border-dmxBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.border-dmxSquare {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
}

.border-bgmecanismo {
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
}

.border-dmxGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.border-dmxText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
}

.border-dmxgray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
}

.border-bvGray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
}

.border-bvBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
}

.border-bVGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
}

.border-bvMint {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
}

.border-bvCadetBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
}

.border-bvPuntos {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
}

.border-bvSlime {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
}

.border-bvSky {
  --tw-border-opacity: 1 !important;
  border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
}

.border-ash {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.border-sky {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
}

.border-blueHepa {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.border-zomig-orange-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-5 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-6 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-7 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
}

.border-zomig-blue-8 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
}

.border-zomig-gray-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
}

.border-zomig-gray-2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
}

.border-nebido-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

.border-nebido-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
}

.border-nebido-2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
}

.border-nebido-loblolly-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
}

.border-nebido-fuel-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
}

.border-nebido-mine-shaft-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
}

.border-nebido-mercury-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
}

.border-nebido-porcelain-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
}

.border-nebido-jungle-mist-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
}

.border-nebido-dove-gray-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
}

.border-nebido-my-sin-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
}

.border-thepink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
}

.border-darkpink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
}

.border-bluegreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.border-beyond-green-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent !important;
}

.group:hover .group-hover\:border-current {
  border-color: currentColor !important;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-accent-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-primary-accent-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-success {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-danger {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-warning {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-info {
  --tw-border-opacity: 1 !important;
  border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-darkgreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lightgreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#d1ecc5\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#282828\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#bde020\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#efeee8\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#bdc11d\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#039147\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#c3c1bf\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#039047\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-\[\#c8da2e\] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxMecanismob {
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-fog {
  --tw-border-opacity: 1 !important;
  border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pink-cistitis {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purple3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purplebg {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purplebg2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purpleBorder {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purpleIcon {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-purpleTB {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-yellowBtn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grayT {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grayTL {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-gray77 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-grayhr {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-whiteTbl {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-roja {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-anaranjada {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-amarilla {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-ocean {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-forest {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-mint {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-azul {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-negra {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lime-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cyan-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cadet-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lavender-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cobalt-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-sky-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-berry {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-lapis {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-azure {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-pine {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-spring {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-slime {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-jade-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-jade-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-jade-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cerulean {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-evergreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-admiral {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-denim {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-laurel {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Dpink1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Dblue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Dblue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Pgray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Metblue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-MetBlue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-MetBlueGrid1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-MetBlueGrid2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-MetBlueGrid3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-MetBlueLast {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Metwhite {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Pkorange1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Pkorange2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BvpBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BvpPine {
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BvpBlue2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BvpGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Pkblue-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Pkblue-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Pkblue-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BpurpleText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BpurpleText2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BgradYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Bgradpurple1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Bpink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Bpink2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Bgradpurple2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Bgradpink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Bgradwhite {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BBlue1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-BpinkContainer {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-Cpinkcover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bannerText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-fondoWhite {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bgGrid {
  --tw-border-opacity: 1 !important;
  border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisPink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-footer {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisGray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisCarm {
  --tw-border-opacity: 1 !important;
  border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisgrad1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisgrad2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisgrad3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-cisgrad4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxYellow {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxGreenM {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxGreenS {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxGreenR {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxGreenT {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxGrayS {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-doxGrayE {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmgreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmsquare {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmbacksquare {
  --tw-border-opacity: 1 !important;
  border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmTitle {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dxmFtBG {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-green4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dcnMain {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dcnbl {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dcnsText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dcnsRed {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxPurple {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxSquare {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bgmecanismo {
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxText {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-dmxgray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvGray {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bVGreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvMint {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvCadetBlue {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvPuntos {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvSlime {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bvSky {
  --tw-border-opacity: 1 !important;
  border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-ash {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-sky {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-blueHepa {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-orange-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-4 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-5 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-6 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-7 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-blue-8 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-gray-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-zomig-gray-2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-0 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-2 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-loblolly-1000 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-fuel-yellow-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mine-shaft-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-mercury-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-porcelain-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-jungle-mist-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-dove-gray-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-50 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-900 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-nebido-my-sin-950 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-thepink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-darkpink {
  --tw-border-opacity: 1 !important;
  border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-bluegreen {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:border-beyond-green-1 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
}

.focus-within\:border-transparent:focus-within {
  border-color: transparent !important;
}

.focus-within\:border-current:focus-within {
  border-color: currentColor !important;
}

.focus-within\:border-black:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-white:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:border-red-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blue-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.focus-within\:border-indigo-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-accent-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-primary-accent-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
}

.focus-within\:border-secondary:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
}

.focus-within\:border-success:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
}

.focus-within\:border-danger:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
}

.focus-within\:border-warning:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
}

.focus-within\:border-info:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:border-darkgreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lightgreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#d1ecc5\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#282828\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#bde020\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#efeee8\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#bdc11d\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#039147\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#c3c1bf\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#039047\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
}

.focus-within\:border-\[\#c8da2e\]:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxMecanismob:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
}

.focus-within\:border-fog:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pink-cistitis:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purple3:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purplebg:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purplebg2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purpleBorder:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purpleIcon:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
}

.focus-within\:border-purpleTB:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellow-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.focus-within\:border-yellowBtn:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grayT:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grayTL:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
}

.focus-within\:border-gray77:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:border-grayhr:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:border-whiteTbl:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-roja:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
}

.focus-within\:border-anaranjada:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
}

.focus-within\:border-amarilla:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
}

.focus-within\:border-ocean:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.focus-within\:border-forest:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
}

.focus-within\:border-mint:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
}

.focus-within\:border-azul:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
}

.focus-within\:border-negra:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lime-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cyan-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cadet-blue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lavender-blue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cobalt-blue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
}

.focus-within\:border-sky-blue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.focus-within\:border-berry:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
}

.focus-within\:border-lapis:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
}

.focus-within\:border-azure:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
}

.focus-within\:border-pine:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
}

.focus-within\:border-spring:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-slime:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-jade-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
}

.focus-within\:border-jade-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
}

.focus-within\:border-jade-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cerulean:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
}

.focus-within\:border-evergreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:border-admiral:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
}

.focus-within\:border-denim:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
}

.focus-within\:border-laurel:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Dpink1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Dblue1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Dblue2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Pgray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Metblue1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:border-MetBlue2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
}

.focus-within\:border-MetBlueGrid1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
}

.focus-within\:border-MetBlueGrid2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
}

.focus-within\:border-MetBlueGrid3:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
}

.focus-within\:border-MetBlueLast:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Metwhite:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Pkorange1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Pkorange2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BvpBlue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BvpPine:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BvpBlue2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BvpGreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Pkblue-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Pkblue-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Pkblue-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BpurpleText:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BpurpleText2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BgradYellow:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Bgradpurple1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Bpink:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Bpink2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Bgradpurple2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Bgradpink:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Bgradwhite:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BBlue1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-BpinkContainer:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
}

.focus-within\:border-Cpinkcover:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bannerText:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
}

.focus-within\:border-fondoWhite:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bgGrid:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisYellow:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisPink:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-footer:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisGray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisCarm:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisgrad1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisgrad2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisgrad3:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
}

.focus-within\:border-cisgrad4:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxYellow:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxGreenM:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxGreenS:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxGreenR:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxGreenT:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxGrayS:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-doxGrayE:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmgreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmGreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmsquare:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmText:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmbacksquare:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmTitle:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dxmFtBG:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green3:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
}

.focus-within\:border-green4:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dcnMain:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dcnbl:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dcnsText:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dcnsRed:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxPurple:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxBlue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxSquare:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bgmecanismo:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxGreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxText:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-dmxgray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvGray:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvBlue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bVGreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvMint:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvCadetBlue:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvPuntos:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvSlime:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bvSky:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
}

.focus-within\:border-ash:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.focus-within\:border-sky:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
}

.focus-within\:border-blueHepa:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-orange-1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-3:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-4:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-5:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-6:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-7:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-blue-8:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-gray-1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
}

.focus-within\:border-zomig-gray-2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-0:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-2:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-loblolly-1000:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-fuel-yellow-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mine-shaft-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-mercury-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-porcelain-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-jungle-mist-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-dove-gray-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-50:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-100:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-200:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-300:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-400:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-500:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-600:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-700:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-800:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-900:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
}

.focus-within\:border-nebido-my-sin-950:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
}

.focus-within\:border-thepink:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
}

.focus-within\:border-darkpink:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
}

.focus-within\:border-bluegreen:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.focus-within\:border-beyond-green-1:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
}

.hover\:border-transparent:hover {
  border-color: transparent !important;
}

.hover\:border-current:hover {
  border-color: currentColor !important;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-white:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.hover\:border-red-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.hover\:border-red-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.hover\:border-red-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.hover\:border-red-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-red-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.hover\:border-green-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.hover\:border-purple:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-accent-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-primary-accent-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
}

.hover\:border-success-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-success-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
}

.hover\:border-success-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
}

.hover\:border-success-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
}

.hover\:border-success-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
}

.hover\:border-success-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-success-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
}

.hover\:border-success-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
}

.hover\:border-success-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
}

.hover\:border-success-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
}

.hover\:border-success:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
}

.hover\:border-danger-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
}

.hover\:border-danger:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
}

.hover\:border-warning-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
}

.hover\:border-warning:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
}

.hover\:border-info-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-info-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-info-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
}

.hover\:border-info-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
}

.hover\:border-info-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
}

.hover\:border-info-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
}

.hover\:border-info-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
}

.hover\:border-info-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
}

.hover\:border-info-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
}

.hover\:border-info-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
}

.hover\:border-info:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
}

.hover\:border-darkgreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
}

.hover\:border-lightgreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#d1ecc5\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#282828\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#bde020\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#efeee8\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#bdc11d\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#039147\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#c3c1bf\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#039047\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#c8da2e\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxMecanismob:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
}

.hover\:border-fog:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
}

.hover\:border-pink-cistitis:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-purple1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
}

.hover\:border-purple2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
}

.hover\:border-purple3:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
}

.hover\:border-purplebg:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
}

.hover\:border-purplebg2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
}

.hover\:border-purpleBorder:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
}

.hover\:border-purpleIcon:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
}

.hover\:border-purpleTB:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.hover\:border-yellowBtn:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
}

.hover\:border-grayT:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.hover\:border-grayTL:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
}

.hover\:border-gray77:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.hover\:border-grayhr:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
}

.hover\:border-whiteTbl:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-roja:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
}

.hover\:border-anaranjada:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
}

.hover\:border-amarilla:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
}

.hover\:border-ocean:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.hover\:border-forest:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
}

.hover\:border-mint:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
}

.hover\:border-azul:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
}

.hover\:border-negra:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.hover\:border-lime-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.hover\:border-cadet-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
}

.hover\:border-lavender-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
}

.hover\:border-cobalt-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
}

.hover\:border-sky-blue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.hover\:border-berry:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
}

.hover\:border-lapis:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
}

.hover\:border-azure:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
}

.hover\:border-pine:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
}

.hover\:border-spring:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-slime:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-jade-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
}

.hover\:border-jade-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
}

.hover\:border-jade-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
}

.hover\:border-cerulean:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
}

.hover\:border-evergreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
}

.hover\:border-admiral:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
}

.hover\:border-denim:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
}

.hover\:border-laurel:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
}

.hover\:border-Dpink1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
}

.hover\:border-Dblue1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
}

.hover\:border-Dblue2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
}

.hover\:border-Pgray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-Metblue1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
}

.hover\:border-MetBlue2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
}

.hover\:border-MetBlueGrid1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
}

.hover\:border-MetBlueGrid2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
}

.hover\:border-MetBlueGrid3:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
}

.hover\:border-MetBlueLast:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
}

.hover\:border-Metwhite:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-Pkorange1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
}

.hover\:border-Pkorange2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-BvpBlue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
}

.hover\:border-BvpPine:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
}

.hover\:border-BvpBlue2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
}

.hover\:border-BvpGreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
}

.hover\:border-Pkblue-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
}

.hover\:border-Pkblue-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
}

.hover\:border-Pkblue-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
}

.hover\:border-BpurpleText:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
}

.hover\:border-BpurpleText2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
}

.hover\:border-BgradYellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
}

.hover\:border-Bgradpurple1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
}

.hover\:border-Bpink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
}

.hover\:border-Bpink2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
}

.hover\:border-Bgradpurple2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
}

.hover\:border-Bgradpink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-Bgradwhite:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
}

.hover\:border-BBlue1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-BpinkContainer:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
}

.hover\:border-Cpinkcover:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-bannerText:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
}

.hover\:border-fondoWhite:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
}

.hover\:border-bgGrid:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-cisYellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
}

.hover\:border-cisPink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-footer:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-cisGray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.hover\:border-cisCarm:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
}

.hover\:border-cisgrad1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
}

.hover\:border-cisgrad2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
}

.hover\:border-cisgrad3:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
}

.hover\:border-cisgrad4:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
}

.hover\:border-doxYellow:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
}

.hover\:border-doxGreenM:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
}

.hover\:border-doxGreenS:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
}

.hover\:border-doxGreenR:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-doxGreenT:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
}

.hover\:border-doxGrayS:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-doxGrayE:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmgreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmGreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmsquare:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmText:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmbacksquare:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmTitle:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
}

.hover\:border-dxmFtBG:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.hover\:border-green1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
}

.hover\:border-green2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
}

.hover\:border-green3:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
}

.hover\:border-green4:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-dcnMain:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
}

.hover\:border-dcnbl:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
}

.hover\:border-dcnsText:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
}

.hover\:border-dcnsRed:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxPurple:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxBlue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxSquare:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
}

.hover\:border-bgmecanismo:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxGreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxText:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-dmxgray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
}

.hover\:border-bvGray:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
}

.hover\:border-bvBlue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-bVGreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
}

.hover\:border-bvMint:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-bvCadetBlue:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-bvPuntos:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
}

.hover\:border-bvSlime:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
}

.hover\:border-bvSky:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
}

.hover\:border-ash:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.hover\:border-sky:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
}

.hover\:border-blueHepa:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-orange-1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-3:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-4:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-5:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-6:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-7:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-blue-8:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-gray-1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
}

.hover\:border-zomig-gray-2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-0:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-2:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-loblolly-1000:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-fuel-yellow-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mine-shaft-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-mercury-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-porcelain-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-jungle-mist-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-dove-gray-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-50:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-100:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-200:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-300:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-400:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-500:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-800:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
}

.hover\:border-nebido-my-sin-950:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
}

.hover\:border-thepink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
}

.hover\:border-darkpink:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
}

.hover\:border-bluegreen:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.hover\:border-beyond-green-1:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
}

.focus\:border-transparent:focus {
  border-color: transparent !important;
}

.focus\:border-current:focus {
  border-color: currentColor !important;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-white:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
}

.focus\:border-red-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
}

.focus\:border-red-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
}

.focus\:border-red-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
}

.focus\:border-red-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-red-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-red-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}

.focus\:border-red-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
}

.focus\:border-green-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
}

.focus\:border-green-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
}

.focus\:border-purple:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-accent-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-primary-accent-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
}

.focus\:border-secondary:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
}

.focus\:border-success-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-success-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
}

.focus\:border-success-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
}

.focus\:border-success-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
}

.focus\:border-success-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
}

.focus\:border-success-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-success-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
}

.focus\:border-success-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
}

.focus\:border-success-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
}

.focus\:border-success-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
}

.focus\:border-success:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
}

.focus\:border-danger-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
}

.focus\:border-danger:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
}

.focus\:border-warning-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
}

.focus\:border-warning:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
}

.focus\:border-info-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-info-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-info-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
}

.focus\:border-info-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
}

.focus\:border-info-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
}

.focus\:border-info-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
}

.focus\:border-info-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
}

.focus\:border-info-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
}

.focus\:border-info-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
}

.focus\:border-info-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
}

.focus\:border-info:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
}

.focus\:border-darkgreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
}

.focus\:border-lightgreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#d1ecc5\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#282828\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#bde020\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#efeee8\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#bdc11d\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#039147\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#c3c1bf\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#039047\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
}

.focus\:border-\[\#c8da2e\]:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxMecanismob:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
}

.focus\:border-fog:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
}

.focus\:border-pink-cistitis:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-purple1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
}

.focus\:border-purple2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
}

.focus\:border-purple3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
}

.focus\:border-purplebg:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
}

.focus\:border-purplebg2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
}

.focus\:border-purpleBorder:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
}

.focus\:border-purpleIcon:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
}

.focus\:border-purpleTB:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
}

.focus\:border-yellowBtn:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
}

.focus\:border-grayT:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.focus\:border-grayTL:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
}

.focus\:border-gray77:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.focus\:border-grayhr:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
}

.focus\:border-whiteTbl:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-roja:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
}

.focus\:border-anaranjada:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
}

.focus\:border-amarilla:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
}

.focus\:border-ocean:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.focus\:border-forest:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
}

.focus\:border-mint:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
}

.focus\:border-azul:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
}

.focus\:border-negra:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
}

.focus\:border-lime-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
}

.focus\:border-cyan-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
}

.focus\:border-cadet-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
}

.focus\:border-lavender-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
}

.focus\:border-cobalt-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
}

.focus\:border-sky-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
}

.focus\:border-berry:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
}

.focus\:border-lapis:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
}

.focus\:border-azure:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
}

.focus\:border-pine:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
}

.focus\:border-spring:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-slime:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-jade-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
}

.focus\:border-jade-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
}

.focus\:border-jade-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
}

.focus\:border-cerulean:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
}

.focus\:border-evergreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
}

.focus\:border-admiral:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
}

.focus\:border-denim:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
}

.focus\:border-laurel:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
}

.focus\:border-Dpink1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
}

.focus\:border-Dblue1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
}

.focus\:border-Dblue2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
}

.focus\:border-Pgray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-Metblue1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
}

.focus\:border-MetBlue2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
}

.focus\:border-MetBlueGrid1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
}

.focus\:border-MetBlueGrid2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
}

.focus\:border-MetBlueGrid3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
}

.focus\:border-MetBlueLast:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
}

.focus\:border-Metwhite:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-Pkorange1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
}

.focus\:border-Pkorange2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-BvpBlue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
}

.focus\:border-BvpPine:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
}

.focus\:border-BvpBlue2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
}

.focus\:border-BvpGreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
}

.focus\:border-Pkblue-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
}

.focus\:border-Pkblue-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
}

.focus\:border-Pkblue-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
}

.focus\:border-BpurpleText:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
}

.focus\:border-BpurpleText2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
}

.focus\:border-BgradYellow:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
}

.focus\:border-Bgradpurple1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
}

.focus\:border-Bpink:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
}

.focus\:border-Bpink2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
}

.focus\:border-Bgradpurple2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
}

.focus\:border-Bgradpink:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-Bgradwhite:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
}

.focus\:border-BBlue1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-BpinkContainer:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
}

.focus\:border-Cpinkcover:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-bannerText:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
}

.focus\:border-fondoWhite:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
}

.focus\:border-bgGrid:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-cisYellow:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
}

.focus\:border-cisPink:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-footer:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-cisGray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
}

.focus\:border-cisCarm:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
}

.focus\:border-cisgrad1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
}

.focus\:border-cisgrad2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
}

.focus\:border-cisgrad3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
}

.focus\:border-cisgrad4:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
}

.focus\:border-doxYellow:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
}

.focus\:border-doxGreenM:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
}

.focus\:border-doxGreenS:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
}

.focus\:border-doxGreenR:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-doxGreenT:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
}

.focus\:border-doxGrayS:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-doxGrayE:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmgreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmGreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmsquare:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmText:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmbacksquare:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmTitle:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
}

.focus\:border-dxmFtBG:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
}

.focus\:border-green1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
}

.focus\:border-green2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
}

.focus\:border-green3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
}

.focus\:border-green4:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-dcnMain:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
}

.focus\:border-dcnbl:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
}

.focus\:border-dcnsText:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
}

.focus\:border-dcnsRed:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxPurple:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxBlue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxSquare:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
}

.focus\:border-bgmecanismo:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxGreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxText:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-dmxgray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
}

.focus\:border-bvGray:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
}

.focus\:border-bvBlue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-bVGreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
}

.focus\:border-bvMint:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-bvCadetBlue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-bvPuntos:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
}

.focus\:border-bvSlime:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
}

.focus\:border-bvSky:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
}

.focus\:border-ash:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.focus\:border-sky:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
}

.focus\:border-blueHepa:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-orange-1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-3:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-4:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-5:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-6:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-7:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-blue-8:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-gray-1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
}

.focus\:border-zomig-gray-2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-0:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-2:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-loblolly-1000:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-fuel-yellow-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mine-shaft-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-mercury-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-porcelain-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-jungle-mist-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-dove-gray-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-50:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-100:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-200:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-300:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-400:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-600:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-700:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-800:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-900:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
}

.focus\:border-nebido-my-sin-950:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
}

.focus\:border-thepink:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
}

.focus\:border-darkpink:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
}

.focus\:border-bluegreen:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
}

.focus\:border-beyond-green-1:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
}

.border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.group:hover .group-hover\:border-opacity-0 {
  --tw-border-opacity: 0 !important;
}

.group:hover .group-hover\:border-opacity-5 {
  --tw-border-opacity: 0.05 !important;
}

.group:hover .group-hover\:border-opacity-10 {
  --tw-border-opacity: 0.1 !important;
}

.group:hover .group-hover\:border-opacity-20 {
  --tw-border-opacity: 0.2 !important;
}

.group:hover .group-hover\:border-opacity-25 {
  --tw-border-opacity: 0.25 !important;
}

.group:hover .group-hover\:border-opacity-30 {
  --tw-border-opacity: 0.3 !important;
}

.group:hover .group-hover\:border-opacity-40 {
  --tw-border-opacity: 0.4 !important;
}

.group:hover .group-hover\:border-opacity-50 {
  --tw-border-opacity: 0.5 !important;
}

.group:hover .group-hover\:border-opacity-60 {
  --tw-border-opacity: 0.6 !important;
}

.group:hover .group-hover\:border-opacity-70 {
  --tw-border-opacity: 0.7 !important;
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75 !important;
}

.group:hover .group-hover\:border-opacity-80 {
  --tw-border-opacity: 0.8 !important;
}

.group:hover .group-hover\:border-opacity-90 {
  --tw-border-opacity: 0.9 !important;
}

.group:hover .group-hover\:border-opacity-95 {
  --tw-border-opacity: 0.95 !important;
}

.group:hover .group-hover\:border-opacity-100 {
  --tw-border-opacity: 1 !important;
}

.focus-within\:border-opacity-0:focus-within {
  --tw-border-opacity: 0 !important;
}

.focus-within\:border-opacity-5:focus-within {
  --tw-border-opacity: 0.05 !important;
}

.focus-within\:border-opacity-10:focus-within {
  --tw-border-opacity: 0.1 !important;
}

.focus-within\:border-opacity-20:focus-within {
  --tw-border-opacity: 0.2 !important;
}

.focus-within\:border-opacity-25:focus-within {
  --tw-border-opacity: 0.25 !important;
}

.focus-within\:border-opacity-30:focus-within {
  --tw-border-opacity: 0.3 !important;
}

.focus-within\:border-opacity-40:focus-within {
  --tw-border-opacity: 0.4 !important;
}

.focus-within\:border-opacity-50:focus-within {
  --tw-border-opacity: 0.5 !important;
}

.focus-within\:border-opacity-60:focus-within {
  --tw-border-opacity: 0.6 !important;
}

.focus-within\:border-opacity-70:focus-within {
  --tw-border-opacity: 0.7 !important;
}

.focus-within\:border-opacity-75:focus-within {
  --tw-border-opacity: 0.75 !important;
}

.focus-within\:border-opacity-80:focus-within {
  --tw-border-opacity: 0.8 !important;
}

.focus-within\:border-opacity-90:focus-within {
  --tw-border-opacity: 0.9 !important;
}

.focus-within\:border-opacity-95:focus-within {
  --tw-border-opacity: 0.95 !important;
}

.focus-within\:border-opacity-100:focus-within {
  --tw-border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover {
  --tw-border-opacity: 0 !important;
}

.hover\:border-opacity-5:hover {
  --tw-border-opacity: 0.05 !important;
}

.hover\:border-opacity-10:hover {
  --tw-border-opacity: 0.1 !important;
}

.hover\:border-opacity-20:hover {
  --tw-border-opacity: 0.2 !important;
}

.hover\:border-opacity-25:hover {
  --tw-border-opacity: 0.25 !important;
}

.hover\:border-opacity-30:hover {
  --tw-border-opacity: 0.3 !important;
}

.hover\:border-opacity-40:hover {
  --tw-border-opacity: 0.4 !important;
}

.hover\:border-opacity-50:hover {
  --tw-border-opacity: 0.5 !important;
}

.hover\:border-opacity-60:hover {
  --tw-border-opacity: 0.6 !important;
}

.hover\:border-opacity-70:hover {
  --tw-border-opacity: 0.7 !important;
}

.hover\:border-opacity-75:hover {
  --tw-border-opacity: 0.75 !important;
}

.hover\:border-opacity-80:hover {
  --tw-border-opacity: 0.8 !important;
}

.hover\:border-opacity-90:hover {
  --tw-border-opacity: 0.9 !important;
}

.hover\:border-opacity-95:hover {
  --tw-border-opacity: 0.95 !important;
}

.hover\:border-opacity-100:hover {
  --tw-border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus {
  --tw-border-opacity: 0 !important;
}

.focus\:border-opacity-5:focus {
  --tw-border-opacity: 0.05 !important;
}

.focus\:border-opacity-10:focus {
  --tw-border-opacity: 0.1 !important;
}

.focus\:border-opacity-20:focus {
  --tw-border-opacity: 0.2 !important;
}

.focus\:border-opacity-25:focus {
  --tw-border-opacity: 0.25 !important;
}

.focus\:border-opacity-30:focus {
  --tw-border-opacity: 0.3 !important;
}

.focus\:border-opacity-40:focus {
  --tw-border-opacity: 0.4 !important;
}

.focus\:border-opacity-50:focus {
  --tw-border-opacity: 0.5 !important;
}

.focus\:border-opacity-60:focus {
  --tw-border-opacity: 0.6 !important;
}

.focus\:border-opacity-70:focus {
  --tw-border-opacity: 0.7 !important;
}

.focus\:border-opacity-75:focus {
  --tw-border-opacity: 0.75 !important;
}

.focus\:border-opacity-80:focus {
  --tw-border-opacity: 0.8 !important;
}

.focus\:border-opacity-90:focus {
  --tw-border-opacity: 0.9 !important;
}

.focus\:border-opacity-95:focus {
  --tw-border-opacity: 0.95 !important;
}

.focus\:border-opacity-100:focus {
  --tw-border-opacity: 1 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-current {
  background-color: currentColor !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
}

.bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.bg-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
}

.bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.bg-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
}

.bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
}

.bg-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
}

.bg-primary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
}

.bg-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
}

.bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
}

.bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
}

.bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
}

.bg-primary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
}

.bg-primary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
}

.bg-primary-accent-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
}

.bg-primary-accent-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
}

.bg-secondary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
}

.bg-secondary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
}

.bg-secondary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
}

.bg-secondary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
}

.bg-secondary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
}

.bg-secondary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
}

.bg-secondary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
}

.bg-secondary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
}

.bg-secondary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
}

.bg-secondary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
}

.bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
}

.bg-success-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
}

.bg-success-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
}

.bg-success-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
}

.bg-success-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
}

.bg-success-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
}

.bg-success-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
}

.bg-success-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
}

.bg-success-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
}

.bg-success-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
}

.bg-success-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
}

.bg-success {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
}

.bg-danger-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
}

.bg-danger-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
}

.bg-danger-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
}

.bg-danger-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
}

.bg-danger-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
}

.bg-danger-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
}

.bg-danger-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
}

.bg-danger-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
}

.bg-danger-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
}

.bg-danger-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
}

.bg-danger {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
}

.bg-warning-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
}

.bg-warning-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
}

.bg-warning-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
}

.bg-warning-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
}

.bg-warning-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
}

.bg-warning-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
}

.bg-warning-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
}

.bg-warning-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
}

.bg-warning-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
}

.bg-warning-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
}

.bg-warning {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
}

.bg-info-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
}

.bg-info-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
}

.bg-info-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
}

.bg-info-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
}

.bg-info-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
}

.bg-info-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
}

.bg-info-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
}

.bg-info-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
}

.bg-info-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
}

.bg-info-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
}

.bg-info {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
}

.bg-darkgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
}

.bg-lightgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
}

.bg-\[\#d1ecc5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
}

.bg-\[\#282828\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
}

.bg-\[\#bde020\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
}

.bg-\[\#efeee8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
}

.bg-\[\#bdc11d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
}

.bg-\[\#039147\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
}

.bg-\[\#c3c1bf\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
}

.bg-\[\#039047\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
}

.bg-\[\#c8da2e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
}

.bg-dmxMecanismob {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
}

.bg-fog {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
}

.bg-pink-cistitis {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.bg-purple1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
}

.bg-purple2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
}

.bg-purple3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
}

.bg-purplebg {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
}

.bg-purplebg2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
}

.bg-purpleBorder {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
}

.bg-purpleIcon {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
}

.bg-purpleTB {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
}

.bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.bg-yellowBtn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
}

.bg-grayT {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.bg-grayTL {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
}

.bg-gray77 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.bg-grayhr {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
}

.bg-whiteTbl {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
}

.bg-roja {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
}

.bg-anaranjada {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
}

.bg-amarilla {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
}

.bg-ocean {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.bg-forest {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
}

.bg-mint {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
}

.bg-azul {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
}

.bg-negra {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.bg-lime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.bg-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.bg-lime-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.bg-lime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.bg-lime-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.bg-lime-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.bg-lime-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.bg-cadet-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
}

.bg-lavender-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
}

.bg-cobalt-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
}

.bg-sky-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.bg-berry {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
}

.bg-lapis {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
}

.bg-azure {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
}

.bg-pine {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
}

.bg-spring {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
}

.bg-slime {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
}

.bg-jade-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
}

.bg-jade-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
}

.bg-jade-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
}

.bg-cerulean {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
}

.bg-evergreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
}

.bg-admiral {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
}

.bg-denim {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
}

.bg-laurel {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
}

.bg-Dpink1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
}

.bg-Dblue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
}

.bg-Dblue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
}

.bg-Pgray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.bg-Metblue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
}

.bg-MetBlue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
}

.bg-MetBlueGrid1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
}

.bg-MetBlueGrid2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
}

.bg-MetBlueGrid3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
}

.bg-MetBlueLast {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
}

.bg-Metwhite {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.bg-Pkorange1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
}

.bg-Pkorange2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
}

.bg-BvpBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
}

.bg-BvpPine {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
}

.bg-BvpBlue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
}

.bg-BvpGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
}

.bg-Pkblue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
}

.bg-Pkblue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
}

.bg-Pkblue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
}

.bg-BpurpleText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
}

.bg-BpurpleText2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
}

.bg-BgradYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
}

.bg-Bgradpurple1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
}

.bg-Bpink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
}

.bg-Bpink2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
}

.bg-Bgradpurple2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
}

.bg-Bgradpink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
}

.bg-Bgradwhite {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
}

.bg-BBlue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
}

.bg-BpinkContainer {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
}

.bg-Cpinkcover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.bg-bannerText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
}

.bg-fondoWhite {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
}

.bg-bgGrid {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
}

.bg-cisYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
}

.bg-cisPink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.bg-footer {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.bg-cisGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}

.bg-cisCarm {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
}

.bg-cisgrad1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
}

.bg-cisgrad2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
}

.bg-cisgrad3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
}

.bg-cisgrad4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
}

.bg-doxYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
}

.bg-doxGreenM {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
}

.bg-doxGreenS {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
}

.bg-doxGreenR {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
}

.bg-doxGreenT {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
}

.bg-doxGrayS {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
}

.bg-doxGrayE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
}

.bg-dxmgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.bg-dxmGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.bg-dxmsquare {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
}

.bg-dxmText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
}

.bg-dxmbacksquare {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
}

.bg-dxmTitle {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
}

.bg-dxmFtBG {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.bg-green1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
}

.bg-green2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
}

.bg-green3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
}

.bg-green4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
}

.bg-dcnMain {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
}

.bg-dcnbl {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
}

.bg-dcnsText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
}

.bg-dcnsRed {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
}

.bg-dmxPurple {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
}

.bg-dmxBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.bg-dmxSquare {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
}

.bg-bgmecanismo {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
}

.bg-dmxGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.bg-dmxText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
}

.bg-dmxgray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
}

.bg-bvGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
}

.bg-bvBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
}

.bg-bVGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
}

.bg-bvMint {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
}

.bg-bvCadetBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
}

.bg-bvPuntos {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
}

.bg-bvSlime {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
}

.bg-bvSky {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
}

.bg-ash {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.bg-sky {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
}

.bg-blueHepa {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.bg-zomig-orange-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-7 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
}

.bg-zomig-blue-8 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
}

.bg-zomig-gray-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
}

.bg-zomig-gray-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
}

.bg-nebido-0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.bg-nebido-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
}

.bg-nebido-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
}

.bg-nebido-loblolly-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
}

.bg-nebido-fuel-yellow-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mine-shaft-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
}

.bg-nebido-mercury-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
}

.bg-nebido-porcelain-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
}

.bg-nebido-jungle-mist-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
}

.bg-nebido-dove-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
}

.bg-nebido-my-sin-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
}

.bg-thepink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
}

.bg-darkpink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
}

.bg-bluegreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.bg-beyond-green-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent !important;
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor !important;
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-accent-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-primary-accent-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-secondary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-success {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-danger {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-warning {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-info {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-darkgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lightgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#d1ecc5\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#282828\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#bde020\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#efeee8\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#bdc11d\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#039147\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#c3c1bf\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#039047\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-\[\#c8da2e\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxMecanismob {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-fog {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pink-cistitis {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purple3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purplebg {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purplebg2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purpleBorder {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purpleIcon {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-purpleTB {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-yellowBtn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grayT {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grayTL {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-gray77 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-grayhr {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-whiteTbl {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-roja {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-anaranjada {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-amarilla {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-ocean {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-forest {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-mint {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-azul {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-negra {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lime-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cyan-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cadet-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lavender-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cobalt-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-sky-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-berry {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-lapis {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-azure {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-pine {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-spring {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-slime {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-jade-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-jade-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-jade-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cerulean {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-evergreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-admiral {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-denim {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-laurel {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Dpink1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Dblue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Dblue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Pgray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Metblue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-MetBlue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-MetBlueGrid1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-MetBlueGrid2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-MetBlueGrid3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-MetBlueLast {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Metwhite {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Pkorange1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Pkorange2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BvpBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BvpPine {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BvpBlue2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BvpGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Pkblue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Pkblue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Pkblue-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BpurpleText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BpurpleText2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BgradYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Bgradpurple1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Bpink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Bpink2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Bgradpurple2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Bgradpink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Bgradwhite {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BBlue1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-BpinkContainer {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-Cpinkcover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bannerText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-fondoWhite {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bgGrid {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisPink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-footer {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisCarm {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisgrad1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisgrad2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisgrad3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-cisgrad4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxYellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxGreenM {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxGreenS {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxGreenR {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxGreenT {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxGrayS {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-doxGrayE {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmgreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmsquare {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmbacksquare {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmTitle {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dxmFtBG {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-green4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dcnMain {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dcnbl {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dcnsText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dcnsRed {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxPurple {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxSquare {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bgmecanismo {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxText {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-dmxgray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvGray {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bVGreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvMint {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvCadetBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvPuntos {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvSlime {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bvSky {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-ash {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-sky {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-blueHepa {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-orange-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-4 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-5 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-7 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-blue-8 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-gray-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-zomig-gray-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-0 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-loblolly-1000 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-fuel-yellow-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mine-shaft-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-mercury-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-porcelain-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-jungle-mist-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-dove-gray-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-nebido-my-sin-950 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-thepink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-darkpink {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-bluegreen {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:bg-beyond-green-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-transparent:focus-within {
  background-color: transparent !important;
}

.focus-within\:bg-current:focus-within {
  background-color: currentColor !important;
}

.focus-within\:bg-black:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-white:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-red-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blue-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-indigo-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-accent-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-primary-accent-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-secondary:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-success:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-danger:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-warning:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-info:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-darkgreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lightgreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#d1ecc5\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#282828\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#bde020\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#efeee8\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#bdc11d\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#039147\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#c3c1bf\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#039047\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-\[\#c8da2e\]:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxMecanismob:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-fog:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pink-cistitis:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purple3:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purplebg:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purplebg2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purpleBorder:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purpleIcon:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-purpleTB:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellow-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-yellowBtn:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grayT:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grayTL:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-gray77:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-grayhr:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-whiteTbl:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-roja:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-anaranjada:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-amarilla:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-ocean:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-forest:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-mint:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-azul:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-negra:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lime-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cyan-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cadet-blue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lavender-blue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cobalt-blue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-sky-blue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-berry:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-lapis:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-azure:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-pine:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-spring:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-slime:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-jade-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-jade-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-jade-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cerulean:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-evergreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-admiral:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-denim:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-laurel:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Dpink1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Dblue1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Dblue2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Pgray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Metblue1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-MetBlue2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-MetBlueGrid1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-MetBlueGrid2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-MetBlueGrid3:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-MetBlueLast:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Metwhite:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Pkorange1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Pkorange2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BvpBlue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BvpPine:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BvpBlue2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BvpGreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Pkblue-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Pkblue-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Pkblue-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BpurpleText:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BpurpleText2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BgradYellow:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Bgradpurple1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Bpink:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Bpink2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Bgradpurple2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Bgradpink:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Bgradwhite:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BBlue1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-BpinkContainer:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-Cpinkcover:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bannerText:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-fondoWhite:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bgGrid:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisYellow:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisPink:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-footer:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisGray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisCarm:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisgrad1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisgrad2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisgrad3:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-cisgrad4:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxYellow:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxGreenM:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxGreenS:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxGreenR:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxGreenT:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxGrayS:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-doxGrayE:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmgreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmGreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmsquare:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmText:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmbacksquare:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmTitle:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dxmFtBG:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green3:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-green4:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dcnMain:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dcnbl:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dcnsText:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dcnsRed:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxPurple:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxBlue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxSquare:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bgmecanismo:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxGreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxText:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-dmxgray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvGray:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvBlue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bVGreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvMint:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvCadetBlue:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvPuntos:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvSlime:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bvSky:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-ash:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-sky:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-blueHepa:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-orange-1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-3:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-4:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-5:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-6:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-7:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-blue-8:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-gray-1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-zomig-gray-2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-0:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-2:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-loblolly-1000:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-fuel-yellow-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mine-shaft-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-mercury-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-porcelain-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-jungle-mist-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-dove-gray-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-50:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-100:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-200:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-300:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-400:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-500:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-600:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-700:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-800:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-900:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-nebido-my-sin-950:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-thepink:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-darkpink:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-bluegreen:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.focus-within\:bg-beyond-green-1:focus-within {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
}

.hover\:bg-transparent:hover {
  background-color: transparent !important;
}

.hover\:bg-current:hover {
  background-color: currentColor !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-accent-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-accent-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
}

.hover\:bg-success:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
}

.hover\:bg-danger:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
}

.hover\:bg-warning:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
}

.hover\:bg-info:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
}

.hover\:bg-darkgreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lightgreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#d1ecc5\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#282828\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#bde020\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#efeee8\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#bdc11d\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#039147\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#c3c1bf\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#039047\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#c8da2e\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxMecanismob:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
}

.hover\:bg-fog:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pink-cistitis:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purple3:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purplebg:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purplebg2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purpleBorder:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purpleIcon:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
}

.hover\:bg-purpleTB:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellowBtn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grayT:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grayTL:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray77:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.hover\:bg-grayhr:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
}

.hover\:bg-whiteTbl:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-roja:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
}

.hover\:bg-anaranjada:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
}

.hover\:bg-amarilla:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
}

.hover\:bg-ocean:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.hover\:bg-forest:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
}

.hover\:bg-mint:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
}

.hover\:bg-azul:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
}

.hover\:bg-negra:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cadet-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lavender-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cobalt-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
}

.hover\:bg-sky-blue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.hover\:bg-berry:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
}

.hover\:bg-lapis:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
}

.hover\:bg-azure:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
}

.hover\:bg-pine:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
}

.hover\:bg-spring:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-slime:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-jade-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
}

.hover\:bg-jade-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
}

.hover\:bg-jade-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cerulean:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
}

.hover\:bg-evergreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
}

.hover\:bg-admiral:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
}

.hover\:bg-denim:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
}

.hover\:bg-laurel:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Dpink1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Dblue1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Dblue2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Pgray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Metblue1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
}

.hover\:bg-MetBlue2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
}

.hover\:bg-MetBlueGrid1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
}

.hover\:bg-MetBlueGrid2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
}

.hover\:bg-MetBlueGrid3:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
}

.hover\:bg-MetBlueLast:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Metwhite:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Pkorange1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Pkorange2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BvpBlue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BvpPine:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BvpBlue2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BvpGreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Pkblue-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Pkblue-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Pkblue-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BpurpleText:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BpurpleText2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BgradYellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Bgradpurple1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Bpink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Bpink2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Bgradpurple2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Bgradpink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Bgradwhite:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BBlue1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-BpinkContainer:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
}

.hover\:bg-Cpinkcover:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bannerText:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
}

.hover\:bg-fondoWhite:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bgGrid:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisYellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisPink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-footer:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisGray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisCarm:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisgrad1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisgrad2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisgrad3:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
}

.hover\:bg-cisgrad4:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxYellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxGreenM:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxGreenS:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxGreenR:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxGreenT:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxGrayS:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
}

.hover\:bg-doxGrayE:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmgreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmGreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmsquare:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmText:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmbacksquare:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmTitle:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dxmFtBG:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green3:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
}

.hover\:bg-green4:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dcnMain:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dcnbl:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dcnsText:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dcnsRed:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxPurple:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxBlue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxSquare:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bgmecanismo:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxGreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxText:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-dmxgray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvGray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvBlue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bVGreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvMint:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvCadetBlue:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvPuntos:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvSlime:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bvSky:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
}

.hover\:bg-ash:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.hover\:bg-sky:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
}

.hover\:bg-blueHepa:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-orange-1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-3:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-4:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-5:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-6:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-7:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-blue-8:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-gray-1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
}

.hover\:bg-zomig-gray-2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-0:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-loblolly-1000:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-fuel-yellow-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mine-shaft-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-mercury-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-porcelain-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-jungle-mist-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-dove-gray-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-400:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-800:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
}

.hover\:bg-nebido-my-sin-950:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
}

.hover\:bg-thepink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
}

.hover\:bg-darkpink:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
}

.hover\:bg-bluegreen:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.hover\:bg-beyond-green-1:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
}

.focus\:bg-transparent:focus {
  background-color: transparent !important;
}

.focus\:bg-current:focus {
  background-color: currentColor !important;
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-accent-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-primary-accent-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
}

.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
}

.focus\:bg-success:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
}

.focus\:bg-danger:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
}

.focus\:bg-warning:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
}

.focus\:bg-info:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
}

.focus\:bg-darkgreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lightgreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#d1ecc5\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#282828\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#bde020\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#efeee8\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#bdc11d\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#039147\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#c3c1bf\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#039047\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
}

.focus\:bg-\[\#c8da2e\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxMecanismob:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
}

.focus\:bg-fog:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pink-cistitis:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purple3:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purplebg:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purplebg2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purpleBorder:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purpleIcon:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
}

.focus\:bg-purpleTB:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
}

.focus\:bg-yellowBtn:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grayT:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grayTL:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
}

.focus\:bg-gray77:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.focus\:bg-grayhr:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
}

.focus\:bg-whiteTbl:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-roja:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
}

.focus\:bg-anaranjada:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
}

.focus\:bg-amarilla:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
}

.focus\:bg-ocean:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.focus\:bg-forest:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
}

.focus\:bg-mint:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
}

.focus\:bg-azul:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
}

.focus\:bg-negra:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cadet-blue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lavender-blue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cobalt-blue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
}

.focus\:bg-sky-blue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
}

.focus\:bg-berry:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
}

.focus\:bg-lapis:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
}

.focus\:bg-azure:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
}

.focus\:bg-pine:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
}

.focus\:bg-spring:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-slime:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-jade-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
}

.focus\:bg-jade-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
}

.focus\:bg-jade-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cerulean:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
}

.focus\:bg-evergreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
}

.focus\:bg-admiral:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
}

.focus\:bg-denim:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
}

.focus\:bg-laurel:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Dpink1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Dblue1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Dblue2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Pgray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Metblue1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
}

.focus\:bg-MetBlue2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
}

.focus\:bg-MetBlueGrid1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
}

.focus\:bg-MetBlueGrid2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
}

.focus\:bg-MetBlueGrid3:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
}

.focus\:bg-MetBlueLast:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Metwhite:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Pkorange1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Pkorange2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BvpBlue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BvpPine:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BvpBlue2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BvpGreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Pkblue-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Pkblue-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Pkblue-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BpurpleText:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BpurpleText2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BgradYellow:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Bgradpurple1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Bpink:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Bpink2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Bgradpurple2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Bgradpink:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Bgradwhite:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BBlue1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-BpinkContainer:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
}

.focus\:bg-Cpinkcover:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bannerText:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
}

.focus\:bg-fondoWhite:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bgGrid:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisYellow:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisPink:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-footer:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisGray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisCarm:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisgrad1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisgrad2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisgrad3:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
}

.focus\:bg-cisgrad4:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxYellow:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxGreenM:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxGreenS:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxGreenR:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxGreenT:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxGrayS:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-doxGrayE:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmgreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmGreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmsquare:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmText:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmbacksquare:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmTitle:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dxmFtBG:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green3:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
}

.focus\:bg-green4:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dcnMain:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dcnbl:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dcnsText:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dcnsRed:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxPurple:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxBlue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxSquare:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bgmecanismo:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxGreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxText:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-dmxgray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvGray:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvBlue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bVGreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvMint:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvCadetBlue:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvPuntos:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvSlime:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bvSky:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
}

.focus\:bg-ash:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
}

.focus\:bg-sky:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
}

.focus\:bg-blueHepa:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-orange-1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-3:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-4:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-5:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-6:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-7:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-blue-8:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-gray-1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
}

.focus\:bg-zomig-gray-2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-0:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-2:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-loblolly-1000:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-fuel-yellow-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mine-shaft-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-mercury-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-porcelain-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-jungle-mist-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-dove-gray-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-50:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-300:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-400:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-500:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-600:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-700:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-800:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-900:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
}

.focus\:bg-nebido-my-sin-950:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
}

.focus\:bg-thepink:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
}

.focus\:bg-darkpink:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
}

.focus\:bg-bluegreen:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
}

.focus\:bg-beyond-green-1:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.group:hover .group-hover\:bg-opacity-0 {
  --tw-bg-opacity: 0 !important;
}

.group:hover .group-hover\:bg-opacity-5 {
  --tw-bg-opacity: 0.05 !important;
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1 !important;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2 !important;
}

.group:hover .group-hover\:bg-opacity-25 {
  --tw-bg-opacity: 0.25 !important;
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3 !important;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4 !important;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.group:hover .group-hover\:bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}

.group:hover .group-hover\:bg-opacity-75 {
  --tw-bg-opacity: 0.75 !important;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.group:hover .group-hover\:bg-opacity-90 {
  --tw-bg-opacity: 0.9 !important;
}

.group:hover .group-hover\:bg-opacity-95 {
  --tw-bg-opacity: 0.95 !important;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}

.focus-within\:bg-opacity-0:focus-within {
  --tw-bg-opacity: 0 !important;
}

.focus-within\:bg-opacity-5:focus-within {
  --tw-bg-opacity: 0.05 !important;
}

.focus-within\:bg-opacity-10:focus-within {
  --tw-bg-opacity: 0.1 !important;
}

.focus-within\:bg-opacity-20:focus-within {
  --tw-bg-opacity: 0.2 !important;
}

.focus-within\:bg-opacity-25:focus-within {
  --tw-bg-opacity: 0.25 !important;
}

.focus-within\:bg-opacity-30:focus-within {
  --tw-bg-opacity: 0.3 !important;
}

.focus-within\:bg-opacity-40:focus-within {
  --tw-bg-opacity: 0.4 !important;
}

.focus-within\:bg-opacity-50:focus-within {
  --tw-bg-opacity: 0.5 !important;
}

.focus-within\:bg-opacity-60:focus-within {
  --tw-bg-opacity: 0.6 !important;
}

.focus-within\:bg-opacity-70:focus-within {
  --tw-bg-opacity: 0.7 !important;
}

.focus-within\:bg-opacity-75:focus-within {
  --tw-bg-opacity: 0.75 !important;
}

.focus-within\:bg-opacity-80:focus-within {
  --tw-bg-opacity: 0.8 !important;
}

.focus-within\:bg-opacity-90:focus-within {
  --tw-bg-opacity: 0.9 !important;
}

.focus-within\:bg-opacity-95:focus-within {
  --tw-bg-opacity: 0.95 !important;
}

.focus-within\:bg-opacity-100:focus-within {
  --tw-bg-opacity: 1 !important;
}

.hover\:bg-opacity-0:hover {
  --tw-bg-opacity: 0 !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05 !important;
}

.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1 !important;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2 !important;
}

.hover\:bg-opacity-25:hover {
  --tw-bg-opacity: 0.25 !important;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3 !important;
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4 !important;
}

.hover\:bg-opacity-50:hover {
  --tw-bg-opacity: 0.5 !important;
}

.hover\:bg-opacity-60:hover {
  --tw-bg-opacity: 0.6 !important;
}

.hover\:bg-opacity-70:hover {
  --tw-bg-opacity: 0.7 !important;
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75 !important;
}

.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8 !important;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9 !important;
}

.hover\:bg-opacity-95:hover {
  --tw-bg-opacity: 0.95 !important;
}

.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1 !important;
}

.focus\:bg-opacity-0:focus {
  --tw-bg-opacity: 0 !important;
}

.focus\:bg-opacity-5:focus {
  --tw-bg-opacity: 0.05 !important;
}

.focus\:bg-opacity-10:focus {
  --tw-bg-opacity: 0.1 !important;
}

.focus\:bg-opacity-20:focus {
  --tw-bg-opacity: 0.2 !important;
}

.focus\:bg-opacity-25:focus {
  --tw-bg-opacity: 0.25 !important;
}

.focus\:bg-opacity-30:focus {
  --tw-bg-opacity: 0.3 !important;
}

.focus\:bg-opacity-40:focus {
  --tw-bg-opacity: 0.4 !important;
}

.focus\:bg-opacity-50:focus {
  --tw-bg-opacity: 0.5 !important;
}

.focus\:bg-opacity-60:focus {
  --tw-bg-opacity: 0.6 !important;
}

.focus\:bg-opacity-70:focus {
  --tw-bg-opacity: 0.7 !important;
}

.focus\:bg-opacity-75:focus {
  --tw-bg-opacity: 0.75 !important;
}

.focus\:bg-opacity-80:focus {
  --tw-bg-opacity: 0.8 !important;
}

.focus\:bg-opacity-90:focus {
  --tw-bg-opacity: 0.9 !important;
}

.focus\:bg-opacity-95:focus {
  --tw-bg-opacity: 0.95 !important;
}

.focus\:bg-opacity-100:focus {
  --tw-bg-opacity: 1 !important;
}

.bg-none {
  background-image: none !important;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}

.bg-cisbg1 {
  background-image: url('/media/cistitis/01/1-1.png') !important;
}

.bg-cisRow {
  background-image: url('/media/cistitis/03/flecha.png') !important;
}

.bg-cisStop {
  background-image: url('/media/cistitis/04/4-1.png') !important;
}

.bg-cisSmile {
  background-image: url('/media/cistitis/08/8-1.png') !important;
}

.bg-cisDress {
  background-image: url('/media/cistitis/07/7-1.png') !important;
}

.bg-cisSad {
  background-image: url('/media/cistitis/07/7-2.png') !important;
}

.bg-cisCausas {
  background-image: url('/media/cistitis/05/5-1.png') !important;
}

.bg-cisRecurrente {
  background-image: url('/media/cistitis/05/5-2.png') !important;
}

.bg-cisImpacto {
  background-image: url('/media/cistitis/05/5-3.png') !important;
}

.bg-zomig-caps {
  background-image: url('/media/zomig/bg-caps-zoming.png') !important;
}

.bg-nebido {
  background-image: url('/media/nebido/blurred-hospital.png') !important;
}

.bg-nebidoInd {
  background-image: url('/media/nebido/indicacion-bg.png') !important;
}

.bg-nebidoHipogonadismo {
  background-image: url('/media/nebido/hipogonadismo.png') !important;
}

.bg-nebido-info {
  background-image: url('/media/nebido/info.png') !important;
}

.bg-nebido-third {
  background-image: url('/media/nebido/third-bg.jpg') !important;
}

.bg-nebidoFooter {
  background-image: url('/media/nebido/Nebido_web-12.png') !important;
}

.bg-nebido-conversor-0 {
  background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
}

.bg-nebido-conversor-1 {
  background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
}

.bg-nebido-conversor-2 {
  background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
}

.bg-nebido-adam {
  background-image: url('/media/nebido/banner-adam.png') !important;
}

.bg-nebido-calculadora {
  background-image: url('/media/nebido/banner-calculadora.png') !important;
}

.bg-nebido-conversor {
  background-image: url('/media/nebido/banner-conversor.png') !important;
}

.bg-bgdoxiproc {
  background-image: url('/media/doxiproct/bgtop_1.png') !important;
}

.bg-bgcausa {
  background-image: url('/media/doxiproct/fondoverde.png') !important;
}

.bg-bgsintomas {
  background-image: url('/media/doxiproct/fondo3.png') !important;
}

.bg-topbg {
  background-image: url('/media/doxiproct/bgtop_1.png') !important;
}

.bg-bgddosis {
  background-image: url('/media/doxium/bgdosis.png') !important;
}

.bg-bgdosis {
  background-image: url('/media/doxium/bgdosis.png') !important;
}

.bg-bgbeneficios {
  background-image: url('/media/doxium/backSquare.png') !important;
}

.bg-bggreen {
  background-image: url('/media/doxium/green.png') !important;
}

.bg-bgwhite {
  background-image: url('/media/doxium/whitebg.png') !important;
}

.bg-bgarbol {
  background-image: url('/media/doxium/Doxium_web-06.png') !important;
}

.bg-bgmcdn {
  background-image: url('/media/dicynoneNew/bgMain.png') !important;
}

.bg-bgrcdn {
  background-image: url('/media/dicynoneNew/bg_red.png') !important;
}

.bg-bgrdcn {
  background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
}

.bg-bgwcdn {
  background-image: url('/media/dicynoneNew/whitebg.png') !important;
}

.bg-bgp {
  background-image: url('/media/dicynoneNew/pbg.png') !important;
}

.bg-bgbcdn {
  background-image: url('/media/dicynoneNew/bluebg.png') !important;
}

.bg-bgpresentaciones {
  background-image: url('/media/dimoflax/cajabg.png') !important;
}

.from-transparent {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-current {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-black {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.from-white {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.from-gray-50 {
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.from-gray-100 {
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.from-gray-200 {
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.from-gray-300 {
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.from-gray-400 {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.from-gray-500 {
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.from-gray-600 {
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.from-gray-700 {
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.from-gray-800 {
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.from-gray-900 {
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.from-red-50 {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.from-red-100 {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.from-red-200 {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.from-red-300 {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.from-red-400 {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.from-red-500 {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.from-red-600 {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.from-red-700 {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.from-red-800 {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.from-yellow {
  --tw-gradient-from: #F6BE4A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
}

.from-green-50 {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.from-green-100 {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.from-green-200 {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.from-green-300 {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.from-green-400 {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.from-green-500 {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.from-green-600 {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.from-green-700 {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.from-green-800 {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.from-green-900 {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.from-blue-100 {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.from-blue-600 {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.from-blue-800 {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.from-indigo-900 {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.from-purple {
  --tw-gradient-from: #6c42a0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.from-pink-400 {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.from-pink-500 {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.from-pink-600 {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.from-pink-700 {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.from-pink-800 {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.from-pink-900 {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.from-primary-50 {
  --tw-gradient-from: #F1F5FB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
}

.from-primary-100 {
  --tw-gradient-from: #E3EBF7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
}

.from-primary-200 {
  --tw-gradient-from: #C7D7F0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
}

.from-primary-300 {
  --tw-gradient-from: #ABC2E8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
}

.from-primary-400 {
  --tw-gradient-from: #8FAEE0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
}

.from-primary-500 {
  --tw-gradient-from: #6590D5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
}

.from-primary-600 {
  --tw-gradient-from: #3061AF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
}

.from-primary-700 {
  --tw-gradient-from: #285192 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
}

.from-primary-800 {
  --tw-gradient-from: #204075 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
}

.from-primary-900 {
  --tw-gradient-from: #183058 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
}

.from-primary {
  --tw-gradient-from: #3B71CA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
}

.from-primary-accent-100 {
  --tw-gradient-from: #d9e4f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
}

.from-primary-accent-200 {
  --tw-gradient-from: #cedbee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
}

.from-secondary-50 {
  --tw-gradient-from: #F8F9F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
}

.from-secondary-100 {
  --tw-gradient-from: #F1F2F4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
}

.from-secondary-200 {
  --tw-gradient-from: #E4E6E9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
}

.from-secondary-300 {
  --tw-gradient-from: #D6D9DE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
}

.from-secondary-400 {
  --tw-gradient-from: #C8CCD3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
}

.from-secondary-500 {
  --tw-gradient-from: #B3B9C2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
}

.from-secondary-600 {
  --tw-gradient-from: #848D9C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
}

.from-secondary-700 {
  --tw-gradient-from: #6B7585 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
}

.from-secondary-800 {
  --tw-gradient-from: #565D6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
}

.from-secondary-900 {
  --tw-gradient-from: #404650 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
}

.from-secondary {
  --tw-gradient-from: #9FA6B2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
}

.from-success-50 {
  --tw-gradient-from: #EAFCF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
}

.from-success-100 {
  --tw-gradient-from: #D6FAE4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
}

.from-success-200 {
  --tw-gradient-from: #ACF5C9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
}

.from-success-300 {
  --tw-gradient-from: #83F0AE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
}

.from-success-400 {
  --tw-gradient-from: #59EA93 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
}

.from-success-500 {
  --tw-gradient-from: #1CE26B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
}

.from-success-600 {
  --tw-gradient-from: #118C42 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
}

.from-success-700 {
  --tw-gradient-from: #0E7537 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
}

.from-success-800 {
  --tw-gradient-from: #0C5D2C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
}

.from-success-900 {
  --tw-gradient-from: #094621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
}

.from-success {
  --tw-gradient-from: #14A44D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
}

.from-danger-50 {
  --tw-gradient-from: #FCF2F4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
}

.from-danger-100 {
  --tw-gradient-from: #FAE5E9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
}

.from-danger-200 {
  --tw-gradient-from: #F5CCD3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
}

.from-danger-300 {
  --tw-gradient-from: #F0B2BD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
}

.from-danger-400 {
  --tw-gradient-from: #EB99A6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
}

.from-danger-500 {
  --tw-gradient-from: #E37285 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
}

.from-danger-600 {
  --tw-gradient-from: #D42A46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
}

.from-danger-700 {
  --tw-gradient-from: #B0233A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
}

.from-danger-800 {
  --tw-gradient-from: #8D1C2F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
}

.from-danger-900 {
  --tw-gradient-from: #6A1523 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
}

.from-danger {
  --tw-gradient-from: #DC4C64 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
}

.from-warning-50 {
  --tw-gradient-from: #FDF8EF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
}

.from-warning-100 {
  --tw-gradient-from: #FBF2DE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
}

.from-warning-200 {
  --tw-gradient-from: #F7E4BE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
}

.from-warning-300 {
  --tw-gradient-from: #F4D79D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
}

.from-warning-400 {
  --tw-gradient-from: #F0C97D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
}

.from-warning-500 {
  --tw-gradient-from: #EAB54C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
}

.from-warning-600 {
  --tw-gradient-from: #C48A17 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
}

.from-warning-700 {
  --tw-gradient-from: #A37313 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
}

.from-warning-800 {
  --tw-gradient-from: #825C0F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
}

.from-warning-900 {
  --tw-gradient-from: #62450B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
}

.from-warning {
  --tw-gradient-from: #E4A11B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
}

.from-info-50 {
  --tw-gradient-from: #F3FAFC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
}

.from-info-100 {
  --tw-gradient-from: #E7F4F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
}

.from-info-200 {
  --tw-gradient-from: #CEE9F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
}

.from-info-300 {
  --tw-gradient-from: #B6DFEC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
}

.from-info-400 {
  --tw-gradient-from: #9ED4E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
}

.from-info-500 {
  --tw-gradient-from: #79C4DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
}

.from-info-600 {
  --tw-gradient-from: #34A4CA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
}

.from-info-700 {
  --tw-gradient-from: #2B89A8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
}

.from-info-800 {
  --tw-gradient-from: #236D86 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
}

.from-info-900 {
  --tw-gradient-from: #1A5265 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
}

.from-info {
  --tw-gradient-from: #54B4D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
}

.from-darkgreen {
  --tw-gradient-from: #066B3D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
}

.from-lightgreen {
  --tw-gradient-from: #70BB44 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
}

.from-\[\#d1ecc5\] {
  --tw-gradient-from: #d1ecc5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
}

.from-\[\#282828\] {
  --tw-gradient-from: #282828 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
}

.from-\[\#bde020\] {
  --tw-gradient-from: #bde020 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
}

.from-\[\#efeee8\] {
  --tw-gradient-from: #efeee8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
}

.from-\[\#bdc11d\] {
  --tw-gradient-from: #bdc11d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
}

.from-\[\#039147\] {
  --tw-gradient-from: #039147 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
}

.from-\[\#c3c1bf\] {
  --tw-gradient-from: #c3c1bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
}

.from-\[\#039047\] {
  --tw-gradient-from: #039047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
}

.from-\[\#c8da2e\] {
  --tw-gradient-from: #c8da2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
}

.from-dmxMecanismob {
  --tw-gradient-from: #c6bad2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
}

.from-fog {
  --tw-gradient-from: #535353 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
}

.from-pink-cistitis {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.from-purple1 {
  --tw-gradient-from: #70447A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
}

.from-purple2 {
  --tw-gradient-from: #42114C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
}

.from-purple3 {
  --tw-gradient-from: #5D0661 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
}

.from-purplebg {
  --tw-gradient-from: #F7F2F7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
}

.from-purplebg2 {
  --tw-gradient-from: #D2C2D5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
}

.from-purpleBorder {
  --tw-gradient-from: #3B1E4B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
}

.from-purpleIcon {
  --tw-gradient-from: #B0A2B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
}

.from-purpleTB {
  --tw-gradient-from: #D4C6DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.from-yellowBtn {
  --tw-gradient-from: #F7C139 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
}

.from-grayT {
  --tw-gradient-from: #292929 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.from-grayTL {
  --tw-gradient-from: #363737 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
}

.from-gray77 {
  --tw-gradient-from: #4D4D4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.from-grayhr {
  --tw-gradient-from: #D3D3D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
}

.from-whiteTbl {
  --tw-gradient-from: #F8F6F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
}

.from-roja {
  --tw-gradient-from: #E52027 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
}

.from-anaranjada {
  --tw-gradient-from: #EB6A2D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
}

.from-amarilla {
  --tw-gradient-from: #FBDA3C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
}

.from-ocean {
  --tw-gradient-from: #51C1D1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.from-forest {
  --tw-gradient-from: #7FB80D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
}

.from-mint {
  --tw-gradient-from: #67AA35 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
}

.from-azul {
  --tw-gradient-from: #4BACCF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
}

.from-negra {
  --tw-gradient-from: #262626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.from-lime-50 {
  --tw-gradient-from: #f7fee7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.from-lime-100 {
  --tw-gradient-from: #ecfccb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.from-lime-200 {
  --tw-gradient-from: #d9f99d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.from-lime-300 {
  --tw-gradient-from: #bef264 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.from-lime-400 {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.from-lime-500 {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.from-lime-600 {
  --tw-gradient-from: #65a30d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.from-lime-700 {
  --tw-gradient-from: #4d7c0f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.from-lime-800 {
  --tw-gradient-from: #3f6212 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.from-lime-900 {
  --tw-gradient-from: #365314 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.from-cyan-50 {
  --tw-gradient-from: #ecfeff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.from-cyan-100 {
  --tw-gradient-from: #cffafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.from-cyan-200 {
  --tw-gradient-from: #a5f3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.from-cyan-300 {
  --tw-gradient-from: #67e8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.from-cyan-400 {
  --tw-gradient-from: #22d3ee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.from-cyan-600 {
  --tw-gradient-from: #0891b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.from-cyan-700 {
  --tw-gradient-from: #0e7490 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.from-cyan-800 {
  --tw-gradient-from: #155e75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.from-cyan-900 {
  --tw-gradient-from: #164e63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.from-cadet-blue {
  --tw-gradient-from: #164682 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
}

.from-lavender-blue {
  --tw-gradient-from: #2A7EDE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
}

.from-cobalt-blue {
  --tw-gradient-from: #218AA2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
}

.from-sky-blue {
  --tw-gradient-from: #51C1D1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.from-berry {
  --tw-gradient-from: #01A4BA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
}

.from-lapis {
  --tw-gradient-from: #138CA5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
}

.from-azure {
  --tw-gradient-from: #1EC4D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
}

.from-pine {
  --tw-gradient-from: #9CEFC7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
}

.from-spring {
  --tw-gradient-from: #79CA00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
}

.from-slime {
  --tw-gradient-from: #4EAF00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
}

.from-jade-50 {
  --tw-gradient-from: #D9F6FB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
}

.from-jade-500 {
  --tw-gradient-from: #DEF7FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
}

.from-jade-900 {
  --tw-gradient-from: #EEFCFE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
}

.from-cerulean {
  --tw-gradient-from: #D3EAEF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
}

.from-evergreen {
  --tw-gradient-from: #6DBE4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
}

.from-admiral {
  --tw-gradient-from: #2377BE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
}

.from-denim {
  --tw-gradient-from: #37A5DD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
}

.from-laurel {
  --tw-gradient-from: #6CBE51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
}

.from-Dpink1 {
  --tw-gradient-from: #E74F77 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
}

.from-Dblue1 {
  --tw-gradient-from: #42A6B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
}

.from-Dblue2 {
  --tw-gradient-from: #225258 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
}

.from-Pgray {
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.from-Metblue1 {
  --tw-gradient-from: #4BB5D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
}

.from-MetBlue2 {
  --tw-gradient-from: #205B87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
}

.from-MetBlueGrid1 {
  --tw-gradient-from: #2DB5D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
}

.from-MetBlueGrid2 {
  --tw-gradient-from: #2569B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
}

.from-MetBlueGrid3 {
  --tw-gradient-from: #42ABBB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
}

.from-MetBlueLast {
  --tw-gradient-from: #2569B9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
}

.from-Metwhite {
  --tw-gradient-from: #F5F5F5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.from-Pkorange1 {
  --tw-gradient-from: #D85F2A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
}

.from-Pkorange2 {
  --tw-gradient-from: #FC4300 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
}

.from-BvpBlue {
  --tw-gradient-from: #1292A9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
}

.from-BvpPine {
  --tw-gradient-from: #9BE4C7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
}

.from-BvpBlue2 {
  --tw-gradient-from: #1B5A90 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
}

.from-BvpGreen {
  --tw-gradient-from: #159F6E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
}

.from-Pkblue-100 {
  --tw-gradient-from: #212E60 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
}

.from-Pkblue-200 {
  --tw-gradient-from: #003184 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
}

.from-Pkblue-300 {
  --tw-gradient-from: #004284 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
}

.from-BpurpleText {
  --tw-gradient-from: #465784 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
}

.from-BpurpleText2 {
  --tw-gradient-from: #56087A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
}

.from-BgradYellow {
  --tw-gradient-from: #E49D41 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
}

.from-Bgradpurple1 {
  --tw-gradient-from: #AD6498 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
}

.from-Bpink {
  --tw-gradient-from: #B33C86 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
}

.from-Bpink2 {
  --tw-gradient-from: #E9CBDA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
}

.from-Bgradpurple2 {
  --tw-gradient-from: #3B80A8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
}

.from-Bgradpink {
  --tw-gradient-from: #B03780 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
}

.from-Bgradwhite {
  --tw-gradient-from: #CDB8CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
}

.from-BBlue1 {
  --tw-gradient-from: #455780 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
}

.from-BpinkContainer {
  --tw-gradient-from: #C8549C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
}

.from-Cpinkcover {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.from-bannerText {
  --tw-gradient-from: #970022 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
}

.from-fondoWhite {
  --tw-gradient-from: #E6E6E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
}

.from-bgGrid {
  --tw-gradient-from: #872944 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
}

.from-cisYellow {
  --tw-gradient-from: #EBBC54 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
}

.from-cisPink {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.from-footer {
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.from-cisGray {
  --tw-gradient-from: #666666 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.from-cisCarm {
  --tw-gradient-from: #A62D53 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
}

.from-cisgrad1 {
  --tw-gradient-from: #DA3A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
}

.from-cisgrad2 {
  --tw-gradient-from: #EAB755 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
}

.from-cisgrad3 {
  --tw-gradient-from: #881F4A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
}

.from-cisgrad4 {
  --tw-gradient-from: #D7206C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
}

.from-doxYellow {
  --tw-gradient-from: #F6EA32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
}

.from-doxGreenM {
  --tw-gradient-from: #6EB556 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
}

.from-doxGreenS {
  --tw-gradient-from: #A1D15C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
}

.from-doxGreenR {
  --tw-gradient-from: #009144 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
}

.from-doxGreenT {
  --tw-gradient-from: #009933 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
}

.from-doxGrayS {
  --tw-gradient-from: #DADDE5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
}

.from-doxGrayE {
  --tw-gradient-from: #EEEFF4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
}

.from-dxmgreen {
  --tw-gradient-from: #1E8344 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.from-dxmGreen {
  --tw-gradient-from: #1E8344 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.from-dxmsquare {
  --tw-gradient-from: #71AA62 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
}

.from-dxmText {
  --tw-gradient-from: #6FB444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
}

.from-dxmbacksquare {
  --tw-gradient-from: #57AE56 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
}

.from-dxmTitle {
  --tw-gradient-from: #0D6E39 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
}

.from-dxmFtBG {
  --tw-gradient-from: #4D4D4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.from-green1 {
  --tw-gradient-from: #5e9e3f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
}

.from-green2 {
  --tw-gradient-from: #95c255 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
}

.from-green3 {
  --tw-gradient-from: #18b6c9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
}

.from-green4 {
  --tw-gradient-from: #1c8c69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
}

.from-dcnMain {
  --tw-gradient-from: #F32735 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
}

.from-dcnbl {
  --tw-gradient-from: #0075C9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
}

.from-dcnsText {
  --tw-gradient-from: #00507E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
}

.from-dcnsRed {
  --tw-gradient-from: #B22024 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
}

.from-dmxPurple {
  --tw-gradient-from: #6D348A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
}

.from-dmxBlue {
  --tw-gradient-from: #009494 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.from-dmxSquare {
  --tw-gradient-from: #C5B9CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
}

.from-bgmecanismo {
  --tw-gradient-from: #B7A8C4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
}

.from-dmxGreen {
  --tw-gradient-from: #009494 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.from-dmxText {
  --tw-gradient-from: #592C80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
}

.from-dmxgray {
  --tw-gradient-from: #BBB1C4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
}

.from-bvGray {
  --tw-gradient-from: #323232 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
}

.from-bvBlue {
  --tw-gradient-from: #C9ECF3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
}

.from-bVGreen {
  --tw-gradient-from: #115472 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
}

.from-bvMint {
  --tw-gradient-from: #71B800 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
}

.from-bvCadetBlue {
  --tw-gradient-from: #0D4880 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
}

.from-bvPuntos {
  --tw-gradient-from: #1F8CA4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
}

.from-bvSlime {
  --tw-gradient-from: #52AD1D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
}

.from-bvSky {
  --tw-gradient-from: #2EC4D2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
}

.from-ash {
  --tw-gradient-from: #4B5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.from-sky {
  --tw-gradient-from: #f4fafd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
}

.from-blueHepa {
  --tw-gradient-from: #00A0AF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.from-zomig-orange-1 {
  --tw-gradient-from: #EF8000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
}

.from-zomig-blue-1 {
  --tw-gradient-from: #005797 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
}

.from-zomig-blue-2 {
  --tw-gradient-from: #004E80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
}

.from-zomig-blue-3 {
  --tw-gradient-from: #00A2D6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
}

.from-zomig-blue-4 {
  --tw-gradient-from: #005285 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
}

.from-zomig-blue-5 {
  --tw-gradient-from: #004D80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
}

.from-zomig-blue-6 {
  --tw-gradient-from: #005588 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
}

.from-zomig-blue-7 {
  --tw-gradient-from: #00A5D9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
}

.from-zomig-blue-8 {
  --tw-gradient-from: #003E69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
}

.from-zomig-gray-1 {
  --tw-gradient-from: #CDCDCE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
}

.from-zomig-gray-2 {
  --tw-gradient-from: #C9C9CB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
}

.from-nebido-0 {
  --tw-gradient-from: #EAEAEA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
}

.from-nebido-1 {
  --tw-gradient-from: #B9CED8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
}

.from-nebido-2 {
  --tw-gradient-from: #EEF2F5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
}

.from-nebido-loblolly-50 {
  --tw-gradient-from: #f6f8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.from-nebido-loblolly-100 {
  --tw-gradient-from: #ebf0f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.from-nebido-loblolly-200 {
  --tw-gradient-from: #d3dee4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
}

.from-nebido-loblolly-300 {
  --tw-gradient-from: #bdced6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
}

.from-nebido-loblolly-400 {
  --tw-gradient-from: #81a1af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
}

.from-nebido-loblolly-500 {
  --tw-gradient-from: #618696 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
}

.from-nebido-loblolly-600 {
  --tw-gradient-from: #4c6c7d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
}

.from-nebido-loblolly-700 {
  --tw-gradient-from: #3f5865 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
}

.from-nebido-loblolly-800 {
  --tw-gradient-from: #374b55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
}

.from-nebido-loblolly-900 {
  --tw-gradient-from: #314049 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
}

.from-nebido-loblolly-950 {
  --tw-gradient-from: #212a30 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
}

.from-nebido-loblolly-1000 {
  --tw-gradient-from: #D0D4D6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
}

.from-nebido-fuel-yellow-50 {
  --tw-gradient-from: #fef9ec !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
}

.from-nebido-fuel-yellow-100 {
  --tw-gradient-from: #fbeeca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
}

.from-nebido-fuel-yellow-200 {
  --tw-gradient-from: #f7dc90 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
}

.from-nebido-fuel-yellow-300 {
  --tw-gradient-from: #f3c356 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
}

.from-nebido-fuel-yellow-400 {
  --tw-gradient-from: #f0ab2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
}

.from-nebido-fuel-yellow-500 {
  --tw-gradient-from: #e98c17 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
}

.from-nebido-fuel-yellow-600 {
  --tw-gradient-from: #cf6910 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
}

.from-nebido-fuel-yellow-700 {
  --tw-gradient-from: #ac4911 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
}

.from-nebido-fuel-yellow-800 {
  --tw-gradient-from: #8b3a15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
}

.from-nebido-fuel-yellow-900 {
  --tw-gradient-from: #732f14 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
}

.from-nebido-fuel-yellow-950 {
  --tw-gradient-from: #421706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
}

.from-nebido-mine-shaft-50 {
  --tw-gradient-from: #f5f6f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
}

.from-nebido-mine-shaft-100 {
  --tw-gradient-from: #e6e7e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
}

.from-nebido-mine-shaft-200 {
  --tw-gradient-from: #cfd1d2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
}

.from-nebido-mine-shaft-300 {
  --tw-gradient-from: #aeb1b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
}

.from-nebido-mine-shaft-400 {
  --tw-gradient-from: #85898b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
}

.from-nebido-mine-shaft-500 {
  --tw-gradient-from: #6a6e70 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
}

.from-nebido-mine-shaft-600 {
  --tw-gradient-from: #5a5e60 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
}

.from-nebido-mine-shaft-700 {
  --tw-gradient-from: #4d4f51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
}

.from-nebido-mine-shaft-800 {
  --tw-gradient-from: #444646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
}

.from-nebido-mine-shaft-900 {
  --tw-gradient-from: #3b3c3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
}

.from-nebido-mine-shaft-950 {
  --tw-gradient-from: #292a2b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
}

.from-nebido-mercury-50 {
  --tw-gradient-from: #f8f8f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.from-nebido-mercury-100 {
  --tw-gradient-from: #e8e8e8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
}

.from-nebido-mercury-200 {
  --tw-gradient-from: #dcdcdc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
}

.from-nebido-mercury-300 {
  --tw-gradient-from: #bdbdbd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
}

.from-nebido-mercury-400 {
  --tw-gradient-from: #989898 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
}

.from-nebido-mercury-500 {
  --tw-gradient-from: #7c7c7c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
}

.from-nebido-mercury-600 {
  --tw-gradient-from: #656565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
}

.from-nebido-mercury-700 {
  --tw-gradient-from: #525252 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.from-nebido-mercury-800 {
  --tw-gradient-from: #464646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
}

.from-nebido-mercury-900 {
  --tw-gradient-from: #3d3d3d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
}

.from-nebido-mercury-950 {
  --tw-gradient-from: #292929 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.from-nebido-porcelain-50 {
  --tw-gradient-from: #f6f8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.from-nebido-porcelain-100 {
  --tw-gradient-from: #eceff1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
}

.from-nebido-porcelain-200 {
  --tw-gradient-from: #d6dde1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
}

.from-nebido-porcelain-300 {
  --tw-gradient-from: #b2c0c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
}

.from-nebido-porcelain-400 {
  --tw-gradient-from: #889ea8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
}

.from-nebido-porcelain-500 {
  --tw-gradient-from: #6a828d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
}

.from-nebido-porcelain-600 {
  --tw-gradient-from: #556a74 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
}

.from-nebido-porcelain-700 {
  --tw-gradient-from: #45565f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
}

.from-nebido-porcelain-800 {
  --tw-gradient-from: #3c4950 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
}

.from-nebido-porcelain-900 {
  --tw-gradient-from: #353f45 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
}

.from-nebido-porcelain-950 {
  --tw-gradient-from: #232a2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
}

.from-nebido-jungle-mist-50 {
  --tw-gradient-from: #f5f8fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
}

.from-nebido-jungle-mist-100 {
  --tw-gradient-from: #ebf0f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.from-nebido-jungle-mist-200 {
  --tw-gradient-from: #d2dfe5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
}

.from-nebido-jungle-mist-300 {
  --tw-gradient-from: #b9cfd7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
}

.from-nebido-jungle-mist-400 {
  --tw-gradient-from: #7da6b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
}

.from-nebido-jungle-mist-500 {
  --tw-gradient-from: #5c8b9b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
}

.from-nebido-jungle-mist-600 {
  --tw-gradient-from: #487081 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
}

.from-nebido-jungle-mist-700 {
  --tw-gradient-from: #3b5c69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
}

.from-nebido-jungle-mist-800 {
  --tw-gradient-from: #344d58 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
}

.from-nebido-jungle-mist-900 {
  --tw-gradient-from: #2f434b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
}

.from-nebido-jungle-mist-950 {
  --tw-gradient-from: #1f2b32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
}

.from-nebido-dove-gray-50 {
  --tw-gradient-from: #f5f5f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
}

.from-nebido-dove-gray-100 {
  --tw-gradient-from: #e6e6e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
}

.from-nebido-dove-gray-200 {
  --tw-gradient-from: #d0cfd2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
}

.from-nebido-dove-gray-300 {
  --tw-gradient-from: #afaeb2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
}

.from-nebido-dove-gray-400 {
  --tw-gradient-from: #86858b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
}

.from-nebido-dove-gray-500 {
  --tw-gradient-from: #68676c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
}

.from-nebido-dove-gray-600 {
  --tw-gradient-from: #5c5b5f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
}

.from-nebido-dove-gray-700 {
  --tw-gradient-from: #4e4d51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
}

.from-nebido-dove-gray-800 {
  --tw-gradient-from: #444446 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
}

.from-nebido-dove-gray-900 {
  --tw-gradient-from: #3c3c3d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
}

.from-nebido-dove-gray-950 {
  --tw-gradient-from: #262527 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
}

.from-nebido-my-sin-50 {
  --tw-gradient-from: #fffeea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
}

.from-nebido-my-sin-100 {
  --tw-gradient-from: #fff9c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
}

.from-nebido-my-sin-200 {
  --tw-gradient-from: #fff385 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
}

.from-nebido-my-sin-300 {
  --tw-gradient-from: #ffe646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
}

.from-nebido-my-sin-400 {
  --tw-gradient-from: #ffd61b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
}

.from-nebido-my-sin-500 {
  --tw-gradient-from: #ffb500 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
}

.from-nebido-my-sin-600 {
  --tw-gradient-from: #e28a00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
}

.from-nebido-my-sin-700 {
  --tw-gradient-from: #bb6102 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
}

.from-nebido-my-sin-800 {
  --tw-gradient-from: #984b08 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
}

.from-nebido-my-sin-900 {
  --tw-gradient-from: #7c3d0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
}

.from-nebido-my-sin-950 {
  --tw-gradient-from: #481f00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
}

.from-thepink {
  --tw-gradient-from: #d52f89 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
}

.from-darkpink {
  --tw-gradient-from: #91005d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
}

.from-bluegreen {
  --tw-gradient-from: #00a0af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.from-beyond-green-1 {
  --tw-gradient-from: #01A059 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
}

.hover\:from-transparent:hover {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-black:hover {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:from-yellow:hover {
  --tw-gradient-from: #F6BE4A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hover\:from-purple:hover {
  --tw-gradient-from: #6c42a0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.hover\:from-primary-50:hover {
  --tw-gradient-from: #F1F5FB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
}

.hover\:from-primary-100:hover {
  --tw-gradient-from: #E3EBF7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
}

.hover\:from-primary-200:hover {
  --tw-gradient-from: #C7D7F0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
}

.hover\:from-primary-300:hover {
  --tw-gradient-from: #ABC2E8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
}

.hover\:from-primary-400:hover {
  --tw-gradient-from: #8FAEE0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
}

.hover\:from-primary-500:hover {
  --tw-gradient-from: #6590D5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
}

.hover\:from-primary-600:hover {
  --tw-gradient-from: #3061AF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
}

.hover\:from-primary-700:hover {
  --tw-gradient-from: #285192 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
}

.hover\:from-primary-800:hover {
  --tw-gradient-from: #204075 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
}

.hover\:from-primary-900:hover {
  --tw-gradient-from: #183058 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
}

.hover\:from-primary:hover {
  --tw-gradient-from: #3B71CA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
}

.hover\:from-primary-accent-100:hover {
  --tw-gradient-from: #d9e4f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
}

.hover\:from-primary-accent-200:hover {
  --tw-gradient-from: #cedbee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
}

.hover\:from-secondary-50:hover {
  --tw-gradient-from: #F8F9F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
}

.hover\:from-secondary-100:hover {
  --tw-gradient-from: #F1F2F4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
}

.hover\:from-secondary-200:hover {
  --tw-gradient-from: #E4E6E9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
}

.hover\:from-secondary-300:hover {
  --tw-gradient-from: #D6D9DE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
}

.hover\:from-secondary-400:hover {
  --tw-gradient-from: #C8CCD3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
}

.hover\:from-secondary-500:hover {
  --tw-gradient-from: #B3B9C2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
}

.hover\:from-secondary-600:hover {
  --tw-gradient-from: #848D9C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
}

.hover\:from-secondary-700:hover {
  --tw-gradient-from: #6B7585 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
}

.hover\:from-secondary-800:hover {
  --tw-gradient-from: #565D6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
}

.hover\:from-secondary-900:hover {
  --tw-gradient-from: #404650 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
}

.hover\:from-secondary:hover {
  --tw-gradient-from: #9FA6B2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
}

.hover\:from-success-50:hover {
  --tw-gradient-from: #EAFCF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
}

.hover\:from-success-100:hover {
  --tw-gradient-from: #D6FAE4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
}

.hover\:from-success-200:hover {
  --tw-gradient-from: #ACF5C9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
}

.hover\:from-success-300:hover {
  --tw-gradient-from: #83F0AE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
}

.hover\:from-success-400:hover {
  --tw-gradient-from: #59EA93 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
}

.hover\:from-success-500:hover {
  --tw-gradient-from: #1CE26B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
}

.hover\:from-success-600:hover {
  --tw-gradient-from: #118C42 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
}

.hover\:from-success-700:hover {
  --tw-gradient-from: #0E7537 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
}

.hover\:from-success-800:hover {
  --tw-gradient-from: #0C5D2C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
}

.hover\:from-success-900:hover {
  --tw-gradient-from: #094621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
}

.hover\:from-success:hover {
  --tw-gradient-from: #14A44D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
}

.hover\:from-danger-50:hover {
  --tw-gradient-from: #FCF2F4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
}

.hover\:from-danger-100:hover {
  --tw-gradient-from: #FAE5E9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
}

.hover\:from-danger-200:hover {
  --tw-gradient-from: #F5CCD3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
}

.hover\:from-danger-300:hover {
  --tw-gradient-from: #F0B2BD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
}

.hover\:from-danger-400:hover {
  --tw-gradient-from: #EB99A6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
}

.hover\:from-danger-500:hover {
  --tw-gradient-from: #E37285 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
}

.hover\:from-danger-600:hover {
  --tw-gradient-from: #D42A46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
}

.hover\:from-danger-700:hover {
  --tw-gradient-from: #B0233A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
}

.hover\:from-danger-800:hover {
  --tw-gradient-from: #8D1C2F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
}

.hover\:from-danger-900:hover {
  --tw-gradient-from: #6A1523 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
}

.hover\:from-danger:hover {
  --tw-gradient-from: #DC4C64 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
}

.hover\:from-warning-50:hover {
  --tw-gradient-from: #FDF8EF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
}

.hover\:from-warning-100:hover {
  --tw-gradient-from: #FBF2DE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
}

.hover\:from-warning-200:hover {
  --tw-gradient-from: #F7E4BE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
}

.hover\:from-warning-300:hover {
  --tw-gradient-from: #F4D79D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
}

.hover\:from-warning-400:hover {
  --tw-gradient-from: #F0C97D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
}

.hover\:from-warning-500:hover {
  --tw-gradient-from: #EAB54C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
}

.hover\:from-warning-600:hover {
  --tw-gradient-from: #C48A17 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
}

.hover\:from-warning-700:hover {
  --tw-gradient-from: #A37313 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
}

.hover\:from-warning-800:hover {
  --tw-gradient-from: #825C0F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
}

.hover\:from-warning-900:hover {
  --tw-gradient-from: #62450B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
}

.hover\:from-warning:hover {
  --tw-gradient-from: #E4A11B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
}

.hover\:from-info-50:hover {
  --tw-gradient-from: #F3FAFC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
}

.hover\:from-info-100:hover {
  --tw-gradient-from: #E7F4F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
}

.hover\:from-info-200:hover {
  --tw-gradient-from: #CEE9F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
}

.hover\:from-info-300:hover {
  --tw-gradient-from: #B6DFEC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
}

.hover\:from-info-400:hover {
  --tw-gradient-from: #9ED4E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
}

.hover\:from-info-500:hover {
  --tw-gradient-from: #79C4DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
}

.hover\:from-info-600:hover {
  --tw-gradient-from: #34A4CA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
}

.hover\:from-info-700:hover {
  --tw-gradient-from: #2B89A8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
}

.hover\:from-info-800:hover {
  --tw-gradient-from: #236D86 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
}

.hover\:from-info-900:hover {
  --tw-gradient-from: #1A5265 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
}

.hover\:from-info:hover {
  --tw-gradient-from: #54B4D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
}

.hover\:from-darkgreen:hover {
  --tw-gradient-from: #066B3D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
}

.hover\:from-lightgreen:hover {
  --tw-gradient-from: #70BB44 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
}

.hover\:from-\[\#d1ecc5\]:hover {
  --tw-gradient-from: #d1ecc5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
}

.hover\:from-\[\#282828\]:hover {
  --tw-gradient-from: #282828 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
}

.hover\:from-\[\#bde020\]:hover {
  --tw-gradient-from: #bde020 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
}

.hover\:from-\[\#efeee8\]:hover {
  --tw-gradient-from: #efeee8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
}

.hover\:from-\[\#bdc11d\]:hover {
  --tw-gradient-from: #bdc11d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
}

.hover\:from-\[\#039147\]:hover {
  --tw-gradient-from: #039147 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
}

.hover\:from-\[\#c3c1bf\]:hover {
  --tw-gradient-from: #c3c1bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
}

.hover\:from-\[\#039047\]:hover {
  --tw-gradient-from: #039047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
}

.hover\:from-\[\#c8da2e\]:hover {
  --tw-gradient-from: #c8da2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
}

.hover\:from-dmxMecanismob:hover {
  --tw-gradient-from: #c6bad2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
}

.hover\:from-fog:hover {
  --tw-gradient-from: #535353 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
}

.hover\:from-pink-cistitis:hover {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.hover\:from-purple1:hover {
  --tw-gradient-from: #70447A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
}

.hover\:from-purple2:hover {
  --tw-gradient-from: #42114C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
}

.hover\:from-purple3:hover {
  --tw-gradient-from: #5D0661 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
}

.hover\:from-purplebg:hover {
  --tw-gradient-from: #F7F2F7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
}

.hover\:from-purplebg2:hover {
  --tw-gradient-from: #D2C2D5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
}

.hover\:from-purpleBorder:hover {
  --tw-gradient-from: #3B1E4B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
}

.hover\:from-purpleIcon:hover {
  --tw-gradient-from: #B0A2B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
}

.hover\:from-purpleTB:hover {
  --tw-gradient-from: #D4C6DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hover\:from-yellowBtn:hover {
  --tw-gradient-from: #F7C139 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
}

.hover\:from-grayT:hover {
  --tw-gradient-from: #292929 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.hover\:from-grayTL:hover {
  --tw-gradient-from: #363737 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
}

.hover\:from-gray77:hover {
  --tw-gradient-from: #4D4D4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.hover\:from-grayhr:hover {
  --tw-gradient-from: #D3D3D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
}

.hover\:from-whiteTbl:hover {
  --tw-gradient-from: #F8F6F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
}

.hover\:from-roja:hover {
  --tw-gradient-from: #E52027 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
}

.hover\:from-anaranjada:hover {
  --tw-gradient-from: #EB6A2D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
}

.hover\:from-amarilla:hover {
  --tw-gradient-from: #FBDA3C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
}

.hover\:from-ocean:hover {
  --tw-gradient-from: #51C1D1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.hover\:from-forest:hover {
  --tw-gradient-from: #7FB80D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
}

.hover\:from-mint:hover {
  --tw-gradient-from: #67AA35 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
}

.hover\:from-azul:hover {
  --tw-gradient-from: #4BACCF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
}

.hover\:from-negra:hover {
  --tw-gradient-from: #262626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.hover\:from-lime-50:hover {
  --tw-gradient-from: #f7fee7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.hover\:from-lime-100:hover {
  --tw-gradient-from: #ecfccb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.hover\:from-lime-200:hover {
  --tw-gradient-from: #d9f99d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.hover\:from-lime-300:hover {
  --tw-gradient-from: #bef264 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.hover\:from-lime-400:hover {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.hover\:from-lime-500:hover {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.hover\:from-lime-600:hover {
  --tw-gradient-from: #65a30d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.hover\:from-lime-700:hover {
  --tw-gradient-from: #4d7c0f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.hover\:from-lime-800:hover {
  --tw-gradient-from: #3f6212 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.hover\:from-lime-900:hover {
  --tw-gradient-from: #365314 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.hover\:from-cyan-50:hover {
  --tw-gradient-from: #ecfeff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.hover\:from-cyan-100:hover {
  --tw-gradient-from: #cffafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.hover\:from-cyan-200:hover {
  --tw-gradient-from: #a5f3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.hover\:from-cyan-300:hover {
  --tw-gradient-from: #67e8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.hover\:from-cyan-400:hover {
  --tw-gradient-from: #22d3ee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.hover\:from-cyan-500:hover {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.hover\:from-cyan-600:hover {
  --tw-gradient-from: #0891b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.hover\:from-cyan-700:hover {
  --tw-gradient-from: #0e7490 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.hover\:from-cyan-800:hover {
  --tw-gradient-from: #155e75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.hover\:from-cyan-900:hover {
  --tw-gradient-from: #164e63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.hover\:from-cadet-blue:hover {
  --tw-gradient-from: #164682 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
}

.hover\:from-lavender-blue:hover {
  --tw-gradient-from: #2A7EDE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
}

.hover\:from-cobalt-blue:hover {
  --tw-gradient-from: #218AA2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
}

.hover\:from-sky-blue:hover {
  --tw-gradient-from: #51C1D1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.hover\:from-berry:hover {
  --tw-gradient-from: #01A4BA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
}

.hover\:from-lapis:hover {
  --tw-gradient-from: #138CA5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
}

.hover\:from-azure:hover {
  --tw-gradient-from: #1EC4D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
}

.hover\:from-pine:hover {
  --tw-gradient-from: #9CEFC7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
}

.hover\:from-spring:hover {
  --tw-gradient-from: #79CA00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
}

.hover\:from-slime:hover {
  --tw-gradient-from: #4EAF00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
}

.hover\:from-jade-50:hover {
  --tw-gradient-from: #D9F6FB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
}

.hover\:from-jade-500:hover {
  --tw-gradient-from: #DEF7FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
}

.hover\:from-jade-900:hover {
  --tw-gradient-from: #EEFCFE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
}

.hover\:from-cerulean:hover {
  --tw-gradient-from: #D3EAEF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
}

.hover\:from-evergreen:hover {
  --tw-gradient-from: #6DBE4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
}

.hover\:from-admiral:hover {
  --tw-gradient-from: #2377BE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
}

.hover\:from-denim:hover {
  --tw-gradient-from: #37A5DD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
}

.hover\:from-laurel:hover {
  --tw-gradient-from: #6CBE51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
}

.hover\:from-Dpink1:hover {
  --tw-gradient-from: #E74F77 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
}

.hover\:from-Dblue1:hover {
  --tw-gradient-from: #42A6B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
}

.hover\:from-Dblue2:hover {
  --tw-gradient-from: #225258 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
}

.hover\:from-Pgray:hover {
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.hover\:from-Metblue1:hover {
  --tw-gradient-from: #4BB5D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
}

.hover\:from-MetBlue2:hover {
  --tw-gradient-from: #205B87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
}

.hover\:from-MetBlueGrid1:hover {
  --tw-gradient-from: #2DB5D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
}

.hover\:from-MetBlueGrid2:hover {
  --tw-gradient-from: #2569B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
}

.hover\:from-MetBlueGrid3:hover {
  --tw-gradient-from: #42ABBB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
}

.hover\:from-MetBlueLast:hover {
  --tw-gradient-from: #2569B9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
}

.hover\:from-Metwhite:hover {
  --tw-gradient-from: #F5F5F5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.hover\:from-Pkorange1:hover {
  --tw-gradient-from: #D85F2A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
}

.hover\:from-Pkorange2:hover {
  --tw-gradient-from: #FC4300 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
}

.hover\:from-BvpBlue:hover {
  --tw-gradient-from: #1292A9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
}

.hover\:from-BvpPine:hover {
  --tw-gradient-from: #9BE4C7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
}

.hover\:from-BvpBlue2:hover {
  --tw-gradient-from: #1B5A90 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
}

.hover\:from-BvpGreen:hover {
  --tw-gradient-from: #159F6E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
}

.hover\:from-Pkblue-100:hover {
  --tw-gradient-from: #212E60 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
}

.hover\:from-Pkblue-200:hover {
  --tw-gradient-from: #003184 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
}

.hover\:from-Pkblue-300:hover {
  --tw-gradient-from: #004284 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
}

.hover\:from-BpurpleText:hover {
  --tw-gradient-from: #465784 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
}

.hover\:from-BpurpleText2:hover {
  --tw-gradient-from: #56087A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
}

.hover\:from-BgradYellow:hover {
  --tw-gradient-from: #E49D41 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
}

.hover\:from-Bgradpurple1:hover {
  --tw-gradient-from: #AD6498 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
}

.hover\:from-Bpink:hover {
  --tw-gradient-from: #B33C86 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
}

.hover\:from-Bpink2:hover {
  --tw-gradient-from: #E9CBDA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
}

.hover\:from-Bgradpurple2:hover {
  --tw-gradient-from: #3B80A8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
}

.hover\:from-Bgradpink:hover {
  --tw-gradient-from: #B03780 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
}

.hover\:from-Bgradwhite:hover {
  --tw-gradient-from: #CDB8CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
}

.hover\:from-BBlue1:hover {
  --tw-gradient-from: #455780 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
}

.hover\:from-BpinkContainer:hover {
  --tw-gradient-from: #C8549C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
}

.hover\:from-Cpinkcover:hover {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.hover\:from-bannerText:hover {
  --tw-gradient-from: #970022 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
}

.hover\:from-fondoWhite:hover {
  --tw-gradient-from: #E6E6E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
}

.hover\:from-bgGrid:hover {
  --tw-gradient-from: #872944 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
}

.hover\:from-cisYellow:hover {
  --tw-gradient-from: #EBBC54 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
}

.hover\:from-cisPink:hover {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.hover\:from-footer:hover {
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:from-cisGray:hover {
  --tw-gradient-from: #666666 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.hover\:from-cisCarm:hover {
  --tw-gradient-from: #A62D53 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
}

.hover\:from-cisgrad1:hover {
  --tw-gradient-from: #DA3A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
}

.hover\:from-cisgrad2:hover {
  --tw-gradient-from: #EAB755 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
}

.hover\:from-cisgrad3:hover {
  --tw-gradient-from: #881F4A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
}

.hover\:from-cisgrad4:hover {
  --tw-gradient-from: #D7206C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
}

.hover\:from-doxYellow:hover {
  --tw-gradient-from: #F6EA32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
}

.hover\:from-doxGreenM:hover {
  --tw-gradient-from: #6EB556 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
}

.hover\:from-doxGreenS:hover {
  --tw-gradient-from: #A1D15C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
}

.hover\:from-doxGreenR:hover {
  --tw-gradient-from: #009144 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
}

.hover\:from-doxGreenT:hover {
  --tw-gradient-from: #009933 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
}

.hover\:from-doxGrayS:hover {
  --tw-gradient-from: #DADDE5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
}

.hover\:from-doxGrayE:hover {
  --tw-gradient-from: #EEEFF4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
}

.hover\:from-dxmgreen:hover {
  --tw-gradient-from: #1E8344 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.hover\:from-dxmGreen:hover {
  --tw-gradient-from: #1E8344 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.hover\:from-dxmsquare:hover {
  --tw-gradient-from: #71AA62 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
}

.hover\:from-dxmText:hover {
  --tw-gradient-from: #6FB444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
}

.hover\:from-dxmbacksquare:hover {
  --tw-gradient-from: #57AE56 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
}

.hover\:from-dxmTitle:hover {
  --tw-gradient-from: #0D6E39 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
}

.hover\:from-dxmFtBG:hover {
  --tw-gradient-from: #4D4D4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.hover\:from-green1:hover {
  --tw-gradient-from: #5e9e3f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
}

.hover\:from-green2:hover {
  --tw-gradient-from: #95c255 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
}

.hover\:from-green3:hover {
  --tw-gradient-from: #18b6c9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
}

.hover\:from-green4:hover {
  --tw-gradient-from: #1c8c69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
}

.hover\:from-dcnMain:hover {
  --tw-gradient-from: #F32735 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
}

.hover\:from-dcnbl:hover {
  --tw-gradient-from: #0075C9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
}

.hover\:from-dcnsText:hover {
  --tw-gradient-from: #00507E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
}

.hover\:from-dcnsRed:hover {
  --tw-gradient-from: #B22024 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
}

.hover\:from-dmxPurple:hover {
  --tw-gradient-from: #6D348A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
}

.hover\:from-dmxBlue:hover {
  --tw-gradient-from: #009494 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.hover\:from-dmxSquare:hover {
  --tw-gradient-from: #C5B9CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
}

.hover\:from-bgmecanismo:hover {
  --tw-gradient-from: #B7A8C4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
}

.hover\:from-dmxGreen:hover {
  --tw-gradient-from: #009494 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.hover\:from-dmxText:hover {
  --tw-gradient-from: #592C80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
}

.hover\:from-dmxgray:hover {
  --tw-gradient-from: #BBB1C4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
}

.hover\:from-bvGray:hover {
  --tw-gradient-from: #323232 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
}

.hover\:from-bvBlue:hover {
  --tw-gradient-from: #C9ECF3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
}

.hover\:from-bVGreen:hover {
  --tw-gradient-from: #115472 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
}

.hover\:from-bvMint:hover {
  --tw-gradient-from: #71B800 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
}

.hover\:from-bvCadetBlue:hover {
  --tw-gradient-from: #0D4880 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
}

.hover\:from-bvPuntos:hover {
  --tw-gradient-from: #1F8CA4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
}

.hover\:from-bvSlime:hover {
  --tw-gradient-from: #52AD1D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
}

.hover\:from-bvSky:hover {
  --tw-gradient-from: #2EC4D2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
}

.hover\:from-ash:hover {
  --tw-gradient-from: #4B5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.hover\:from-sky:hover {
  --tw-gradient-from: #f4fafd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
}

.hover\:from-blueHepa:hover {
  --tw-gradient-from: #00A0AF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.hover\:from-zomig-orange-1:hover {
  --tw-gradient-from: #EF8000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
}

.hover\:from-zomig-blue-1:hover {
  --tw-gradient-from: #005797 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
}

.hover\:from-zomig-blue-2:hover {
  --tw-gradient-from: #004E80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
}

.hover\:from-zomig-blue-3:hover {
  --tw-gradient-from: #00A2D6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
}

.hover\:from-zomig-blue-4:hover {
  --tw-gradient-from: #005285 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
}

.hover\:from-zomig-blue-5:hover {
  --tw-gradient-from: #004D80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
}

.hover\:from-zomig-blue-6:hover {
  --tw-gradient-from: #005588 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
}

.hover\:from-zomig-blue-7:hover {
  --tw-gradient-from: #00A5D9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
}

.hover\:from-zomig-blue-8:hover {
  --tw-gradient-from: #003E69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
}

.hover\:from-zomig-gray-1:hover {
  --tw-gradient-from: #CDCDCE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
}

.hover\:from-zomig-gray-2:hover {
  --tw-gradient-from: #C9C9CB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
}

.hover\:from-nebido-0:hover {
  --tw-gradient-from: #EAEAEA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
}

.hover\:from-nebido-1:hover {
  --tw-gradient-from: #B9CED8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
}

.hover\:from-nebido-2:hover {
  --tw-gradient-from: #EEF2F5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
}

.hover\:from-nebido-loblolly-50:hover {
  --tw-gradient-from: #f6f8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.hover\:from-nebido-loblolly-100:hover {
  --tw-gradient-from: #ebf0f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.hover\:from-nebido-loblolly-200:hover {
  --tw-gradient-from: #d3dee4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
}

.hover\:from-nebido-loblolly-300:hover {
  --tw-gradient-from: #bdced6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
}

.hover\:from-nebido-loblolly-400:hover {
  --tw-gradient-from: #81a1af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
}

.hover\:from-nebido-loblolly-500:hover {
  --tw-gradient-from: #618696 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
}

.hover\:from-nebido-loblolly-600:hover {
  --tw-gradient-from: #4c6c7d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
}

.hover\:from-nebido-loblolly-700:hover {
  --tw-gradient-from: #3f5865 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
}

.hover\:from-nebido-loblolly-800:hover {
  --tw-gradient-from: #374b55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
}

.hover\:from-nebido-loblolly-900:hover {
  --tw-gradient-from: #314049 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
}

.hover\:from-nebido-loblolly-950:hover {
  --tw-gradient-from: #212a30 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
}

.hover\:from-nebido-loblolly-1000:hover {
  --tw-gradient-from: #D0D4D6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-50:hover {
  --tw-gradient-from: #fef9ec !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-100:hover {
  --tw-gradient-from: #fbeeca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-200:hover {
  --tw-gradient-from: #f7dc90 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-300:hover {
  --tw-gradient-from: #f3c356 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-400:hover {
  --tw-gradient-from: #f0ab2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-500:hover {
  --tw-gradient-from: #e98c17 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-600:hover {
  --tw-gradient-from: #cf6910 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-700:hover {
  --tw-gradient-from: #ac4911 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-800:hover {
  --tw-gradient-from: #8b3a15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-900:hover {
  --tw-gradient-from: #732f14 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
}

.hover\:from-nebido-fuel-yellow-950:hover {
  --tw-gradient-from: #421706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
}

.hover\:from-nebido-mine-shaft-50:hover {
  --tw-gradient-from: #f5f6f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
}

.hover\:from-nebido-mine-shaft-100:hover {
  --tw-gradient-from: #e6e7e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
}

.hover\:from-nebido-mine-shaft-200:hover {
  --tw-gradient-from: #cfd1d2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
}

.hover\:from-nebido-mine-shaft-300:hover {
  --tw-gradient-from: #aeb1b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
}

.hover\:from-nebido-mine-shaft-400:hover {
  --tw-gradient-from: #85898b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
}

.hover\:from-nebido-mine-shaft-500:hover {
  --tw-gradient-from: #6a6e70 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
}

.hover\:from-nebido-mine-shaft-600:hover {
  --tw-gradient-from: #5a5e60 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
}

.hover\:from-nebido-mine-shaft-700:hover {
  --tw-gradient-from: #4d4f51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
}

.hover\:from-nebido-mine-shaft-800:hover {
  --tw-gradient-from: #444646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
}

.hover\:from-nebido-mine-shaft-900:hover {
  --tw-gradient-from: #3b3c3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
}

.hover\:from-nebido-mine-shaft-950:hover {
  --tw-gradient-from: #292a2b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
}

.hover\:from-nebido-mercury-50:hover {
  --tw-gradient-from: #f8f8f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.hover\:from-nebido-mercury-100:hover {
  --tw-gradient-from: #e8e8e8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
}

.hover\:from-nebido-mercury-200:hover {
  --tw-gradient-from: #dcdcdc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
}

.hover\:from-nebido-mercury-300:hover {
  --tw-gradient-from: #bdbdbd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
}

.hover\:from-nebido-mercury-400:hover {
  --tw-gradient-from: #989898 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
}

.hover\:from-nebido-mercury-500:hover {
  --tw-gradient-from: #7c7c7c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
}

.hover\:from-nebido-mercury-600:hover {
  --tw-gradient-from: #656565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
}

.hover\:from-nebido-mercury-700:hover {
  --tw-gradient-from: #525252 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.hover\:from-nebido-mercury-800:hover {
  --tw-gradient-from: #464646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
}

.hover\:from-nebido-mercury-900:hover {
  --tw-gradient-from: #3d3d3d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
}

.hover\:from-nebido-mercury-950:hover {
  --tw-gradient-from: #292929 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.hover\:from-nebido-porcelain-50:hover {
  --tw-gradient-from: #f6f8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.hover\:from-nebido-porcelain-100:hover {
  --tw-gradient-from: #eceff1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
}

.hover\:from-nebido-porcelain-200:hover {
  --tw-gradient-from: #d6dde1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
}

.hover\:from-nebido-porcelain-300:hover {
  --tw-gradient-from: #b2c0c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
}

.hover\:from-nebido-porcelain-400:hover {
  --tw-gradient-from: #889ea8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
}

.hover\:from-nebido-porcelain-500:hover {
  --tw-gradient-from: #6a828d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
}

.hover\:from-nebido-porcelain-600:hover {
  --tw-gradient-from: #556a74 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
}

.hover\:from-nebido-porcelain-700:hover {
  --tw-gradient-from: #45565f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
}

.hover\:from-nebido-porcelain-800:hover {
  --tw-gradient-from: #3c4950 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
}

.hover\:from-nebido-porcelain-900:hover {
  --tw-gradient-from: #353f45 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
}

.hover\:from-nebido-porcelain-950:hover {
  --tw-gradient-from: #232a2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
}

.hover\:from-nebido-jungle-mist-50:hover {
  --tw-gradient-from: #f5f8fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
}

.hover\:from-nebido-jungle-mist-100:hover {
  --tw-gradient-from: #ebf0f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.hover\:from-nebido-jungle-mist-200:hover {
  --tw-gradient-from: #d2dfe5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
}

.hover\:from-nebido-jungle-mist-300:hover {
  --tw-gradient-from: #b9cfd7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
}

.hover\:from-nebido-jungle-mist-400:hover {
  --tw-gradient-from: #7da6b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
}

.hover\:from-nebido-jungle-mist-500:hover {
  --tw-gradient-from: #5c8b9b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
}

.hover\:from-nebido-jungle-mist-600:hover {
  --tw-gradient-from: #487081 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
}

.hover\:from-nebido-jungle-mist-700:hover {
  --tw-gradient-from: #3b5c69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
}

.hover\:from-nebido-jungle-mist-800:hover {
  --tw-gradient-from: #344d58 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
}

.hover\:from-nebido-jungle-mist-900:hover {
  --tw-gradient-from: #2f434b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
}

.hover\:from-nebido-jungle-mist-950:hover {
  --tw-gradient-from: #1f2b32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
}

.hover\:from-nebido-dove-gray-50:hover {
  --tw-gradient-from: #f5f5f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
}

.hover\:from-nebido-dove-gray-100:hover {
  --tw-gradient-from: #e6e6e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
}

.hover\:from-nebido-dove-gray-200:hover {
  --tw-gradient-from: #d0cfd2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
}

.hover\:from-nebido-dove-gray-300:hover {
  --tw-gradient-from: #afaeb2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
}

.hover\:from-nebido-dove-gray-400:hover {
  --tw-gradient-from: #86858b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
}

.hover\:from-nebido-dove-gray-500:hover {
  --tw-gradient-from: #68676c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
}

.hover\:from-nebido-dove-gray-600:hover {
  --tw-gradient-from: #5c5b5f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
}

.hover\:from-nebido-dove-gray-700:hover {
  --tw-gradient-from: #4e4d51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
}

.hover\:from-nebido-dove-gray-800:hover {
  --tw-gradient-from: #444446 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
}

.hover\:from-nebido-dove-gray-900:hover {
  --tw-gradient-from: #3c3c3d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
}

.hover\:from-nebido-dove-gray-950:hover {
  --tw-gradient-from: #262527 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
}

.hover\:from-nebido-my-sin-50:hover {
  --tw-gradient-from: #fffeea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
}

.hover\:from-nebido-my-sin-100:hover {
  --tw-gradient-from: #fff9c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
}

.hover\:from-nebido-my-sin-200:hover {
  --tw-gradient-from: #fff385 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
}

.hover\:from-nebido-my-sin-300:hover {
  --tw-gradient-from: #ffe646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
}

.hover\:from-nebido-my-sin-400:hover {
  --tw-gradient-from: #ffd61b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
}

.hover\:from-nebido-my-sin-500:hover {
  --tw-gradient-from: #ffb500 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
}

.hover\:from-nebido-my-sin-600:hover {
  --tw-gradient-from: #e28a00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
}

.hover\:from-nebido-my-sin-700:hover {
  --tw-gradient-from: #bb6102 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
}

.hover\:from-nebido-my-sin-800:hover {
  --tw-gradient-from: #984b08 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
}

.hover\:from-nebido-my-sin-900:hover {
  --tw-gradient-from: #7c3d0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
}

.hover\:from-nebido-my-sin-950:hover {
  --tw-gradient-from: #481f00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
}

.hover\:from-thepink:hover {
  --tw-gradient-from: #d52f89 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
}

.hover\:from-darkpink:hover {
  --tw-gradient-from: #91005d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
}

.hover\:from-bluegreen:hover {
  --tw-gradient-from: #00a0af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.hover\:from-beyond-green-1:hover {
  --tw-gradient-from: #01A059 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
}

.focus\:from-transparent:focus {
  --tw-gradient-from: transparent !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-black:focus {
  --tw-gradient-from: #000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #fafafa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f4f4f5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e4e4e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d4d4d8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #a1a1aa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #71717a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #52525b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #3f3f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #27272a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #18181b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:from-yellow:focus {
  --tw-gradient-from: #F6BE4A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #ecfdf5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #d1fae5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #a7f3d0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #6ee7b7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #34d399 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #10b981 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #059669 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #047857 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #065f46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #064e3b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.focus\:from-purple:focus {
  --tw-gradient-from: #6c42a0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.focus\:from-primary-50:focus {
  --tw-gradient-from: #F1F5FB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
}

.focus\:from-primary-100:focus {
  --tw-gradient-from: #E3EBF7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
}

.focus\:from-primary-200:focus {
  --tw-gradient-from: #C7D7F0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
}

.focus\:from-primary-300:focus {
  --tw-gradient-from: #ABC2E8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
}

.focus\:from-primary-400:focus {
  --tw-gradient-from: #8FAEE0 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
}

.focus\:from-primary-500:focus {
  --tw-gradient-from: #6590D5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
}

.focus\:from-primary-600:focus {
  --tw-gradient-from: #3061AF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
}

.focus\:from-primary-700:focus {
  --tw-gradient-from: #285192 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
}

.focus\:from-primary-800:focus {
  --tw-gradient-from: #204075 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
}

.focus\:from-primary-900:focus {
  --tw-gradient-from: #183058 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
}

.focus\:from-primary:focus {
  --tw-gradient-from: #3B71CA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
}

.focus\:from-primary-accent-100:focus {
  --tw-gradient-from: #d9e4f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
}

.focus\:from-primary-accent-200:focus {
  --tw-gradient-from: #cedbee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
}

.focus\:from-secondary-50:focus {
  --tw-gradient-from: #F8F9F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
}

.focus\:from-secondary-100:focus {
  --tw-gradient-from: #F1F2F4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
}

.focus\:from-secondary-200:focus {
  --tw-gradient-from: #E4E6E9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
}

.focus\:from-secondary-300:focus {
  --tw-gradient-from: #D6D9DE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
}

.focus\:from-secondary-400:focus {
  --tw-gradient-from: #C8CCD3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
}

.focus\:from-secondary-500:focus {
  --tw-gradient-from: #B3B9C2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
}

.focus\:from-secondary-600:focus {
  --tw-gradient-from: #848D9C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
}

.focus\:from-secondary-700:focus {
  --tw-gradient-from: #6B7585 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
}

.focus\:from-secondary-800:focus {
  --tw-gradient-from: #565D6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
}

.focus\:from-secondary-900:focus {
  --tw-gradient-from: #404650 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
}

.focus\:from-secondary:focus {
  --tw-gradient-from: #9FA6B2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
}

.focus\:from-success-50:focus {
  --tw-gradient-from: #EAFCF2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
}

.focus\:from-success-100:focus {
  --tw-gradient-from: #D6FAE4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
}

.focus\:from-success-200:focus {
  --tw-gradient-from: #ACF5C9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
}

.focus\:from-success-300:focus {
  --tw-gradient-from: #83F0AE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
}

.focus\:from-success-400:focus {
  --tw-gradient-from: #59EA93 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
}

.focus\:from-success-500:focus {
  --tw-gradient-from: #1CE26B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
}

.focus\:from-success-600:focus {
  --tw-gradient-from: #118C42 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
}

.focus\:from-success-700:focus {
  --tw-gradient-from: #0E7537 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
}

.focus\:from-success-800:focus {
  --tw-gradient-from: #0C5D2C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
}

.focus\:from-success-900:focus {
  --tw-gradient-from: #094621 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
}

.focus\:from-success:focus {
  --tw-gradient-from: #14A44D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
}

.focus\:from-danger-50:focus {
  --tw-gradient-from: #FCF2F4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
}

.focus\:from-danger-100:focus {
  --tw-gradient-from: #FAE5E9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
}

.focus\:from-danger-200:focus {
  --tw-gradient-from: #F5CCD3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
}

.focus\:from-danger-300:focus {
  --tw-gradient-from: #F0B2BD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
}

.focus\:from-danger-400:focus {
  --tw-gradient-from: #EB99A6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
}

.focus\:from-danger-500:focus {
  --tw-gradient-from: #E37285 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
}

.focus\:from-danger-600:focus {
  --tw-gradient-from: #D42A46 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
}

.focus\:from-danger-700:focus {
  --tw-gradient-from: #B0233A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
}

.focus\:from-danger-800:focus {
  --tw-gradient-from: #8D1C2F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
}

.focus\:from-danger-900:focus {
  --tw-gradient-from: #6A1523 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
}

.focus\:from-danger:focus {
  --tw-gradient-from: #DC4C64 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
}

.focus\:from-warning-50:focus {
  --tw-gradient-from: #FDF8EF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
}

.focus\:from-warning-100:focus {
  --tw-gradient-from: #FBF2DE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
}

.focus\:from-warning-200:focus {
  --tw-gradient-from: #F7E4BE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
}

.focus\:from-warning-300:focus {
  --tw-gradient-from: #F4D79D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
}

.focus\:from-warning-400:focus {
  --tw-gradient-from: #F0C97D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
}

.focus\:from-warning-500:focus {
  --tw-gradient-from: #EAB54C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
}

.focus\:from-warning-600:focus {
  --tw-gradient-from: #C48A17 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
}

.focus\:from-warning-700:focus {
  --tw-gradient-from: #A37313 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
}

.focus\:from-warning-800:focus {
  --tw-gradient-from: #825C0F !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
}

.focus\:from-warning-900:focus {
  --tw-gradient-from: #62450B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
}

.focus\:from-warning:focus {
  --tw-gradient-from: #E4A11B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
}

.focus\:from-info-50:focus {
  --tw-gradient-from: #F3FAFC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
}

.focus\:from-info-100:focus {
  --tw-gradient-from: #E7F4F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
}

.focus\:from-info-200:focus {
  --tw-gradient-from: #CEE9F2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
}

.focus\:from-info-300:focus {
  --tw-gradient-from: #B6DFEC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
}

.focus\:from-info-400:focus {
  --tw-gradient-from: #9ED4E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
}

.focus\:from-info-500:focus {
  --tw-gradient-from: #79C4DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
}

.focus\:from-info-600:focus {
  --tw-gradient-from: #34A4CA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
}

.focus\:from-info-700:focus {
  --tw-gradient-from: #2B89A8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
}

.focus\:from-info-800:focus {
  --tw-gradient-from: #236D86 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
}

.focus\:from-info-900:focus {
  --tw-gradient-from: #1A5265 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
}

.focus\:from-info:focus {
  --tw-gradient-from: #54B4D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
}

.focus\:from-darkgreen:focus {
  --tw-gradient-from: #066B3D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
}

.focus\:from-lightgreen:focus {
  --tw-gradient-from: #70BB44 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
}

.focus\:from-\[\#d1ecc5\]:focus {
  --tw-gradient-from: #d1ecc5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
}

.focus\:from-\[\#282828\]:focus {
  --tw-gradient-from: #282828 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
}

.focus\:from-\[\#bde020\]:focus {
  --tw-gradient-from: #bde020 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
}

.focus\:from-\[\#efeee8\]:focus {
  --tw-gradient-from: #efeee8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
}

.focus\:from-\[\#bdc11d\]:focus {
  --tw-gradient-from: #bdc11d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
}

.focus\:from-\[\#039147\]:focus {
  --tw-gradient-from: #039147 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
}

.focus\:from-\[\#c3c1bf\]:focus {
  --tw-gradient-from: #c3c1bf !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
}

.focus\:from-\[\#039047\]:focus {
  --tw-gradient-from: #039047 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
}

.focus\:from-\[\#c8da2e\]:focus {
  --tw-gradient-from: #c8da2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
}

.focus\:from-dmxMecanismob:focus {
  --tw-gradient-from: #c6bad2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
}

.focus\:from-fog:focus {
  --tw-gradient-from: #535353 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
}

.focus\:from-pink-cistitis:focus {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.focus\:from-purple1:focus {
  --tw-gradient-from: #70447A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
}

.focus\:from-purple2:focus {
  --tw-gradient-from: #42114C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
}

.focus\:from-purple3:focus {
  --tw-gradient-from: #5D0661 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
}

.focus\:from-purplebg:focus {
  --tw-gradient-from: #F7F2F7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
}

.focus\:from-purplebg2:focus {
  --tw-gradient-from: #D2C2D5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
}

.focus\:from-purpleBorder:focus {
  --tw-gradient-from: #3B1E4B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
}

.focus\:from-purpleIcon:focus {
  --tw-gradient-from: #B0A2B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
}

.focus\:from-purpleTB:focus {
  --tw-gradient-from: #D4C6DC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fef08a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #eab308 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.focus\:from-yellowBtn:focus {
  --tw-gradient-from: #F7C139 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
}

.focus\:from-grayT:focus {
  --tw-gradient-from: #292929 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.focus\:from-grayTL:focus {
  --tw-gradient-from: #363737 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
}

.focus\:from-gray77:focus {
  --tw-gradient-from: #4D4D4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.focus\:from-grayhr:focus {
  --tw-gradient-from: #D3D3D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
}

.focus\:from-whiteTbl:focus {
  --tw-gradient-from: #F8F6F9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
}

.focus\:from-roja:focus {
  --tw-gradient-from: #E52027 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
}

.focus\:from-anaranjada:focus {
  --tw-gradient-from: #EB6A2D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
}

.focus\:from-amarilla:focus {
  --tw-gradient-from: #FBDA3C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
}

.focus\:from-ocean:focus {
  --tw-gradient-from: #51C1D1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.focus\:from-forest:focus {
  --tw-gradient-from: #7FB80D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
}

.focus\:from-mint:focus {
  --tw-gradient-from: #67AA35 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
}

.focus\:from-azul:focus {
  --tw-gradient-from: #4BACCF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
}

.focus\:from-negra:focus {
  --tw-gradient-from: #262626 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.focus\:from-lime-50:focus {
  --tw-gradient-from: #f7fee7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.focus\:from-lime-100:focus {
  --tw-gradient-from: #ecfccb !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.focus\:from-lime-200:focus {
  --tw-gradient-from: #d9f99d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.focus\:from-lime-300:focus {
  --tw-gradient-from: #bef264 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.focus\:from-lime-400:focus {
  --tw-gradient-from: #a3e635 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.focus\:from-lime-500:focus {
  --tw-gradient-from: #84cc16 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.focus\:from-lime-600:focus {
  --tw-gradient-from: #65a30d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.focus\:from-lime-700:focus {
  --tw-gradient-from: #4d7c0f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.focus\:from-lime-800:focus {
  --tw-gradient-from: #3f6212 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.focus\:from-lime-900:focus {
  --tw-gradient-from: #365314 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.focus\:from-cyan-50:focus {
  --tw-gradient-from: #ecfeff !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.focus\:from-cyan-100:focus {
  --tw-gradient-from: #cffafe !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.focus\:from-cyan-200:focus {
  --tw-gradient-from: #a5f3fc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.focus\:from-cyan-300:focus {
  --tw-gradient-from: #67e8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.focus\:from-cyan-400:focus {
  --tw-gradient-from: #22d3ee !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.focus\:from-cyan-500:focus {
  --tw-gradient-from: #06b6d4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.focus\:from-cyan-600:focus {
  --tw-gradient-from: #0891b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.focus\:from-cyan-700:focus {
  --tw-gradient-from: #0e7490 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.focus\:from-cyan-800:focus {
  --tw-gradient-from: #155e75 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.focus\:from-cyan-900:focus {
  --tw-gradient-from: #164e63 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.focus\:from-cadet-blue:focus {
  --tw-gradient-from: #164682 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
}

.focus\:from-lavender-blue:focus {
  --tw-gradient-from: #2A7EDE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
}

.focus\:from-cobalt-blue:focus {
  --tw-gradient-from: #218AA2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
}

.focus\:from-sky-blue:focus {
  --tw-gradient-from: #51C1D1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.focus\:from-berry:focus {
  --tw-gradient-from: #01A4BA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
}

.focus\:from-lapis:focus {
  --tw-gradient-from: #138CA5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
}

.focus\:from-azure:focus {
  --tw-gradient-from: #1EC4D3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
}

.focus\:from-pine:focus {
  --tw-gradient-from: #9CEFC7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
}

.focus\:from-spring:focus {
  --tw-gradient-from: #79CA00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
}

.focus\:from-slime:focus {
  --tw-gradient-from: #4EAF00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
}

.focus\:from-jade-50:focus {
  --tw-gradient-from: #D9F6FB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
}

.focus\:from-jade-500:focus {
  --tw-gradient-from: #DEF7FC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
}

.focus\:from-jade-900:focus {
  --tw-gradient-from: #EEFCFE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
}

.focus\:from-cerulean:focus {
  --tw-gradient-from: #D3EAEF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
}

.focus\:from-evergreen:focus {
  --tw-gradient-from: #6DBE4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
}

.focus\:from-admiral:focus {
  --tw-gradient-from: #2377BE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
}

.focus\:from-denim:focus {
  --tw-gradient-from: #37A5DD !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
}

.focus\:from-laurel:focus {
  --tw-gradient-from: #6CBE51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
}

.focus\:from-Dpink1:focus {
  --tw-gradient-from: #E74F77 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
}

.focus\:from-Dblue1:focus {
  --tw-gradient-from: #42A6B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
}

.focus\:from-Dblue2:focus {
  --tw-gradient-from: #225258 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
}

.focus\:from-Pgray:focus {
  --tw-gradient-from: #f4f4f4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.focus\:from-Metblue1:focus {
  --tw-gradient-from: #4BB5D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
}

.focus\:from-MetBlue2:focus {
  --tw-gradient-from: #205B87 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
}

.focus\:from-MetBlueGrid1:focus {
  --tw-gradient-from: #2DB5D4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
}

.focus\:from-MetBlueGrid2:focus {
  --tw-gradient-from: #2569B8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
}

.focus\:from-MetBlueGrid3:focus {
  --tw-gradient-from: #42ABBB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
}

.focus\:from-MetBlueLast:focus {
  --tw-gradient-from: #2569B9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
}

.focus\:from-Metwhite:focus {
  --tw-gradient-from: #F5F5F5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.focus\:from-Pkorange1:focus {
  --tw-gradient-from: #D85F2A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
}

.focus\:from-Pkorange2:focus {
  --tw-gradient-from: #FC4300 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
}

.focus\:from-BvpBlue:focus {
  --tw-gradient-from: #1292A9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
}

.focus\:from-BvpPine:focus {
  --tw-gradient-from: #9BE4C7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
}

.focus\:from-BvpBlue2:focus {
  --tw-gradient-from: #1B5A90 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
}

.focus\:from-BvpGreen:focus {
  --tw-gradient-from: #159F6E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
}

.focus\:from-Pkblue-100:focus {
  --tw-gradient-from: #212E60 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
}

.focus\:from-Pkblue-200:focus {
  --tw-gradient-from: #003184 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
}

.focus\:from-Pkblue-300:focus {
  --tw-gradient-from: #004284 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
}

.focus\:from-BpurpleText:focus {
  --tw-gradient-from: #465784 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
}

.focus\:from-BpurpleText2:focus {
  --tw-gradient-from: #56087A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
}

.focus\:from-BgradYellow:focus {
  --tw-gradient-from: #E49D41 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
}

.focus\:from-Bgradpurple1:focus {
  --tw-gradient-from: #AD6498 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
}

.focus\:from-Bpink:focus {
  --tw-gradient-from: #B33C86 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
}

.focus\:from-Bpink2:focus {
  --tw-gradient-from: #E9CBDA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
}

.focus\:from-Bgradpurple2:focus {
  --tw-gradient-from: #3B80A8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
}

.focus\:from-Bgradpink:focus {
  --tw-gradient-from: #B03780 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
}

.focus\:from-Bgradwhite:focus {
  --tw-gradient-from: #CDB8CC !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
}

.focus\:from-BBlue1:focus {
  --tw-gradient-from: #455780 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
}

.focus\:from-BpinkContainer:focus {
  --tw-gradient-from: #C8549C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
}

.focus\:from-Cpinkcover:focus {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.focus\:from-bannerText:focus {
  --tw-gradient-from: #970022 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
}

.focus\:from-fondoWhite:focus {
  --tw-gradient-from: #E6E6E6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
}

.focus\:from-bgGrid:focus {
  --tw-gradient-from: #872944 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
}

.focus\:from-cisYellow:focus {
  --tw-gradient-from: #EBBC54 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
}

.focus\:from-cisPink:focus {
  --tw-gradient-from: #E23A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.focus\:from-footer:focus {
  --tw-gradient-from: #333333 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:from-cisGray:focus {
  --tw-gradient-from: #666666 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.focus\:from-cisCarm:focus {
  --tw-gradient-from: #A62D53 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
}

.focus\:from-cisgrad1:focus {
  --tw-gradient-from: #DA3A6B !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
}

.focus\:from-cisgrad2:focus {
  --tw-gradient-from: #EAB755 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
}

.focus\:from-cisgrad3:focus {
  --tw-gradient-from: #881F4A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
}

.focus\:from-cisgrad4:focus {
  --tw-gradient-from: #D7206C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
}

.focus\:from-doxYellow:focus {
  --tw-gradient-from: #F6EA32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
}

.focus\:from-doxGreenM:focus {
  --tw-gradient-from: #6EB556 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
}

.focus\:from-doxGreenS:focus {
  --tw-gradient-from: #A1D15C !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
}

.focus\:from-doxGreenR:focus {
  --tw-gradient-from: #009144 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
}

.focus\:from-doxGreenT:focus {
  --tw-gradient-from: #009933 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
}

.focus\:from-doxGrayS:focus {
  --tw-gradient-from: #DADDE5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
}

.focus\:from-doxGrayE:focus {
  --tw-gradient-from: #EEEFF4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
}

.focus\:from-dxmgreen:focus {
  --tw-gradient-from: #1E8344 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.focus\:from-dxmGreen:focus {
  --tw-gradient-from: #1E8344 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.focus\:from-dxmsquare:focus {
  --tw-gradient-from: #71AA62 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
}

.focus\:from-dxmText:focus {
  --tw-gradient-from: #6FB444 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
}

.focus\:from-dxmbacksquare:focus {
  --tw-gradient-from: #57AE56 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
}

.focus\:from-dxmTitle:focus {
  --tw-gradient-from: #0D6E39 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
}

.focus\:from-dxmFtBG:focus {
  --tw-gradient-from: #4D4D4D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.focus\:from-green1:focus {
  --tw-gradient-from: #5e9e3f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
}

.focus\:from-green2:focus {
  --tw-gradient-from: #95c255 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
}

.focus\:from-green3:focus {
  --tw-gradient-from: #18b6c9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
}

.focus\:from-green4:focus {
  --tw-gradient-from: #1c8c69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
}

.focus\:from-dcnMain:focus {
  --tw-gradient-from: #F32735 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
}

.focus\:from-dcnbl:focus {
  --tw-gradient-from: #0075C9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
}

.focus\:from-dcnsText:focus {
  --tw-gradient-from: #00507E !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
}

.focus\:from-dcnsRed:focus {
  --tw-gradient-from: #B22024 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
}

.focus\:from-dmxPurple:focus {
  --tw-gradient-from: #6D348A !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
}

.focus\:from-dmxBlue:focus {
  --tw-gradient-from: #009494 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.focus\:from-dmxSquare:focus {
  --tw-gradient-from: #C5B9CF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
}

.focus\:from-bgmecanismo:focus {
  --tw-gradient-from: #B7A8C4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
}

.focus\:from-dmxGreen:focus {
  --tw-gradient-from: #009494 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.focus\:from-dmxText:focus {
  --tw-gradient-from: #592C80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
}

.focus\:from-dmxgray:focus {
  --tw-gradient-from: #BBB1C4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
}

.focus\:from-bvGray:focus {
  --tw-gradient-from: #323232 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
}

.focus\:from-bvBlue:focus {
  --tw-gradient-from: #C9ECF3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
}

.focus\:from-bVGreen:focus {
  --tw-gradient-from: #115472 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
}

.focus\:from-bvMint:focus {
  --tw-gradient-from: #71B800 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
}

.focus\:from-bvCadetBlue:focus {
  --tw-gradient-from: #0D4880 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
}

.focus\:from-bvPuntos:focus {
  --tw-gradient-from: #1F8CA4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
}

.focus\:from-bvSlime:focus {
  --tw-gradient-from: #52AD1D !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
}

.focus\:from-bvSky:focus {
  --tw-gradient-from: #2EC4D2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
}

.focus\:from-ash:focus {
  --tw-gradient-from: #4B5563 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.focus\:from-sky:focus {
  --tw-gradient-from: #f4fafd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
}

.focus\:from-blueHepa:focus {
  --tw-gradient-from: #00A0AF !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.focus\:from-zomig-orange-1:focus {
  --tw-gradient-from: #EF8000 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
}

.focus\:from-zomig-blue-1:focus {
  --tw-gradient-from: #005797 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
}

.focus\:from-zomig-blue-2:focus {
  --tw-gradient-from: #004E80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
}

.focus\:from-zomig-blue-3:focus {
  --tw-gradient-from: #00A2D6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
}

.focus\:from-zomig-blue-4:focus {
  --tw-gradient-from: #005285 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
}

.focus\:from-zomig-blue-5:focus {
  --tw-gradient-from: #004D80 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
}

.focus\:from-zomig-blue-6:focus {
  --tw-gradient-from: #005588 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
}

.focus\:from-zomig-blue-7:focus {
  --tw-gradient-from: #00A5D9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
}

.focus\:from-zomig-blue-8:focus {
  --tw-gradient-from: #003E69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
}

.focus\:from-zomig-gray-1:focus {
  --tw-gradient-from: #CDCDCE !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
}

.focus\:from-zomig-gray-2:focus {
  --tw-gradient-from: #C9C9CB !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
}

.focus\:from-nebido-0:focus {
  --tw-gradient-from: #EAEAEA !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
}

.focus\:from-nebido-1:focus {
  --tw-gradient-from: #B9CED8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
}

.focus\:from-nebido-2:focus {
  --tw-gradient-from: #EEF2F5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
}

.focus\:from-nebido-loblolly-50:focus {
  --tw-gradient-from: #f6f8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.focus\:from-nebido-loblolly-100:focus {
  --tw-gradient-from: #ebf0f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.focus\:from-nebido-loblolly-200:focus {
  --tw-gradient-from: #d3dee4 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
}

.focus\:from-nebido-loblolly-300:focus {
  --tw-gradient-from: #bdced6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
}

.focus\:from-nebido-loblolly-400:focus {
  --tw-gradient-from: #81a1af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
}

.focus\:from-nebido-loblolly-500:focus {
  --tw-gradient-from: #618696 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
}

.focus\:from-nebido-loblolly-600:focus {
  --tw-gradient-from: #4c6c7d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
}

.focus\:from-nebido-loblolly-700:focus {
  --tw-gradient-from: #3f5865 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
}

.focus\:from-nebido-loblolly-800:focus {
  --tw-gradient-from: #374b55 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
}

.focus\:from-nebido-loblolly-900:focus {
  --tw-gradient-from: #314049 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
}

.focus\:from-nebido-loblolly-950:focus {
  --tw-gradient-from: #212a30 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
}

.focus\:from-nebido-loblolly-1000:focus {
  --tw-gradient-from: #D0D4D6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-50:focus {
  --tw-gradient-from: #fef9ec !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-100:focus {
  --tw-gradient-from: #fbeeca !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-200:focus {
  --tw-gradient-from: #f7dc90 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-300:focus {
  --tw-gradient-from: #f3c356 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-400:focus {
  --tw-gradient-from: #f0ab2a !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-500:focus {
  --tw-gradient-from: #e98c17 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-600:focus {
  --tw-gradient-from: #cf6910 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-700:focus {
  --tw-gradient-from: #ac4911 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-800:focus {
  --tw-gradient-from: #8b3a15 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-900:focus {
  --tw-gradient-from: #732f14 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
}

.focus\:from-nebido-fuel-yellow-950:focus {
  --tw-gradient-from: #421706 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
}

.focus\:from-nebido-mine-shaft-50:focus {
  --tw-gradient-from: #f5f6f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
}

.focus\:from-nebido-mine-shaft-100:focus {
  --tw-gradient-from: #e6e7e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
}

.focus\:from-nebido-mine-shaft-200:focus {
  --tw-gradient-from: #cfd1d2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
}

.focus\:from-nebido-mine-shaft-300:focus {
  --tw-gradient-from: #aeb1b2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
}

.focus\:from-nebido-mine-shaft-400:focus {
  --tw-gradient-from: #85898b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
}

.focus\:from-nebido-mine-shaft-500:focus {
  --tw-gradient-from: #6a6e70 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
}

.focus\:from-nebido-mine-shaft-600:focus {
  --tw-gradient-from: #5a5e60 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
}

.focus\:from-nebido-mine-shaft-700:focus {
  --tw-gradient-from: #4d4f51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
}

.focus\:from-nebido-mine-shaft-800:focus {
  --tw-gradient-from: #444646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
}

.focus\:from-nebido-mine-shaft-900:focus {
  --tw-gradient-from: #3b3c3e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
}

.focus\:from-nebido-mine-shaft-950:focus {
  --tw-gradient-from: #292a2b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
}

.focus\:from-nebido-mercury-50:focus {
  --tw-gradient-from: #f8f8f8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.focus\:from-nebido-mercury-100:focus {
  --tw-gradient-from: #e8e8e8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
}

.focus\:from-nebido-mercury-200:focus {
  --tw-gradient-from: #dcdcdc !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
}

.focus\:from-nebido-mercury-300:focus {
  --tw-gradient-from: #bdbdbd !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
}

.focus\:from-nebido-mercury-400:focus {
  --tw-gradient-from: #989898 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
}

.focus\:from-nebido-mercury-500:focus {
  --tw-gradient-from: #7c7c7c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
}

.focus\:from-nebido-mercury-600:focus {
  --tw-gradient-from: #656565 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
}

.focus\:from-nebido-mercury-700:focus {
  --tw-gradient-from: #525252 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.focus\:from-nebido-mercury-800:focus {
  --tw-gradient-from: #464646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
}

.focus\:from-nebido-mercury-900:focus {
  --tw-gradient-from: #3d3d3d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
}

.focus\:from-nebido-mercury-950:focus {
  --tw-gradient-from: #292929 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.focus\:from-nebido-porcelain-50:focus {
  --tw-gradient-from: #f6f8f9 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.focus\:from-nebido-porcelain-100:focus {
  --tw-gradient-from: #eceff1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
}

.focus\:from-nebido-porcelain-200:focus {
  --tw-gradient-from: #d6dde1 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
}

.focus\:from-nebido-porcelain-300:focus {
  --tw-gradient-from: #b2c0c7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
}

.focus\:from-nebido-porcelain-400:focus {
  --tw-gradient-from: #889ea8 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
}

.focus\:from-nebido-porcelain-500:focus {
  --tw-gradient-from: #6a828d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
}

.focus\:from-nebido-porcelain-600:focus {
  --tw-gradient-from: #556a74 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
}

.focus\:from-nebido-porcelain-700:focus {
  --tw-gradient-from: #45565f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
}

.focus\:from-nebido-porcelain-800:focus {
  --tw-gradient-from: #3c4950 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
}

.focus\:from-nebido-porcelain-900:focus {
  --tw-gradient-from: #353f45 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
}

.focus\:from-nebido-porcelain-950:focus {
  --tw-gradient-from: #232a2e !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
}

.focus\:from-nebido-jungle-mist-50:focus {
  --tw-gradient-from: #f5f8fa !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
}

.focus\:from-nebido-jungle-mist-100:focus {
  --tw-gradient-from: #ebf0f3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.focus\:from-nebido-jungle-mist-200:focus {
  --tw-gradient-from: #d2dfe5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
}

.focus\:from-nebido-jungle-mist-300:focus {
  --tw-gradient-from: #b9cfd7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
}

.focus\:from-nebido-jungle-mist-400:focus {
  --tw-gradient-from: #7da6b3 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
}

.focus\:from-nebido-jungle-mist-500:focus {
  --tw-gradient-from: #5c8b9b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
}

.focus\:from-nebido-jungle-mist-600:focus {
  --tw-gradient-from: #487081 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
}

.focus\:from-nebido-jungle-mist-700:focus {
  --tw-gradient-from: #3b5c69 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
}

.focus\:from-nebido-jungle-mist-800:focus {
  --tw-gradient-from: #344d58 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
}

.focus\:from-nebido-jungle-mist-900:focus {
  --tw-gradient-from: #2f434b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
}

.focus\:from-nebido-jungle-mist-950:focus {
  --tw-gradient-from: #1f2b32 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
}

.focus\:from-nebido-dove-gray-50:focus {
  --tw-gradient-from: #f5f5f6 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
}

.focus\:from-nebido-dove-gray-100:focus {
  --tw-gradient-from: #e6e6e7 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
}

.focus\:from-nebido-dove-gray-200:focus {
  --tw-gradient-from: #d0cfd2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
}

.focus\:from-nebido-dove-gray-300:focus {
  --tw-gradient-from: #afaeb2 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
}

.focus\:from-nebido-dove-gray-400:focus {
  --tw-gradient-from: #86858b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
}

.focus\:from-nebido-dove-gray-500:focus {
  --tw-gradient-from: #68676c !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
}

.focus\:from-nebido-dove-gray-600:focus {
  --tw-gradient-from: #5c5b5f !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
}

.focus\:from-nebido-dove-gray-700:focus {
  --tw-gradient-from: #4e4d51 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
}

.focus\:from-nebido-dove-gray-800:focus {
  --tw-gradient-from: #444446 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
}

.focus\:from-nebido-dove-gray-900:focus {
  --tw-gradient-from: #3c3c3d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
}

.focus\:from-nebido-dove-gray-950:focus {
  --tw-gradient-from: #262527 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
}

.focus\:from-nebido-my-sin-50:focus {
  --tw-gradient-from: #fffeea !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
}

.focus\:from-nebido-my-sin-100:focus {
  --tw-gradient-from: #fff9c5 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
}

.focus\:from-nebido-my-sin-200:focus {
  --tw-gradient-from: #fff385 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
}

.focus\:from-nebido-my-sin-300:focus {
  --tw-gradient-from: #ffe646 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
}

.focus\:from-nebido-my-sin-400:focus {
  --tw-gradient-from: #ffd61b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
}

.focus\:from-nebido-my-sin-500:focus {
  --tw-gradient-from: #ffb500 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
}

.focus\:from-nebido-my-sin-600:focus {
  --tw-gradient-from: #e28a00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
}

.focus\:from-nebido-my-sin-700:focus {
  --tw-gradient-from: #bb6102 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
}

.focus\:from-nebido-my-sin-800:focus {
  --tw-gradient-from: #984b08 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
}

.focus\:from-nebido-my-sin-900:focus {
  --tw-gradient-from: #7c3d0b !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
}

.focus\:from-nebido-my-sin-950:focus {
  --tw-gradient-from: #481f00 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
}

.focus\:from-thepink:focus {
  --tw-gradient-from: #d52f89 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
}

.focus\:from-darkpink:focus {
  --tw-gradient-from: #91005d !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
}

.focus\:from-bluegreen:focus {
  --tw-gradient-from: #00a0af !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.focus\:from-beyond-green-1:focus {
  --tw-gradient-from: #01A059 !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
}

.via-transparent {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-current {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-black {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.via-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.via-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.via-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.via-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.via-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.via-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.via-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.via-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.via-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.via-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.via-red-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.via-red-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.via-red-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.via-red-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.via-red-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.via-red-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.via-red-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.via-red-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.via-red-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.via-red-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.via-yellow {
  --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
}

.via-green-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.via-green-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.via-green-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.via-green-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.via-green-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.via-green-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.via-green-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.via-green-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.via-green-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.via-green-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.via-blue-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.via-blue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.via-blue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.via-blue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.via-blue-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.via-blue-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.via-blue-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.via-blue-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.via-blue-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.via-blue-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.via-indigo-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.via-indigo-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.via-indigo-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.via-indigo-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.via-indigo-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.via-indigo-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.via-indigo-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.via-indigo-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.via-indigo-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.via-indigo-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.via-purple {
  --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
}

.via-pink-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.via-pink-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.via-pink-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.via-pink-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.via-pink-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.via-pink-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.via-pink-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.via-pink-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.via-pink-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.via-pink-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.via-primary-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
}

.via-primary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
}

.via-primary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
}

.via-primary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
}

.via-primary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
}

.via-primary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
}

.via-primary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
}

.via-primary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
}

.via-primary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
}

.via-primary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
}

.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
}

.via-primary-accent-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
}

.via-primary-accent-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
}

.via-secondary-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
}

.via-secondary-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
}

.via-secondary-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
}

.via-secondary-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
}

.via-secondary-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
}

.via-secondary-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
}

.via-secondary-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
}

.via-secondary-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
}

.via-secondary-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
}

.via-secondary-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
}

.via-secondary {
  --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
}

.via-success-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
}

.via-success-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
}

.via-success-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
}

.via-success-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
}

.via-success-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
}

.via-success-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
}

.via-success-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
}

.via-success-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
}

.via-success-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
}

.via-success-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
}

.via-success {
  --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
}

.via-danger-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
}

.via-danger-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
}

.via-danger-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
}

.via-danger-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
}

.via-danger-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
}

.via-danger-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
}

.via-danger-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
}

.via-danger-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
}

.via-danger-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
}

.via-danger-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
}

.via-danger {
  --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
}

.via-warning-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
}

.via-warning-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
}

.via-warning-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
}

.via-warning-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
}

.via-warning-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
}

.via-warning-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
}

.via-warning-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
}

.via-warning-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
}

.via-warning-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
}

.via-warning-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
}

.via-warning {
  --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
}

.via-info-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
}

.via-info-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
}

.via-info-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
}

.via-info-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
}

.via-info-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
}

.via-info-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
}

.via-info-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
}

.via-info-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
}

.via-info-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
}

.via-info-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
}

.via-info {
  --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
}

.via-darkgreen {
  --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
}

.via-lightgreen {
  --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
}

.via-\[\#d1ecc5\] {
  --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
}

.via-\[\#282828\] {
  --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
}

.via-\[\#bde020\] {
  --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
}

.via-\[\#efeee8\] {
  --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
}

.via-\[\#bdc11d\] {
  --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
}

.via-\[\#039147\] {
  --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
}

.via-\[\#c3c1bf\] {
  --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
}

.via-\[\#039047\] {
  --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
}

.via-\[\#c8da2e\] {
  --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
}

.via-dmxMecanismob {
  --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
}

.via-fog {
  --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
}

.via-pink-cistitis {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.via-purple1 {
  --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
}

.via-purple2 {
  --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
}

.via-purple3 {
  --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
}

.via-purplebg {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
}

.via-purplebg2 {
  --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
}

.via-purpleBorder {
  --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
}

.via-purpleIcon {
  --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
}

.via-purpleTB {
  --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
}

.via-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.via-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.via-yellowBtn {
  --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
}

.via-grayT {
  --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.via-grayTL {
  --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
}

.via-gray77 {
  --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.via-grayhr {
  --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
}

.via-whiteTbl {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
}

.via-roja {
  --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
}

.via-anaranjada {
  --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
}

.via-amarilla {
  --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
}

.via-ocean {
  --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.via-forest {
  --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
}

.via-mint {
  --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
}

.via-azul {
  --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
}

.via-negra {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.via-lime-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.via-lime-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.via-lime-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.via-lime-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.via-lime-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.via-lime-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.via-lime-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.via-lime-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.via-lime-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.via-lime-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.via-cyan-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.via-cyan-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.via-cyan-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.via-cyan-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.via-cyan-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.via-cyan-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.via-cyan-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.via-cyan-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.via-cyan-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.via-cyan-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.via-cadet-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
}

.via-lavender-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
}

.via-cobalt-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
}

.via-sky-blue {
  --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.via-berry {
  --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
}

.via-lapis {
  --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
}

.via-azure {
  --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
}

.via-pine {
  --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
}

.via-spring {
  --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
}

.via-slime {
  --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
}

.via-jade-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
}

.via-jade-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
}

.via-jade-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
}

.via-cerulean {
  --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
}

.via-evergreen {
  --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
}

.via-admiral {
  --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
}

.via-denim {
  --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
}

.via-laurel {
  --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
}

.via-Dpink1 {
  --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
}

.via-Dblue1 {
  --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
}

.via-Dblue2 {
  --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
}

.via-Pgray {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.via-Metblue1 {
  --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
}

.via-MetBlue2 {
  --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
}

.via-MetBlueGrid1 {
  --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
}

.via-MetBlueGrid2 {
  --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
}

.via-MetBlueGrid3 {
  --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
}

.via-MetBlueLast {
  --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
}

.via-Metwhite {
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.via-Pkorange1 {
  --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
}

.via-Pkorange2 {
  --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
}

.via-BvpBlue {
  --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
}

.via-BvpPine {
  --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
}

.via-BvpBlue2 {
  --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
}

.via-BvpGreen {
  --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
}

.via-Pkblue-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
}

.via-Pkblue-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
}

.via-Pkblue-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
}

.via-BpurpleText {
  --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
}

.via-BpurpleText2 {
  --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
}

.via-BgradYellow {
  --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
}

.via-Bgradpurple1 {
  --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
}

.via-Bpink {
  --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
}

.via-Bpink2 {
  --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
}

.via-Bgradpurple2 {
  --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
}

.via-Bgradpink {
  --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
}

.via-Bgradwhite {
  --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
}

.via-BBlue1 {
  --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
}

.via-BpinkContainer {
  --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
}

.via-Cpinkcover {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.via-bannerText {
  --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
}

.via-fondoWhite {
  --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
}

.via-bgGrid {
  --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
}

.via-cisYellow {
  --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
}

.via-cisPink {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.via-footer {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.via-cisGray {
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.via-cisCarm {
  --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
}

.via-cisgrad1 {
  --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
}

.via-cisgrad2 {
  --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
}

.via-cisgrad3 {
  --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
}

.via-cisgrad4 {
  --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
}

.via-doxYellow {
  --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
}

.via-doxGreenM {
  --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
}

.via-doxGreenS {
  --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
}

.via-doxGreenR {
  --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
}

.via-doxGreenT {
  --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
}

.via-doxGrayS {
  --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
}

.via-doxGrayE {
  --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
}

.via-dxmgreen {
  --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.via-dxmGreen {
  --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.via-dxmsquare {
  --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
}

.via-dxmText {
  --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
}

.via-dxmbacksquare {
  --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
}

.via-dxmTitle {
  --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
}

.via-dxmFtBG {
  --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.via-green1 {
  --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
}

.via-green2 {
  --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
}

.via-green3 {
  --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
}

.via-green4 {
  --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
}

.via-dcnMain {
  --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
}

.via-dcnbl {
  --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
}

.via-dcnsText {
  --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
}

.via-dcnsRed {
  --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
}

.via-dmxPurple {
  --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
}

.via-dmxBlue {
  --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.via-dmxSquare {
  --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
}

.via-bgmecanismo {
  --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
}

.via-dmxGreen {
  --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.via-dmxText {
  --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
}

.via-dmxgray {
  --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
}

.via-bvGray {
  --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
}

.via-bvBlue {
  --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
}

.via-bVGreen {
  --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
}

.via-bvMint {
  --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
}

.via-bvCadetBlue {
  --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
}

.via-bvPuntos {
  --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
}

.via-bvSlime {
  --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
}

.via-bvSky {
  --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
}

.via-ash {
  --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.via-sky {
  --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
}

.via-blueHepa {
  --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.via-zomig-orange-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
}

.via-zomig-blue-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
}

.via-zomig-blue-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
}

.via-zomig-blue-3 {
  --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
}

.via-zomig-blue-4 {
  --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
}

.via-zomig-blue-5 {
  --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
}

.via-zomig-blue-6 {
  --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
}

.via-zomig-blue-7 {
  --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
}

.via-zomig-blue-8 {
  --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
}

.via-zomig-gray-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
}

.via-zomig-gray-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
}

.via-nebido-0 {
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
}

.via-nebido-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
}

.via-nebido-2 {
  --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
}

.via-nebido-loblolly-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.via-nebido-loblolly-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.via-nebido-loblolly-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
}

.via-nebido-loblolly-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
}

.via-nebido-loblolly-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
}

.via-nebido-loblolly-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
}

.via-nebido-loblolly-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
}

.via-nebido-loblolly-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
}

.via-nebido-loblolly-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
}

.via-nebido-loblolly-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
}

.via-nebido-loblolly-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
}

.via-nebido-loblolly-1000 {
  --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
}

.via-nebido-fuel-yellow-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
}

.via-nebido-fuel-yellow-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
}

.via-nebido-fuel-yellow-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
}

.via-nebido-fuel-yellow-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
}

.via-nebido-fuel-yellow-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
}

.via-nebido-fuel-yellow-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
}

.via-nebido-fuel-yellow-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
}

.via-nebido-fuel-yellow-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
}

.via-nebido-fuel-yellow-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
}

.via-nebido-fuel-yellow-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
}

.via-nebido-fuel-yellow-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
}

.via-nebido-mine-shaft-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
}

.via-nebido-mine-shaft-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
}

.via-nebido-mine-shaft-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
}

.via-nebido-mine-shaft-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
}

.via-nebido-mine-shaft-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
}

.via-nebido-mine-shaft-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
}

.via-nebido-mine-shaft-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
}

.via-nebido-mine-shaft-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
}

.via-nebido-mine-shaft-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
}

.via-nebido-mine-shaft-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
}

.via-nebido-mine-shaft-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
}

.via-nebido-mercury-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.via-nebido-mercury-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
}

.via-nebido-mercury-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
}

.via-nebido-mercury-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
}

.via-nebido-mercury-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
}

.via-nebido-mercury-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
}

.via-nebido-mercury-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
}

.via-nebido-mercury-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.via-nebido-mercury-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
}

.via-nebido-mercury-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
}

.via-nebido-mercury-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.via-nebido-porcelain-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.via-nebido-porcelain-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
}

.via-nebido-porcelain-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
}

.via-nebido-porcelain-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
}

.via-nebido-porcelain-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
}

.via-nebido-porcelain-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
}

.via-nebido-porcelain-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
}

.via-nebido-porcelain-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
}

.via-nebido-porcelain-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
}

.via-nebido-porcelain-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
}

.via-nebido-porcelain-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
}

.via-nebido-jungle-mist-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
}

.via-nebido-jungle-mist-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.via-nebido-jungle-mist-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
}

.via-nebido-jungle-mist-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
}

.via-nebido-jungle-mist-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
}

.via-nebido-jungle-mist-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
}

.via-nebido-jungle-mist-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
}

.via-nebido-jungle-mist-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
}

.via-nebido-jungle-mist-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
}

.via-nebido-jungle-mist-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
}

.via-nebido-jungle-mist-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
}

.via-nebido-dove-gray-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
}

.via-nebido-dove-gray-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
}

.via-nebido-dove-gray-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
}

.via-nebido-dove-gray-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
}

.via-nebido-dove-gray-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
}

.via-nebido-dove-gray-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
}

.via-nebido-dove-gray-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
}

.via-nebido-dove-gray-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
}

.via-nebido-dove-gray-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
}

.via-nebido-dove-gray-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
}

.via-nebido-dove-gray-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
}

.via-nebido-my-sin-50 {
  --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
}

.via-nebido-my-sin-100 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
}

.via-nebido-my-sin-200 {
  --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
}

.via-nebido-my-sin-300 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
}

.via-nebido-my-sin-400 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
}

.via-nebido-my-sin-500 {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
}

.via-nebido-my-sin-600 {
  --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
}

.via-nebido-my-sin-700 {
  --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
}

.via-nebido-my-sin-800 {
  --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
}

.via-nebido-my-sin-900 {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
}

.via-nebido-my-sin-950 {
  --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
}

.via-thepink {
  --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
}

.via-darkpink {
  --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
}

.via-bluegreen {
  --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.via-beyond-green-1 {
  --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
}

.hover\:via-transparent:hover {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.hover\:via-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.hover\:via-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.hover\:via-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.hover\:via-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.hover\:via-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.hover\:via-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.hover\:via-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.hover\:via-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.hover\:via-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.hover\:via-red-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.hover\:via-red-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.hover\:via-red-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.hover\:via-red-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.hover\:via-red-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.hover\:via-red-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.hover\:via-red-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.hover\:via-red-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.hover\:via-red-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.hover\:via-red-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.hover\:via-yellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
}

.hover\:via-green-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.hover\:via-green-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.hover\:via-green-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.hover\:via-green-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.hover\:via-green-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.hover\:via-green-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.hover\:via-green-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.hover\:via-green-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.hover\:via-green-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.hover\:via-green-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.hover\:via-blue-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.hover\:via-blue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.hover\:via-blue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.hover\:via-blue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.hover\:via-blue-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.hover\:via-blue-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.hover\:via-blue-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.hover\:via-blue-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.hover\:via-blue-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.hover\:via-blue-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.hover\:via-indigo-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.hover\:via-indigo-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.hover\:via-indigo-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.hover\:via-indigo-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.hover\:via-indigo-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.hover\:via-indigo-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.hover\:via-indigo-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.hover\:via-indigo-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.hover\:via-indigo-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.hover\:via-indigo-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.hover\:via-purple:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
}

.hover\:via-pink-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.hover\:via-pink-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.hover\:via-pink-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.hover\:via-pink-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.hover\:via-pink-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.hover\:via-pink-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.hover\:via-pink-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.hover\:via-pink-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.hover\:via-pink-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.hover\:via-pink-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.hover\:via-primary-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
}

.hover\:via-primary-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
}

.hover\:via-primary-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
}

.hover\:via-primary-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
}

.hover\:via-primary-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
}

.hover\:via-primary-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
}

.hover\:via-primary-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
}

.hover\:via-primary-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
}

.hover\:via-primary-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
}

.hover\:via-primary-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
}

.hover\:via-primary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
}

.hover\:via-primary-accent-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
}

.hover\:via-primary-accent-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
}

.hover\:via-secondary-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
}

.hover\:via-secondary-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
}

.hover\:via-secondary-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
}

.hover\:via-secondary-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
}

.hover\:via-secondary-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
}

.hover\:via-secondary-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
}

.hover\:via-secondary-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
}

.hover\:via-secondary-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
}

.hover\:via-secondary-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
}

.hover\:via-secondary-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
}

.hover\:via-secondary:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
}

.hover\:via-success-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
}

.hover\:via-success-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
}

.hover\:via-success-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
}

.hover\:via-success-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
}

.hover\:via-success-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
}

.hover\:via-success-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
}

.hover\:via-success-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
}

.hover\:via-success-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
}

.hover\:via-success-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
}

.hover\:via-success-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
}

.hover\:via-success:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
}

.hover\:via-danger-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
}

.hover\:via-danger-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
}

.hover\:via-danger-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
}

.hover\:via-danger-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
}

.hover\:via-danger-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
}

.hover\:via-danger-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
}

.hover\:via-danger-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
}

.hover\:via-danger-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
}

.hover\:via-danger-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
}

.hover\:via-danger-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
}

.hover\:via-danger:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
}

.hover\:via-warning-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
}

.hover\:via-warning-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
}

.hover\:via-warning-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
}

.hover\:via-warning-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
}

.hover\:via-warning-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
}

.hover\:via-warning-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
}

.hover\:via-warning-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
}

.hover\:via-warning-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
}

.hover\:via-warning-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
}

.hover\:via-warning-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
}

.hover\:via-warning:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
}

.hover\:via-info-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
}

.hover\:via-info-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
}

.hover\:via-info-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
}

.hover\:via-info-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
}

.hover\:via-info-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
}

.hover\:via-info-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
}

.hover\:via-info-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
}

.hover\:via-info-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
}

.hover\:via-info-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
}

.hover\:via-info-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
}

.hover\:via-info:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
}

.hover\:via-darkgreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
}

.hover\:via-lightgreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
}

.hover\:via-\[\#d1ecc5\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
}

.hover\:via-\[\#282828\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
}

.hover\:via-\[\#bde020\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
}

.hover\:via-\[\#efeee8\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
}

.hover\:via-\[\#bdc11d\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
}

.hover\:via-\[\#039147\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
}

.hover\:via-\[\#c3c1bf\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
}

.hover\:via-\[\#039047\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
}

.hover\:via-\[\#c8da2e\]:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
}

.hover\:via-dmxMecanismob:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
}

.hover\:via-fog:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
}

.hover\:via-pink-cistitis:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.hover\:via-purple1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
}

.hover\:via-purple2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
}

.hover\:via-purple3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
}

.hover\:via-purplebg:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
}

.hover\:via-purplebg2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
}

.hover\:via-purpleBorder:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
}

.hover\:via-purpleIcon:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
}

.hover\:via-purpleTB:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
}

.hover\:via-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.hover\:via-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.hover\:via-yellowBtn:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
}

.hover\:via-grayT:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.hover\:via-grayTL:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
}

.hover\:via-gray77:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.hover\:via-grayhr:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
}

.hover\:via-whiteTbl:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
}

.hover\:via-roja:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
}

.hover\:via-anaranjada:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
}

.hover\:via-amarilla:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
}

.hover\:via-ocean:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.hover\:via-forest:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
}

.hover\:via-mint:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
}

.hover\:via-azul:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
}

.hover\:via-negra:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.hover\:via-lime-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.hover\:via-lime-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.hover\:via-lime-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.hover\:via-lime-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.hover\:via-lime-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.hover\:via-lime-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.hover\:via-lime-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.hover\:via-lime-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.hover\:via-lime-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.hover\:via-lime-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.hover\:via-cyan-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.hover\:via-cyan-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.hover\:via-cyan-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.hover\:via-cyan-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.hover\:via-cyan-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.hover\:via-cyan-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.hover\:via-cyan-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.hover\:via-cyan-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.hover\:via-cyan-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.hover\:via-cyan-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.hover\:via-cadet-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
}

.hover\:via-lavender-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
}

.hover\:via-cobalt-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
}

.hover\:via-sky-blue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.hover\:via-berry:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
}

.hover\:via-lapis:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
}

.hover\:via-azure:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
}

.hover\:via-pine:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
}

.hover\:via-spring:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
}

.hover\:via-slime:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
}

.hover\:via-jade-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
}

.hover\:via-jade-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
}

.hover\:via-jade-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
}

.hover\:via-cerulean:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
}

.hover\:via-evergreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
}

.hover\:via-admiral:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
}

.hover\:via-denim:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
}

.hover\:via-laurel:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
}

.hover\:via-Dpink1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
}

.hover\:via-Dblue1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
}

.hover\:via-Dblue2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
}

.hover\:via-Pgray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.hover\:via-Metblue1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
}

.hover\:via-MetBlue2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
}

.hover\:via-MetBlueGrid1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
}

.hover\:via-MetBlueGrid2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
}

.hover\:via-MetBlueGrid3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
}

.hover\:via-MetBlueLast:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
}

.hover\:via-Metwhite:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.hover\:via-Pkorange1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
}

.hover\:via-Pkorange2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
}

.hover\:via-BvpBlue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
}

.hover\:via-BvpPine:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
}

.hover\:via-BvpBlue2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
}

.hover\:via-BvpGreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
}

.hover\:via-Pkblue-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
}

.hover\:via-Pkblue-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
}

.hover\:via-Pkblue-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
}

.hover\:via-BpurpleText:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
}

.hover\:via-BpurpleText2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
}

.hover\:via-BgradYellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
}

.hover\:via-Bgradpurple1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
}

.hover\:via-Bpink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
}

.hover\:via-Bpink2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
}

.hover\:via-Bgradpurple2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
}

.hover\:via-Bgradpink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
}

.hover\:via-Bgradwhite:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
}

.hover\:via-BBlue1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
}

.hover\:via-BpinkContainer:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
}

.hover\:via-Cpinkcover:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.hover\:via-bannerText:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
}

.hover\:via-fondoWhite:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
}

.hover\:via-bgGrid:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
}

.hover\:via-cisYellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
}

.hover\:via-cisPink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.hover\:via-footer:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.hover\:via-cisGray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.hover\:via-cisCarm:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
}

.hover\:via-cisgrad1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
}

.hover\:via-cisgrad2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
}

.hover\:via-cisgrad3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
}

.hover\:via-cisgrad4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
}

.hover\:via-doxYellow:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
}

.hover\:via-doxGreenM:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
}

.hover\:via-doxGreenS:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
}

.hover\:via-doxGreenR:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
}

.hover\:via-doxGreenT:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
}

.hover\:via-doxGrayS:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
}

.hover\:via-doxGrayE:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
}

.hover\:via-dxmgreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.hover\:via-dxmGreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.hover\:via-dxmsquare:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
}

.hover\:via-dxmText:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
}

.hover\:via-dxmbacksquare:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
}

.hover\:via-dxmTitle:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
}

.hover\:via-dxmFtBG:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.hover\:via-green1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
}

.hover\:via-green2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
}

.hover\:via-green3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
}

.hover\:via-green4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
}

.hover\:via-dcnMain:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
}

.hover\:via-dcnbl:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
}

.hover\:via-dcnsText:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
}

.hover\:via-dcnsRed:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
}

.hover\:via-dmxPurple:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
}

.hover\:via-dmxBlue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.hover\:via-dmxSquare:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
}

.hover\:via-bgmecanismo:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
}

.hover\:via-dmxGreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.hover\:via-dmxText:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
}

.hover\:via-dmxgray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
}

.hover\:via-bvGray:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
}

.hover\:via-bvBlue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
}

.hover\:via-bVGreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
}

.hover\:via-bvMint:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
}

.hover\:via-bvCadetBlue:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
}

.hover\:via-bvPuntos:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
}

.hover\:via-bvSlime:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
}

.hover\:via-bvSky:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
}

.hover\:via-ash:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.hover\:via-sky:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
}

.hover\:via-blueHepa:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.hover\:via-zomig-orange-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
}

.hover\:via-zomig-blue-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
}

.hover\:via-zomig-blue-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
}

.hover\:via-zomig-blue-3:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
}

.hover\:via-zomig-blue-4:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
}

.hover\:via-zomig-blue-5:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
}

.hover\:via-zomig-blue-6:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
}

.hover\:via-zomig-blue-7:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
}

.hover\:via-zomig-blue-8:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
}

.hover\:via-zomig-gray-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
}

.hover\:via-zomig-gray-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
}

.hover\:via-nebido-0:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
}

.hover\:via-nebido-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
}

.hover\:via-nebido-2:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
}

.hover\:via-nebido-loblolly-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.hover\:via-nebido-loblolly-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.hover\:via-nebido-loblolly-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
}

.hover\:via-nebido-loblolly-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
}

.hover\:via-nebido-loblolly-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
}

.hover\:via-nebido-loblolly-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
}

.hover\:via-nebido-loblolly-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
}

.hover\:via-nebido-loblolly-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
}

.hover\:via-nebido-loblolly-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
}

.hover\:via-nebido-loblolly-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
}

.hover\:via-nebido-loblolly-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
}

.hover\:via-nebido-loblolly-1000:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
}

.hover\:via-nebido-fuel-yellow-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
}

.hover\:via-nebido-mine-shaft-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
}

.hover\:via-nebido-mine-shaft-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
}

.hover\:via-nebido-mine-shaft-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
}

.hover\:via-nebido-mine-shaft-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
}

.hover\:via-nebido-mine-shaft-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
}

.hover\:via-nebido-mine-shaft-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
}

.hover\:via-nebido-mine-shaft-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
}

.hover\:via-nebido-mine-shaft-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
}

.hover\:via-nebido-mine-shaft-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
}

.hover\:via-nebido-mine-shaft-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
}

.hover\:via-nebido-mine-shaft-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
}

.hover\:via-nebido-mercury-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.hover\:via-nebido-mercury-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
}

.hover\:via-nebido-mercury-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
}

.hover\:via-nebido-mercury-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
}

.hover\:via-nebido-mercury-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
}

.hover\:via-nebido-mercury-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
}

.hover\:via-nebido-mercury-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
}

.hover\:via-nebido-mercury-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.hover\:via-nebido-mercury-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
}

.hover\:via-nebido-mercury-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
}

.hover\:via-nebido-mercury-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.hover\:via-nebido-porcelain-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.hover\:via-nebido-porcelain-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
}

.hover\:via-nebido-porcelain-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
}

.hover\:via-nebido-porcelain-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
}

.hover\:via-nebido-porcelain-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
}

.hover\:via-nebido-porcelain-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
}

.hover\:via-nebido-porcelain-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
}

.hover\:via-nebido-porcelain-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
}

.hover\:via-nebido-porcelain-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
}

.hover\:via-nebido-porcelain-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
}

.hover\:via-nebido-porcelain-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
}

.hover\:via-nebido-jungle-mist-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
}

.hover\:via-nebido-jungle-mist-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.hover\:via-nebido-jungle-mist-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
}

.hover\:via-nebido-jungle-mist-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
}

.hover\:via-nebido-jungle-mist-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
}

.hover\:via-nebido-jungle-mist-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
}

.hover\:via-nebido-jungle-mist-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
}

.hover\:via-nebido-jungle-mist-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
}

.hover\:via-nebido-jungle-mist-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
}

.hover\:via-nebido-jungle-mist-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
}

.hover\:via-nebido-jungle-mist-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
}

.hover\:via-nebido-dove-gray-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
}

.hover\:via-nebido-dove-gray-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
}

.hover\:via-nebido-dove-gray-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
}

.hover\:via-nebido-dove-gray-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
}

.hover\:via-nebido-dove-gray-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
}

.hover\:via-nebido-dove-gray-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
}

.hover\:via-nebido-dove-gray-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
}

.hover\:via-nebido-dove-gray-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
}

.hover\:via-nebido-dove-gray-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
}

.hover\:via-nebido-dove-gray-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
}

.hover\:via-nebido-dove-gray-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
}

.hover\:via-nebido-my-sin-50:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
}

.hover\:via-nebido-my-sin-100:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
}

.hover\:via-nebido-my-sin-200:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
}

.hover\:via-nebido-my-sin-300:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
}

.hover\:via-nebido-my-sin-400:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
}

.hover\:via-nebido-my-sin-500:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
}

.hover\:via-nebido-my-sin-600:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
}

.hover\:via-nebido-my-sin-700:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
}

.hover\:via-nebido-my-sin-800:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
}

.hover\:via-nebido-my-sin-900:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
}

.hover\:via-nebido-my-sin-950:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
}

.hover\:via-thepink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
}

.hover\:via-darkpink:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
}

.hover\:via-bluegreen:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.hover\:via-beyond-green-1:hover {
  --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
}

.focus\:via-transparent:focus {
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus {
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
}

.focus\:via-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
}

.focus\:via-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
}

.focus\:via-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
}

.focus\:via-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
}

.focus\:via-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
}

.focus\:via-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
}

.focus\:via-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
}

.focus\:via-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
}

.focus\:via-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
}

.focus\:via-red-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
}

.focus\:via-red-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
}

.focus\:via-red-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
}

.focus\:via-red-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
}

.focus\:via-red-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
}

.focus\:via-red-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
}

.focus\:via-red-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
}

.focus\:via-red-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
}

.focus\:via-red-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
}

.focus\:via-red-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
}

.focus\:via-yellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
}

.focus\:via-green-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
}

.focus\:via-green-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
}

.focus\:via-green-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
}

.focus\:via-green-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
}

.focus\:via-green-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
}

.focus\:via-green-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
}

.focus\:via-green-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
}

.focus\:via-green-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
}

.focus\:via-green-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
}

.focus\:via-green-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
}

.focus\:via-blue-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
}

.focus\:via-blue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
}

.focus\:via-blue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
}

.focus\:via-blue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
}

.focus\:via-blue-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
}

.focus\:via-blue-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
}

.focus\:via-blue-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
}

.focus\:via-blue-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
}

.focus\:via-blue-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
}

.focus\:via-blue-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
}

.focus\:via-indigo-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
}

.focus\:via-indigo-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
}

.focus\:via-indigo-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
}

.focus\:via-indigo-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
}

.focus\:via-indigo-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
}

.focus\:via-indigo-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
}

.focus\:via-indigo-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
}

.focus\:via-indigo-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
}

.focus\:via-indigo-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
}

.focus\:via-indigo-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
}

.focus\:via-purple:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
}

.focus\:via-pink-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
}

.focus\:via-pink-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
}

.focus\:via-pink-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
}

.focus\:via-pink-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
}

.focus\:via-pink-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
}

.focus\:via-pink-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
}

.focus\:via-pink-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
}

.focus\:via-pink-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
}

.focus\:via-pink-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
}

.focus\:via-pink-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
}

.focus\:via-primary-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
}

.focus\:via-primary-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
}

.focus\:via-primary-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
}

.focus\:via-primary-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
}

.focus\:via-primary-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
}

.focus\:via-primary-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
}

.focus\:via-primary-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
}

.focus\:via-primary-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
}

.focus\:via-primary-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
}

.focus\:via-primary-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
}

.focus\:via-primary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
}

.focus\:via-primary-accent-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
}

.focus\:via-primary-accent-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
}

.focus\:via-secondary-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
}

.focus\:via-secondary-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
}

.focus\:via-secondary-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
}

.focus\:via-secondary-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
}

.focus\:via-secondary-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
}

.focus\:via-secondary-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
}

.focus\:via-secondary-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
}

.focus\:via-secondary-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
}

.focus\:via-secondary-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
}

.focus\:via-secondary-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
}

.focus\:via-secondary:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
}

.focus\:via-success-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
}

.focus\:via-success-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
}

.focus\:via-success-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
}

.focus\:via-success-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
}

.focus\:via-success-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
}

.focus\:via-success-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
}

.focus\:via-success-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
}

.focus\:via-success-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
}

.focus\:via-success-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
}

.focus\:via-success-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
}

.focus\:via-success:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
}

.focus\:via-danger-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
}

.focus\:via-danger-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
}

.focus\:via-danger-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
}

.focus\:via-danger-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
}

.focus\:via-danger-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
}

.focus\:via-danger-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
}

.focus\:via-danger-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
}

.focus\:via-danger-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
}

.focus\:via-danger-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
}

.focus\:via-danger-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
}

.focus\:via-danger:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
}

.focus\:via-warning-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
}

.focus\:via-warning-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
}

.focus\:via-warning-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
}

.focus\:via-warning-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
}

.focus\:via-warning-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
}

.focus\:via-warning-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
}

.focus\:via-warning-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
}

.focus\:via-warning-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
}

.focus\:via-warning-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
}

.focus\:via-warning-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
}

.focus\:via-warning:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
}

.focus\:via-info-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
}

.focus\:via-info-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
}

.focus\:via-info-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
}

.focus\:via-info-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
}

.focus\:via-info-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
}

.focus\:via-info-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
}

.focus\:via-info-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
}

.focus\:via-info-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
}

.focus\:via-info-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
}

.focus\:via-info-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
}

.focus\:via-info:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
}

.focus\:via-darkgreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
}

.focus\:via-lightgreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
}

.focus\:via-\[\#d1ecc5\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
}

.focus\:via-\[\#282828\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
}

.focus\:via-\[\#bde020\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
}

.focus\:via-\[\#efeee8\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
}

.focus\:via-\[\#bdc11d\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
}

.focus\:via-\[\#039147\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
}

.focus\:via-\[\#c3c1bf\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
}

.focus\:via-\[\#039047\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
}

.focus\:via-\[\#c8da2e\]:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
}

.focus\:via-dmxMecanismob:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
}

.focus\:via-fog:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
}

.focus\:via-pink-cistitis:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.focus\:via-purple1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
}

.focus\:via-purple2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
}

.focus\:via-purple3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
}

.focus\:via-purplebg:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
}

.focus\:via-purplebg2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
}

.focus\:via-purpleBorder:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
}

.focus\:via-purpleIcon:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
}

.focus\:via-purpleTB:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
}

.focus\:via-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
}

.focus\:via-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
}

.focus\:via-yellowBtn:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
}

.focus\:via-grayT:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.focus\:via-grayTL:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
}

.focus\:via-gray77:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.focus\:via-grayhr:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
}

.focus\:via-whiteTbl:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
}

.focus\:via-roja:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
}

.focus\:via-anaranjada:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
}

.focus\:via-amarilla:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
}

.focus\:via-ocean:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.focus\:via-forest:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
}

.focus\:via-mint:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
}

.focus\:via-azul:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
}

.focus\:via-negra:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
}

.focus\:via-lime-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
}

.focus\:via-lime-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
}

.focus\:via-lime-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
}

.focus\:via-lime-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
}

.focus\:via-lime-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
}

.focus\:via-lime-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
}

.focus\:via-lime-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
}

.focus\:via-lime-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
}

.focus\:via-lime-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
}

.focus\:via-lime-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
}

.focus\:via-cyan-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
}

.focus\:via-cyan-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
}

.focus\:via-cyan-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
}

.focus\:via-cyan-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
}

.focus\:via-cyan-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
}

.focus\:via-cyan-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
}

.focus\:via-cyan-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
}

.focus\:via-cyan-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
}

.focus\:via-cyan-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
}

.focus\:via-cyan-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
}

.focus\:via-cadet-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
}

.focus\:via-lavender-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
}

.focus\:via-cobalt-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
}

.focus\:via-sky-blue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
}

.focus\:via-berry:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
}

.focus\:via-lapis:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
}

.focus\:via-azure:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
}

.focus\:via-pine:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
}

.focus\:via-spring:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
}

.focus\:via-slime:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
}

.focus\:via-jade-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
}

.focus\:via-jade-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
}

.focus\:via-jade-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
}

.focus\:via-cerulean:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
}

.focus\:via-evergreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
}

.focus\:via-admiral:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
}

.focus\:via-denim:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
}

.focus\:via-laurel:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
}

.focus\:via-Dpink1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
}

.focus\:via-Dblue1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
}

.focus\:via-Dblue2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
}

.focus\:via-Pgray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
}

.focus\:via-Metblue1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
}

.focus\:via-MetBlue2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
}

.focus\:via-MetBlueGrid1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
}

.focus\:via-MetBlueGrid2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
}

.focus\:via-MetBlueGrid3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
}

.focus\:via-MetBlueLast:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
}

.focus\:via-Metwhite:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
}

.focus\:via-Pkorange1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
}

.focus\:via-Pkorange2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
}

.focus\:via-BvpBlue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
}

.focus\:via-BvpPine:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
}

.focus\:via-BvpBlue2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
}

.focus\:via-BvpGreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
}

.focus\:via-Pkblue-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
}

.focus\:via-Pkblue-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
}

.focus\:via-Pkblue-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
}

.focus\:via-BpurpleText:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
}

.focus\:via-BpurpleText2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
}

.focus\:via-BgradYellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
}

.focus\:via-Bgradpurple1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
}

.focus\:via-Bpink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
}

.focus\:via-Bpink2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
}

.focus\:via-Bgradpurple2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
}

.focus\:via-Bgradpink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
}

.focus\:via-Bgradwhite:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
}

.focus\:via-BBlue1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
}

.focus\:via-BpinkContainer:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
}

.focus\:via-Cpinkcover:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.focus\:via-bannerText:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
}

.focus\:via-fondoWhite:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
}

.focus\:via-bgGrid:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
}

.focus\:via-cisYellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
}

.focus\:via-cisPink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
}

.focus\:via-footer:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
}

.focus\:via-cisGray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
}

.focus\:via-cisCarm:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
}

.focus\:via-cisgrad1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
}

.focus\:via-cisgrad2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
}

.focus\:via-cisgrad3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
}

.focus\:via-cisgrad4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
}

.focus\:via-doxYellow:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
}

.focus\:via-doxGreenM:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
}

.focus\:via-doxGreenS:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
}

.focus\:via-doxGreenR:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
}

.focus\:via-doxGreenT:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
}

.focus\:via-doxGrayS:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
}

.focus\:via-doxGrayE:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
}

.focus\:via-dxmgreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.focus\:via-dxmGreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
}

.focus\:via-dxmsquare:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
}

.focus\:via-dxmText:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
}

.focus\:via-dxmbacksquare:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
}

.focus\:via-dxmTitle:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
}

.focus\:via-dxmFtBG:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
}

.focus\:via-green1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
}

.focus\:via-green2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
}

.focus\:via-green3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
}

.focus\:via-green4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
}

.focus\:via-dcnMain:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
}

.focus\:via-dcnbl:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
}

.focus\:via-dcnsText:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
}

.focus\:via-dcnsRed:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
}

.focus\:via-dmxPurple:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
}

.focus\:via-dmxBlue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.focus\:via-dmxSquare:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
}

.focus\:via-bgmecanismo:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
}

.focus\:via-dmxGreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
}

.focus\:via-dmxText:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
}

.focus\:via-dmxgray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
}

.focus\:via-bvGray:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
}

.focus\:via-bvBlue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
}

.focus\:via-bVGreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
}

.focus\:via-bvMint:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
}

.focus\:via-bvCadetBlue:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
}

.focus\:via-bvPuntos:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
}

.focus\:via-bvSlime:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
}

.focus\:via-bvSky:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
}

.focus\:via-ash:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
}

.focus\:via-sky:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
}

.focus\:via-blueHepa:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.focus\:via-zomig-orange-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
}

.focus\:via-zomig-blue-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
}

.focus\:via-zomig-blue-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
}

.focus\:via-zomig-blue-3:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
}

.focus\:via-zomig-blue-4:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
}

.focus\:via-zomig-blue-5:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
}

.focus\:via-zomig-blue-6:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
}

.focus\:via-zomig-blue-7:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
}

.focus\:via-zomig-blue-8:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
}

.focus\:via-zomig-gray-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
}

.focus\:via-zomig-gray-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
}

.focus\:via-nebido-0:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
}

.focus\:via-nebido-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
}

.focus\:via-nebido-2:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
}

.focus\:via-nebido-loblolly-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.focus\:via-nebido-loblolly-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.focus\:via-nebido-loblolly-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
}

.focus\:via-nebido-loblolly-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
}

.focus\:via-nebido-loblolly-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
}

.focus\:via-nebido-loblolly-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
}

.focus\:via-nebido-loblolly-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
}

.focus\:via-nebido-loblolly-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
}

.focus\:via-nebido-loblolly-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
}

.focus\:via-nebido-loblolly-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
}

.focus\:via-nebido-loblolly-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
}

.focus\:via-nebido-loblolly-1000:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
}

.focus\:via-nebido-fuel-yellow-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
}

.focus\:via-nebido-mine-shaft-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
}

.focus\:via-nebido-mine-shaft-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
}

.focus\:via-nebido-mine-shaft-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
}

.focus\:via-nebido-mine-shaft-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
}

.focus\:via-nebido-mine-shaft-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
}

.focus\:via-nebido-mine-shaft-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
}

.focus\:via-nebido-mine-shaft-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
}

.focus\:via-nebido-mine-shaft-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
}

.focus\:via-nebido-mine-shaft-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
}

.focus\:via-nebido-mine-shaft-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
}

.focus\:via-nebido-mine-shaft-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
}

.focus\:via-nebido-mercury-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
}

.focus\:via-nebido-mercury-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
}

.focus\:via-nebido-mercury-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
}

.focus\:via-nebido-mercury-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
}

.focus\:via-nebido-mercury-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
}

.focus\:via-nebido-mercury-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
}

.focus\:via-nebido-mercury-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
}

.focus\:via-nebido-mercury-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
}

.focus\:via-nebido-mercury-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
}

.focus\:via-nebido-mercury-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
}

.focus\:via-nebido-mercury-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
}

.focus\:via-nebido-porcelain-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
}

.focus\:via-nebido-porcelain-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
}

.focus\:via-nebido-porcelain-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
}

.focus\:via-nebido-porcelain-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
}

.focus\:via-nebido-porcelain-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
}

.focus\:via-nebido-porcelain-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
}

.focus\:via-nebido-porcelain-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
}

.focus\:via-nebido-porcelain-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
}

.focus\:via-nebido-porcelain-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
}

.focus\:via-nebido-porcelain-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
}

.focus\:via-nebido-porcelain-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
}

.focus\:via-nebido-jungle-mist-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
}

.focus\:via-nebido-jungle-mist-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
}

.focus\:via-nebido-jungle-mist-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
}

.focus\:via-nebido-jungle-mist-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
}

.focus\:via-nebido-jungle-mist-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
}

.focus\:via-nebido-jungle-mist-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
}

.focus\:via-nebido-jungle-mist-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
}

.focus\:via-nebido-jungle-mist-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
}

.focus\:via-nebido-jungle-mist-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
}

.focus\:via-nebido-jungle-mist-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
}

.focus\:via-nebido-jungle-mist-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
}

.focus\:via-nebido-dove-gray-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
}

.focus\:via-nebido-dove-gray-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
}

.focus\:via-nebido-dove-gray-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
}

.focus\:via-nebido-dove-gray-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
}

.focus\:via-nebido-dove-gray-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
}

.focus\:via-nebido-dove-gray-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
}

.focus\:via-nebido-dove-gray-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
}

.focus\:via-nebido-dove-gray-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
}

.focus\:via-nebido-dove-gray-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
}

.focus\:via-nebido-dove-gray-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
}

.focus\:via-nebido-dove-gray-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
}

.focus\:via-nebido-my-sin-50:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
}

.focus\:via-nebido-my-sin-100:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
}

.focus\:via-nebido-my-sin-200:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
}

.focus\:via-nebido-my-sin-300:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
}

.focus\:via-nebido-my-sin-400:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
}

.focus\:via-nebido-my-sin-500:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
}

.focus\:via-nebido-my-sin-600:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
}

.focus\:via-nebido-my-sin-700:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
}

.focus\:via-nebido-my-sin-800:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
}

.focus\:via-nebido-my-sin-900:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
}

.focus\:via-nebido-my-sin-950:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
}

.focus\:via-thepink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
}

.focus\:via-darkpink:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
}

.focus\:via-bluegreen:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
}

.focus\:via-beyond-green-1:focus {
  --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
}

.to-transparent {
  --tw-gradient-to: transparent !important;
}

.to-current {
  --tw-gradient-to: currentColor !important;
}

.to-black {
  --tw-gradient-to: #000 !important;
}

.to-white {
  --tw-gradient-to: #fff !important;
}

.to-gray-50 {
  --tw-gradient-to: #fafafa !important;
}

.to-gray-100 {
  --tw-gradient-to: #f4f4f5 !important;
}

.to-gray-200 {
  --tw-gradient-to: #e4e4e7 !important;
}

.to-gray-300 {
  --tw-gradient-to: #d4d4d8 !important;
}

.to-gray-400 {
  --tw-gradient-to: #a1a1aa !important;
}

.to-gray-500 {
  --tw-gradient-to: #71717a !important;
}

.to-gray-600 {
  --tw-gradient-to: #52525b !important;
}

.to-gray-700 {
  --tw-gradient-to: #3f3f46 !important;
}

.to-gray-800 {
  --tw-gradient-to: #27272a !important;
}

.to-gray-900 {
  --tw-gradient-to: #18181b !important;
}

.to-red-50 {
  --tw-gradient-to: #fef2f2 !important;
}

.to-red-100 {
  --tw-gradient-to: #fee2e2 !important;
}

.to-red-200 {
  --tw-gradient-to: #fecaca !important;
}

.to-red-300 {
  --tw-gradient-to: #fca5a5 !important;
}

.to-red-400 {
  --tw-gradient-to: #f87171 !important;
}

.to-red-500 {
  --tw-gradient-to: #ef4444 !important;
}

.to-red-600 {
  --tw-gradient-to: #dc2626 !important;
}

.to-red-700 {
  --tw-gradient-to: #b91c1c !important;
}

.to-red-800 {
  --tw-gradient-to: #991b1b !important;
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d !important;
}

.to-yellow {
  --tw-gradient-to: #F6BE4A !important;
}

.to-green-50 {
  --tw-gradient-to: #ecfdf5 !important;
}

.to-green-100 {
  --tw-gradient-to: #d1fae5 !important;
}

.to-green-200 {
  --tw-gradient-to: #a7f3d0 !important;
}

.to-green-300 {
  --tw-gradient-to: #6ee7b7 !important;
}

.to-green-400 {
  --tw-gradient-to: #34d399 !important;
}

.to-green-500 {
  --tw-gradient-to: #10b981 !important;
}

.to-green-600 {
  --tw-gradient-to: #059669 !important;
}

.to-green-700 {
  --tw-gradient-to: #047857 !important;
}

.to-green-800 {
  --tw-gradient-to: #065f46 !important;
}

.to-green-900 {
  --tw-gradient-to: #064e3b !important;
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff !important;
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe !important;
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe !important;
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd !important;
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa !important;
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 !important;
}

.to-blue-600 {
  --tw-gradient-to: #2563eb !important;
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8 !important;
}

.to-blue-800 {
  --tw-gradient-to: #1e40af !important;
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a !important;
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff !important;
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff !important;
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe !important;
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc !important;
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8 !important;
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1 !important;
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5 !important;
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca !important;
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3 !important;
}

.to-indigo-900 {
  --tw-gradient-to: #312e81 !important;
}

.to-purple {
  --tw-gradient-to: #6c42a0 !important;
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8 !important;
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3 !important;
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8 !important;
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4 !important;
}

.to-pink-400 {
  --tw-gradient-to: #f472b6 !important;
}

.to-pink-500 {
  --tw-gradient-to: #ec4899 !important;
}

.to-pink-600 {
  --tw-gradient-to: #db2777 !important;
}

.to-pink-700 {
  --tw-gradient-to: #be185d !important;
}

.to-pink-800 {
  --tw-gradient-to: #9d174d !important;
}

.to-pink-900 {
  --tw-gradient-to: #831843 !important;
}

.to-primary-50 {
  --tw-gradient-to: #F1F5FB !important;
}

.to-primary-100 {
  --tw-gradient-to: #E3EBF7 !important;
}

.to-primary-200 {
  --tw-gradient-to: #C7D7F0 !important;
}

.to-primary-300 {
  --tw-gradient-to: #ABC2E8 !important;
}

.to-primary-400 {
  --tw-gradient-to: #8FAEE0 !important;
}

.to-primary-500 {
  --tw-gradient-to: #6590D5 !important;
}

.to-primary-600 {
  --tw-gradient-to: #3061AF !important;
}

.to-primary-700 {
  --tw-gradient-to: #285192 !important;
}

.to-primary-800 {
  --tw-gradient-to: #204075 !important;
}

.to-primary-900 {
  --tw-gradient-to: #183058 !important;
}

.to-primary {
  --tw-gradient-to: #3B71CA !important;
}

.to-primary-accent-100 {
  --tw-gradient-to: #d9e4f3 !important;
}

.to-primary-accent-200 {
  --tw-gradient-to: #cedbee !important;
}

.to-secondary-50 {
  --tw-gradient-to: #F8F9F9 !important;
}

.to-secondary-100 {
  --tw-gradient-to: #F1F2F4 !important;
}

.to-secondary-200 {
  --tw-gradient-to: #E4E6E9 !important;
}

.to-secondary-300 {
  --tw-gradient-to: #D6D9DE !important;
}

.to-secondary-400 {
  --tw-gradient-to: #C8CCD3 !important;
}

.to-secondary-500 {
  --tw-gradient-to: #B3B9C2 !important;
}

.to-secondary-600 {
  --tw-gradient-to: #848D9C !important;
}

.to-secondary-700 {
  --tw-gradient-to: #6B7585 !important;
}

.to-secondary-800 {
  --tw-gradient-to: #565D6B !important;
}

.to-secondary-900 {
  --tw-gradient-to: #404650 !important;
}

.to-secondary {
  --tw-gradient-to: #9FA6B2 !important;
}

.to-success-50 {
  --tw-gradient-to: #EAFCF2 !important;
}

.to-success-100 {
  --tw-gradient-to: #D6FAE4 !important;
}

.to-success-200 {
  --tw-gradient-to: #ACF5C9 !important;
}

.to-success-300 {
  --tw-gradient-to: #83F0AE !important;
}

.to-success-400 {
  --tw-gradient-to: #59EA93 !important;
}

.to-success-500 {
  --tw-gradient-to: #1CE26B !important;
}

.to-success-600 {
  --tw-gradient-to: #118C42 !important;
}

.to-success-700 {
  --tw-gradient-to: #0E7537 !important;
}

.to-success-800 {
  --tw-gradient-to: #0C5D2C !important;
}

.to-success-900 {
  --tw-gradient-to: #094621 !important;
}

.to-success {
  --tw-gradient-to: #14A44D !important;
}

.to-danger-50 {
  --tw-gradient-to: #FCF2F4 !important;
}

.to-danger-100 {
  --tw-gradient-to: #FAE5E9 !important;
}

.to-danger-200 {
  --tw-gradient-to: #F5CCD3 !important;
}

.to-danger-300 {
  --tw-gradient-to: #F0B2BD !important;
}

.to-danger-400 {
  --tw-gradient-to: #EB99A6 !important;
}

.to-danger-500 {
  --tw-gradient-to: #E37285 !important;
}

.to-danger-600 {
  --tw-gradient-to: #D42A46 !important;
}

.to-danger-700 {
  --tw-gradient-to: #B0233A !important;
}

.to-danger-800 {
  --tw-gradient-to: #8D1C2F !important;
}

.to-danger-900 {
  --tw-gradient-to: #6A1523 !important;
}

.to-danger {
  --tw-gradient-to: #DC4C64 !important;
}

.to-warning-50 {
  --tw-gradient-to: #FDF8EF !important;
}

.to-warning-100 {
  --tw-gradient-to: #FBF2DE !important;
}

.to-warning-200 {
  --tw-gradient-to: #F7E4BE !important;
}

.to-warning-300 {
  --tw-gradient-to: #F4D79D !important;
}

.to-warning-400 {
  --tw-gradient-to: #F0C97D !important;
}

.to-warning-500 {
  --tw-gradient-to: #EAB54C !important;
}

.to-warning-600 {
  --tw-gradient-to: #C48A17 !important;
}

.to-warning-700 {
  --tw-gradient-to: #A37313 !important;
}

.to-warning-800 {
  --tw-gradient-to: #825C0F !important;
}

.to-warning-900 {
  --tw-gradient-to: #62450B !important;
}

.to-warning {
  --tw-gradient-to: #E4A11B !important;
}

.to-info-50 {
  --tw-gradient-to: #F3FAFC !important;
}

.to-info-100 {
  --tw-gradient-to: #E7F4F9 !important;
}

.to-info-200 {
  --tw-gradient-to: #CEE9F2 !important;
}

.to-info-300 {
  --tw-gradient-to: #B6DFEC !important;
}

.to-info-400 {
  --tw-gradient-to: #9ED4E6 !important;
}

.to-info-500 {
  --tw-gradient-to: #79C4DC !important;
}

.to-info-600 {
  --tw-gradient-to: #34A4CA !important;
}

.to-info-700 {
  --tw-gradient-to: #2B89A8 !important;
}

.to-info-800 {
  --tw-gradient-to: #236D86 !important;
}

.to-info-900 {
  --tw-gradient-to: #1A5265 !important;
}

.to-info {
  --tw-gradient-to: #54B4D3 !important;
}

.to-darkgreen {
  --tw-gradient-to: #066B3D !important;
}

.to-lightgreen {
  --tw-gradient-to: #70BB44 !important;
}

.to-\[\#d1ecc5\] {
  --tw-gradient-to: #d1ecc5 !important;
}

.to-\[\#282828\] {
  --tw-gradient-to: #282828 !important;
}

.to-\[\#bde020\] {
  --tw-gradient-to: #bde020 !important;
}

.to-\[\#efeee8\] {
  --tw-gradient-to: #efeee8 !important;
}

.to-\[\#bdc11d\] {
  --tw-gradient-to: #bdc11d !important;
}

.to-\[\#039147\] {
  --tw-gradient-to: #039147 !important;
}

.to-\[\#c3c1bf\] {
  --tw-gradient-to: #c3c1bf !important;
}

.to-\[\#039047\] {
  --tw-gradient-to: #039047 !important;
}

.to-\[\#c8da2e\] {
  --tw-gradient-to: #c8da2e !important;
}

.to-dmxMecanismob {
  --tw-gradient-to: #c6bad2 !important;
}

.to-fog {
  --tw-gradient-to: #535353 !important;
}

.to-pink-cistitis {
  --tw-gradient-to: #E23A6B !important;
}

.to-purple1 {
  --tw-gradient-to: #70447A !important;
}

.to-purple2 {
  --tw-gradient-to: #42114C !important;
}

.to-purple3 {
  --tw-gradient-to: #5D0661 !important;
}

.to-purplebg {
  --tw-gradient-to: #F7F2F7 !important;
}

.to-purplebg2 {
  --tw-gradient-to: #D2C2D5 !important;
}

.to-purpleBorder {
  --tw-gradient-to: #3B1E4B !important;
}

.to-purpleIcon {
  --tw-gradient-to: #B0A2B8 !important;
}

.to-purpleTB {
  --tw-gradient-to: #D4C6DC !important;
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a !important;
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 !important;
}

.to-yellowBtn {
  --tw-gradient-to: #F7C139 !important;
}

.to-grayT {
  --tw-gradient-to: #292929 !important;
}

.to-grayTL {
  --tw-gradient-to: #363737 !important;
}

.to-gray77 {
  --tw-gradient-to: #4D4D4D !important;
}

.to-grayhr {
  --tw-gradient-to: #D3D3D3 !important;
}

.to-whiteTbl {
  --tw-gradient-to: #F8F6F9 !important;
}

.to-roja {
  --tw-gradient-to: #E52027 !important;
}

.to-anaranjada {
  --tw-gradient-to: #EB6A2D !important;
}

.to-amarilla {
  --tw-gradient-to: #FBDA3C !important;
}

.to-ocean {
  --tw-gradient-to: #51C1D1 !important;
}

.to-forest {
  --tw-gradient-to: #7FB80D !important;
}

.to-mint {
  --tw-gradient-to: #67AA35 !important;
}

.to-azul {
  --tw-gradient-to: #4BACCF !important;
}

.to-negra {
  --tw-gradient-to: #262626 !important;
}

.to-lime-50 {
  --tw-gradient-to: #f7fee7 !important;
}

.to-lime-100 {
  --tw-gradient-to: #ecfccb !important;
}

.to-lime-200 {
  --tw-gradient-to: #d9f99d !important;
}

.to-lime-300 {
  --tw-gradient-to: #bef264 !important;
}

.to-lime-400 {
  --tw-gradient-to: #a3e635 !important;
}

.to-lime-500 {
  --tw-gradient-to: #84cc16 !important;
}

.to-lime-600 {
  --tw-gradient-to: #65a30d !important;
}

.to-lime-700 {
  --tw-gradient-to: #4d7c0f !important;
}

.to-lime-800 {
  --tw-gradient-to: #3f6212 !important;
}

.to-lime-900 {
  --tw-gradient-to: #365314 !important;
}

.to-cyan-50 {
  --tw-gradient-to: #ecfeff !important;
}

.to-cyan-100 {
  --tw-gradient-to: #cffafe !important;
}

.to-cyan-200 {
  --tw-gradient-to: #a5f3fc !important;
}

.to-cyan-300 {
  --tw-gradient-to: #67e8f9 !important;
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee !important;
}

.to-cyan-500 {
  --tw-gradient-to: #06b6d4 !important;
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2 !important;
}

.to-cyan-700 {
  --tw-gradient-to: #0e7490 !important;
}

.to-cyan-800 {
  --tw-gradient-to: #155e75 !important;
}

.to-cyan-900 {
  --tw-gradient-to: #164e63 !important;
}

.to-cadet-blue {
  --tw-gradient-to: #164682 !important;
}

.to-lavender-blue {
  --tw-gradient-to: #2A7EDE !important;
}

.to-cobalt-blue {
  --tw-gradient-to: #218AA2 !important;
}

.to-sky-blue {
  --tw-gradient-to: #51C1D1 !important;
}

.to-berry {
  --tw-gradient-to: #01A4BA !important;
}

.to-lapis {
  --tw-gradient-to: #138CA5 !important;
}

.to-azure {
  --tw-gradient-to: #1EC4D3 !important;
}

.to-pine {
  --tw-gradient-to: #9CEFC7 !important;
}

.to-spring {
  --tw-gradient-to: #79CA00 !important;
}

.to-slime {
  --tw-gradient-to: #4EAF00 !important;
}

.to-jade-50 {
  --tw-gradient-to: #D9F6FB !important;
}

.to-jade-500 {
  --tw-gradient-to: #DEF7FC !important;
}

.to-jade-900 {
  --tw-gradient-to: #EEFCFE !important;
}

.to-cerulean {
  --tw-gradient-to: #D3EAEF !important;
}

.to-evergreen {
  --tw-gradient-to: #6DBE4D !important;
}

.to-admiral {
  --tw-gradient-to: #2377BE !important;
}

.to-denim {
  --tw-gradient-to: #37A5DD !important;
}

.to-laurel {
  --tw-gradient-to: #6CBE51 !important;
}

.to-Dpink1 {
  --tw-gradient-to: #E74F77 !important;
}

.to-Dblue1 {
  --tw-gradient-to: #42A6B8 !important;
}

.to-Dblue2 {
  --tw-gradient-to: #225258 !important;
}

.to-Pgray {
  --tw-gradient-to: #f4f4f4 !important;
}

.to-Metblue1 {
  --tw-gradient-to: #4BB5D4 !important;
}

.to-MetBlue2 {
  --tw-gradient-to: #205B87 !important;
}

.to-MetBlueGrid1 {
  --tw-gradient-to: #2DB5D4 !important;
}

.to-MetBlueGrid2 {
  --tw-gradient-to: #2569B8 !important;
}

.to-MetBlueGrid3 {
  --tw-gradient-to: #42ABBB !important;
}

.to-MetBlueLast {
  --tw-gradient-to: #2569B9 !important;
}

.to-Metwhite {
  --tw-gradient-to: #F5F5F5 !important;
}

.to-Pkorange1 {
  --tw-gradient-to: #D85F2A !important;
}

.to-Pkorange2 {
  --tw-gradient-to: #FC4300 !important;
}

.to-BvpBlue {
  --tw-gradient-to: #1292A9 !important;
}

.to-BvpPine {
  --tw-gradient-to: #9BE4C7 !important;
}

.to-BvpBlue2 {
  --tw-gradient-to: #1B5A90 !important;
}

.to-BvpGreen {
  --tw-gradient-to: #159F6E !important;
}

.to-Pkblue-100 {
  --tw-gradient-to: #212E60 !important;
}

.to-Pkblue-200 {
  --tw-gradient-to: #003184 !important;
}

.to-Pkblue-300 {
  --tw-gradient-to: #004284 !important;
}

.to-BpurpleText {
  --tw-gradient-to: #465784 !important;
}

.to-BpurpleText2 {
  --tw-gradient-to: #56087A !important;
}

.to-BgradYellow {
  --tw-gradient-to: #E49D41 !important;
}

.to-Bgradpurple1 {
  --tw-gradient-to: #AD6498 !important;
}

.to-Bpink {
  --tw-gradient-to: #B33C86 !important;
}

.to-Bpink2 {
  --tw-gradient-to: #E9CBDA !important;
}

.to-Bgradpurple2 {
  --tw-gradient-to: #3B80A8 !important;
}

.to-Bgradpink {
  --tw-gradient-to: #B03780 !important;
}

.to-Bgradwhite {
  --tw-gradient-to: #CDB8CC !important;
}

.to-BBlue1 {
  --tw-gradient-to: #455780 !important;
}

.to-BpinkContainer {
  --tw-gradient-to: #C8549C !important;
}

.to-Cpinkcover {
  --tw-gradient-to: #E23A6B !important;
}

.to-bannerText {
  --tw-gradient-to: #970022 !important;
}

.to-fondoWhite {
  --tw-gradient-to: #E6E6E6 !important;
}

.to-bgGrid {
  --tw-gradient-to: #872944 !important;
}

.to-cisYellow {
  --tw-gradient-to: #EBBC54 !important;
}

.to-cisPink {
  --tw-gradient-to: #E23A6B !important;
}

.to-footer {
  --tw-gradient-to: #333333 !important;
}

.to-cisGray {
  --tw-gradient-to: #666666 !important;
}

.to-cisCarm {
  --tw-gradient-to: #A62D53 !important;
}

.to-cisgrad1 {
  --tw-gradient-to: #DA3A6B !important;
}

.to-cisgrad2 {
  --tw-gradient-to: #EAB755 !important;
}

.to-cisgrad3 {
  --tw-gradient-to: #881F4A !important;
}

.to-cisgrad4 {
  --tw-gradient-to: #D7206C !important;
}

.to-doxYellow {
  --tw-gradient-to: #F6EA32 !important;
}

.to-doxGreenM {
  --tw-gradient-to: #6EB556 !important;
}

.to-doxGreenS {
  --tw-gradient-to: #A1D15C !important;
}

.to-doxGreenR {
  --tw-gradient-to: #009144 !important;
}

.to-doxGreenT {
  --tw-gradient-to: #009933 !important;
}

.to-doxGrayS {
  --tw-gradient-to: #DADDE5 !important;
}

.to-doxGrayE {
  --tw-gradient-to: #EEEFF4 !important;
}

.to-dxmgreen {
  --tw-gradient-to: #1E8344 !important;
}

.to-dxmGreen {
  --tw-gradient-to: #1E8344 !important;
}

.to-dxmsquare {
  --tw-gradient-to: #71AA62 !important;
}

.to-dxmText {
  --tw-gradient-to: #6FB444 !important;
}

.to-dxmbacksquare {
  --tw-gradient-to: #57AE56 !important;
}

.to-dxmTitle {
  --tw-gradient-to: #0D6E39 !important;
}

.to-dxmFtBG {
  --tw-gradient-to: #4D4D4D !important;
}

.to-green1 {
  --tw-gradient-to: #5e9e3f !important;
}

.to-green2 {
  --tw-gradient-to: #95c255 !important;
}

.to-green3 {
  --tw-gradient-to: #18b6c9 !important;
}

.to-green4 {
  --tw-gradient-to: #1c8c69 !important;
}

.to-dcnMain {
  --tw-gradient-to: #F32735 !important;
}

.to-dcnbl {
  --tw-gradient-to: #0075C9 !important;
}

.to-dcnsText {
  --tw-gradient-to: #00507E !important;
}

.to-dcnsRed {
  --tw-gradient-to: #B22024 !important;
}

.to-dmxPurple {
  --tw-gradient-to: #6D348A !important;
}

.to-dmxBlue {
  --tw-gradient-to: #009494 !important;
}

.to-dmxSquare {
  --tw-gradient-to: #C5B9CF !important;
}

.to-bgmecanismo {
  --tw-gradient-to: #B7A8C4 !important;
}

.to-dmxGreen {
  --tw-gradient-to: #009494 !important;
}

.to-dmxText {
  --tw-gradient-to: #592C80 !important;
}

.to-dmxgray {
  --tw-gradient-to: #BBB1C4 !important;
}

.to-bvGray {
  --tw-gradient-to: #323232 !important;
}

.to-bvBlue {
  --tw-gradient-to: #C9ECF3 !important;
}

.to-bVGreen {
  --tw-gradient-to: #115472 !important;
}

.to-bvMint {
  --tw-gradient-to: #71B800 !important;
}

.to-bvCadetBlue {
  --tw-gradient-to: #0D4880 !important;
}

.to-bvPuntos {
  --tw-gradient-to: #1F8CA4 !important;
}

.to-bvSlime {
  --tw-gradient-to: #52AD1D !important;
}

.to-bvSky {
  --tw-gradient-to: #2EC4D2 !important;
}

.to-ash {
  --tw-gradient-to: #4B5563 !important;
}

.to-sky {
  --tw-gradient-to: #f4fafd !important;
}

.to-blueHepa {
  --tw-gradient-to: #00A0AF !important;
}

.to-zomig-orange-1 {
  --tw-gradient-to: #EF8000 !important;
}

.to-zomig-blue-1 {
  --tw-gradient-to: #005797 !important;
}

.to-zomig-blue-2 {
  --tw-gradient-to: #004E80 !important;
}

.to-zomig-blue-3 {
  --tw-gradient-to: #00A2D6 !important;
}

.to-zomig-blue-4 {
  --tw-gradient-to: #005285 !important;
}

.to-zomig-blue-5 {
  --tw-gradient-to: #004D80 !important;
}

.to-zomig-blue-6 {
  --tw-gradient-to: #005588 !important;
}

.to-zomig-blue-7 {
  --tw-gradient-to: #00A5D9 !important;
}

.to-zomig-blue-8 {
  --tw-gradient-to: #003E69 !important;
}

.to-zomig-gray-1 {
  --tw-gradient-to: #CDCDCE !important;
}

.to-zomig-gray-2 {
  --tw-gradient-to: #C9C9CB !important;
}

.to-nebido-0 {
  --tw-gradient-to: #EAEAEA !important;
}

.to-nebido-1 {
  --tw-gradient-to: #B9CED8 !important;
}

.to-nebido-2 {
  --tw-gradient-to: #EEF2F5 !important;
}

.to-nebido-loblolly-50 {
  --tw-gradient-to: #f6f8f9 !important;
}

.to-nebido-loblolly-100 {
  --tw-gradient-to: #ebf0f3 !important;
}

.to-nebido-loblolly-200 {
  --tw-gradient-to: #d3dee4 !important;
}

.to-nebido-loblolly-300 {
  --tw-gradient-to: #bdced6 !important;
}

.to-nebido-loblolly-400 {
  --tw-gradient-to: #81a1af !important;
}

.to-nebido-loblolly-500 {
  --tw-gradient-to: #618696 !important;
}

.to-nebido-loblolly-600 {
  --tw-gradient-to: #4c6c7d !important;
}

.to-nebido-loblolly-700 {
  --tw-gradient-to: #3f5865 !important;
}

.to-nebido-loblolly-800 {
  --tw-gradient-to: #374b55 !important;
}

.to-nebido-loblolly-900 {
  --tw-gradient-to: #314049 !important;
}

.to-nebido-loblolly-950 {
  --tw-gradient-to: #212a30 !important;
}

.to-nebido-loblolly-1000 {
  --tw-gradient-to: #D0D4D6 !important;
}

.to-nebido-fuel-yellow-50 {
  --tw-gradient-to: #fef9ec !important;
}

.to-nebido-fuel-yellow-100 {
  --tw-gradient-to: #fbeeca !important;
}

.to-nebido-fuel-yellow-200 {
  --tw-gradient-to: #f7dc90 !important;
}

.to-nebido-fuel-yellow-300 {
  --tw-gradient-to: #f3c356 !important;
}

.to-nebido-fuel-yellow-400 {
  --tw-gradient-to: #f0ab2a !important;
}

.to-nebido-fuel-yellow-500 {
  --tw-gradient-to: #e98c17 !important;
}

.to-nebido-fuel-yellow-600 {
  --tw-gradient-to: #cf6910 !important;
}

.to-nebido-fuel-yellow-700 {
  --tw-gradient-to: #ac4911 !important;
}

.to-nebido-fuel-yellow-800 {
  --tw-gradient-to: #8b3a15 !important;
}

.to-nebido-fuel-yellow-900 {
  --tw-gradient-to: #732f14 !important;
}

.to-nebido-fuel-yellow-950 {
  --tw-gradient-to: #421706 !important;
}

.to-nebido-mine-shaft-50 {
  --tw-gradient-to: #f5f6f6 !important;
}

.to-nebido-mine-shaft-100 {
  --tw-gradient-to: #e6e7e7 !important;
}

.to-nebido-mine-shaft-200 {
  --tw-gradient-to: #cfd1d2 !important;
}

.to-nebido-mine-shaft-300 {
  --tw-gradient-to: #aeb1b2 !important;
}

.to-nebido-mine-shaft-400 {
  --tw-gradient-to: #85898b !important;
}

.to-nebido-mine-shaft-500 {
  --tw-gradient-to: #6a6e70 !important;
}

.to-nebido-mine-shaft-600 {
  --tw-gradient-to: #5a5e60 !important;
}

.to-nebido-mine-shaft-700 {
  --tw-gradient-to: #4d4f51 !important;
}

.to-nebido-mine-shaft-800 {
  --tw-gradient-to: #444646 !important;
}

.to-nebido-mine-shaft-900 {
  --tw-gradient-to: #3b3c3e !important;
}

.to-nebido-mine-shaft-950 {
  --tw-gradient-to: #292a2b !important;
}

.to-nebido-mercury-50 {
  --tw-gradient-to: #f8f8f8 !important;
}

.to-nebido-mercury-100 {
  --tw-gradient-to: #e8e8e8 !important;
}

.to-nebido-mercury-200 {
  --tw-gradient-to: #dcdcdc !important;
}

.to-nebido-mercury-300 {
  --tw-gradient-to: #bdbdbd !important;
}

.to-nebido-mercury-400 {
  --tw-gradient-to: #989898 !important;
}

.to-nebido-mercury-500 {
  --tw-gradient-to: #7c7c7c !important;
}

.to-nebido-mercury-600 {
  --tw-gradient-to: #656565 !important;
}

.to-nebido-mercury-700 {
  --tw-gradient-to: #525252 !important;
}

.to-nebido-mercury-800 {
  --tw-gradient-to: #464646 !important;
}

.to-nebido-mercury-900 {
  --tw-gradient-to: #3d3d3d !important;
}

.to-nebido-mercury-950 {
  --tw-gradient-to: #292929 !important;
}

.to-nebido-porcelain-50 {
  --tw-gradient-to: #f6f8f9 !important;
}

.to-nebido-porcelain-100 {
  --tw-gradient-to: #eceff1 !important;
}

.to-nebido-porcelain-200 {
  --tw-gradient-to: #d6dde1 !important;
}

.to-nebido-porcelain-300 {
  --tw-gradient-to: #b2c0c7 !important;
}

.to-nebido-porcelain-400 {
  --tw-gradient-to: #889ea8 !important;
}

.to-nebido-porcelain-500 {
  --tw-gradient-to: #6a828d !important;
}

.to-nebido-porcelain-600 {
  --tw-gradient-to: #556a74 !important;
}

.to-nebido-porcelain-700 {
  --tw-gradient-to: #45565f !important;
}

.to-nebido-porcelain-800 {
  --tw-gradient-to: #3c4950 !important;
}

.to-nebido-porcelain-900 {
  --tw-gradient-to: #353f45 !important;
}

.to-nebido-porcelain-950 {
  --tw-gradient-to: #232a2e !important;
}

.to-nebido-jungle-mist-50 {
  --tw-gradient-to: #f5f8fa !important;
}

.to-nebido-jungle-mist-100 {
  --tw-gradient-to: #ebf0f3 !important;
}

.to-nebido-jungle-mist-200 {
  --tw-gradient-to: #d2dfe5 !important;
}

.to-nebido-jungle-mist-300 {
  --tw-gradient-to: #b9cfd7 !important;
}

.to-nebido-jungle-mist-400 {
  --tw-gradient-to: #7da6b3 !important;
}

.to-nebido-jungle-mist-500 {
  --tw-gradient-to: #5c8b9b !important;
}

.to-nebido-jungle-mist-600 {
  --tw-gradient-to: #487081 !important;
}

.to-nebido-jungle-mist-700 {
  --tw-gradient-to: #3b5c69 !important;
}

.to-nebido-jungle-mist-800 {
  --tw-gradient-to: #344d58 !important;
}

.to-nebido-jungle-mist-900 {
  --tw-gradient-to: #2f434b !important;
}

.to-nebido-jungle-mist-950 {
  --tw-gradient-to: #1f2b32 !important;
}

.to-nebido-dove-gray-50 {
  --tw-gradient-to: #f5f5f6 !important;
}

.to-nebido-dove-gray-100 {
  --tw-gradient-to: #e6e6e7 !important;
}

.to-nebido-dove-gray-200 {
  --tw-gradient-to: #d0cfd2 !important;
}

.to-nebido-dove-gray-300 {
  --tw-gradient-to: #afaeb2 !important;
}

.to-nebido-dove-gray-400 {
  --tw-gradient-to: #86858b !important;
}

.to-nebido-dove-gray-500 {
  --tw-gradient-to: #68676c !important;
}

.to-nebido-dove-gray-600 {
  --tw-gradient-to: #5c5b5f !important;
}

.to-nebido-dove-gray-700 {
  --tw-gradient-to: #4e4d51 !important;
}

.to-nebido-dove-gray-800 {
  --tw-gradient-to: #444446 !important;
}

.to-nebido-dove-gray-900 {
  --tw-gradient-to: #3c3c3d !important;
}

.to-nebido-dove-gray-950 {
  --tw-gradient-to: #262527 !important;
}

.to-nebido-my-sin-50 {
  --tw-gradient-to: #fffeea !important;
}

.to-nebido-my-sin-100 {
  --tw-gradient-to: #fff9c5 !important;
}

.to-nebido-my-sin-200 {
  --tw-gradient-to: #fff385 !important;
}

.to-nebido-my-sin-300 {
  --tw-gradient-to: #ffe646 !important;
}

.to-nebido-my-sin-400 {
  --tw-gradient-to: #ffd61b !important;
}

.to-nebido-my-sin-500 {
  --tw-gradient-to: #ffb500 !important;
}

.to-nebido-my-sin-600 {
  --tw-gradient-to: #e28a00 !important;
}

.to-nebido-my-sin-700 {
  --tw-gradient-to: #bb6102 !important;
}

.to-nebido-my-sin-800 {
  --tw-gradient-to: #984b08 !important;
}

.to-nebido-my-sin-900 {
  --tw-gradient-to: #7c3d0b !important;
}

.to-nebido-my-sin-950 {
  --tw-gradient-to: #481f00 !important;
}

.to-thepink {
  --tw-gradient-to: #d52f89 !important;
}

.to-darkpink {
  --tw-gradient-to: #91005d !important;
}

.to-bluegreen {
  --tw-gradient-to: #00a0af !important;
}

.to-beyond-green-1 {
  --tw-gradient-to: #01A059 !important;
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent !important;
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor !important;
}

.hover\:to-black:hover {
  --tw-gradient-to: #000 !important;
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff !important;
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #fafafa !important;
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f4f4f5 !important;
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e4e4e7 !important;
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d4d4d8 !important;
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #a1a1aa !important;
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #71717a !important;
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #52525b !important;
}

.hover\:to-gray-700:hover {
  --tw-gradient-to: #3f3f46 !important;
}

.hover\:to-gray-800:hover {
  --tw-gradient-to: #27272a !important;
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #18181b !important;
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2 !important;
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2 !important;
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca !important;
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5 !important;
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171 !important;
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444 !important;
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 !important;
}

.hover\:to-red-700:hover {
  --tw-gradient-to: #b91c1c !important;
}

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b !important;
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d !important;
}

.hover\:to-yellow:hover {
  --tw-gradient-to: #F6BE4A !important;
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #ecfdf5 !important;
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #d1fae5 !important;
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #a7f3d0 !important;
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #6ee7b7 !important;
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #34d399 !important;
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #10b981 !important;
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #059669 !important;
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #047857 !important;
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #065f46 !important;
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #064e3b !important;
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff !important;
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe !important;
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe !important;
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd !important;
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa !important;
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6 !important;
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb !important;
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 !important;
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af !important;
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a !important;
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff !important;
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff !important;
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe !important;
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc !important;
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8 !important;
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1 !important;
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 !important;
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca !important;
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3 !important;
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81 !important;
}

.hover\:to-purple:hover {
  --tw-gradient-to: #6c42a0 !important;
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8 !important;
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3 !important;
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8 !important;
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4 !important;
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6 !important;
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899 !important;
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 !important;
}

.hover\:to-pink-700:hover {
  --tw-gradient-to: #be185d !important;
}

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d !important;
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843 !important;
}

.hover\:to-primary-50:hover {
  --tw-gradient-to: #F1F5FB !important;
}

.hover\:to-primary-100:hover {
  --tw-gradient-to: #E3EBF7 !important;
}

.hover\:to-primary-200:hover {
  --tw-gradient-to: #C7D7F0 !important;
}

.hover\:to-primary-300:hover {
  --tw-gradient-to: #ABC2E8 !important;
}

.hover\:to-primary-400:hover {
  --tw-gradient-to: #8FAEE0 !important;
}

.hover\:to-primary-500:hover {
  --tw-gradient-to: #6590D5 !important;
}

.hover\:to-primary-600:hover {
  --tw-gradient-to: #3061AF !important;
}

.hover\:to-primary-700:hover {
  --tw-gradient-to: #285192 !important;
}

.hover\:to-primary-800:hover {
  --tw-gradient-to: #204075 !important;
}

.hover\:to-primary-900:hover {
  --tw-gradient-to: #183058 !important;
}

.hover\:to-primary:hover {
  --tw-gradient-to: #3B71CA !important;
}

.hover\:to-primary-accent-100:hover {
  --tw-gradient-to: #d9e4f3 !important;
}

.hover\:to-primary-accent-200:hover {
  --tw-gradient-to: #cedbee !important;
}

.hover\:to-secondary-50:hover {
  --tw-gradient-to: #F8F9F9 !important;
}

.hover\:to-secondary-100:hover {
  --tw-gradient-to: #F1F2F4 !important;
}

.hover\:to-secondary-200:hover {
  --tw-gradient-to: #E4E6E9 !important;
}

.hover\:to-secondary-300:hover {
  --tw-gradient-to: #D6D9DE !important;
}

.hover\:to-secondary-400:hover {
  --tw-gradient-to: #C8CCD3 !important;
}

.hover\:to-secondary-500:hover {
  --tw-gradient-to: #B3B9C2 !important;
}

.hover\:to-secondary-600:hover {
  --tw-gradient-to: #848D9C !important;
}

.hover\:to-secondary-700:hover {
  --tw-gradient-to: #6B7585 !important;
}

.hover\:to-secondary-800:hover {
  --tw-gradient-to: #565D6B !important;
}

.hover\:to-secondary-900:hover {
  --tw-gradient-to: #404650 !important;
}

.hover\:to-secondary:hover {
  --tw-gradient-to: #9FA6B2 !important;
}

.hover\:to-success-50:hover {
  --tw-gradient-to: #EAFCF2 !important;
}

.hover\:to-success-100:hover {
  --tw-gradient-to: #D6FAE4 !important;
}

.hover\:to-success-200:hover {
  --tw-gradient-to: #ACF5C9 !important;
}

.hover\:to-success-300:hover {
  --tw-gradient-to: #83F0AE !important;
}

.hover\:to-success-400:hover {
  --tw-gradient-to: #59EA93 !important;
}

.hover\:to-success-500:hover {
  --tw-gradient-to: #1CE26B !important;
}

.hover\:to-success-600:hover {
  --tw-gradient-to: #118C42 !important;
}

.hover\:to-success-700:hover {
  --tw-gradient-to: #0E7537 !important;
}

.hover\:to-success-800:hover {
  --tw-gradient-to: #0C5D2C !important;
}

.hover\:to-success-900:hover {
  --tw-gradient-to: #094621 !important;
}

.hover\:to-success:hover {
  --tw-gradient-to: #14A44D !important;
}

.hover\:to-danger-50:hover {
  --tw-gradient-to: #FCF2F4 !important;
}

.hover\:to-danger-100:hover {
  --tw-gradient-to: #FAE5E9 !important;
}

.hover\:to-danger-200:hover {
  --tw-gradient-to: #F5CCD3 !important;
}

.hover\:to-danger-300:hover {
  --tw-gradient-to: #F0B2BD !important;
}

.hover\:to-danger-400:hover {
  --tw-gradient-to: #EB99A6 !important;
}

.hover\:to-danger-500:hover {
  --tw-gradient-to: #E37285 !important;
}

.hover\:to-danger-600:hover {
  --tw-gradient-to: #D42A46 !important;
}

.hover\:to-danger-700:hover {
  --tw-gradient-to: #B0233A !important;
}

.hover\:to-danger-800:hover {
  --tw-gradient-to: #8D1C2F !important;
}

.hover\:to-danger-900:hover {
  --tw-gradient-to: #6A1523 !important;
}

.hover\:to-danger:hover {
  --tw-gradient-to: #DC4C64 !important;
}

.hover\:to-warning-50:hover {
  --tw-gradient-to: #FDF8EF !important;
}

.hover\:to-warning-100:hover {
  --tw-gradient-to: #FBF2DE !important;
}

.hover\:to-warning-200:hover {
  --tw-gradient-to: #F7E4BE !important;
}

.hover\:to-warning-300:hover {
  --tw-gradient-to: #F4D79D !important;
}

.hover\:to-warning-400:hover {
  --tw-gradient-to: #F0C97D !important;
}

.hover\:to-warning-500:hover {
  --tw-gradient-to: #EAB54C !important;
}

.hover\:to-warning-600:hover {
  --tw-gradient-to: #C48A17 !important;
}

.hover\:to-warning-700:hover {
  --tw-gradient-to: #A37313 !important;
}

.hover\:to-warning-800:hover {
  --tw-gradient-to: #825C0F !important;
}

.hover\:to-warning-900:hover {
  --tw-gradient-to: #62450B !important;
}

.hover\:to-warning:hover {
  --tw-gradient-to: #E4A11B !important;
}

.hover\:to-info-50:hover {
  --tw-gradient-to: #F3FAFC !important;
}

.hover\:to-info-100:hover {
  --tw-gradient-to: #E7F4F9 !important;
}

.hover\:to-info-200:hover {
  --tw-gradient-to: #CEE9F2 !important;
}

.hover\:to-info-300:hover {
  --tw-gradient-to: #B6DFEC !important;
}

.hover\:to-info-400:hover {
  --tw-gradient-to: #9ED4E6 !important;
}

.hover\:to-info-500:hover {
  --tw-gradient-to: #79C4DC !important;
}

.hover\:to-info-600:hover {
  --tw-gradient-to: #34A4CA !important;
}

.hover\:to-info-700:hover {
  --tw-gradient-to: #2B89A8 !important;
}

.hover\:to-info-800:hover {
  --tw-gradient-to: #236D86 !important;
}

.hover\:to-info-900:hover {
  --tw-gradient-to: #1A5265 !important;
}

.hover\:to-info:hover {
  --tw-gradient-to: #54B4D3 !important;
}

.hover\:to-darkgreen:hover {
  --tw-gradient-to: #066B3D !important;
}

.hover\:to-lightgreen:hover {
  --tw-gradient-to: #70BB44 !important;
}

.hover\:to-\[\#d1ecc5\]:hover {
  --tw-gradient-to: #d1ecc5 !important;
}

.hover\:to-\[\#282828\]:hover {
  --tw-gradient-to: #282828 !important;
}

.hover\:to-\[\#bde020\]:hover {
  --tw-gradient-to: #bde020 !important;
}

.hover\:to-\[\#efeee8\]:hover {
  --tw-gradient-to: #efeee8 !important;
}

.hover\:to-\[\#bdc11d\]:hover {
  --tw-gradient-to: #bdc11d !important;
}

.hover\:to-\[\#039147\]:hover {
  --tw-gradient-to: #039147 !important;
}

.hover\:to-\[\#c3c1bf\]:hover {
  --tw-gradient-to: #c3c1bf !important;
}

.hover\:to-\[\#039047\]:hover {
  --tw-gradient-to: #039047 !important;
}

.hover\:to-\[\#c8da2e\]:hover {
  --tw-gradient-to: #c8da2e !important;
}

.hover\:to-dmxMecanismob:hover {
  --tw-gradient-to: #c6bad2 !important;
}

.hover\:to-fog:hover {
  --tw-gradient-to: #535353 !important;
}

.hover\:to-pink-cistitis:hover {
  --tw-gradient-to: #E23A6B !important;
}

.hover\:to-purple1:hover {
  --tw-gradient-to: #70447A !important;
}

.hover\:to-purple2:hover {
  --tw-gradient-to: #42114C !important;
}

.hover\:to-purple3:hover {
  --tw-gradient-to: #5D0661 !important;
}

.hover\:to-purplebg:hover {
  --tw-gradient-to: #F7F2F7 !important;
}

.hover\:to-purplebg2:hover {
  --tw-gradient-to: #D2C2D5 !important;
}

.hover\:to-purpleBorder:hover {
  --tw-gradient-to: #3B1E4B !important;
}

.hover\:to-purpleIcon:hover {
  --tw-gradient-to: #B0A2B8 !important;
}

.hover\:to-purpleTB:hover {
  --tw-gradient-to: #D4C6DC !important;
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fef08a !important;
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #eab308 !important;
}

.hover\:to-yellowBtn:hover {
  --tw-gradient-to: #F7C139 !important;
}

.hover\:to-grayT:hover {
  --tw-gradient-to: #292929 !important;
}

.hover\:to-grayTL:hover {
  --tw-gradient-to: #363737 !important;
}

.hover\:to-gray77:hover {
  --tw-gradient-to: #4D4D4D !important;
}

.hover\:to-grayhr:hover {
  --tw-gradient-to: #D3D3D3 !important;
}

.hover\:to-whiteTbl:hover {
  --tw-gradient-to: #F8F6F9 !important;
}

.hover\:to-roja:hover {
  --tw-gradient-to: #E52027 !important;
}

.hover\:to-anaranjada:hover {
  --tw-gradient-to: #EB6A2D !important;
}

.hover\:to-amarilla:hover {
  --tw-gradient-to: #FBDA3C !important;
}

.hover\:to-ocean:hover {
  --tw-gradient-to: #51C1D1 !important;
}

.hover\:to-forest:hover {
  --tw-gradient-to: #7FB80D !important;
}

.hover\:to-mint:hover {
  --tw-gradient-to: #67AA35 !important;
}

.hover\:to-azul:hover {
  --tw-gradient-to: #4BACCF !important;
}

.hover\:to-negra:hover {
  --tw-gradient-to: #262626 !important;
}

.hover\:to-lime-50:hover {
  --tw-gradient-to: #f7fee7 !important;
}

.hover\:to-lime-100:hover {
  --tw-gradient-to: #ecfccb !important;
}

.hover\:to-lime-200:hover {
  --tw-gradient-to: #d9f99d !important;
}

.hover\:to-lime-300:hover {
  --tw-gradient-to: #bef264 !important;
}

.hover\:to-lime-400:hover {
  --tw-gradient-to: #a3e635 !important;
}

.hover\:to-lime-500:hover {
  --tw-gradient-to: #84cc16 !important;
}

.hover\:to-lime-600:hover {
  --tw-gradient-to: #65a30d !important;
}

.hover\:to-lime-700:hover {
  --tw-gradient-to: #4d7c0f !important;
}

.hover\:to-lime-800:hover {
  --tw-gradient-to: #3f6212 !important;
}

.hover\:to-lime-900:hover {
  --tw-gradient-to: #365314 !important;
}

.hover\:to-cyan-50:hover {
  --tw-gradient-to: #ecfeff !important;
}

.hover\:to-cyan-100:hover {
  --tw-gradient-to: #cffafe !important;
}

.hover\:to-cyan-200:hover {
  --tw-gradient-to: #a5f3fc !important;
}

.hover\:to-cyan-300:hover {
  --tw-gradient-to: #67e8f9 !important;
}

.hover\:to-cyan-400:hover {
  --tw-gradient-to: #22d3ee !important;
}

.hover\:to-cyan-500:hover {
  --tw-gradient-to: #06b6d4 !important;
}

.hover\:to-cyan-600:hover {
  --tw-gradient-to: #0891b2 !important;
}

.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490 !important;
}

.hover\:to-cyan-800:hover {
  --tw-gradient-to: #155e75 !important;
}

.hover\:to-cyan-900:hover {
  --tw-gradient-to: #164e63 !important;
}

.hover\:to-cadet-blue:hover {
  --tw-gradient-to: #164682 !important;
}

.hover\:to-lavender-blue:hover {
  --tw-gradient-to: #2A7EDE !important;
}

.hover\:to-cobalt-blue:hover {
  --tw-gradient-to: #218AA2 !important;
}

.hover\:to-sky-blue:hover {
  --tw-gradient-to: #51C1D1 !important;
}

.hover\:to-berry:hover {
  --tw-gradient-to: #01A4BA !important;
}

.hover\:to-lapis:hover {
  --tw-gradient-to: #138CA5 !important;
}

.hover\:to-azure:hover {
  --tw-gradient-to: #1EC4D3 !important;
}

.hover\:to-pine:hover {
  --tw-gradient-to: #9CEFC7 !important;
}

.hover\:to-spring:hover {
  --tw-gradient-to: #79CA00 !important;
}

.hover\:to-slime:hover {
  --tw-gradient-to: #4EAF00 !important;
}

.hover\:to-jade-50:hover {
  --tw-gradient-to: #D9F6FB !important;
}

.hover\:to-jade-500:hover {
  --tw-gradient-to: #DEF7FC !important;
}

.hover\:to-jade-900:hover {
  --tw-gradient-to: #EEFCFE !important;
}

.hover\:to-cerulean:hover {
  --tw-gradient-to: #D3EAEF !important;
}

.hover\:to-evergreen:hover {
  --tw-gradient-to: #6DBE4D !important;
}

.hover\:to-admiral:hover {
  --tw-gradient-to: #2377BE !important;
}

.hover\:to-denim:hover {
  --tw-gradient-to: #37A5DD !important;
}

.hover\:to-laurel:hover {
  --tw-gradient-to: #6CBE51 !important;
}

.hover\:to-Dpink1:hover {
  --tw-gradient-to: #E74F77 !important;
}

.hover\:to-Dblue1:hover {
  --tw-gradient-to: #42A6B8 !important;
}

.hover\:to-Dblue2:hover {
  --tw-gradient-to: #225258 !important;
}

.hover\:to-Pgray:hover {
  --tw-gradient-to: #f4f4f4 !important;
}

.hover\:to-Metblue1:hover {
  --tw-gradient-to: #4BB5D4 !important;
}

.hover\:to-MetBlue2:hover {
  --tw-gradient-to: #205B87 !important;
}

.hover\:to-MetBlueGrid1:hover {
  --tw-gradient-to: #2DB5D4 !important;
}

.hover\:to-MetBlueGrid2:hover {
  --tw-gradient-to: #2569B8 !important;
}

.hover\:to-MetBlueGrid3:hover {
  --tw-gradient-to: #42ABBB !important;
}

.hover\:to-MetBlueLast:hover {
  --tw-gradient-to: #2569B9 !important;
}

.hover\:to-Metwhite:hover {
  --tw-gradient-to: #F5F5F5 !important;
}

.hover\:to-Pkorange1:hover {
  --tw-gradient-to: #D85F2A !important;
}

.hover\:to-Pkorange2:hover {
  --tw-gradient-to: #FC4300 !important;
}

.hover\:to-BvpBlue:hover {
  --tw-gradient-to: #1292A9 !important;
}

.hover\:to-BvpPine:hover {
  --tw-gradient-to: #9BE4C7 !important;
}

.hover\:to-BvpBlue2:hover {
  --tw-gradient-to: #1B5A90 !important;
}

.hover\:to-BvpGreen:hover {
  --tw-gradient-to: #159F6E !important;
}

.hover\:to-Pkblue-100:hover {
  --tw-gradient-to: #212E60 !important;
}

.hover\:to-Pkblue-200:hover {
  --tw-gradient-to: #003184 !important;
}

.hover\:to-Pkblue-300:hover {
  --tw-gradient-to: #004284 !important;
}

.hover\:to-BpurpleText:hover {
  --tw-gradient-to: #465784 !important;
}

.hover\:to-BpurpleText2:hover {
  --tw-gradient-to: #56087A !important;
}

.hover\:to-BgradYellow:hover {
  --tw-gradient-to: #E49D41 !important;
}

.hover\:to-Bgradpurple1:hover {
  --tw-gradient-to: #AD6498 !important;
}

.hover\:to-Bpink:hover {
  --tw-gradient-to: #B33C86 !important;
}

.hover\:to-Bpink2:hover {
  --tw-gradient-to: #E9CBDA !important;
}

.hover\:to-Bgradpurple2:hover {
  --tw-gradient-to: #3B80A8 !important;
}

.hover\:to-Bgradpink:hover {
  --tw-gradient-to: #B03780 !important;
}

.hover\:to-Bgradwhite:hover {
  --tw-gradient-to: #CDB8CC !important;
}

.hover\:to-BBlue1:hover {
  --tw-gradient-to: #455780 !important;
}

.hover\:to-BpinkContainer:hover {
  --tw-gradient-to: #C8549C !important;
}

.hover\:to-Cpinkcover:hover {
  --tw-gradient-to: #E23A6B !important;
}

.hover\:to-bannerText:hover {
  --tw-gradient-to: #970022 !important;
}

.hover\:to-fondoWhite:hover {
  --tw-gradient-to: #E6E6E6 !important;
}

.hover\:to-bgGrid:hover {
  --tw-gradient-to: #872944 !important;
}

.hover\:to-cisYellow:hover {
  --tw-gradient-to: #EBBC54 !important;
}

.hover\:to-cisPink:hover {
  --tw-gradient-to: #E23A6B !important;
}

.hover\:to-footer:hover {
  --tw-gradient-to: #333333 !important;
}

.hover\:to-cisGray:hover {
  --tw-gradient-to: #666666 !important;
}

.hover\:to-cisCarm:hover {
  --tw-gradient-to: #A62D53 !important;
}

.hover\:to-cisgrad1:hover {
  --tw-gradient-to: #DA3A6B !important;
}

.hover\:to-cisgrad2:hover {
  --tw-gradient-to: #EAB755 !important;
}

.hover\:to-cisgrad3:hover {
  --tw-gradient-to: #881F4A !important;
}

.hover\:to-cisgrad4:hover {
  --tw-gradient-to: #D7206C !important;
}

.hover\:to-doxYellow:hover {
  --tw-gradient-to: #F6EA32 !important;
}

.hover\:to-doxGreenM:hover {
  --tw-gradient-to: #6EB556 !important;
}

.hover\:to-doxGreenS:hover {
  --tw-gradient-to: #A1D15C !important;
}

.hover\:to-doxGreenR:hover {
  --tw-gradient-to: #009144 !important;
}

.hover\:to-doxGreenT:hover {
  --tw-gradient-to: #009933 !important;
}

.hover\:to-doxGrayS:hover {
  --tw-gradient-to: #DADDE5 !important;
}

.hover\:to-doxGrayE:hover {
  --tw-gradient-to: #EEEFF4 !important;
}

.hover\:to-dxmgreen:hover {
  --tw-gradient-to: #1E8344 !important;
}

.hover\:to-dxmGreen:hover {
  --tw-gradient-to: #1E8344 !important;
}

.hover\:to-dxmsquare:hover {
  --tw-gradient-to: #71AA62 !important;
}

.hover\:to-dxmText:hover {
  --tw-gradient-to: #6FB444 !important;
}

.hover\:to-dxmbacksquare:hover {
  --tw-gradient-to: #57AE56 !important;
}

.hover\:to-dxmTitle:hover {
  --tw-gradient-to: #0D6E39 !important;
}

.hover\:to-dxmFtBG:hover {
  --tw-gradient-to: #4D4D4D !important;
}

.hover\:to-green1:hover {
  --tw-gradient-to: #5e9e3f !important;
}

.hover\:to-green2:hover {
  --tw-gradient-to: #95c255 !important;
}

.hover\:to-green3:hover {
  --tw-gradient-to: #18b6c9 !important;
}

.hover\:to-green4:hover {
  --tw-gradient-to: #1c8c69 !important;
}

.hover\:to-dcnMain:hover {
  --tw-gradient-to: #F32735 !important;
}

.hover\:to-dcnbl:hover {
  --tw-gradient-to: #0075C9 !important;
}

.hover\:to-dcnsText:hover {
  --tw-gradient-to: #00507E !important;
}

.hover\:to-dcnsRed:hover {
  --tw-gradient-to: #B22024 !important;
}

.hover\:to-dmxPurple:hover {
  --tw-gradient-to: #6D348A !important;
}

.hover\:to-dmxBlue:hover {
  --tw-gradient-to: #009494 !important;
}

.hover\:to-dmxSquare:hover {
  --tw-gradient-to: #C5B9CF !important;
}

.hover\:to-bgmecanismo:hover {
  --tw-gradient-to: #B7A8C4 !important;
}

.hover\:to-dmxGreen:hover {
  --tw-gradient-to: #009494 !important;
}

.hover\:to-dmxText:hover {
  --tw-gradient-to: #592C80 !important;
}

.hover\:to-dmxgray:hover {
  --tw-gradient-to: #BBB1C4 !important;
}

.hover\:to-bvGray:hover {
  --tw-gradient-to: #323232 !important;
}

.hover\:to-bvBlue:hover {
  --tw-gradient-to: #C9ECF3 !important;
}

.hover\:to-bVGreen:hover {
  --tw-gradient-to: #115472 !important;
}

.hover\:to-bvMint:hover {
  --tw-gradient-to: #71B800 !important;
}

.hover\:to-bvCadetBlue:hover {
  --tw-gradient-to: #0D4880 !important;
}

.hover\:to-bvPuntos:hover {
  --tw-gradient-to: #1F8CA4 !important;
}

.hover\:to-bvSlime:hover {
  --tw-gradient-to: #52AD1D !important;
}

.hover\:to-bvSky:hover {
  --tw-gradient-to: #2EC4D2 !important;
}

.hover\:to-ash:hover {
  --tw-gradient-to: #4B5563 !important;
}

.hover\:to-sky:hover {
  --tw-gradient-to: #f4fafd !important;
}

.hover\:to-blueHepa:hover {
  --tw-gradient-to: #00A0AF !important;
}

.hover\:to-zomig-orange-1:hover {
  --tw-gradient-to: #EF8000 !important;
}

.hover\:to-zomig-blue-1:hover {
  --tw-gradient-to: #005797 !important;
}

.hover\:to-zomig-blue-2:hover {
  --tw-gradient-to: #004E80 !important;
}

.hover\:to-zomig-blue-3:hover {
  --tw-gradient-to: #00A2D6 !important;
}

.hover\:to-zomig-blue-4:hover {
  --tw-gradient-to: #005285 !important;
}

.hover\:to-zomig-blue-5:hover {
  --tw-gradient-to: #004D80 !important;
}

.hover\:to-zomig-blue-6:hover {
  --tw-gradient-to: #005588 !important;
}

.hover\:to-zomig-blue-7:hover {
  --tw-gradient-to: #00A5D9 !important;
}

.hover\:to-zomig-blue-8:hover {
  --tw-gradient-to: #003E69 !important;
}

.hover\:to-zomig-gray-1:hover {
  --tw-gradient-to: #CDCDCE !important;
}

.hover\:to-zomig-gray-2:hover {
  --tw-gradient-to: #C9C9CB !important;
}

.hover\:to-nebido-0:hover {
  --tw-gradient-to: #EAEAEA !important;
}

.hover\:to-nebido-1:hover {
  --tw-gradient-to: #B9CED8 !important;
}

.hover\:to-nebido-2:hover {
  --tw-gradient-to: #EEF2F5 !important;
}

.hover\:to-nebido-loblolly-50:hover {
  --tw-gradient-to: #f6f8f9 !important;
}

.hover\:to-nebido-loblolly-100:hover {
  --tw-gradient-to: #ebf0f3 !important;
}

.hover\:to-nebido-loblolly-200:hover {
  --tw-gradient-to: #d3dee4 !important;
}

.hover\:to-nebido-loblolly-300:hover {
  --tw-gradient-to: #bdced6 !important;
}

.hover\:to-nebido-loblolly-400:hover {
  --tw-gradient-to: #81a1af !important;
}

.hover\:to-nebido-loblolly-500:hover {
  --tw-gradient-to: #618696 !important;
}

.hover\:to-nebido-loblolly-600:hover {
  --tw-gradient-to: #4c6c7d !important;
}

.hover\:to-nebido-loblolly-700:hover {
  --tw-gradient-to: #3f5865 !important;
}

.hover\:to-nebido-loblolly-800:hover {
  --tw-gradient-to: #374b55 !important;
}

.hover\:to-nebido-loblolly-900:hover {
  --tw-gradient-to: #314049 !important;
}

.hover\:to-nebido-loblolly-950:hover {
  --tw-gradient-to: #212a30 !important;
}

.hover\:to-nebido-loblolly-1000:hover {
  --tw-gradient-to: #D0D4D6 !important;
}

.hover\:to-nebido-fuel-yellow-50:hover {
  --tw-gradient-to: #fef9ec !important;
}

.hover\:to-nebido-fuel-yellow-100:hover {
  --tw-gradient-to: #fbeeca !important;
}

.hover\:to-nebido-fuel-yellow-200:hover {
  --tw-gradient-to: #f7dc90 !important;
}

.hover\:to-nebido-fuel-yellow-300:hover {
  --tw-gradient-to: #f3c356 !important;
}

.hover\:to-nebido-fuel-yellow-400:hover {
  --tw-gradient-to: #f0ab2a !important;
}

.hover\:to-nebido-fuel-yellow-500:hover {
  --tw-gradient-to: #e98c17 !important;
}

.hover\:to-nebido-fuel-yellow-600:hover {
  --tw-gradient-to: #cf6910 !important;
}

.hover\:to-nebido-fuel-yellow-700:hover {
  --tw-gradient-to: #ac4911 !important;
}

.hover\:to-nebido-fuel-yellow-800:hover {
  --tw-gradient-to: #8b3a15 !important;
}

.hover\:to-nebido-fuel-yellow-900:hover {
  --tw-gradient-to: #732f14 !important;
}

.hover\:to-nebido-fuel-yellow-950:hover {
  --tw-gradient-to: #421706 !important;
}

.hover\:to-nebido-mine-shaft-50:hover {
  --tw-gradient-to: #f5f6f6 !important;
}

.hover\:to-nebido-mine-shaft-100:hover {
  --tw-gradient-to: #e6e7e7 !important;
}

.hover\:to-nebido-mine-shaft-200:hover {
  --tw-gradient-to: #cfd1d2 !important;
}

.hover\:to-nebido-mine-shaft-300:hover {
  --tw-gradient-to: #aeb1b2 !important;
}

.hover\:to-nebido-mine-shaft-400:hover {
  --tw-gradient-to: #85898b !important;
}

.hover\:to-nebido-mine-shaft-500:hover {
  --tw-gradient-to: #6a6e70 !important;
}

.hover\:to-nebido-mine-shaft-600:hover {
  --tw-gradient-to: #5a5e60 !important;
}

.hover\:to-nebido-mine-shaft-700:hover {
  --tw-gradient-to: #4d4f51 !important;
}

.hover\:to-nebido-mine-shaft-800:hover {
  --tw-gradient-to: #444646 !important;
}

.hover\:to-nebido-mine-shaft-900:hover {
  --tw-gradient-to: #3b3c3e !important;
}

.hover\:to-nebido-mine-shaft-950:hover {
  --tw-gradient-to: #292a2b !important;
}

.hover\:to-nebido-mercury-50:hover {
  --tw-gradient-to: #f8f8f8 !important;
}

.hover\:to-nebido-mercury-100:hover {
  --tw-gradient-to: #e8e8e8 !important;
}

.hover\:to-nebido-mercury-200:hover {
  --tw-gradient-to: #dcdcdc !important;
}

.hover\:to-nebido-mercury-300:hover {
  --tw-gradient-to: #bdbdbd !important;
}

.hover\:to-nebido-mercury-400:hover {
  --tw-gradient-to: #989898 !important;
}

.hover\:to-nebido-mercury-500:hover {
  --tw-gradient-to: #7c7c7c !important;
}

.hover\:to-nebido-mercury-600:hover {
  --tw-gradient-to: #656565 !important;
}

.hover\:to-nebido-mercury-700:hover {
  --tw-gradient-to: #525252 !important;
}

.hover\:to-nebido-mercury-800:hover {
  --tw-gradient-to: #464646 !important;
}

.hover\:to-nebido-mercury-900:hover {
  --tw-gradient-to: #3d3d3d !important;
}

.hover\:to-nebido-mercury-950:hover {
  --tw-gradient-to: #292929 !important;
}

.hover\:to-nebido-porcelain-50:hover {
  --tw-gradient-to: #f6f8f9 !important;
}

.hover\:to-nebido-porcelain-100:hover {
  --tw-gradient-to: #eceff1 !important;
}

.hover\:to-nebido-porcelain-200:hover {
  --tw-gradient-to: #d6dde1 !important;
}

.hover\:to-nebido-porcelain-300:hover {
  --tw-gradient-to: #b2c0c7 !important;
}

.hover\:to-nebido-porcelain-400:hover {
  --tw-gradient-to: #889ea8 !important;
}

.hover\:to-nebido-porcelain-500:hover {
  --tw-gradient-to: #6a828d !important;
}

.hover\:to-nebido-porcelain-600:hover {
  --tw-gradient-to: #556a74 !important;
}

.hover\:to-nebido-porcelain-700:hover {
  --tw-gradient-to: #45565f !important;
}

.hover\:to-nebido-porcelain-800:hover {
  --tw-gradient-to: #3c4950 !important;
}

.hover\:to-nebido-porcelain-900:hover {
  --tw-gradient-to: #353f45 !important;
}

.hover\:to-nebido-porcelain-950:hover {
  --tw-gradient-to: #232a2e !important;
}

.hover\:to-nebido-jungle-mist-50:hover {
  --tw-gradient-to: #f5f8fa !important;
}

.hover\:to-nebido-jungle-mist-100:hover {
  --tw-gradient-to: #ebf0f3 !important;
}

.hover\:to-nebido-jungle-mist-200:hover {
  --tw-gradient-to: #d2dfe5 !important;
}

.hover\:to-nebido-jungle-mist-300:hover {
  --tw-gradient-to: #b9cfd7 !important;
}

.hover\:to-nebido-jungle-mist-400:hover {
  --tw-gradient-to: #7da6b3 !important;
}

.hover\:to-nebido-jungle-mist-500:hover {
  --tw-gradient-to: #5c8b9b !important;
}

.hover\:to-nebido-jungle-mist-600:hover {
  --tw-gradient-to: #487081 !important;
}

.hover\:to-nebido-jungle-mist-700:hover {
  --tw-gradient-to: #3b5c69 !important;
}

.hover\:to-nebido-jungle-mist-800:hover {
  --tw-gradient-to: #344d58 !important;
}

.hover\:to-nebido-jungle-mist-900:hover {
  --tw-gradient-to: #2f434b !important;
}

.hover\:to-nebido-jungle-mist-950:hover {
  --tw-gradient-to: #1f2b32 !important;
}

.hover\:to-nebido-dove-gray-50:hover {
  --tw-gradient-to: #f5f5f6 !important;
}

.hover\:to-nebido-dove-gray-100:hover {
  --tw-gradient-to: #e6e6e7 !important;
}

.hover\:to-nebido-dove-gray-200:hover {
  --tw-gradient-to: #d0cfd2 !important;
}

.hover\:to-nebido-dove-gray-300:hover {
  --tw-gradient-to: #afaeb2 !important;
}

.hover\:to-nebido-dove-gray-400:hover {
  --tw-gradient-to: #86858b !important;
}

.hover\:to-nebido-dove-gray-500:hover {
  --tw-gradient-to: #68676c !important;
}

.hover\:to-nebido-dove-gray-600:hover {
  --tw-gradient-to: #5c5b5f !important;
}

.hover\:to-nebido-dove-gray-700:hover {
  --tw-gradient-to: #4e4d51 !important;
}

.hover\:to-nebido-dove-gray-800:hover {
  --tw-gradient-to: #444446 !important;
}

.hover\:to-nebido-dove-gray-900:hover {
  --tw-gradient-to: #3c3c3d !important;
}

.hover\:to-nebido-dove-gray-950:hover {
  --tw-gradient-to: #262527 !important;
}

.hover\:to-nebido-my-sin-50:hover {
  --tw-gradient-to: #fffeea !important;
}

.hover\:to-nebido-my-sin-100:hover {
  --tw-gradient-to: #fff9c5 !important;
}

.hover\:to-nebido-my-sin-200:hover {
  --tw-gradient-to: #fff385 !important;
}

.hover\:to-nebido-my-sin-300:hover {
  --tw-gradient-to: #ffe646 !important;
}

.hover\:to-nebido-my-sin-400:hover {
  --tw-gradient-to: #ffd61b !important;
}

.hover\:to-nebido-my-sin-500:hover {
  --tw-gradient-to: #ffb500 !important;
}

.hover\:to-nebido-my-sin-600:hover {
  --tw-gradient-to: #e28a00 !important;
}

.hover\:to-nebido-my-sin-700:hover {
  --tw-gradient-to: #bb6102 !important;
}

.hover\:to-nebido-my-sin-800:hover {
  --tw-gradient-to: #984b08 !important;
}

.hover\:to-nebido-my-sin-900:hover {
  --tw-gradient-to: #7c3d0b !important;
}

.hover\:to-nebido-my-sin-950:hover {
  --tw-gradient-to: #481f00 !important;
}

.hover\:to-thepink:hover {
  --tw-gradient-to: #d52f89 !important;
}

.hover\:to-darkpink:hover {
  --tw-gradient-to: #91005d !important;
}

.hover\:to-bluegreen:hover {
  --tw-gradient-to: #00a0af !important;
}

.hover\:to-beyond-green-1:hover {
  --tw-gradient-to: #01A059 !important;
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent !important;
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor !important;
}

.focus\:to-black:focus {
  --tw-gradient-to: #000 !important;
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff !important;
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #fafafa !important;
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f4f4f5 !important;
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e4e4e7 !important;
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d4d4d8 !important;
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #a1a1aa !important;
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #71717a !important;
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #52525b !important;
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #3f3f46 !important;
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #27272a !important;
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #18181b !important;
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2 !important;
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2 !important;
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca !important;
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5 !important;
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171 !important;
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444 !important;
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626 !important;
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c !important;
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b !important;
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d !important;
}

.focus\:to-yellow:focus {
  --tw-gradient-to: #F6BE4A !important;
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #ecfdf5 !important;
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #d1fae5 !important;
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #a7f3d0 !important;
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #6ee7b7 !important;
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #34d399 !important;
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #10b981 !important;
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #059669 !important;
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #047857 !important;
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #065f46 !important;
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #064e3b !important;
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff !important;
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe !important;
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe !important;
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd !important;
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa !important;
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6 !important;
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb !important;
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8 !important;
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af !important;
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a !important;
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff !important;
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff !important;
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe !important;
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc !important;
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8 !important;
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1 !important;
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5 !important;
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca !important;
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3 !important;
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81 !important;
}

.focus\:to-purple:focus {
  --tw-gradient-to: #6c42a0 !important;
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8 !important;
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3 !important;
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8 !important;
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4 !important;
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6 !important;
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899 !important;
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777 !important;
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d !important;
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d !important;
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843 !important;
}

.focus\:to-primary-50:focus {
  --tw-gradient-to: #F1F5FB !important;
}

.focus\:to-primary-100:focus {
  --tw-gradient-to: #E3EBF7 !important;
}

.focus\:to-primary-200:focus {
  --tw-gradient-to: #C7D7F0 !important;
}

.focus\:to-primary-300:focus {
  --tw-gradient-to: #ABC2E8 !important;
}

.focus\:to-primary-400:focus {
  --tw-gradient-to: #8FAEE0 !important;
}

.focus\:to-primary-500:focus {
  --tw-gradient-to: #6590D5 !important;
}

.focus\:to-primary-600:focus {
  --tw-gradient-to: #3061AF !important;
}

.focus\:to-primary-700:focus {
  --tw-gradient-to: #285192 !important;
}

.focus\:to-primary-800:focus {
  --tw-gradient-to: #204075 !important;
}

.focus\:to-primary-900:focus {
  --tw-gradient-to: #183058 !important;
}

.focus\:to-primary:focus {
  --tw-gradient-to: #3B71CA !important;
}

.focus\:to-primary-accent-100:focus {
  --tw-gradient-to: #d9e4f3 !important;
}

.focus\:to-primary-accent-200:focus {
  --tw-gradient-to: #cedbee !important;
}

.focus\:to-secondary-50:focus {
  --tw-gradient-to: #F8F9F9 !important;
}

.focus\:to-secondary-100:focus {
  --tw-gradient-to: #F1F2F4 !important;
}

.focus\:to-secondary-200:focus {
  --tw-gradient-to: #E4E6E9 !important;
}

.focus\:to-secondary-300:focus {
  --tw-gradient-to: #D6D9DE !important;
}

.focus\:to-secondary-400:focus {
  --tw-gradient-to: #C8CCD3 !important;
}

.focus\:to-secondary-500:focus {
  --tw-gradient-to: #B3B9C2 !important;
}

.focus\:to-secondary-600:focus {
  --tw-gradient-to: #848D9C !important;
}

.focus\:to-secondary-700:focus {
  --tw-gradient-to: #6B7585 !important;
}

.focus\:to-secondary-800:focus {
  --tw-gradient-to: #565D6B !important;
}

.focus\:to-secondary-900:focus {
  --tw-gradient-to: #404650 !important;
}

.focus\:to-secondary:focus {
  --tw-gradient-to: #9FA6B2 !important;
}

.focus\:to-success-50:focus {
  --tw-gradient-to: #EAFCF2 !important;
}

.focus\:to-success-100:focus {
  --tw-gradient-to: #D6FAE4 !important;
}

.focus\:to-success-200:focus {
  --tw-gradient-to: #ACF5C9 !important;
}

.focus\:to-success-300:focus {
  --tw-gradient-to: #83F0AE !important;
}

.focus\:to-success-400:focus {
  --tw-gradient-to: #59EA93 !important;
}

.focus\:to-success-500:focus {
  --tw-gradient-to: #1CE26B !important;
}

.focus\:to-success-600:focus {
  --tw-gradient-to: #118C42 !important;
}

.focus\:to-success-700:focus {
  --tw-gradient-to: #0E7537 !important;
}

.focus\:to-success-800:focus {
  --tw-gradient-to: #0C5D2C !important;
}

.focus\:to-success-900:focus {
  --tw-gradient-to: #094621 !important;
}

.focus\:to-success:focus {
  --tw-gradient-to: #14A44D !important;
}

.focus\:to-danger-50:focus {
  --tw-gradient-to: #FCF2F4 !important;
}

.focus\:to-danger-100:focus {
  --tw-gradient-to: #FAE5E9 !important;
}

.focus\:to-danger-200:focus {
  --tw-gradient-to: #F5CCD3 !important;
}

.focus\:to-danger-300:focus {
  --tw-gradient-to: #F0B2BD !important;
}

.focus\:to-danger-400:focus {
  --tw-gradient-to: #EB99A6 !important;
}

.focus\:to-danger-500:focus {
  --tw-gradient-to: #E37285 !important;
}

.focus\:to-danger-600:focus {
  --tw-gradient-to: #D42A46 !important;
}

.focus\:to-danger-700:focus {
  --tw-gradient-to: #B0233A !important;
}

.focus\:to-danger-800:focus {
  --tw-gradient-to: #8D1C2F !important;
}

.focus\:to-danger-900:focus {
  --tw-gradient-to: #6A1523 !important;
}

.focus\:to-danger:focus {
  --tw-gradient-to: #DC4C64 !important;
}

.focus\:to-warning-50:focus {
  --tw-gradient-to: #FDF8EF !important;
}

.focus\:to-warning-100:focus {
  --tw-gradient-to: #FBF2DE !important;
}

.focus\:to-warning-200:focus {
  --tw-gradient-to: #F7E4BE !important;
}

.focus\:to-warning-300:focus {
  --tw-gradient-to: #F4D79D !important;
}

.focus\:to-warning-400:focus {
  --tw-gradient-to: #F0C97D !important;
}

.focus\:to-warning-500:focus {
  --tw-gradient-to: #EAB54C !important;
}

.focus\:to-warning-600:focus {
  --tw-gradient-to: #C48A17 !important;
}

.focus\:to-warning-700:focus {
  --tw-gradient-to: #A37313 !important;
}

.focus\:to-warning-800:focus {
  --tw-gradient-to: #825C0F !important;
}

.focus\:to-warning-900:focus {
  --tw-gradient-to: #62450B !important;
}

.focus\:to-warning:focus {
  --tw-gradient-to: #E4A11B !important;
}

.focus\:to-info-50:focus {
  --tw-gradient-to: #F3FAFC !important;
}

.focus\:to-info-100:focus {
  --tw-gradient-to: #E7F4F9 !important;
}

.focus\:to-info-200:focus {
  --tw-gradient-to: #CEE9F2 !important;
}

.focus\:to-info-300:focus {
  --tw-gradient-to: #B6DFEC !important;
}

.focus\:to-info-400:focus {
  --tw-gradient-to: #9ED4E6 !important;
}

.focus\:to-info-500:focus {
  --tw-gradient-to: #79C4DC !important;
}

.focus\:to-info-600:focus {
  --tw-gradient-to: #34A4CA !important;
}

.focus\:to-info-700:focus {
  --tw-gradient-to: #2B89A8 !important;
}

.focus\:to-info-800:focus {
  --tw-gradient-to: #236D86 !important;
}

.focus\:to-info-900:focus {
  --tw-gradient-to: #1A5265 !important;
}

.focus\:to-info:focus {
  --tw-gradient-to: #54B4D3 !important;
}

.focus\:to-darkgreen:focus {
  --tw-gradient-to: #066B3D !important;
}

.focus\:to-lightgreen:focus {
  --tw-gradient-to: #70BB44 !important;
}

.focus\:to-\[\#d1ecc5\]:focus {
  --tw-gradient-to: #d1ecc5 !important;
}

.focus\:to-\[\#282828\]:focus {
  --tw-gradient-to: #282828 !important;
}

.focus\:to-\[\#bde020\]:focus {
  --tw-gradient-to: #bde020 !important;
}

.focus\:to-\[\#efeee8\]:focus {
  --tw-gradient-to: #efeee8 !important;
}

.focus\:to-\[\#bdc11d\]:focus {
  --tw-gradient-to: #bdc11d !important;
}

.focus\:to-\[\#039147\]:focus {
  --tw-gradient-to: #039147 !important;
}

.focus\:to-\[\#c3c1bf\]:focus {
  --tw-gradient-to: #c3c1bf !important;
}

.focus\:to-\[\#039047\]:focus {
  --tw-gradient-to: #039047 !important;
}

.focus\:to-\[\#c8da2e\]:focus {
  --tw-gradient-to: #c8da2e !important;
}

.focus\:to-dmxMecanismob:focus {
  --tw-gradient-to: #c6bad2 !important;
}

.focus\:to-fog:focus {
  --tw-gradient-to: #535353 !important;
}

.focus\:to-pink-cistitis:focus {
  --tw-gradient-to: #E23A6B !important;
}

.focus\:to-purple1:focus {
  --tw-gradient-to: #70447A !important;
}

.focus\:to-purple2:focus {
  --tw-gradient-to: #42114C !important;
}

.focus\:to-purple3:focus {
  --tw-gradient-to: #5D0661 !important;
}

.focus\:to-purplebg:focus {
  --tw-gradient-to: #F7F2F7 !important;
}

.focus\:to-purplebg2:focus {
  --tw-gradient-to: #D2C2D5 !important;
}

.focus\:to-purpleBorder:focus {
  --tw-gradient-to: #3B1E4B !important;
}

.focus\:to-purpleIcon:focus {
  --tw-gradient-to: #B0A2B8 !important;
}

.focus\:to-purpleTB:focus {
  --tw-gradient-to: #D4C6DC !important;
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fef08a !important;
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #eab308 !important;
}

.focus\:to-yellowBtn:focus {
  --tw-gradient-to: #F7C139 !important;
}

.focus\:to-grayT:focus {
  --tw-gradient-to: #292929 !important;
}

.focus\:to-grayTL:focus {
  --tw-gradient-to: #363737 !important;
}

.focus\:to-gray77:focus {
  --tw-gradient-to: #4D4D4D !important;
}

.focus\:to-grayhr:focus {
  --tw-gradient-to: #D3D3D3 !important;
}

.focus\:to-whiteTbl:focus {
  --tw-gradient-to: #F8F6F9 !important;
}

.focus\:to-roja:focus {
  --tw-gradient-to: #E52027 !important;
}

.focus\:to-anaranjada:focus {
  --tw-gradient-to: #EB6A2D !important;
}

.focus\:to-amarilla:focus {
  --tw-gradient-to: #FBDA3C !important;
}

.focus\:to-ocean:focus {
  --tw-gradient-to: #51C1D1 !important;
}

.focus\:to-forest:focus {
  --tw-gradient-to: #7FB80D !important;
}

.focus\:to-mint:focus {
  --tw-gradient-to: #67AA35 !important;
}

.focus\:to-azul:focus {
  --tw-gradient-to: #4BACCF !important;
}

.focus\:to-negra:focus {
  --tw-gradient-to: #262626 !important;
}

.focus\:to-lime-50:focus {
  --tw-gradient-to: #f7fee7 !important;
}

.focus\:to-lime-100:focus {
  --tw-gradient-to: #ecfccb !important;
}

.focus\:to-lime-200:focus {
  --tw-gradient-to: #d9f99d !important;
}

.focus\:to-lime-300:focus {
  --tw-gradient-to: #bef264 !important;
}

.focus\:to-lime-400:focus {
  --tw-gradient-to: #a3e635 !important;
}

.focus\:to-lime-500:focus {
  --tw-gradient-to: #84cc16 !important;
}

.focus\:to-lime-600:focus {
  --tw-gradient-to: #65a30d !important;
}

.focus\:to-lime-700:focus {
  --tw-gradient-to: #4d7c0f !important;
}

.focus\:to-lime-800:focus {
  --tw-gradient-to: #3f6212 !important;
}

.focus\:to-lime-900:focus {
  --tw-gradient-to: #365314 !important;
}

.focus\:to-cyan-50:focus {
  --tw-gradient-to: #ecfeff !important;
}

.focus\:to-cyan-100:focus {
  --tw-gradient-to: #cffafe !important;
}

.focus\:to-cyan-200:focus {
  --tw-gradient-to: #a5f3fc !important;
}

.focus\:to-cyan-300:focus {
  --tw-gradient-to: #67e8f9 !important;
}

.focus\:to-cyan-400:focus {
  --tw-gradient-to: #22d3ee !important;
}

.focus\:to-cyan-500:focus {
  --tw-gradient-to: #06b6d4 !important;
}

.focus\:to-cyan-600:focus {
  --tw-gradient-to: #0891b2 !important;
}

.focus\:to-cyan-700:focus {
  --tw-gradient-to: #0e7490 !important;
}

.focus\:to-cyan-800:focus {
  --tw-gradient-to: #155e75 !important;
}

.focus\:to-cyan-900:focus {
  --tw-gradient-to: #164e63 !important;
}

.focus\:to-cadet-blue:focus {
  --tw-gradient-to: #164682 !important;
}

.focus\:to-lavender-blue:focus {
  --tw-gradient-to: #2A7EDE !important;
}

.focus\:to-cobalt-blue:focus {
  --tw-gradient-to: #218AA2 !important;
}

.focus\:to-sky-blue:focus {
  --tw-gradient-to: #51C1D1 !important;
}

.focus\:to-berry:focus {
  --tw-gradient-to: #01A4BA !important;
}

.focus\:to-lapis:focus {
  --tw-gradient-to: #138CA5 !important;
}

.focus\:to-azure:focus {
  --tw-gradient-to: #1EC4D3 !important;
}

.focus\:to-pine:focus {
  --tw-gradient-to: #9CEFC7 !important;
}

.focus\:to-spring:focus {
  --tw-gradient-to: #79CA00 !important;
}

.focus\:to-slime:focus {
  --tw-gradient-to: #4EAF00 !important;
}

.focus\:to-jade-50:focus {
  --tw-gradient-to: #D9F6FB !important;
}

.focus\:to-jade-500:focus {
  --tw-gradient-to: #DEF7FC !important;
}

.focus\:to-jade-900:focus {
  --tw-gradient-to: #EEFCFE !important;
}

.focus\:to-cerulean:focus {
  --tw-gradient-to: #D3EAEF !important;
}

.focus\:to-evergreen:focus {
  --tw-gradient-to: #6DBE4D !important;
}

.focus\:to-admiral:focus {
  --tw-gradient-to: #2377BE !important;
}

.focus\:to-denim:focus {
  --tw-gradient-to: #37A5DD !important;
}

.focus\:to-laurel:focus {
  --tw-gradient-to: #6CBE51 !important;
}

.focus\:to-Dpink1:focus {
  --tw-gradient-to: #E74F77 !important;
}

.focus\:to-Dblue1:focus {
  --tw-gradient-to: #42A6B8 !important;
}

.focus\:to-Dblue2:focus {
  --tw-gradient-to: #225258 !important;
}

.focus\:to-Pgray:focus {
  --tw-gradient-to: #f4f4f4 !important;
}

.focus\:to-Metblue1:focus {
  --tw-gradient-to: #4BB5D4 !important;
}

.focus\:to-MetBlue2:focus {
  --tw-gradient-to: #205B87 !important;
}

.focus\:to-MetBlueGrid1:focus {
  --tw-gradient-to: #2DB5D4 !important;
}

.focus\:to-MetBlueGrid2:focus {
  --tw-gradient-to: #2569B8 !important;
}

.focus\:to-MetBlueGrid3:focus {
  --tw-gradient-to: #42ABBB !important;
}

.focus\:to-MetBlueLast:focus {
  --tw-gradient-to: #2569B9 !important;
}

.focus\:to-Metwhite:focus {
  --tw-gradient-to: #F5F5F5 !important;
}

.focus\:to-Pkorange1:focus {
  --tw-gradient-to: #D85F2A !important;
}

.focus\:to-Pkorange2:focus {
  --tw-gradient-to: #FC4300 !important;
}

.focus\:to-BvpBlue:focus {
  --tw-gradient-to: #1292A9 !important;
}

.focus\:to-BvpPine:focus {
  --tw-gradient-to: #9BE4C7 !important;
}

.focus\:to-BvpBlue2:focus {
  --tw-gradient-to: #1B5A90 !important;
}

.focus\:to-BvpGreen:focus {
  --tw-gradient-to: #159F6E !important;
}

.focus\:to-Pkblue-100:focus {
  --tw-gradient-to: #212E60 !important;
}

.focus\:to-Pkblue-200:focus {
  --tw-gradient-to: #003184 !important;
}

.focus\:to-Pkblue-300:focus {
  --tw-gradient-to: #004284 !important;
}

.focus\:to-BpurpleText:focus {
  --tw-gradient-to: #465784 !important;
}

.focus\:to-BpurpleText2:focus {
  --tw-gradient-to: #56087A !important;
}

.focus\:to-BgradYellow:focus {
  --tw-gradient-to: #E49D41 !important;
}

.focus\:to-Bgradpurple1:focus {
  --tw-gradient-to: #AD6498 !important;
}

.focus\:to-Bpink:focus {
  --tw-gradient-to: #B33C86 !important;
}

.focus\:to-Bpink2:focus {
  --tw-gradient-to: #E9CBDA !important;
}

.focus\:to-Bgradpurple2:focus {
  --tw-gradient-to: #3B80A8 !important;
}

.focus\:to-Bgradpink:focus {
  --tw-gradient-to: #B03780 !important;
}

.focus\:to-Bgradwhite:focus {
  --tw-gradient-to: #CDB8CC !important;
}

.focus\:to-BBlue1:focus {
  --tw-gradient-to: #455780 !important;
}

.focus\:to-BpinkContainer:focus {
  --tw-gradient-to: #C8549C !important;
}

.focus\:to-Cpinkcover:focus {
  --tw-gradient-to: #E23A6B !important;
}

.focus\:to-bannerText:focus {
  --tw-gradient-to: #970022 !important;
}

.focus\:to-fondoWhite:focus {
  --tw-gradient-to: #E6E6E6 !important;
}

.focus\:to-bgGrid:focus {
  --tw-gradient-to: #872944 !important;
}

.focus\:to-cisYellow:focus {
  --tw-gradient-to: #EBBC54 !important;
}

.focus\:to-cisPink:focus {
  --tw-gradient-to: #E23A6B !important;
}

.focus\:to-footer:focus {
  --tw-gradient-to: #333333 !important;
}

.focus\:to-cisGray:focus {
  --tw-gradient-to: #666666 !important;
}

.focus\:to-cisCarm:focus {
  --tw-gradient-to: #A62D53 !important;
}

.focus\:to-cisgrad1:focus {
  --tw-gradient-to: #DA3A6B !important;
}

.focus\:to-cisgrad2:focus {
  --tw-gradient-to: #EAB755 !important;
}

.focus\:to-cisgrad3:focus {
  --tw-gradient-to: #881F4A !important;
}

.focus\:to-cisgrad4:focus {
  --tw-gradient-to: #D7206C !important;
}

.focus\:to-doxYellow:focus {
  --tw-gradient-to: #F6EA32 !important;
}

.focus\:to-doxGreenM:focus {
  --tw-gradient-to: #6EB556 !important;
}

.focus\:to-doxGreenS:focus {
  --tw-gradient-to: #A1D15C !important;
}

.focus\:to-doxGreenR:focus {
  --tw-gradient-to: #009144 !important;
}

.focus\:to-doxGreenT:focus {
  --tw-gradient-to: #009933 !important;
}

.focus\:to-doxGrayS:focus {
  --tw-gradient-to: #DADDE5 !important;
}

.focus\:to-doxGrayE:focus {
  --tw-gradient-to: #EEEFF4 !important;
}

.focus\:to-dxmgreen:focus {
  --tw-gradient-to: #1E8344 !important;
}

.focus\:to-dxmGreen:focus {
  --tw-gradient-to: #1E8344 !important;
}

.focus\:to-dxmsquare:focus {
  --tw-gradient-to: #71AA62 !important;
}

.focus\:to-dxmText:focus {
  --tw-gradient-to: #6FB444 !important;
}

.focus\:to-dxmbacksquare:focus {
  --tw-gradient-to: #57AE56 !important;
}

.focus\:to-dxmTitle:focus {
  --tw-gradient-to: #0D6E39 !important;
}

.focus\:to-dxmFtBG:focus {
  --tw-gradient-to: #4D4D4D !important;
}

.focus\:to-green1:focus {
  --tw-gradient-to: #5e9e3f !important;
}

.focus\:to-green2:focus {
  --tw-gradient-to: #95c255 !important;
}

.focus\:to-green3:focus {
  --tw-gradient-to: #18b6c9 !important;
}

.focus\:to-green4:focus {
  --tw-gradient-to: #1c8c69 !important;
}

.focus\:to-dcnMain:focus {
  --tw-gradient-to: #F32735 !important;
}

.focus\:to-dcnbl:focus {
  --tw-gradient-to: #0075C9 !important;
}

.focus\:to-dcnsText:focus {
  --tw-gradient-to: #00507E !important;
}

.focus\:to-dcnsRed:focus {
  --tw-gradient-to: #B22024 !important;
}

.focus\:to-dmxPurple:focus {
  --tw-gradient-to: #6D348A !important;
}

.focus\:to-dmxBlue:focus {
  --tw-gradient-to: #009494 !important;
}

.focus\:to-dmxSquare:focus {
  --tw-gradient-to: #C5B9CF !important;
}

.focus\:to-bgmecanismo:focus {
  --tw-gradient-to: #B7A8C4 !important;
}

.focus\:to-dmxGreen:focus {
  --tw-gradient-to: #009494 !important;
}

.focus\:to-dmxText:focus {
  --tw-gradient-to: #592C80 !important;
}

.focus\:to-dmxgray:focus {
  --tw-gradient-to: #BBB1C4 !important;
}

.focus\:to-bvGray:focus {
  --tw-gradient-to: #323232 !important;
}

.focus\:to-bvBlue:focus {
  --tw-gradient-to: #C9ECF3 !important;
}

.focus\:to-bVGreen:focus {
  --tw-gradient-to: #115472 !important;
}

.focus\:to-bvMint:focus {
  --tw-gradient-to: #71B800 !important;
}

.focus\:to-bvCadetBlue:focus {
  --tw-gradient-to: #0D4880 !important;
}

.focus\:to-bvPuntos:focus {
  --tw-gradient-to: #1F8CA4 !important;
}

.focus\:to-bvSlime:focus {
  --tw-gradient-to: #52AD1D !important;
}

.focus\:to-bvSky:focus {
  --tw-gradient-to: #2EC4D2 !important;
}

.focus\:to-ash:focus {
  --tw-gradient-to: #4B5563 !important;
}

.focus\:to-sky:focus {
  --tw-gradient-to: #f4fafd !important;
}

.focus\:to-blueHepa:focus {
  --tw-gradient-to: #00A0AF !important;
}

.focus\:to-zomig-orange-1:focus {
  --tw-gradient-to: #EF8000 !important;
}

.focus\:to-zomig-blue-1:focus {
  --tw-gradient-to: #005797 !important;
}

.focus\:to-zomig-blue-2:focus {
  --tw-gradient-to: #004E80 !important;
}

.focus\:to-zomig-blue-3:focus {
  --tw-gradient-to: #00A2D6 !important;
}

.focus\:to-zomig-blue-4:focus {
  --tw-gradient-to: #005285 !important;
}

.focus\:to-zomig-blue-5:focus {
  --tw-gradient-to: #004D80 !important;
}

.focus\:to-zomig-blue-6:focus {
  --tw-gradient-to: #005588 !important;
}

.focus\:to-zomig-blue-7:focus {
  --tw-gradient-to: #00A5D9 !important;
}

.focus\:to-zomig-blue-8:focus {
  --tw-gradient-to: #003E69 !important;
}

.focus\:to-zomig-gray-1:focus {
  --tw-gradient-to: #CDCDCE !important;
}

.focus\:to-zomig-gray-2:focus {
  --tw-gradient-to: #C9C9CB !important;
}

.focus\:to-nebido-0:focus {
  --tw-gradient-to: #EAEAEA !important;
}

.focus\:to-nebido-1:focus {
  --tw-gradient-to: #B9CED8 !important;
}

.focus\:to-nebido-2:focus {
  --tw-gradient-to: #EEF2F5 !important;
}

.focus\:to-nebido-loblolly-50:focus {
  --tw-gradient-to: #f6f8f9 !important;
}

.focus\:to-nebido-loblolly-100:focus {
  --tw-gradient-to: #ebf0f3 !important;
}

.focus\:to-nebido-loblolly-200:focus {
  --tw-gradient-to: #d3dee4 !important;
}

.focus\:to-nebido-loblolly-300:focus {
  --tw-gradient-to: #bdced6 !important;
}

.focus\:to-nebido-loblolly-400:focus {
  --tw-gradient-to: #81a1af !important;
}

.focus\:to-nebido-loblolly-500:focus {
  --tw-gradient-to: #618696 !important;
}

.focus\:to-nebido-loblolly-600:focus {
  --tw-gradient-to: #4c6c7d !important;
}

.focus\:to-nebido-loblolly-700:focus {
  --tw-gradient-to: #3f5865 !important;
}

.focus\:to-nebido-loblolly-800:focus {
  --tw-gradient-to: #374b55 !important;
}

.focus\:to-nebido-loblolly-900:focus {
  --tw-gradient-to: #314049 !important;
}

.focus\:to-nebido-loblolly-950:focus {
  --tw-gradient-to: #212a30 !important;
}

.focus\:to-nebido-loblolly-1000:focus {
  --tw-gradient-to: #D0D4D6 !important;
}

.focus\:to-nebido-fuel-yellow-50:focus {
  --tw-gradient-to: #fef9ec !important;
}

.focus\:to-nebido-fuel-yellow-100:focus {
  --tw-gradient-to: #fbeeca !important;
}

.focus\:to-nebido-fuel-yellow-200:focus {
  --tw-gradient-to: #f7dc90 !important;
}

.focus\:to-nebido-fuel-yellow-300:focus {
  --tw-gradient-to: #f3c356 !important;
}

.focus\:to-nebido-fuel-yellow-400:focus {
  --tw-gradient-to: #f0ab2a !important;
}

.focus\:to-nebido-fuel-yellow-500:focus {
  --tw-gradient-to: #e98c17 !important;
}

.focus\:to-nebido-fuel-yellow-600:focus {
  --tw-gradient-to: #cf6910 !important;
}

.focus\:to-nebido-fuel-yellow-700:focus {
  --tw-gradient-to: #ac4911 !important;
}

.focus\:to-nebido-fuel-yellow-800:focus {
  --tw-gradient-to: #8b3a15 !important;
}

.focus\:to-nebido-fuel-yellow-900:focus {
  --tw-gradient-to: #732f14 !important;
}

.focus\:to-nebido-fuel-yellow-950:focus {
  --tw-gradient-to: #421706 !important;
}

.focus\:to-nebido-mine-shaft-50:focus {
  --tw-gradient-to: #f5f6f6 !important;
}

.focus\:to-nebido-mine-shaft-100:focus {
  --tw-gradient-to: #e6e7e7 !important;
}

.focus\:to-nebido-mine-shaft-200:focus {
  --tw-gradient-to: #cfd1d2 !important;
}

.focus\:to-nebido-mine-shaft-300:focus {
  --tw-gradient-to: #aeb1b2 !important;
}

.focus\:to-nebido-mine-shaft-400:focus {
  --tw-gradient-to: #85898b !important;
}

.focus\:to-nebido-mine-shaft-500:focus {
  --tw-gradient-to: #6a6e70 !important;
}

.focus\:to-nebido-mine-shaft-600:focus {
  --tw-gradient-to: #5a5e60 !important;
}

.focus\:to-nebido-mine-shaft-700:focus {
  --tw-gradient-to: #4d4f51 !important;
}

.focus\:to-nebido-mine-shaft-800:focus {
  --tw-gradient-to: #444646 !important;
}

.focus\:to-nebido-mine-shaft-900:focus {
  --tw-gradient-to: #3b3c3e !important;
}

.focus\:to-nebido-mine-shaft-950:focus {
  --tw-gradient-to: #292a2b !important;
}

.focus\:to-nebido-mercury-50:focus {
  --tw-gradient-to: #f8f8f8 !important;
}

.focus\:to-nebido-mercury-100:focus {
  --tw-gradient-to: #e8e8e8 !important;
}

.focus\:to-nebido-mercury-200:focus {
  --tw-gradient-to: #dcdcdc !important;
}

.focus\:to-nebido-mercury-300:focus {
  --tw-gradient-to: #bdbdbd !important;
}

.focus\:to-nebido-mercury-400:focus {
  --tw-gradient-to: #989898 !important;
}

.focus\:to-nebido-mercury-500:focus {
  --tw-gradient-to: #7c7c7c !important;
}

.focus\:to-nebido-mercury-600:focus {
  --tw-gradient-to: #656565 !important;
}

.focus\:to-nebido-mercury-700:focus {
  --tw-gradient-to: #525252 !important;
}

.focus\:to-nebido-mercury-800:focus {
  --tw-gradient-to: #464646 !important;
}

.focus\:to-nebido-mercury-900:focus {
  --tw-gradient-to: #3d3d3d !important;
}

.focus\:to-nebido-mercury-950:focus {
  --tw-gradient-to: #292929 !important;
}

.focus\:to-nebido-porcelain-50:focus {
  --tw-gradient-to: #f6f8f9 !important;
}

.focus\:to-nebido-porcelain-100:focus {
  --tw-gradient-to: #eceff1 !important;
}

.focus\:to-nebido-porcelain-200:focus {
  --tw-gradient-to: #d6dde1 !important;
}

.focus\:to-nebido-porcelain-300:focus {
  --tw-gradient-to: #b2c0c7 !important;
}

.focus\:to-nebido-porcelain-400:focus {
  --tw-gradient-to: #889ea8 !important;
}

.focus\:to-nebido-porcelain-500:focus {
  --tw-gradient-to: #6a828d !important;
}

.focus\:to-nebido-porcelain-600:focus {
  --tw-gradient-to: #556a74 !important;
}

.focus\:to-nebido-porcelain-700:focus {
  --tw-gradient-to: #45565f !important;
}

.focus\:to-nebido-porcelain-800:focus {
  --tw-gradient-to: #3c4950 !important;
}

.focus\:to-nebido-porcelain-900:focus {
  --tw-gradient-to: #353f45 !important;
}

.focus\:to-nebido-porcelain-950:focus {
  --tw-gradient-to: #232a2e !important;
}

.focus\:to-nebido-jungle-mist-50:focus {
  --tw-gradient-to: #f5f8fa !important;
}

.focus\:to-nebido-jungle-mist-100:focus {
  --tw-gradient-to: #ebf0f3 !important;
}

.focus\:to-nebido-jungle-mist-200:focus {
  --tw-gradient-to: #d2dfe5 !important;
}

.focus\:to-nebido-jungle-mist-300:focus {
  --tw-gradient-to: #b9cfd7 !important;
}

.focus\:to-nebido-jungle-mist-400:focus {
  --tw-gradient-to: #7da6b3 !important;
}

.focus\:to-nebido-jungle-mist-500:focus {
  --tw-gradient-to: #5c8b9b !important;
}

.focus\:to-nebido-jungle-mist-600:focus {
  --tw-gradient-to: #487081 !important;
}

.focus\:to-nebido-jungle-mist-700:focus {
  --tw-gradient-to: #3b5c69 !important;
}

.focus\:to-nebido-jungle-mist-800:focus {
  --tw-gradient-to: #344d58 !important;
}

.focus\:to-nebido-jungle-mist-900:focus {
  --tw-gradient-to: #2f434b !important;
}

.focus\:to-nebido-jungle-mist-950:focus {
  --tw-gradient-to: #1f2b32 !important;
}

.focus\:to-nebido-dove-gray-50:focus {
  --tw-gradient-to: #f5f5f6 !important;
}

.focus\:to-nebido-dove-gray-100:focus {
  --tw-gradient-to: #e6e6e7 !important;
}

.focus\:to-nebido-dove-gray-200:focus {
  --tw-gradient-to: #d0cfd2 !important;
}

.focus\:to-nebido-dove-gray-300:focus {
  --tw-gradient-to: #afaeb2 !important;
}

.focus\:to-nebido-dove-gray-400:focus {
  --tw-gradient-to: #86858b !important;
}

.focus\:to-nebido-dove-gray-500:focus {
  --tw-gradient-to: #68676c !important;
}

.focus\:to-nebido-dove-gray-600:focus {
  --tw-gradient-to: #5c5b5f !important;
}

.focus\:to-nebido-dove-gray-700:focus {
  --tw-gradient-to: #4e4d51 !important;
}

.focus\:to-nebido-dove-gray-800:focus {
  --tw-gradient-to: #444446 !important;
}

.focus\:to-nebido-dove-gray-900:focus {
  --tw-gradient-to: #3c3c3d !important;
}

.focus\:to-nebido-dove-gray-950:focus {
  --tw-gradient-to: #262527 !important;
}

.focus\:to-nebido-my-sin-50:focus {
  --tw-gradient-to: #fffeea !important;
}

.focus\:to-nebido-my-sin-100:focus {
  --tw-gradient-to: #fff9c5 !important;
}

.focus\:to-nebido-my-sin-200:focus {
  --tw-gradient-to: #fff385 !important;
}

.focus\:to-nebido-my-sin-300:focus {
  --tw-gradient-to: #ffe646 !important;
}

.focus\:to-nebido-my-sin-400:focus {
  --tw-gradient-to: #ffd61b !important;
}

.focus\:to-nebido-my-sin-500:focus {
  --tw-gradient-to: #ffb500 !important;
}

.focus\:to-nebido-my-sin-600:focus {
  --tw-gradient-to: #e28a00 !important;
}

.focus\:to-nebido-my-sin-700:focus {
  --tw-gradient-to: #bb6102 !important;
}

.focus\:to-nebido-my-sin-800:focus {
  --tw-gradient-to: #984b08 !important;
}

.focus\:to-nebido-my-sin-900:focus {
  --tw-gradient-to: #7c3d0b !important;
}

.focus\:to-nebido-my-sin-950:focus {
  --tw-gradient-to: #481f00 !important;
}

.focus\:to-thepink:focus {
  --tw-gradient-to: #d52f89 !important;
}

.focus\:to-darkpink:focus {
  --tw-gradient-to: #91005d !important;
}

.focus\:to-bluegreen:focus {
  --tw-gradient-to: #00a0af !important;
}

.focus\:to-beyond-green-1:focus {
  --tw-gradient-to: #01A059 !important;
}

.decoration-slice {
  -webkit-box-decoration-break: slice !important;
          box-decoration-break: slice !important;
}

.decoration-clone {
  -webkit-box-decoration-break: clone !important;
          box-decoration-break: clone !important;
}

.bg-auto {
  background-size: auto !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-125\% {
  background-size: 125% !important;
}

.bg-135\% {
  background-size: 135% !important;
}

.bg-150\% {
  background-size: 150% !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.bg-local {
  background-attachment: local !important;
}

.bg-scroll {
  background-attachment: scroll !important;
}

.bg-clip-border {
  background-clip: border-box !important;
}

.bg-clip-padding {
  background-clip: padding-box !important;
}

.bg-clip-content {
  background-clip: content-box !important;
}

.bg-clip-text {
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.bg-bottom {
  background-position: bottom !important;
}

.bg-center {
  background-position: center !important;
}

.bg-left {
  background-position: left !important;
}

.bg-left-bottom {
  background-position: left bottom !important;
}

.bg-left-top {
  background-position: left top !important;
}

.bg-right {
  background-position: right !important;
}

.bg-right-bottom {
  background-position: right bottom !important;
}

.bg-right-top {
  background-position: right top !important;
}

.bg-top {
  background-position: top !important;
}

.bg-repeat {
  background-repeat: repeat !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-repeat-round {
  background-repeat: round !important;
}

.bg-repeat-space {
  background-repeat: space !important;
}

.bg-origin-border {
  background-origin: border-box !important;
}

.bg-origin-padding {
  background-origin: padding-box !important;
}

.bg-origin-content {
  background-origin: content-box !important;
}

.fill-current {
  fill: currentColor !important;
}

.stroke-current {
  stroke: currentColor !important;
}

.stroke-0 {
  stroke-width: 0 !important;
}

.stroke-1 {
  stroke-width: 1 !important;
}

.stroke-2 {
  stroke-width: 2 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.object-left {
  -o-object-position: left !important;
     object-position: left !important;
}

.object-left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.object-left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

.object-right {
  -o-object-position: right !important;
     object-position: right !important;
}

.object-right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.object-right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

.object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.p-72 {
  padding: 18.5rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.p-108 {
  padding: 26rem !important;
}

.p-112 {
  padding: 28rem !important;
}

.p-120 {
  padding: 30rem !important;
}

.p-136 {
  padding: 34rem !important;
}

.p-140 {
  padding: 42rem !important;
}

.p-144 {
  padding: 36rem !important;
}

.p-320 {
  padding: 80rem !important;
}

.p-px {
  padding: 1px !important;
}

.p-0\.5 {
  padding: 0.125rem !important;
}

.p-1\.5 {
  padding: 0.375rem !important;
}

.p-2\.5 {
  padding: 0.625rem !important;
}

.p-3\.5 {
  padding: 0.875rem !important;
}

.p-50-em {
  padding: 50em !important;
}

.p-26-em {
  padding: 26em !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-14 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.px-16 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-20 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-24 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-28 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-32 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-36 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-40 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-44 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-48 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.px-52 {
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}

.px-56 {
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.px-60 {
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}

.px-64 {
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.px-72 {
  padding-left: 18.5rem !important;
  padding-right: 18.5rem !important;
}

.px-80 {
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}

.px-96 {
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}

.px-108 {
  padding-left: 26rem !important;
  padding-right: 26rem !important;
}

.px-112 {
  padding-left: 28rem !important;
  padding-right: 28rem !important;
}

.px-120 {
  padding-left: 30rem !important;
  padding-right: 30rem !important;
}

.px-136 {
  padding-left: 34rem !important;
  padding-right: 34rem !important;
}

.px-140 {
  padding-left: 42rem !important;
  padding-right: 42rem !important;
}

.px-144 {
  padding-left: 36rem !important;
  padding-right: 36rem !important;
}

.px-320 {
  padding-left: 80rem !important;
  padding-right: 80rem !important;
}

.px-px {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.px-0\.5 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}

.px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}

.px-50-em {
  padding-left: 50em !important;
  padding-right: 50em !important;
}

.px-26-em {
  padding-left: 26em !important;
  padding-right: 26em !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.py-72 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.py-108 {
  padding-top: 26rem !important;
  padding-bottom: 26rem !important;
}

.py-112 {
  padding-top: 28rem !important;
  padding-bottom: 28rem !important;
}

.py-120 {
  padding-top: 30rem !important;
  padding-bottom: 30rem !important;
}

.py-136 {
  padding-top: 34rem !important;
  padding-bottom: 34rem !important;
}

.py-140 {
  padding-top: 42rem !important;
  padding-bottom: 42rem !important;
}

.py-144 {
  padding-top: 36rem !important;
  padding-bottom: 36rem !important;
}

.py-320 {
  padding-top: 80rem !important;
  padding-bottom: 80rem !important;
}

.py-px {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-3\.5 {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}

.py-50-em {
  padding-top: 50em !important;
  padding-bottom: 50em !important;
}

.py-26-em {
  padding-top: 26em !important;
  padding-bottom: 26em !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.pt-52 {
  padding-top: 13rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.pt-60 {
  padding-top: 15rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.pt-72 {
  padding-top: 18.5rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

.pt-108 {
  padding-top: 26rem !important;
}

.pt-112 {
  padding-top: 28rem !important;
}

.pt-120 {
  padding-top: 30rem !important;
}

.pt-136 {
  padding-top: 34rem !important;
}

.pt-140 {
  padding-top: 42rem !important;
}

.pt-144 {
  padding-top: 36rem !important;
}

.pt-320 {
  padding-top: 80rem !important;
}

.pt-px {
  padding-top: 1px !important;
}

.pt-0\.5 {
  padding-top: 0.125rem !important;
}

.pt-1\.5 {
  padding-top: 0.375rem !important;
}

.pt-2\.5 {
  padding-top: 0.625rem !important;
}

.pt-3\.5 {
  padding-top: 0.875rem !important;
}

.pt-50-em {
  padding-top: 50em !important;
}

.pt-26-em {
  padding-top: 26em !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pr-5 {
  padding-right: 1.25rem !important;
}

.pr-6 {
  padding-right: 1.5rem !important;
}

.pr-7 {
  padding-right: 1.75rem !important;
}

.pr-8 {
  padding-right: 2rem !important;
}

.pr-9 {
  padding-right: 2.25rem !important;
}

.pr-10 {
  padding-right: 2.5rem !important;
}

.pr-11 {
  padding-right: 2.75rem !important;
}

.pr-12 {
  padding-right: 3rem !important;
}

.pr-14 {
  padding-right: 3.5rem !important;
}

.pr-16 {
  padding-right: 4rem !important;
}

.pr-20 {
  padding-right: 5rem !important;
}

.pr-24 {
  padding-right: 6rem !important;
}

.pr-28 {
  padding-right: 7rem !important;
}

.pr-32 {
  padding-right: 8rem !important;
}

.pr-36 {
  padding-right: 9rem !important;
}

.pr-40 {
  padding-right: 10rem !important;
}

.pr-44 {
  padding-right: 11rem !important;
}

.pr-48 {
  padding-right: 12rem !important;
}

.pr-52 {
  padding-right: 13rem !important;
}

.pr-56 {
  padding-right: 14rem !important;
}

.pr-60 {
  padding-right: 15rem !important;
}

.pr-64 {
  padding-right: 16rem !important;
}

.pr-72 {
  padding-right: 18.5rem !important;
}

.pr-80 {
  padding-right: 20rem !important;
}

.pr-96 {
  padding-right: 24rem !important;
}

.pr-108 {
  padding-right: 26rem !important;
}

.pr-112 {
  padding-right: 28rem !important;
}

.pr-120 {
  padding-right: 30rem !important;
}

.pr-136 {
  padding-right: 34rem !important;
}

.pr-140 {
  padding-right: 42rem !important;
}

.pr-144 {
  padding-right: 36rem !important;
}

.pr-320 {
  padding-right: 80rem !important;
}

.pr-px {
  padding-right: 1px !important;
}

.pr-0\.5 {
  padding-right: 0.125rem !important;
}

.pr-1\.5 {
  padding-right: 0.375rem !important;
}

.pr-2\.5 {
  padding-right: 0.625rem !important;
}

.pr-3\.5 {
  padding-right: 0.875rem !important;
}

.pr-50-em {
  padding-right: 50em !important;
}

.pr-26-em {
  padding-right: 26em !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pb-52 {
  padding-bottom: 13rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pb-60 {
  padding-bottom: 15rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pb-72 {
  padding-bottom: 18.5rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

.pb-108 {
  padding-bottom: 26rem !important;
}

.pb-112 {
  padding-bottom: 28rem !important;
}

.pb-120 {
  padding-bottom: 30rem !important;
}

.pb-136 {
  padding-bottom: 34rem !important;
}

.pb-140 {
  padding-bottom: 42rem !important;
}

.pb-144 {
  padding-bottom: 36rem !important;
}

.pb-320 {
  padding-bottom: 80rem !important;
}

.pb-px {
  padding-bottom: 1px !important;
}

.pb-0\.5 {
  padding-bottom: 0.125rem !important;
}

.pb-1\.5 {
  padding-bottom: 0.375rem !important;
}

.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}

.pb-3\.5 {
  padding-bottom: 0.875rem !important;
}

.pb-50-em {
  padding-bottom: 50em !important;
}

.pb-26-em {
  padding-bottom: 26em !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-5 {
  padding-left: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pl-7 {
  padding-left: 1.75rem !important;
}

.pl-8 {
  padding-left: 2rem !important;
}

.pl-9 {
  padding-left: 2.25rem !important;
}

.pl-10 {
  padding-left: 2.5rem !important;
}

.pl-11 {
  padding-left: 2.75rem !important;
}

.pl-12 {
  padding-left: 3rem !important;
}

.pl-14 {
  padding-left: 3.5rem !important;
}

.pl-16 {
  padding-left: 4rem !important;
}

.pl-20 {
  padding-left: 5rem !important;
}

.pl-24 {
  padding-left: 6rem !important;
}

.pl-28 {
  padding-left: 7rem !important;
}

.pl-32 {
  padding-left: 8rem !important;
}

.pl-36 {
  padding-left: 9rem !important;
}

.pl-40 {
  padding-left: 10rem !important;
}

.pl-44 {
  padding-left: 11rem !important;
}

.pl-48 {
  padding-left: 12rem !important;
}

.pl-52 {
  padding-left: 13rem !important;
}

.pl-56 {
  padding-left: 14rem !important;
}

.pl-60 {
  padding-left: 15rem !important;
}

.pl-64 {
  padding-left: 16rem !important;
}

.pl-72 {
  padding-left: 18.5rem !important;
}

.pl-80 {
  padding-left: 20rem !important;
}

.pl-96 {
  padding-left: 24rem !important;
}

.pl-108 {
  padding-left: 26rem !important;
}

.pl-112 {
  padding-left: 28rem !important;
}

.pl-120 {
  padding-left: 30rem !important;
}

.pl-136 {
  padding-left: 34rem !important;
}

.pl-140 {
  padding-left: 42rem !important;
}

.pl-144 {
  padding-left: 36rem !important;
}

.pl-320 {
  padding-left: 80rem !important;
}

.pl-px {
  padding-left: 1px !important;
}

.pl-0\.5 {
  padding-left: 0.125rem !important;
}

.pl-1\.5 {
  padding-left: 0.375rem !important;
}

.pl-2\.5 {
  padding-left: 0.625rem !important;
}

.pl-3\.5 {
  padding-left: 0.875rem !important;
}

.pl-50-em {
  padding-left: 50em !important;
}

.pl-26-em {
  padding-left: 26em !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.font-sans {
  font-family: Roboto, sans-serif !important;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono {
  font-family: ui-monospace, monospace !important;
}

.font-body {
  font-family: Roboto, sans-serif !important;
}

.font-montserrat {
  font-family: Montserrat !important;
}

.font-visuelt {
  font-family: visuelt !important;
}

.font-akzidenz {
  font-family: akzidenz !important;
}

.font-gill {
  font-family: gill !important;
}

.font-bambino {
  font-family: bambino !important;
}

.font-avenir {
  font-family: avenir !important;
}

.font-gotham {
  font-family: gotham !important;
}

.font-eurostyle {
  font-family: eurostyle !important;
}

.font-effra {
  font-family: effra !important;
}

.font-helvetican {
  font-family: HelveticaNeue !important;
}

.font-gothamxBold {
  font-family: gothamxBold !important;
}

.font-gothamBook {
  font-family: gothamBook, sans-serif !important;
}

.font-cabinBold {
  font-family: cabinBold, sans-serif !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.text-7xl {
  font-size: 4.5rem !important;
}

.text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

.text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}

.text-4sxl {
  font-size: 2.6rem !important;
}

.text-2sxl {
  font-size: 1.65rem !important;
}

.font-thin {
  font-weight: 100 !important;
}

.font-extralight {
  font-weight: 200 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-black {
  font-weight: 900 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.not-italic {
  font-style: normal !important;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
}

.normal-nums {
  font-variant-numeric: normal !important;
}

.ordinal {
  --tw-ordinal: ordinal !important;
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero !important;
}

.lining-nums {
  --tw-numeric-figure: lining-nums !important;
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums !important;
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums !important;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions !important;
}

.leading-0 {
  line-height: 0 !important;
}

.leading-3 {
  line-height: .75rem !important;
}

.leading-4 {
  line-height: 1rem !important;
}

.leading-5 {
  line-height: 1.25rem !important;
}

.leading-6 {
  line-height: 1.5rem !important;
}

.leading-7 {
  line-height: 1.75rem !important;
}

.leading-8 {
  line-height: 2rem !important;
}

.leading-9 {
  line-height: 2.25rem !important;
}

.leading-10 {
  line-height: 2.5rem !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-loose {
  line-height: 2 !important;
}

.tracking-tighter {
  letter-spacing: -0.05em !important;
}

.tracking-tight {
  letter-spacing: -0.025em !important;
}

.tracking-normal {
  letter-spacing: 0em !important;
}

.tracking-wide {
  letter-spacing: 0.025em !important;
}

.tracking-wider {
  letter-spacing: 0.05em !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.text-transparent {
  color: transparent !important;
}

.text-current {
  color: currentColor !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
}

.text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.text-purple {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
}

.text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.text-primary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
}

.text-primary-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
}

.text-primary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
}

.text-primary-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
}

.text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
}

.text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
}

.text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
}

.text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
}

.text-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
}

.text-primary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
}

.text-primary-accent-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
}

.text-primary-accent-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
}

.text-secondary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
}

.text-secondary-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
}

.text-secondary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
}

.text-secondary-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
}

.text-secondary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
}

.text-secondary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
}

.text-secondary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
}

.text-secondary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
}

.text-secondary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
}

.text-secondary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
}

.text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
}

.text-success-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
}

.text-success-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
}

.text-success-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
}

.text-success-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
}

.text-success-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
}

.text-success-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
}

.text-success-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
}

.text-success-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
}

.text-success-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
}

.text-success-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
}

.text-success {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
}

.text-danger-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
}

.text-danger-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
}

.text-danger-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
}

.text-danger-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
}

.text-danger-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
}

.text-danger-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
}

.text-danger-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
}

.text-danger-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
}

.text-danger-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
}

.text-danger-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
}

.text-danger {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
}

.text-warning-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
}

.text-warning-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
}

.text-warning-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
}

.text-warning-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
}

.text-warning-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
}

.text-warning-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
}

.text-warning-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
}

.text-warning-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
}

.text-warning-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
}

.text-warning-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
}

.text-warning {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
}

.text-info-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
}

.text-info-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
}

.text-info-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
}

.text-info-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
}

.text-info-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
}

.text-info-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
}

.text-info-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
}

.text-info-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
}

.text-info-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
}

.text-info-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
}

.text-info {
  --tw-text-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
}

.text-darkgreen {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
}

.text-lightgreen {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
}

.text-\[\#d1ecc5\] {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
}

.text-\[\#282828\] {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
}

.text-\[\#bde020\] {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
}

.text-\[\#efeee8\] {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
}

.text-\[\#bdc11d\] {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
}

.text-\[\#039147\] {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
}

.text-\[\#c3c1bf\] {
  --tw-text-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
}

.text-\[\#039047\] {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
}

.text-\[\#c8da2e\] {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
}

.text-dmxMecanismob {
  --tw-text-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
}

.text-fog {
  --tw-text-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
}

.text-pink-cistitis {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.text-purple1 {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
}

.text-purple2 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
}

.text-purple3 {
  --tw-text-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
}

.text-purplebg {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
}

.text-purplebg2 {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
}

.text-purpleBorder {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
}

.text-purpleIcon {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
}

.text-purpleTB {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
}

.text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.text-yellowBtn {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
}

.text-grayT {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.text-grayTL {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
}

.text-gray77 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.text-grayhr {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
}

.text-whiteTbl {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
}

.text-roja {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
}

.text-anaranjada {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
}

.text-amarilla {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
}

.text-ocean {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.text-forest {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
}

.text-mint {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
}

.text-azul {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
}

.text-negra {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.text-lime-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.text-lime-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.text-lime-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.text-lime-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.text-cyan-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.text-cyan-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.text-cadet-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
}

.text-lavender-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
}

.text-cobalt-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
}

.text-sky-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.text-berry {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
}

.text-lapis {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
}

.text-azure {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
}

.text-pine {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
}

.text-spring {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
}

.text-slime {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
}

.text-jade-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
}

.text-jade-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
}

.text-jade-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
}

.text-cerulean {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
}

.text-evergreen {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
}

.text-admiral {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
}

.text-denim {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
}

.text-laurel {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
}

.text-Dpink1 {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
}

.text-Dblue1 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
}

.text-Dblue2 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
}

.text-Pgray {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.text-Metblue1 {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
}

.text-MetBlue2 {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
}

.text-MetBlueGrid1 {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
}

.text-MetBlueGrid2 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
}

.text-MetBlueGrid3 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
}

.text-MetBlueLast {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
}

.text-Metwhite {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.text-Pkorange1 {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
}

.text-Pkorange2 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
}

.text-BvpBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
}

.text-BvpPine {
  --tw-text-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
}

.text-BvpBlue2 {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
}

.text-BvpGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
}

.text-Pkblue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
}

.text-Pkblue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
}

.text-Pkblue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
}

.text-BpurpleText {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
}

.text-BpurpleText2 {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
}

.text-BgradYellow {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
}

.text-Bgradpurple1 {
  --tw-text-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
}

.text-Bpink {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
}

.text-Bpink2 {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
}

.text-Bgradpurple2 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
}

.text-Bgradpink {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
}

.text-Bgradwhite {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
}

.text-BBlue1 {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
}

.text-BpinkContainer {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
}

.text-Cpinkcover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.text-bannerText {
  --tw-text-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
}

.text-fondoWhite {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
}

.text-bgGrid {
  --tw-text-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
}

.text-cisYellow {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
}

.text-cisPink {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.text-footer {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.text-cisGray {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.text-cisCarm {
  --tw-text-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
}

.text-cisgrad1 {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
}

.text-cisgrad2 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
}

.text-cisgrad3 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
}

.text-cisgrad4 {
  --tw-text-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
}

.text-doxYellow {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
}

.text-doxGreenM {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
}

.text-doxGreenS {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
}

.text-doxGreenR {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
}

.text-doxGreenT {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
}

.text-doxGrayS {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
}

.text-doxGrayE {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
}

.text-dxmgreen {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.text-dxmGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.text-dxmsquare {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
}

.text-dxmText {
  --tw-text-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
}

.text-dxmbacksquare {
  --tw-text-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
}

.text-dxmTitle {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
}

.text-dxmFtBG {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.text-green1 {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
}

.text-green2 {
  --tw-text-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
}

.text-green3 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
}

.text-green4 {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
}

.text-dcnMain {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
}

.text-dcnbl {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
}

.text-dcnsText {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
}

.text-dcnsRed {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
}

.text-dmxPurple {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
}

.text-dmxBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.text-dmxSquare {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
}

.text-bgmecanismo {
  --tw-text-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
}

.text-dmxGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.text-dmxText {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
}

.text-dmxgray {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
}

.text-bvGray {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
}

.text-bvBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
}

.text-bVGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
}

.text-bvMint {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
}

.text-bvCadetBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
}

.text-bvPuntos {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
}

.text-bvSlime {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
}

.text-bvSky {
  --tw-text-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
}

.text-ash {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.text-sky {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
}

.text-blueHepa {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.text-zomig-orange-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-3 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-4 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-5 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-6 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-7 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
}

.text-zomig-blue-8 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
}

.text-zomig-gray-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
}

.text-zomig-gray-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
}

.text-nebido-0 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
}

.text-nebido-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
}

.text-nebido-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
}

.text-nebido-loblolly-1000 {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
}

.text-nebido-fuel-yellow-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
}

.text-nebido-mine-shaft-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
}

.text-nebido-mercury-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
}

.text-nebido-porcelain-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
}

.text-nebido-jungle-mist-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
}

.text-nebido-dove-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
}

.text-nebido-my-sin-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
}

.text-thepink {
  --tw-text-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
}

.text-darkpink {
  --tw-text-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
}

.text-bluegreen {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.text-beyond-green-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-transparent {
  color: transparent !important;
}

.group:hover .group-hover\:text-current {
  color: currentColor !important;
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-accent-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-accent-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-success {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-danger {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-warning {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-info {
  --tw-text-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-darkgreen {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lightgreen {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#d1ecc5\] {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#282828\] {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#bde020\] {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#efeee8\] {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#bdc11d\] {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#039147\] {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#c3c1bf\] {
  --tw-text-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#039047\] {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-\[\#c8da2e\] {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxMecanismob {
  --tw-text-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-fog {
  --tw-text-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pink-cistitis {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple1 {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple2 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purple3 {
  --tw-text-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purplebg {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purplebg2 {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purpleBorder {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purpleIcon {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-purpleTB {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-yellowBtn {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grayT {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grayTL {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-gray77 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-grayhr {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-whiteTbl {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-roja {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-anaranjada {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-amarilla {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-ocean {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-forest {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-mint {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-azul {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-negra {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lime-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cyan-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cadet-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lavender-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cobalt-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-sky-blue {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-berry {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-lapis {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-azure {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-pine {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-spring {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-slime {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-jade-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-jade-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-jade-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cerulean {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-evergreen {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-admiral {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-denim {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-laurel {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Dpink1 {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Dblue1 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Dblue2 {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Pgray {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Metblue1 {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-MetBlue2 {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-MetBlueGrid1 {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-MetBlueGrid2 {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-MetBlueGrid3 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-MetBlueLast {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Metwhite {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Pkorange1 {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Pkorange2 {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BvpBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BvpPine {
  --tw-text-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BvpBlue2 {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BvpGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Pkblue-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Pkblue-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Pkblue-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BpurpleText {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BpurpleText2 {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BgradYellow {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Bgradpurple1 {
  --tw-text-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Bpink {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Bpink2 {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Bgradpurple2 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Bgradpink {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Bgradwhite {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BBlue1 {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-BpinkContainer {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-Cpinkcover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bannerText {
  --tw-text-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-fondoWhite {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bgGrid {
  --tw-text-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisYellow {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisPink {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-footer {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisGray {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisCarm {
  --tw-text-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisgrad1 {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisgrad2 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisgrad3 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-cisgrad4 {
  --tw-text-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxYellow {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxGreenM {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxGreenS {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxGreenR {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxGreenT {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxGrayS {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-doxGrayE {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmgreen {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmsquare {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmText {
  --tw-text-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmbacksquare {
  --tw-text-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmTitle {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dxmFtBG {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green1 {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green2 {
  --tw-text-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green3 {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-green4 {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dcnMain {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dcnbl {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dcnsText {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dcnsRed {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxPurple {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxSquare {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bgmecanismo {
  --tw-text-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxText {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-dmxgray {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvGray {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bVGreen {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvMint {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvCadetBlue {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvPuntos {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvSlime {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bvSky {
  --tw-text-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-ash {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-sky {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-blueHepa {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-orange-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-3 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-4 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-5 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-6 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-7 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-blue-8 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-gray-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-zomig-gray-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-0 {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-loblolly-1000 {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-fuel-yellow-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mine-shaft-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-mercury-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-porcelain-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-jungle-mist-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-dove-gray-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-50 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-200 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-300 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-900 {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-nebido-my-sin-950 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-thepink {
  --tw-text-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-darkpink {
  --tw-text-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-bluegreen {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-beyond-green-1 {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
}

.focus-within\:text-transparent:focus-within {
  color: transparent !important;
}

.focus-within\:text-current:focus-within {
  color: currentColor !important;
}

.focus-within\:text-black:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-white:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:text-red-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blue-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.focus-within\:text-indigo-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-accent-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-primary-accent-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
}

.focus-within\:text-secondary:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
}

.focus-within\:text-success:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
}

.focus-within\:text-danger:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
}

.focus-within\:text-warning:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
}

.focus-within\:text-info:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:text-darkgreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lightgreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#d1ecc5\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#282828\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#bde020\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#efeee8\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#bdc11d\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#039147\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#c3c1bf\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#039047\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
}

.focus-within\:text-\[\#c8da2e\]:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxMecanismob:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
}

.focus-within\:text-fog:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pink-cistitis:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purple3:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purplebg:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purplebg2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purpleBorder:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purpleIcon:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
}

.focus-within\:text-purpleTB:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellow-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.focus-within\:text-yellowBtn:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grayT:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grayTL:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
}

.focus-within\:text-gray77:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:text-grayhr:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:text-whiteTbl:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-roja:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
}

.focus-within\:text-anaranjada:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
}

.focus-within\:text-amarilla:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
}

.focus-within\:text-ocean:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.focus-within\:text-forest:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
}

.focus-within\:text-mint:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
}

.focus-within\:text-azul:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
}

.focus-within\:text-negra:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lime-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cyan-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cadet-blue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lavender-blue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cobalt-blue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
}

.focus-within\:text-sky-blue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.focus-within\:text-berry:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
}

.focus-within\:text-lapis:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
}

.focus-within\:text-azure:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
}

.focus-within\:text-pine:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
}

.focus-within\:text-spring:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-slime:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-jade-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
}

.focus-within\:text-jade-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
}

.focus-within\:text-jade-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cerulean:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
}

.focus-within\:text-evergreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:text-admiral:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
}

.focus-within\:text-denim:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
}

.focus-within\:text-laurel:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Dpink1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Dblue1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Dblue2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Pgray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Metblue1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:text-MetBlue2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
}

.focus-within\:text-MetBlueGrid1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
}

.focus-within\:text-MetBlueGrid2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
}

.focus-within\:text-MetBlueGrid3:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
}

.focus-within\:text-MetBlueLast:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Metwhite:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Pkorange1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Pkorange2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BvpBlue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BvpPine:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BvpBlue2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BvpGreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Pkblue-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Pkblue-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Pkblue-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BpurpleText:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BpurpleText2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BgradYellow:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Bgradpurple1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Bpink:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Bpink2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Bgradpurple2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Bgradpink:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Bgradwhite:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BBlue1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-BpinkContainer:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
}

.focus-within\:text-Cpinkcover:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bannerText:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
}

.focus-within\:text-fondoWhite:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bgGrid:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisYellow:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisPink:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-footer:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisGray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisCarm:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisgrad1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisgrad2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisgrad3:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
}

.focus-within\:text-cisgrad4:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxYellow:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxGreenM:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxGreenS:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxGreenR:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxGreenT:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxGrayS:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-doxGrayE:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmgreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmGreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmsquare:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmText:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmbacksquare:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmTitle:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dxmFtBG:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green3:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
}

.focus-within\:text-green4:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dcnMain:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dcnbl:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dcnsText:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dcnsRed:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxPurple:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxBlue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxSquare:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bgmecanismo:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxGreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxText:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-dmxgray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvGray:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvBlue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bVGreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvMint:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvCadetBlue:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvPuntos:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvSlime:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bvSky:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
}

.focus-within\:text-ash:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.focus-within\:text-sky:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
}

.focus-within\:text-blueHepa:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-orange-1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-3:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-4:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-5:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-6:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-7:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-blue-8:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-gray-1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
}

.focus-within\:text-zomig-gray-2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-0:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-2:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-loblolly-1000:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-fuel-yellow-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mine-shaft-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-mercury-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-porcelain-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-jungle-mist-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-dove-gray-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-50:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-100:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-200:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-300:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-400:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-500:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-600:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-700:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-800:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-900:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
}

.focus-within\:text-nebido-my-sin-950:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
}

.focus-within\:text-thepink:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
}

.focus-within\:text-darkpink:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
}

.focus-within\:text-bluegreen:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.focus-within\:text-beyond-green-1:focus-within {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
}

.hover\:text-transparent:hover {
  color: transparent !important;
}

.hover\:text-current:hover {
  color: currentColor !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.hover\:text-red-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
}

.hover\:text-green-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.hover\:text-purple:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-accent-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-primary-accent-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
}

.hover\:text-success-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-success-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
}

.hover\:text-success-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
}

.hover\:text-success-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
}

.hover\:text-success-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
}

.hover\:text-success-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-success-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
}

.hover\:text-success-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
}

.hover\:text-success-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
}

.hover\:text-success-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
}

.hover\:text-success:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
}

.hover\:text-danger-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
}

.hover\:text-danger:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
}

.hover\:text-warning-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
}

.hover\:text-warning:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
}

.hover\:text-info-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-info-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-info-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
}

.hover\:text-info-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
}

.hover\:text-info-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
}

.hover\:text-info-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
}

.hover\:text-info-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
}

.hover\:text-info-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
}

.hover\:text-info-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
}

.hover\:text-info-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
}

.hover\:text-info:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
}

.hover\:text-darkgreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
}

.hover\:text-lightgreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#d1ecc5\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#282828\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#bde020\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#efeee8\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#bdc11d\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#039147\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#c3c1bf\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#039047\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#c8da2e\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxMecanismob:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
}

.hover\:text-fog:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
}

.hover\:text-pink-cistitis:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-purple1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
}

.hover\:text-purple2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
}

.hover\:text-purple3:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
}

.hover\:text-purplebg:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
}

.hover\:text-purplebg2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
}

.hover\:text-purpleBorder:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
}

.hover\:text-purpleIcon:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
}

.hover\:text-purpleTB:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.hover\:text-yellowBtn:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
}

.hover\:text-grayT:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.hover\:text-grayTL:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
}

.hover\:text-gray77:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.hover\:text-grayhr:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
}

.hover\:text-whiteTbl:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-roja:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
}

.hover\:text-anaranjada:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
}

.hover\:text-amarilla:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
}

.hover\:text-ocean:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.hover\:text-forest:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
}

.hover\:text-mint:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
}

.hover\:text-azul:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
}

.hover\:text-negra:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.hover\:text-lime-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.hover\:text-cadet-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
}

.hover\:text-lavender-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
}

.hover\:text-cobalt-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
}

.hover\:text-sky-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.hover\:text-berry:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
}

.hover\:text-lapis:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
}

.hover\:text-azure:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
}

.hover\:text-pine:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
}

.hover\:text-spring:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-slime:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-jade-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
}

.hover\:text-jade-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
}

.hover\:text-jade-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
}

.hover\:text-cerulean:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
}

.hover\:text-evergreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
}

.hover\:text-admiral:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
}

.hover\:text-denim:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
}

.hover\:text-laurel:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-Dpink1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
}

.hover\:text-Dblue1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
}

.hover\:text-Dblue2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
}

.hover\:text-Pgray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-Metblue1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
}

.hover\:text-MetBlue2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
}

.hover\:text-MetBlueGrid1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
}

.hover\:text-MetBlueGrid2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
}

.hover\:text-MetBlueGrid3:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
}

.hover\:text-MetBlueLast:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
}

.hover\:text-Metwhite:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-Pkorange1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
}

.hover\:text-Pkorange2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-BvpBlue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
}

.hover\:text-BvpPine:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
}

.hover\:text-BvpBlue2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
}

.hover\:text-BvpGreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
}

.hover\:text-Pkblue-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
}

.hover\:text-Pkblue-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
}

.hover\:text-Pkblue-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
}

.hover\:text-BpurpleText:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
}

.hover\:text-BpurpleText2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
}

.hover\:text-BgradYellow:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
}

.hover\:text-Bgradpurple1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
}

.hover\:text-Bpink:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
}

.hover\:text-Bpink2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
}

.hover\:text-Bgradpurple2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
}

.hover\:text-Bgradpink:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-Bgradwhite:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
}

.hover\:text-BBlue1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-BpinkContainer:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
}

.hover\:text-Cpinkcover:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-bannerText:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
}

.hover\:text-fondoWhite:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
}

.hover\:text-bgGrid:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-cisYellow:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
}

.hover\:text-cisPink:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-footer:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-cisGray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.hover\:text-cisCarm:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
}

.hover\:text-cisgrad1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
}

.hover\:text-cisgrad2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
}

.hover\:text-cisgrad3:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
}

.hover\:text-cisgrad4:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
}

.hover\:text-doxYellow:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
}

.hover\:text-doxGreenM:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
}

.hover\:text-doxGreenS:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
}

.hover\:text-doxGreenR:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-doxGreenT:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
}

.hover\:text-doxGrayS:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-doxGrayE:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmgreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmGreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmsquare:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmText:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmbacksquare:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmTitle:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
}

.hover\:text-dxmFtBG:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.hover\:text-green1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
}

.hover\:text-green2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
}

.hover\:text-green3:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
}

.hover\:text-green4:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-dcnMain:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
}

.hover\:text-dcnbl:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
}

.hover\:text-dcnsText:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
}

.hover\:text-dcnsRed:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxPurple:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxBlue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxSquare:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
}

.hover\:text-bgmecanismo:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxGreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxText:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-dmxgray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
}

.hover\:text-bvGray:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
}

.hover\:text-bvBlue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-bVGreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
}

.hover\:text-bvMint:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-bvCadetBlue:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-bvPuntos:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
}

.hover\:text-bvSlime:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
}

.hover\:text-bvSky:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
}

.hover\:text-ash:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.hover\:text-sky:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
}

.hover\:text-blueHepa:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-orange-1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-3:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-4:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-5:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-6:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-7:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-blue-8:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-gray-1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
}

.hover\:text-zomig-gray-2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-0:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-2:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-loblolly-1000:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-fuel-yellow-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mine-shaft-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-mercury-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-porcelain-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-jungle-mist-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-dove-gray-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-50:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-100:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-200:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-300:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-500:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-600:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
}

.hover\:text-nebido-my-sin-950:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
}

.hover\:text-thepink:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
}

.hover\:text-darkpink:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
}

.hover\:text-bluegreen:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.hover\:text-beyond-green-1:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
}

.focus\:text-transparent:focus {
  color: transparent !important;
}

.focus\:text-current:focus {
  color: currentColor !important;
}

.focus\:text-black:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-white:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
}

.focus\:text-red-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
}

.focus\:text-red-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
}

.focus\:text-red-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
}

.focus\:text-red-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
}

.focus\:text-red-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-red-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:text-red-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.focus\:text-red-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
}

.focus\:text-green-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
}

.focus\:text-green-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
}

.focus\:text-purple:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-accent-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-primary-accent-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
}

.focus\:text-secondary:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
}

.focus\:text-success-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-success-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
}

.focus\:text-success-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
}

.focus\:text-success-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
}

.focus\:text-success-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
}

.focus\:text-success-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-success-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
}

.focus\:text-success-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
}

.focus\:text-success-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
}

.focus\:text-success-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
}

.focus\:text-success:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
}

.focus\:text-danger-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
}

.focus\:text-danger:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
}

.focus\:text-warning-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
}

.focus\:text-warning:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
}

.focus\:text-info-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-info-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-info-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
}

.focus\:text-info-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
}

.focus\:text-info-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
}

.focus\:text-info-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
}

.focus\:text-info-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
}

.focus\:text-info-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
}

.focus\:text-info-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
}

.focus\:text-info-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
}

.focus\:text-info:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
}

.focus\:text-darkgreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
}

.focus\:text-lightgreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#d1ecc5\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#282828\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#bde020\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#efeee8\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#bdc11d\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#039147\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#c3c1bf\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#039047\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
}

.focus\:text-\[\#c8da2e\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxMecanismob:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
}

.focus\:text-fog:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
}

.focus\:text-pink-cistitis:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-purple1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
}

.focus\:text-purple2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
}

.focus\:text-purple3:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
}

.focus\:text-purplebg:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
}

.focus\:text-purplebg2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
}

.focus\:text-purpleBorder:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
}

.focus\:text-purpleIcon:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
}

.focus\:text-purpleTB:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
}

.focus\:text-yellowBtn:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
}

.focus\:text-grayT:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.focus\:text-grayTL:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
}

.focus\:text-gray77:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.focus\:text-grayhr:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
}

.focus\:text-whiteTbl:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-roja:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
}

.focus\:text-anaranjada:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
}

.focus\:text-amarilla:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
}

.focus\:text-ocean:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.focus\:text-forest:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
}

.focus\:text-mint:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
}

.focus\:text-azul:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
}

.focus\:text-negra:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
}

.focus\:text-lime-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
}

.focus\:text-cyan-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}

.focus\:text-cadet-blue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
}

.focus\:text-lavender-blue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
}

.focus\:text-cobalt-blue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
}

.focus\:text-sky-blue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
}

.focus\:text-berry:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
}

.focus\:text-lapis:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
}

.focus\:text-azure:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
}

.focus\:text-pine:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
}

.focus\:text-spring:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-slime:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-jade-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
}

.focus\:text-jade-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
}

.focus\:text-jade-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
}

.focus\:text-cerulean:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
}

.focus\:text-evergreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
}

.focus\:text-admiral:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
}

.focus\:text-denim:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
}

.focus\:text-laurel:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
}

.focus\:text-Dpink1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
}

.focus\:text-Dblue1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
}

.focus\:text-Dblue2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
}

.focus\:text-Pgray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-Metblue1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
}

.focus\:text-MetBlue2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
}

.focus\:text-MetBlueGrid1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
}

.focus\:text-MetBlueGrid2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
}

.focus\:text-MetBlueGrid3:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
}

.focus\:text-MetBlueLast:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
}

.focus\:text-Metwhite:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-Pkorange1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
}

.focus\:text-Pkorange2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-BvpBlue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
}

.focus\:text-BvpPine:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
}

.focus\:text-BvpBlue2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
}

.focus\:text-BvpGreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
}

.focus\:text-Pkblue-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
}

.focus\:text-Pkblue-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
}

.focus\:text-Pkblue-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
}

.focus\:text-BpurpleText:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
}

.focus\:text-BpurpleText2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
}

.focus\:text-BgradYellow:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
}

.focus\:text-Bgradpurple1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
}

.focus\:text-Bpink:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
}

.focus\:text-Bpink2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
}

.focus\:text-Bgradpurple2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
}

.focus\:text-Bgradpink:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-Bgradwhite:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
}

.focus\:text-BBlue1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-BpinkContainer:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
}

.focus\:text-Cpinkcover:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-bannerText:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
}

.focus\:text-fondoWhite:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
}

.focus\:text-bgGrid:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-cisYellow:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
}

.focus\:text-cisPink:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-footer:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-cisGray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
}

.focus\:text-cisCarm:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
}

.focus\:text-cisgrad1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
}

.focus\:text-cisgrad2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
}

.focus\:text-cisgrad3:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
}

.focus\:text-cisgrad4:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
}

.focus\:text-doxYellow:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
}

.focus\:text-doxGreenM:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
}

.focus\:text-doxGreenS:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
}

.focus\:text-doxGreenR:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-doxGreenT:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
}

.focus\:text-doxGrayS:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-doxGrayE:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmgreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmGreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmsquare:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmText:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmbacksquare:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmTitle:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
}

.focus\:text-dxmFtBG:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
}

.focus\:text-green1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
}

.focus\:text-green2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
}

.focus\:text-green3:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
}

.focus\:text-green4:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-dcnMain:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
}

.focus\:text-dcnbl:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
}

.focus\:text-dcnsText:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
}

.focus\:text-dcnsRed:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxPurple:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxBlue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxSquare:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
}

.focus\:text-bgmecanismo:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxGreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxText:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-dmxgray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
}

.focus\:text-bvGray:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
}

.focus\:text-bvBlue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-bVGreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
}

.focus\:text-bvMint:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-bvCadetBlue:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-bvPuntos:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
}

.focus\:text-bvSlime:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
}

.focus\:text-bvSky:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
}

.focus\:text-ash:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.focus\:text-sky:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
}

.focus\:text-blueHepa:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-orange-1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-3:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-4:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-5:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-6:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-7:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-blue-8:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-gray-1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
}

.focus\:text-zomig-gray-2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-0:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-2:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-loblolly-1000:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-fuel-yellow-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mine-shaft-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-mercury-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-porcelain-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-jungle-mist-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-dove-gray-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-50:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-100:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-200:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-300:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-400:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-500:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-700:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-800:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
}

.focus\:text-nebido-my-sin-950:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
}

.focus\:text-thepink:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
}

.focus\:text-darkpink:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
}

.focus\:text-bluegreen:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
}

.focus\:text-beyond-green-1:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
}

.text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.group:hover .group-hover\:text-opacity-0 {
  --tw-text-opacity: 0 !important;
}

.group:hover .group-hover\:text-opacity-5 {
  --tw-text-opacity: 0.05 !important;
}

.group:hover .group-hover\:text-opacity-10 {
  --tw-text-opacity: 0.1 !important;
}

.group:hover .group-hover\:text-opacity-20 {
  --tw-text-opacity: 0.2 !important;
}

.group:hover .group-hover\:text-opacity-25 {
  --tw-text-opacity: 0.25 !important;
}

.group:hover .group-hover\:text-opacity-30 {
  --tw-text-opacity: 0.3 !important;
}

.group:hover .group-hover\:text-opacity-40 {
  --tw-text-opacity: 0.4 !important;
}

.group:hover .group-hover\:text-opacity-50 {
  --tw-text-opacity: 0.5 !important;
}

.group:hover .group-hover\:text-opacity-60 {
  --tw-text-opacity: 0.6 !important;
}

.group:hover .group-hover\:text-opacity-70 {
  --tw-text-opacity: 0.7 !important;
}

.group:hover .group-hover\:text-opacity-75 {
  --tw-text-opacity: 0.75 !important;
}

.group:hover .group-hover\:text-opacity-80 {
  --tw-text-opacity: 0.8 !important;
}

.group:hover .group-hover\:text-opacity-90 {
  --tw-text-opacity: 0.9 !important;
}

.group:hover .group-hover\:text-opacity-95 {
  --tw-text-opacity: 0.95 !important;
}

.group:hover .group-hover\:text-opacity-100 {
  --tw-text-opacity: 1 !important;
}

.focus-within\:text-opacity-0:focus-within {
  --tw-text-opacity: 0 !important;
}

.focus-within\:text-opacity-5:focus-within {
  --tw-text-opacity: 0.05 !important;
}

.focus-within\:text-opacity-10:focus-within {
  --tw-text-opacity: 0.1 !important;
}

.focus-within\:text-opacity-20:focus-within {
  --tw-text-opacity: 0.2 !important;
}

.focus-within\:text-opacity-25:focus-within {
  --tw-text-opacity: 0.25 !important;
}

.focus-within\:text-opacity-30:focus-within {
  --tw-text-opacity: 0.3 !important;
}

.focus-within\:text-opacity-40:focus-within {
  --tw-text-opacity: 0.4 !important;
}

.focus-within\:text-opacity-50:focus-within {
  --tw-text-opacity: 0.5 !important;
}

.focus-within\:text-opacity-60:focus-within {
  --tw-text-opacity: 0.6 !important;
}

.focus-within\:text-opacity-70:focus-within {
  --tw-text-opacity: 0.7 !important;
}

.focus-within\:text-opacity-75:focus-within {
  --tw-text-opacity: 0.75 !important;
}

.focus-within\:text-opacity-80:focus-within {
  --tw-text-opacity: 0.8 !important;
}

.focus-within\:text-opacity-90:focus-within {
  --tw-text-opacity: 0.9 !important;
}

.focus-within\:text-opacity-95:focus-within {
  --tw-text-opacity: 0.95 !important;
}

.focus-within\:text-opacity-100:focus-within {
  --tw-text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover {
  --tw-text-opacity: 0 !important;
}

.hover\:text-opacity-5:hover {
  --tw-text-opacity: 0.05 !important;
}

.hover\:text-opacity-10:hover {
  --tw-text-opacity: 0.1 !important;
}

.hover\:text-opacity-20:hover {
  --tw-text-opacity: 0.2 !important;
}

.hover\:text-opacity-25:hover {
  --tw-text-opacity: 0.25 !important;
}

.hover\:text-opacity-30:hover {
  --tw-text-opacity: 0.3 !important;
}

.hover\:text-opacity-40:hover {
  --tw-text-opacity: 0.4 !important;
}

.hover\:text-opacity-50:hover {
  --tw-text-opacity: 0.5 !important;
}

.hover\:text-opacity-60:hover {
  --tw-text-opacity: 0.6 !important;
}

.hover\:text-opacity-70:hover {
  --tw-text-opacity: 0.7 !important;
}

.hover\:text-opacity-75:hover {
  --tw-text-opacity: 0.75 !important;
}

.hover\:text-opacity-80:hover {
  --tw-text-opacity: 0.8 !important;
}

.hover\:text-opacity-90:hover {
  --tw-text-opacity: 0.9 !important;
}

.hover\:text-opacity-95:hover {
  --tw-text-opacity: 0.95 !important;
}

.hover\:text-opacity-100:hover {
  --tw-text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus {
  --tw-text-opacity: 0 !important;
}

.focus\:text-opacity-5:focus {
  --tw-text-opacity: 0.05 !important;
}

.focus\:text-opacity-10:focus {
  --tw-text-opacity: 0.1 !important;
}

.focus\:text-opacity-20:focus {
  --tw-text-opacity: 0.2 !important;
}

.focus\:text-opacity-25:focus {
  --tw-text-opacity: 0.25 !important;
}

.focus\:text-opacity-30:focus {
  --tw-text-opacity: 0.3 !important;
}

.focus\:text-opacity-40:focus {
  --tw-text-opacity: 0.4 !important;
}

.focus\:text-opacity-50:focus {
  --tw-text-opacity: 0.5 !important;
}

.focus\:text-opacity-60:focus {
  --tw-text-opacity: 0.6 !important;
}

.focus\:text-opacity-70:focus {
  --tw-text-opacity: 0.7 !important;
}

.focus\:text-opacity-75:focus {
  --tw-text-opacity: 0.75 !important;
}

.focus\:text-opacity-80:focus {
  --tw-text-opacity: 0.8 !important;
}

.focus\:text-opacity-90:focus {
  --tw-text-opacity: 0.9 !important;
}

.focus\:text-opacity-95:focus {
  --tw-text-opacity: 0.95 !important;
}

.focus\:text-opacity-100:focus {
  --tw-text-opacity: 1 !important;
}

.underline {
  text-decoration: underline !important;
}

.line-through {
  text-decoration: line-through !important;
}

.no-underline {
  text-decoration: none !important;
}

.group:hover .group-hover\:underline {
  text-decoration: underline !important;
}

.group:hover .group-hover\:line-through {
  text-decoration: line-through !important;
}

.group:hover .group-hover\:no-underline {
  text-decoration: none !important;
}

.focus-within\:underline:focus-within {
  text-decoration: underline !important;
}

.focus-within\:line-through:focus-within {
  text-decoration: line-through !important;
}

.focus-within\:no-underline:focus-within {
  text-decoration: none !important;
}

.hover\:underline:hover {
  text-decoration: underline !important;
}

.hover\:line-through:hover {
  text-decoration: line-through !important;
}

.hover\:no-underline:hover {
  text-decoration: none !important;
}

.focus\:underline:focus {
  text-decoration: underline !important;
}

.focus\:line-through:focus {
  text-decoration: line-through !important;
}

.focus\:no-underline:focus {
  text-decoration: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent !important;
}

.placeholder-transparent::placeholder {
  color: transparent !important;
}

.placeholder-current::-moz-placeholder {
  color: currentColor !important;
}

.placeholder-current::placeholder {
  color: currentColor !important;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-accent-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-accent-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-accent-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-primary-accent-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-secondary::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-success::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
}

.placeholder-danger::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-warning::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-info::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkgreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkgreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightgreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lightgreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#d1ecc5\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#d1ecc5\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#282828\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#282828\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#bde020\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#bde020\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#efeee8\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#efeee8\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#bdc11d\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#bdc11d\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#039147\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#039147\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#c3c1bf\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#c3c1bf\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#039047\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#039047\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#c8da2e\]::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-\[\#c8da2e\]::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxMecanismob::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxMecanismob::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-fog::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
}

.placeholder-fog::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-cistitis::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pink-cistitis::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple3::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purple3::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purplebg::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purplebg::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purplebg2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purplebg2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purpleBorder::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purpleBorder::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purpleIcon::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purpleIcon::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purpleTB::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-purpleTB::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellowBtn::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-yellowBtn::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayT::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayT::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayTL::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayTL::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray77::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-gray77::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayhr::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-grayhr::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-whiteTbl::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-whiteTbl::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-roja::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-roja::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-anaranjada::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
}

.placeholder-anaranjada::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
}

.placeholder-amarilla::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
}

.placeholder-amarilla::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ocean::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ocean::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.placeholder-forest::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
}

.placeholder-forest::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
}

.placeholder-mint::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
}

.placeholder-mint::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
}

.placeholder-azul::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-azul::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-negra::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-negra::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cadet-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cadet-blue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lavender-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lavender-blue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cobalt-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cobalt-blue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
}

.placeholder-sky-blue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.placeholder-sky-blue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.placeholder-berry::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
}

.placeholder-berry::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lapis::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-lapis::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
}

.placeholder-azure::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-azure::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pine::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-pine::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-spring::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-spring::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-slime::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-slime::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-jade-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-jade-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
}

.placeholder-jade-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-jade-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
}

.placeholder-jade-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-jade-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cerulean::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cerulean::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
}

.placeholder-evergreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-evergreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-admiral::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-admiral::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
}

.placeholder-denim::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-denim::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
}

.placeholder-laurel::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-laurel::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Dpink1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Dpink1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Dblue1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Dblue1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Dblue2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Dblue2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pgray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pgray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Metblue1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Metblue1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlue2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlue2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueGrid1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueGrid1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueGrid2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueGrid2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueGrid3::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueGrid3::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueLast::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
}

.placeholder-MetBlueLast::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Metwhite::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Metwhite::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkorange1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkorange1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkorange2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkorange2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpBlue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpBlue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpPine::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpPine::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpBlue2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpBlue2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpGreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BvpGreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkblue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkblue-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkblue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkblue-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkblue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Pkblue-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BpurpleText::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BpurpleText::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BpurpleText2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BpurpleText2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BgradYellow::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BgradYellow::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradpurple1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradpurple1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bpink::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bpink::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bpink2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bpink2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradpurple2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradpurple2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradpink::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradpink::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradwhite::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Bgradwhite::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BBlue1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BBlue1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BpinkContainer::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
}

.placeholder-BpinkContainer::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Cpinkcover::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-Cpinkcover::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bannerText::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bannerText::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
}

.placeholder-fondoWhite::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-fondoWhite::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bgGrid::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bgGrid::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisYellow::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisYellow::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisPink::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisPink::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-footer::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-footer::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisGray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisGray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisCarm::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisCarm::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad3::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad3::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad4::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
}

.placeholder-cisgrad4::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxYellow::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxYellow::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenM::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenM::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenS::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenS::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenR::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenR::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenT::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGreenT::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGrayS::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGrayS::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGrayE::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-doxGrayE::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmgreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmgreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmGreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmGreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmsquare::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmsquare::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmText::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmText::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmbacksquare::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmbacksquare::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmTitle::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmTitle::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmFtBG::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dxmFtBG::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green3::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green3::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green4::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-green4::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnMain::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnMain::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnbl::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnbl::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnsText::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnsText::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnsRed::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dcnsRed::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxPurple::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxPurple::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxBlue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxBlue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxSquare::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxSquare::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bgmecanismo::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bgmecanismo::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxGreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxGreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxText::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxText::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxgray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
}

.placeholder-dmxgray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvGray::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvGray::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvBlue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvBlue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bVGreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bVGreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvMint::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvMint::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvCadetBlue::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvCadetBlue::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvPuntos::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvPuntos::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvSlime::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvSlime::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvSky::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bvSky::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ash::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-ash::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.placeholder-sky::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-sky::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blueHepa::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-blueHepa::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-orange-1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-orange-1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-3::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-3::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-4::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-4::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-5::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-5::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-6::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-6::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-7::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-7::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-8::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-blue-8::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-gray-1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-gray-1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-gray-2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-zomig-gray-2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-0::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-0::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-2::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-2::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-1000::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-loblolly-1000::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-fuel-yellow-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mine-shaft-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-mercury-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-porcelain-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-jungle-mist-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-dove-gray-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-50::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-50::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-200::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-200::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-300::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-300::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-400::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-400::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-500::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-500::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-600::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-600::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-700::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-700::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-800::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-800::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-900::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-900::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-950::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-nebido-my-sin-950::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
}

.placeholder-thepink::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
}

.placeholder-thepink::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkpink::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
}

.placeholder-darkpink::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bluegreen::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-bluegreen::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.placeholder-beyond-green-1::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
}

.placeholder-beyond-green-1::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent !important;
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor !important;
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-accent-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-primary-accent-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-secondary:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-success:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-danger:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-warning:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-info:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkgreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkgreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightgreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lightgreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#282828\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#bde020\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#efeee8\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#039147\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#039047\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxMecanismob:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-fog:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-fog:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pink-cistitis:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purple3:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purplebg:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purplebg:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purplebg2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purplebg2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purpleBorder:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purpleBorder:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purpleIcon:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purpleIcon:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purpleTB:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-purpleTB:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellowBtn:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-yellowBtn:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayT:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayT:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayTL:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayTL:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray77:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-gray77:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayhr:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-grayhr:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-whiteTbl:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-whiteTbl:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-roja:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-roja:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-anaranjada:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-anaranjada:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-amarilla:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-amarilla:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ocean:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ocean:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-forest:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-forest:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-mint:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-mint:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-azul:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-azul:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-negra:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-negra:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lime-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cyan-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cadet-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cadet-blue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lavender-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lavender-blue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cobalt-blue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-sky-blue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-sky-blue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-berry:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-berry:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lapis:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-lapis:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-azure:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-azure:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pine:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-pine:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-spring:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-spring:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-slime:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-slime:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-jade-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-jade-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-jade-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-jade-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-jade-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-jade-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cerulean:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cerulean:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-evergreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-evergreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-admiral:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-admiral:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-denim:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-denim:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-laurel:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-laurel:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Dpink1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Dpink1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Dblue1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Dblue1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Dblue2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Dblue2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pgray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pgray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Metblue1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Metblue1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlue2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlue2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueGrid1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueGrid2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueGrid3:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-MetBlueLast:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Metwhite:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Metwhite:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkorange1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkorange1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkorange2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkorange2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpBlue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpBlue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpPine:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpPine:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpBlue2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpGreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BvpGreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkblue-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkblue-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Pkblue-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BpurpleText:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BpurpleText:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BpurpleText2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BgradYellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BgradYellow:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradpurple1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bpink:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bpink:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bpink2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bpink2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradpurple2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradpink:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradpink:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Bgradwhite:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BBlue1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BBlue1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-BpinkContainer:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-Cpinkcover:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bannerText:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bannerText:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-fondoWhite:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-fondoWhite:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bgGrid:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bgGrid:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisYellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisYellow:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisPink:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisPink:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-footer:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-footer:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisGray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisGray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisCarm:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisCarm:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad3:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad4:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-cisgrad4:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxYellow:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxYellow:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenM:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenM:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenS:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenS:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenR:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenR:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenT:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGreenT:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGrayS:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGrayS:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGrayE:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-doxGrayE:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmgreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmgreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmGreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmGreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmsquare:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmsquare:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmText:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmText:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmbacksquare:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmTitle:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmTitle:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dxmFtBG:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green3:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green4:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-green4:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnMain:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnMain:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnbl:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnbl:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnsText:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnsText:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnsRed:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dcnsRed:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxPurple:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxPurple:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxBlue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxBlue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxSquare:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxSquare:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bgmecanismo:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxGreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxGreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxText:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxText:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxgray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-dmxgray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvGray:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvGray:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvBlue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvBlue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bVGreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bVGreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvMint:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvMint:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvCadetBlue:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvPuntos:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvPuntos:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvSlime:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvSlime:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvSky:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bvSky:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ash:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-ash:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-sky:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-sky:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blueHepa:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-blueHepa:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-orange-1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-3:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-4:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-5:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-6:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-7:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-blue-8:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-gray-1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-zomig-gray-2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-0:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-2:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-2:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-mercury-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-porcelain-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-50:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-200:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-300:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-400:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-500:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-600:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-700:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-800:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-900:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-nebido-my-sin-950:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-thepink:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-thepink:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkpink:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-darkpink:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bluegreen:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-bluegreen:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
}

.focus\:placeholder-beyond-green-1:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
}

.placeholder-opacity-0::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.placeholder-opacity-5::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-5::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.placeholder-opacity-10::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-10::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.placeholder-opacity-20::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.placeholder-opacity-25::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-30::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-30::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.placeholder-opacity-40::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-40::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.placeholder-opacity-70::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-70::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.placeholder-opacity-75::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-80::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-80::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.placeholder-opacity-90::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-90::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.placeholder-opacity-95::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-95::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder {
  --tw-placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-5:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-5:focus::placeholder {
  --tw-placeholder-opacity: 0.05 !important;
}

.focus\:placeholder-opacity-10:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-10:focus::placeholder {
  --tw-placeholder-opacity: 0.1 !important;
}

.focus\:placeholder-opacity-20:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-20:focus::placeholder {
  --tw-placeholder-opacity: 0.2 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder {
  --tw-placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-30:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-30:focus::placeholder {
  --tw-placeholder-opacity: 0.3 !important;
}

.focus\:placeholder-opacity-40:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-40:focus::placeholder {
  --tw-placeholder-opacity: 0.4 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder {
  --tw-placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-60:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-60:focus::placeholder {
  --tw-placeholder-opacity: 0.6 !important;
}

.focus\:placeholder-opacity-70:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-70:focus::placeholder {
  --tw-placeholder-opacity: 0.7 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder {
  --tw-placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-80:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-80:focus::placeholder {
  --tw-placeholder-opacity: 0.8 !important;
}

.focus\:placeholder-opacity-90:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-90:focus::placeholder {
  --tw-placeholder-opacity: 0.9 !important;
}

.focus\:placeholder-opacity-95:focus::-moz-placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-95:focus::placeholder {
  --tw-placeholder-opacity: 0.95 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder {
  --tw-placeholder-opacity: 1 !important;
}

.caret-transparent {
  caret-color: transparent !important;
}

.caret-current {
  caret-color: currentColor !important;
}

.caret-black {
  caret-color: #000 !important;
}

.caret-white {
  caret-color: #fff !important;
}

.caret-gray-50 {
  caret-color: #fafafa !important;
}

.caret-gray-100 {
  caret-color: #f4f4f5 !important;
}

.caret-gray-200 {
  caret-color: #e4e4e7 !important;
}

.caret-gray-300 {
  caret-color: #d4d4d8 !important;
}

.caret-gray-400 {
  caret-color: #a1a1aa !important;
}

.caret-gray-500 {
  caret-color: #71717a !important;
}

.caret-gray-600 {
  caret-color: #52525b !important;
}

.caret-gray-700 {
  caret-color: #3f3f46 !important;
}

.caret-gray-800 {
  caret-color: #27272a !important;
}

.caret-gray-900 {
  caret-color: #18181b !important;
}

.caret-red-50 {
  caret-color: #fef2f2 !important;
}

.caret-red-100 {
  caret-color: #fee2e2 !important;
}

.caret-red-200 {
  caret-color: #fecaca !important;
}

.caret-red-300 {
  caret-color: #fca5a5 !important;
}

.caret-red-400 {
  caret-color: #f87171 !important;
}

.caret-red-500 {
  caret-color: #ef4444 !important;
}

.caret-red-600 {
  caret-color: #dc2626 !important;
}

.caret-red-700 {
  caret-color: #b91c1c !important;
}

.caret-red-800 {
  caret-color: #991b1b !important;
}

.caret-red-900 {
  caret-color: #7f1d1d !important;
}

.caret-yellow {
  caret-color: #F6BE4A !important;
}

.caret-green-50 {
  caret-color: #ecfdf5 !important;
}

.caret-green-100 {
  caret-color: #d1fae5 !important;
}

.caret-green-200 {
  caret-color: #a7f3d0 !important;
}

.caret-green-300 {
  caret-color: #6ee7b7 !important;
}

.caret-green-400 {
  caret-color: #34d399 !important;
}

.caret-green-500 {
  caret-color: #10b981 !important;
}

.caret-green-600 {
  caret-color: #059669 !important;
}

.caret-green-700 {
  caret-color: #047857 !important;
}

.caret-green-800 {
  caret-color: #065f46 !important;
}

.caret-green-900 {
  caret-color: #064e3b !important;
}

.caret-blue-50 {
  caret-color: #eff6ff !important;
}

.caret-blue-100 {
  caret-color: #dbeafe !important;
}

.caret-blue-200 {
  caret-color: #bfdbfe !important;
}

.caret-blue-300 {
  caret-color: #93c5fd !important;
}

.caret-blue-400 {
  caret-color: #60a5fa !important;
}

.caret-blue-500 {
  caret-color: #3b82f6 !important;
}

.caret-blue-600 {
  caret-color: #2563eb !important;
}

.caret-blue-700 {
  caret-color: #1d4ed8 !important;
}

.caret-blue-800 {
  caret-color: #1e40af !important;
}

.caret-blue-900 {
  caret-color: #1e3a8a !important;
}

.caret-indigo-50 {
  caret-color: #eef2ff !important;
}

.caret-indigo-100 {
  caret-color: #e0e7ff !important;
}

.caret-indigo-200 {
  caret-color: #c7d2fe !important;
}

.caret-indigo-300 {
  caret-color: #a5b4fc !important;
}

.caret-indigo-400 {
  caret-color: #818cf8 !important;
}

.caret-indigo-500 {
  caret-color: #6366f1 !important;
}

.caret-indigo-600 {
  caret-color: #4f46e5 !important;
}

.caret-indigo-700 {
  caret-color: #4338ca !important;
}

.caret-indigo-800 {
  caret-color: #3730a3 !important;
}

.caret-indigo-900 {
  caret-color: #312e81 !important;
}

.caret-purple {
  caret-color: #6c42a0 !important;
}

.caret-pink-50 {
  caret-color: #fdf2f8 !important;
}

.caret-pink-100 {
  caret-color: #fce7f3 !important;
}

.caret-pink-200 {
  caret-color: #fbcfe8 !important;
}

.caret-pink-300 {
  caret-color: #f9a8d4 !important;
}

.caret-pink-400 {
  caret-color: #f472b6 !important;
}

.caret-pink-500 {
  caret-color: #ec4899 !important;
}

.caret-pink-600 {
  caret-color: #db2777 !important;
}

.caret-pink-700 {
  caret-color: #be185d !important;
}

.caret-pink-800 {
  caret-color: #9d174d !important;
}

.caret-pink-900 {
  caret-color: #831843 !important;
}

.caret-primary-50 {
  caret-color: #F1F5FB !important;
}

.caret-primary-100 {
  caret-color: #E3EBF7 !important;
}

.caret-primary-200 {
  caret-color: #C7D7F0 !important;
}

.caret-primary-300 {
  caret-color: #ABC2E8 !important;
}

.caret-primary-400 {
  caret-color: #8FAEE0 !important;
}

.caret-primary-500 {
  caret-color: #6590D5 !important;
}

.caret-primary-600 {
  caret-color: #3061AF !important;
}

.caret-primary-700 {
  caret-color: #285192 !important;
}

.caret-primary-800 {
  caret-color: #204075 !important;
}

.caret-primary-900 {
  caret-color: #183058 !important;
}

.caret-primary {
  caret-color: #3B71CA !important;
}

.caret-primary-accent-100 {
  caret-color: #d9e4f3 !important;
}

.caret-primary-accent-200 {
  caret-color: #cedbee !important;
}

.caret-secondary-50 {
  caret-color: #F8F9F9 !important;
}

.caret-secondary-100 {
  caret-color: #F1F2F4 !important;
}

.caret-secondary-200 {
  caret-color: #E4E6E9 !important;
}

.caret-secondary-300 {
  caret-color: #D6D9DE !important;
}

.caret-secondary-400 {
  caret-color: #C8CCD3 !important;
}

.caret-secondary-500 {
  caret-color: #B3B9C2 !important;
}

.caret-secondary-600 {
  caret-color: #848D9C !important;
}

.caret-secondary-700 {
  caret-color: #6B7585 !important;
}

.caret-secondary-800 {
  caret-color: #565D6B !important;
}

.caret-secondary-900 {
  caret-color: #404650 !important;
}

.caret-secondary {
  caret-color: #9FA6B2 !important;
}

.caret-success-50 {
  caret-color: #EAFCF2 !important;
}

.caret-success-100 {
  caret-color: #D6FAE4 !important;
}

.caret-success-200 {
  caret-color: #ACF5C9 !important;
}

.caret-success-300 {
  caret-color: #83F0AE !important;
}

.caret-success-400 {
  caret-color: #59EA93 !important;
}

.caret-success-500 {
  caret-color: #1CE26B !important;
}

.caret-success-600 {
  caret-color: #118C42 !important;
}

.caret-success-700 {
  caret-color: #0E7537 !important;
}

.caret-success-800 {
  caret-color: #0C5D2C !important;
}

.caret-success-900 {
  caret-color: #094621 !important;
}

.caret-success {
  caret-color: #14A44D !important;
}

.caret-danger-50 {
  caret-color: #FCF2F4 !important;
}

.caret-danger-100 {
  caret-color: #FAE5E9 !important;
}

.caret-danger-200 {
  caret-color: #F5CCD3 !important;
}

.caret-danger-300 {
  caret-color: #F0B2BD !important;
}

.caret-danger-400 {
  caret-color: #EB99A6 !important;
}

.caret-danger-500 {
  caret-color: #E37285 !important;
}

.caret-danger-600 {
  caret-color: #D42A46 !important;
}

.caret-danger-700 {
  caret-color: #B0233A !important;
}

.caret-danger-800 {
  caret-color: #8D1C2F !important;
}

.caret-danger-900 {
  caret-color: #6A1523 !important;
}

.caret-danger {
  caret-color: #DC4C64 !important;
}

.caret-warning-50 {
  caret-color: #FDF8EF !important;
}

.caret-warning-100 {
  caret-color: #FBF2DE !important;
}

.caret-warning-200 {
  caret-color: #F7E4BE !important;
}

.caret-warning-300 {
  caret-color: #F4D79D !important;
}

.caret-warning-400 {
  caret-color: #F0C97D !important;
}

.caret-warning-500 {
  caret-color: #EAB54C !important;
}

.caret-warning-600 {
  caret-color: #C48A17 !important;
}

.caret-warning-700 {
  caret-color: #A37313 !important;
}

.caret-warning-800 {
  caret-color: #825C0F !important;
}

.caret-warning-900 {
  caret-color: #62450B !important;
}

.caret-warning {
  caret-color: #E4A11B !important;
}

.caret-info-50 {
  caret-color: #F3FAFC !important;
}

.caret-info-100 {
  caret-color: #E7F4F9 !important;
}

.caret-info-200 {
  caret-color: #CEE9F2 !important;
}

.caret-info-300 {
  caret-color: #B6DFEC !important;
}

.caret-info-400 {
  caret-color: #9ED4E6 !important;
}

.caret-info-500 {
  caret-color: #79C4DC !important;
}

.caret-info-600 {
  caret-color: #34A4CA !important;
}

.caret-info-700 {
  caret-color: #2B89A8 !important;
}

.caret-info-800 {
  caret-color: #236D86 !important;
}

.caret-info-900 {
  caret-color: #1A5265 !important;
}

.caret-info {
  caret-color: #54B4D3 !important;
}

.caret-darkgreen {
  caret-color: #066B3D !important;
}

.caret-lightgreen {
  caret-color: #70BB44 !important;
}

.caret-\[\#d1ecc5\] {
  caret-color: #d1ecc5 !important;
}

.caret-\[\#282828\] {
  caret-color: #282828 !important;
}

.caret-\[\#bde020\] {
  caret-color: #bde020 !important;
}

.caret-\[\#efeee8\] {
  caret-color: #efeee8 !important;
}

.caret-\[\#bdc11d\] {
  caret-color: #bdc11d !important;
}

.caret-\[\#039147\] {
  caret-color: #039147 !important;
}

.caret-\[\#c3c1bf\] {
  caret-color: #c3c1bf !important;
}

.caret-\[\#039047\] {
  caret-color: #039047 !important;
}

.caret-\[\#c8da2e\] {
  caret-color: #c8da2e !important;
}

.caret-dmxMecanismob {
  caret-color: #c6bad2 !important;
}

.caret-fog {
  caret-color: #535353 !important;
}

.caret-pink-cistitis {
  caret-color: #E23A6B !important;
}

.caret-purple1 {
  caret-color: #70447A !important;
}

.caret-purple2 {
  caret-color: #42114C !important;
}

.caret-purple3 {
  caret-color: #5D0661 !important;
}

.caret-purplebg {
  caret-color: #F7F2F7 !important;
}

.caret-purplebg2 {
  caret-color: #D2C2D5 !important;
}

.caret-purpleBorder {
  caret-color: #3B1E4B !important;
}

.caret-purpleIcon {
  caret-color: #B0A2B8 !important;
}

.caret-purpleTB {
  caret-color: #D4C6DC !important;
}

.caret-yellow-200 {
  caret-color: #fef08a !important;
}

.caret-yellow-500 {
  caret-color: #eab308 !important;
}

.caret-yellowBtn {
  caret-color: #F7C139 !important;
}

.caret-grayT {
  caret-color: #292929 !important;
}

.caret-grayTL {
  caret-color: #363737 !important;
}

.caret-gray77 {
  caret-color: #4D4D4D !important;
}

.caret-grayhr {
  caret-color: #D3D3D3 !important;
}

.caret-whiteTbl {
  caret-color: #F8F6F9 !important;
}

.caret-roja {
  caret-color: #E52027 !important;
}

.caret-anaranjada {
  caret-color: #EB6A2D !important;
}

.caret-amarilla {
  caret-color: #FBDA3C !important;
}

.caret-ocean {
  caret-color: #51C1D1 !important;
}

.caret-forest {
  caret-color: #7FB80D !important;
}

.caret-mint {
  caret-color: #67AA35 !important;
}

.caret-azul {
  caret-color: #4BACCF !important;
}

.caret-negra {
  caret-color: #262626 !important;
}

.caret-lime-50 {
  caret-color: #f7fee7 !important;
}

.caret-lime-100 {
  caret-color: #ecfccb !important;
}

.caret-lime-200 {
  caret-color: #d9f99d !important;
}

.caret-lime-300 {
  caret-color: #bef264 !important;
}

.caret-lime-400 {
  caret-color: #a3e635 !important;
}

.caret-lime-500 {
  caret-color: #84cc16 !important;
}

.caret-lime-600 {
  caret-color: #65a30d !important;
}

.caret-lime-700 {
  caret-color: #4d7c0f !important;
}

.caret-lime-800 {
  caret-color: #3f6212 !important;
}

.caret-lime-900 {
  caret-color: #365314 !important;
}

.caret-cyan-50 {
  caret-color: #ecfeff !important;
}

.caret-cyan-100 {
  caret-color: #cffafe !important;
}

.caret-cyan-200 {
  caret-color: #a5f3fc !important;
}

.caret-cyan-300 {
  caret-color: #67e8f9 !important;
}

.caret-cyan-400 {
  caret-color: #22d3ee !important;
}

.caret-cyan-500 {
  caret-color: #06b6d4 !important;
}

.caret-cyan-600 {
  caret-color: #0891b2 !important;
}

.caret-cyan-700 {
  caret-color: #0e7490 !important;
}

.caret-cyan-800 {
  caret-color: #155e75 !important;
}

.caret-cyan-900 {
  caret-color: #164e63 !important;
}

.caret-cadet-blue {
  caret-color: #164682 !important;
}

.caret-lavender-blue {
  caret-color: #2A7EDE !important;
}

.caret-cobalt-blue {
  caret-color: #218AA2 !important;
}

.caret-sky-blue {
  caret-color: #51C1D1 !important;
}

.caret-berry {
  caret-color: #01A4BA !important;
}

.caret-lapis {
  caret-color: #138CA5 !important;
}

.caret-azure {
  caret-color: #1EC4D3 !important;
}

.caret-pine {
  caret-color: #9CEFC7 !important;
}

.caret-spring {
  caret-color: #79CA00 !important;
}

.caret-slime {
  caret-color: #4EAF00 !important;
}

.caret-jade-50 {
  caret-color: #D9F6FB !important;
}

.caret-jade-500 {
  caret-color: #DEF7FC !important;
}

.caret-jade-900 {
  caret-color: #EEFCFE !important;
}

.caret-cerulean {
  caret-color: #D3EAEF !important;
}

.caret-evergreen {
  caret-color: #6DBE4D !important;
}

.caret-admiral {
  caret-color: #2377BE !important;
}

.caret-denim {
  caret-color: #37A5DD !important;
}

.caret-laurel {
  caret-color: #6CBE51 !important;
}

.caret-Dpink1 {
  caret-color: #E74F77 !important;
}

.caret-Dblue1 {
  caret-color: #42A6B8 !important;
}

.caret-Dblue2 {
  caret-color: #225258 !important;
}

.caret-Pgray {
  caret-color: #f4f4f4 !important;
}

.caret-Metblue1 {
  caret-color: #4BB5D4 !important;
}

.caret-MetBlue2 {
  caret-color: #205B87 !important;
}

.caret-MetBlueGrid1 {
  caret-color: #2DB5D4 !important;
}

.caret-MetBlueGrid2 {
  caret-color: #2569B8 !important;
}

.caret-MetBlueGrid3 {
  caret-color: #42ABBB !important;
}

.caret-MetBlueLast {
  caret-color: #2569B9 !important;
}

.caret-Metwhite {
  caret-color: #F5F5F5 !important;
}

.caret-Pkorange1 {
  caret-color: #D85F2A !important;
}

.caret-Pkorange2 {
  caret-color: #FC4300 !important;
}

.caret-BvpBlue {
  caret-color: #1292A9 !important;
}

.caret-BvpPine {
  caret-color: #9BE4C7 !important;
}

.caret-BvpBlue2 {
  caret-color: #1B5A90 !important;
}

.caret-BvpGreen {
  caret-color: #159F6E !important;
}

.caret-Pkblue-100 {
  caret-color: #212E60 !important;
}

.caret-Pkblue-200 {
  caret-color: #003184 !important;
}

.caret-Pkblue-300 {
  caret-color: #004284 !important;
}

.caret-BpurpleText {
  caret-color: #465784 !important;
}

.caret-BpurpleText2 {
  caret-color: #56087A !important;
}

.caret-BgradYellow {
  caret-color: #E49D41 !important;
}

.caret-Bgradpurple1 {
  caret-color: #AD6498 !important;
}

.caret-Bpink {
  caret-color: #B33C86 !important;
}

.caret-Bpink2 {
  caret-color: #E9CBDA !important;
}

.caret-Bgradpurple2 {
  caret-color: #3B80A8 !important;
}

.caret-Bgradpink {
  caret-color: #B03780 !important;
}

.caret-Bgradwhite {
  caret-color: #CDB8CC !important;
}

.caret-BBlue1 {
  caret-color: #455780 !important;
}

.caret-BpinkContainer {
  caret-color: #C8549C !important;
}

.caret-Cpinkcover {
  caret-color: #E23A6B !important;
}

.caret-bannerText {
  caret-color: #970022 !important;
}

.caret-fondoWhite {
  caret-color: #E6E6E6 !important;
}

.caret-bgGrid {
  caret-color: #872944 !important;
}

.caret-cisYellow {
  caret-color: #EBBC54 !important;
}

.caret-cisPink {
  caret-color: #E23A6B !important;
}

.caret-footer {
  caret-color: #333333 !important;
}

.caret-cisGray {
  caret-color: #666666 !important;
}

.caret-cisCarm {
  caret-color: #A62D53 !important;
}

.caret-cisgrad1 {
  caret-color: #DA3A6B !important;
}

.caret-cisgrad2 {
  caret-color: #EAB755 !important;
}

.caret-cisgrad3 {
  caret-color: #881F4A !important;
}

.caret-cisgrad4 {
  caret-color: #D7206C !important;
}

.caret-doxYellow {
  caret-color: #F6EA32 !important;
}

.caret-doxGreenM {
  caret-color: #6EB556 !important;
}

.caret-doxGreenS {
  caret-color: #A1D15C !important;
}

.caret-doxGreenR {
  caret-color: #009144 !important;
}

.caret-doxGreenT {
  caret-color: #009933 !important;
}

.caret-doxGrayS {
  caret-color: #DADDE5 !important;
}

.caret-doxGrayE {
  caret-color: #EEEFF4 !important;
}

.caret-dxmgreen {
  caret-color: #1E8344 !important;
}

.caret-dxmGreen {
  caret-color: #1E8344 !important;
}

.caret-dxmsquare {
  caret-color: #71AA62 !important;
}

.caret-dxmText {
  caret-color: #6FB444 !important;
}

.caret-dxmbacksquare {
  caret-color: #57AE56 !important;
}

.caret-dxmTitle {
  caret-color: #0D6E39 !important;
}

.caret-dxmFtBG {
  caret-color: #4D4D4D !important;
}

.caret-green1 {
  caret-color: #5e9e3f !important;
}

.caret-green2 {
  caret-color: #95c255 !important;
}

.caret-green3 {
  caret-color: #18b6c9 !important;
}

.caret-green4 {
  caret-color: #1c8c69 !important;
}

.caret-dcnMain {
  caret-color: #F32735 !important;
}

.caret-dcnbl {
  caret-color: #0075C9 !important;
}

.caret-dcnsText {
  caret-color: #00507E !important;
}

.caret-dcnsRed {
  caret-color: #B22024 !important;
}

.caret-dmxPurple {
  caret-color: #6D348A !important;
}

.caret-dmxBlue {
  caret-color: #009494 !important;
}

.caret-dmxSquare {
  caret-color: #C5B9CF !important;
}

.caret-bgmecanismo {
  caret-color: #B7A8C4 !important;
}

.caret-dmxGreen {
  caret-color: #009494 !important;
}

.caret-dmxText {
  caret-color: #592C80 !important;
}

.caret-dmxgray {
  caret-color: #BBB1C4 !important;
}

.caret-bvGray {
  caret-color: #323232 !important;
}

.caret-bvBlue {
  caret-color: #C9ECF3 !important;
}

.caret-bVGreen {
  caret-color: #115472 !important;
}

.caret-bvMint {
  caret-color: #71B800 !important;
}

.caret-bvCadetBlue {
  caret-color: #0D4880 !important;
}

.caret-bvPuntos {
  caret-color: #1F8CA4 !important;
}

.caret-bvSlime {
  caret-color: #52AD1D !important;
}

.caret-bvSky {
  caret-color: #2EC4D2 !important;
}

.caret-ash {
  caret-color: #4B5563 !important;
}

.caret-sky {
  caret-color: #f4fafd !important;
}

.caret-blueHepa {
  caret-color: #00A0AF !important;
}

.caret-zomig-orange-1 {
  caret-color: #EF8000 !important;
}

.caret-zomig-blue-1 {
  caret-color: #005797 !important;
}

.caret-zomig-blue-2 {
  caret-color: #004E80 !important;
}

.caret-zomig-blue-3 {
  caret-color: #00A2D6 !important;
}

.caret-zomig-blue-4 {
  caret-color: #005285 !important;
}

.caret-zomig-blue-5 {
  caret-color: #004D80 !important;
}

.caret-zomig-blue-6 {
  caret-color: #005588 !important;
}

.caret-zomig-blue-7 {
  caret-color: #00A5D9 !important;
}

.caret-zomig-blue-8 {
  caret-color: #003E69 !important;
}

.caret-zomig-gray-1 {
  caret-color: #CDCDCE !important;
}

.caret-zomig-gray-2 {
  caret-color: #C9C9CB !important;
}

.caret-nebido-0 {
  caret-color: #EAEAEA !important;
}

.caret-nebido-1 {
  caret-color: #B9CED8 !important;
}

.caret-nebido-2 {
  caret-color: #EEF2F5 !important;
}

.caret-nebido-loblolly-50 {
  caret-color: #f6f8f9 !important;
}

.caret-nebido-loblolly-100 {
  caret-color: #ebf0f3 !important;
}

.caret-nebido-loblolly-200 {
  caret-color: #d3dee4 !important;
}

.caret-nebido-loblolly-300 {
  caret-color: #bdced6 !important;
}

.caret-nebido-loblolly-400 {
  caret-color: #81a1af !important;
}

.caret-nebido-loblolly-500 {
  caret-color: #618696 !important;
}

.caret-nebido-loblolly-600 {
  caret-color: #4c6c7d !important;
}

.caret-nebido-loblolly-700 {
  caret-color: #3f5865 !important;
}

.caret-nebido-loblolly-800 {
  caret-color: #374b55 !important;
}

.caret-nebido-loblolly-900 {
  caret-color: #314049 !important;
}

.caret-nebido-loblolly-950 {
  caret-color: #212a30 !important;
}

.caret-nebido-loblolly-1000 {
  caret-color: #D0D4D6 !important;
}

.caret-nebido-fuel-yellow-50 {
  caret-color: #fef9ec !important;
}

.caret-nebido-fuel-yellow-100 {
  caret-color: #fbeeca !important;
}

.caret-nebido-fuel-yellow-200 {
  caret-color: #f7dc90 !important;
}

.caret-nebido-fuel-yellow-300 {
  caret-color: #f3c356 !important;
}

.caret-nebido-fuel-yellow-400 {
  caret-color: #f0ab2a !important;
}

.caret-nebido-fuel-yellow-500 {
  caret-color: #e98c17 !important;
}

.caret-nebido-fuel-yellow-600 {
  caret-color: #cf6910 !important;
}

.caret-nebido-fuel-yellow-700 {
  caret-color: #ac4911 !important;
}

.caret-nebido-fuel-yellow-800 {
  caret-color: #8b3a15 !important;
}

.caret-nebido-fuel-yellow-900 {
  caret-color: #732f14 !important;
}

.caret-nebido-fuel-yellow-950 {
  caret-color: #421706 !important;
}

.caret-nebido-mine-shaft-50 {
  caret-color: #f5f6f6 !important;
}

.caret-nebido-mine-shaft-100 {
  caret-color: #e6e7e7 !important;
}

.caret-nebido-mine-shaft-200 {
  caret-color: #cfd1d2 !important;
}

.caret-nebido-mine-shaft-300 {
  caret-color: #aeb1b2 !important;
}

.caret-nebido-mine-shaft-400 {
  caret-color: #85898b !important;
}

.caret-nebido-mine-shaft-500 {
  caret-color: #6a6e70 !important;
}

.caret-nebido-mine-shaft-600 {
  caret-color: #5a5e60 !important;
}

.caret-nebido-mine-shaft-700 {
  caret-color: #4d4f51 !important;
}

.caret-nebido-mine-shaft-800 {
  caret-color: #444646 !important;
}

.caret-nebido-mine-shaft-900 {
  caret-color: #3b3c3e !important;
}

.caret-nebido-mine-shaft-950 {
  caret-color: #292a2b !important;
}

.caret-nebido-mercury-50 {
  caret-color: #f8f8f8 !important;
}

.caret-nebido-mercury-100 {
  caret-color: #e8e8e8 !important;
}

.caret-nebido-mercury-200 {
  caret-color: #dcdcdc !important;
}

.caret-nebido-mercury-300 {
  caret-color: #bdbdbd !important;
}

.caret-nebido-mercury-400 {
  caret-color: #989898 !important;
}

.caret-nebido-mercury-500 {
  caret-color: #7c7c7c !important;
}

.caret-nebido-mercury-600 {
  caret-color: #656565 !important;
}

.caret-nebido-mercury-700 {
  caret-color: #525252 !important;
}

.caret-nebido-mercury-800 {
  caret-color: #464646 !important;
}

.caret-nebido-mercury-900 {
  caret-color: #3d3d3d !important;
}

.caret-nebido-mercury-950 {
  caret-color: #292929 !important;
}

.caret-nebido-porcelain-50 {
  caret-color: #f6f8f9 !important;
}

.caret-nebido-porcelain-100 {
  caret-color: #eceff1 !important;
}

.caret-nebido-porcelain-200 {
  caret-color: #d6dde1 !important;
}

.caret-nebido-porcelain-300 {
  caret-color: #b2c0c7 !important;
}

.caret-nebido-porcelain-400 {
  caret-color: #889ea8 !important;
}

.caret-nebido-porcelain-500 {
  caret-color: #6a828d !important;
}

.caret-nebido-porcelain-600 {
  caret-color: #556a74 !important;
}

.caret-nebido-porcelain-700 {
  caret-color: #45565f !important;
}

.caret-nebido-porcelain-800 {
  caret-color: #3c4950 !important;
}

.caret-nebido-porcelain-900 {
  caret-color: #353f45 !important;
}

.caret-nebido-porcelain-950 {
  caret-color: #232a2e !important;
}

.caret-nebido-jungle-mist-50 {
  caret-color: #f5f8fa !important;
}

.caret-nebido-jungle-mist-100 {
  caret-color: #ebf0f3 !important;
}

.caret-nebido-jungle-mist-200 {
  caret-color: #d2dfe5 !important;
}

.caret-nebido-jungle-mist-300 {
  caret-color: #b9cfd7 !important;
}

.caret-nebido-jungle-mist-400 {
  caret-color: #7da6b3 !important;
}

.caret-nebido-jungle-mist-500 {
  caret-color: #5c8b9b !important;
}

.caret-nebido-jungle-mist-600 {
  caret-color: #487081 !important;
}

.caret-nebido-jungle-mist-700 {
  caret-color: #3b5c69 !important;
}

.caret-nebido-jungle-mist-800 {
  caret-color: #344d58 !important;
}

.caret-nebido-jungle-mist-900 {
  caret-color: #2f434b !important;
}

.caret-nebido-jungle-mist-950 {
  caret-color: #1f2b32 !important;
}

.caret-nebido-dove-gray-50 {
  caret-color: #f5f5f6 !important;
}

.caret-nebido-dove-gray-100 {
  caret-color: #e6e6e7 !important;
}

.caret-nebido-dove-gray-200 {
  caret-color: #d0cfd2 !important;
}

.caret-nebido-dove-gray-300 {
  caret-color: #afaeb2 !important;
}

.caret-nebido-dove-gray-400 {
  caret-color: #86858b !important;
}

.caret-nebido-dove-gray-500 {
  caret-color: #68676c !important;
}

.caret-nebido-dove-gray-600 {
  caret-color: #5c5b5f !important;
}

.caret-nebido-dove-gray-700 {
  caret-color: #4e4d51 !important;
}

.caret-nebido-dove-gray-800 {
  caret-color: #444446 !important;
}

.caret-nebido-dove-gray-900 {
  caret-color: #3c3c3d !important;
}

.caret-nebido-dove-gray-950 {
  caret-color: #262527 !important;
}

.caret-nebido-my-sin-50 {
  caret-color: #fffeea !important;
}

.caret-nebido-my-sin-100 {
  caret-color: #fff9c5 !important;
}

.caret-nebido-my-sin-200 {
  caret-color: #fff385 !important;
}

.caret-nebido-my-sin-300 {
  caret-color: #ffe646 !important;
}

.caret-nebido-my-sin-400 {
  caret-color: #ffd61b !important;
}

.caret-nebido-my-sin-500 {
  caret-color: #ffb500 !important;
}

.caret-nebido-my-sin-600 {
  caret-color: #e28a00 !important;
}

.caret-nebido-my-sin-700 {
  caret-color: #bb6102 !important;
}

.caret-nebido-my-sin-800 {
  caret-color: #984b08 !important;
}

.caret-nebido-my-sin-900 {
  caret-color: #7c3d0b !important;
}

.caret-nebido-my-sin-950 {
  caret-color: #481f00 !important;
}

.caret-thepink {
  caret-color: #d52f89 !important;
}

.caret-darkpink {
  caret-color: #91005d !important;
}

.caret-bluegreen {
  caret-color: #00a0af !important;
}

.caret-beyond-green-1 {
  caret-color: #01A059 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0 !important;
}

.group:hover .group-hover\:opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-10 {
  opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-20 {
  opacity: 0.2 !important;
}

.group:hover .group-hover\:opacity-25 {
  opacity: 0.25 !important;
}

.group:hover .group-hover\:opacity-30 {
  opacity: 0.3 !important;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4 !important;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5 !important;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7 !important;
}

.group:hover .group-hover\:opacity-75 {
  opacity: 0.75 !important;
}

.group:hover .group-hover\:opacity-80 {
  opacity: 0.8 !important;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9 !important;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95 !important;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
}

.focus-within\:opacity-0:focus-within {
  opacity: 0 !important;
}

.focus-within\:opacity-5:focus-within {
  opacity: 0.05 !important;
}

.focus-within\:opacity-10:focus-within {
  opacity: 0.1 !important;
}

.focus-within\:opacity-20:focus-within {
  opacity: 0.2 !important;
}

.focus-within\:opacity-25:focus-within {
  opacity: 0.25 !important;
}

.focus-within\:opacity-30:focus-within {
  opacity: 0.3 !important;
}

.focus-within\:opacity-40:focus-within {
  opacity: 0.4 !important;
}

.focus-within\:opacity-50:focus-within {
  opacity: 0.5 !important;
}

.focus-within\:opacity-60:focus-within {
  opacity: 0.6 !important;
}

.focus-within\:opacity-70:focus-within {
  opacity: 0.7 !important;
}

.focus-within\:opacity-75:focus-within {
  opacity: 0.75 !important;
}

.focus-within\:opacity-80:focus-within {
  opacity: 0.8 !important;
}

.focus-within\:opacity-90:focus-within {
  opacity: 0.9 !important;
}

.focus-within\:opacity-95:focus-within {
  opacity: 0.95 !important;
}

.focus-within\:opacity-100:focus-within {
  opacity: 1 !important;
}

.hover\:opacity-0:hover {
  opacity: 0 !important;
}

.hover\:opacity-5:hover {
  opacity: 0.05 !important;
}

.hover\:opacity-10:hover {
  opacity: 0.1 !important;
}

.hover\:opacity-20:hover {
  opacity: 0.2 !important;
}

.hover\:opacity-25:hover {
  opacity: 0.25 !important;
}

.hover\:opacity-30:hover {
  opacity: 0.3 !important;
}

.hover\:opacity-40:hover {
  opacity: 0.4 !important;
}

.hover\:opacity-50:hover {
  opacity: 0.5 !important;
}

.hover\:opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.hover\:opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:opacity-80:hover {
  opacity: 0.8 !important;
}

.hover\:opacity-90:hover {
  opacity: 0.9 !important;
}

.hover\:opacity-95:hover {
  opacity: 0.95 !important;
}

.hover\:opacity-100:hover {
  opacity: 1 !important;
}

.focus\:opacity-0:focus {
  opacity: 0 !important;
}

.focus\:opacity-5:focus {
  opacity: 0.05 !important;
}

.focus\:opacity-10:focus {
  opacity: 0.1 !important;
}

.focus\:opacity-20:focus {
  opacity: 0.2 !important;
}

.focus\:opacity-25:focus {
  opacity: 0.25 !important;
}

.focus\:opacity-30:focus {
  opacity: 0.3 !important;
}

.focus\:opacity-40:focus {
  opacity: 0.4 !important;
}

.focus\:opacity-50:focus {
  opacity: 0.5 !important;
}

.focus\:opacity-60:focus {
  opacity: 0.6 !important;
}

.focus\:opacity-70:focus {
  opacity: 0.7 !important;
}

.focus\:opacity-75:focus {
  opacity: 0.75 !important;
}

.focus\:opacity-80:focus {
  opacity: 0.8 !important;
}

.focus\:opacity-90:focus {
  opacity: 0.9 !important;
}

.focus\:opacity-95:focus {
  opacity: 0.95 !important;
}

.focus\:opacity-100:focus {
  opacity: 1 !important;
}

.bg-blend-normal {
  background-blend-mode: normal !important;
}

.bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.bg-blend-screen {
  background-blend-mode: screen !important;
}

.bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.bg-blend-darken {
  background-blend-mode: darken !important;
}

.bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge !important;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn !important;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light !important;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light !important;
}

.bg-blend-difference {
  background-blend-mode: difference !important;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion !important;
}

.bg-blend-hue {
  background-blend-mode: hue !important;
}

.bg-blend-saturation {
  background-blend-mode: saturation !important;
}

.bg-blend-color {
  background-blend-mode: color !important;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity !important;
}

.mix-blend-normal {
  mix-blend-mode: normal !important;
}

.mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.mix-blend-screen {
  mix-blend-mode: screen !important;
}

.mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.mix-blend-darken {
  mix-blend-mode: darken !important;
}

.mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge !important;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn !important;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light !important;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light !important;
}

.mix-blend-difference {
  mix-blend-mode: difference !important;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion !important;
}

.mix-blend-hue {
  mix-blend-mode: hue !important;
}

.mix-blend-saturation {
  mix-blend-mode: saturation !important;
}

.mix-blend-color {
  mix-blend-mode: color !important;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-te-primary {
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.group:hover .group-hover\:shadow-te-primary {
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-sm:focus-within {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow:focus-within {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-md:focus-within {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-lg:focus-within {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-xl:focus-within {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-2xl:focus-within {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-inner:focus-within {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-none:focus-within {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus-within\:shadow-te-primary:focus-within {
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-inner:hover {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-none:hover {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-te-primary:hover {
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-sm:focus {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow:focus {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-md:focus {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-lg:focus {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-xl:focus {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-2xl:focus {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-inner:focus {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-te-primary:focus {
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline-white {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.outline-black {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-none:focus-within {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-white:focus-within {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus-within\:outline-black:focus-within {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.focus\:outline-white:focus {
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:outline-black:focus {
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-8 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-0:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring-8:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus-within\:ring:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-8:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-inset {
  --tw-ring-inset: inset !important;
}

.focus-within\:ring-inset:focus-within {
  --tw-ring-inset: inset !important;
}

.focus\:ring-inset:focus {
  --tw-ring-inset: inset !important;
}

.ring-transparent {
  --tw-ring-color: transparent !important;
}

.ring-current {
  --tw-ring-color: currentColor !important;
}

.ring-black {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.ring-white {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.ring-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.ring-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.ring-gray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.ring-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.ring-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.ring-gray-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.ring-gray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.ring-gray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.ring-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.ring-gray-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.ring-red-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.ring-red-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.ring-red-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.ring-red-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.ring-red-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.ring-red-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.ring-red-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.ring-red-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.ring-red-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.ring-red-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.ring-yellow {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
}

.ring-green-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.ring-green-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.ring-green-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.ring-green-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.ring-green-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.ring-green-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.ring-green-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.ring-green-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.ring-green-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.ring-green-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.ring-blue-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.ring-blue-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.ring-blue-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.ring-blue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.ring-blue-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.ring-blue-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.ring-blue-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.ring-blue-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.ring-blue-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.ring-blue-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.ring-indigo-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.ring-indigo-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.ring-indigo-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.ring-indigo-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.ring-indigo-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.ring-indigo-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.ring-indigo-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.ring-indigo-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.ring-indigo-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.ring-indigo-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.ring-purple {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
}

.ring-pink-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.ring-pink-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.ring-pink-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.ring-pink-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.ring-pink-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.ring-pink-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.ring-pink-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.ring-pink-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.ring-pink-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.ring-pink-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.ring-primary-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
}

.ring-primary-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
}

.ring-primary-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
}

.ring-primary-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
}

.ring-primary-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
}

.ring-primary-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
}

.ring-primary-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
}

.ring-primary-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
}

.ring-primary-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
}

.ring-primary-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
}

.ring-primary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
}

.ring-primary-accent-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
}

.ring-primary-accent-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
}

.ring-secondary-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
}

.ring-secondary-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
}

.ring-secondary-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
}

.ring-secondary-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
}

.ring-secondary-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
}

.ring-secondary-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
}

.ring-secondary-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
}

.ring-secondary-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
}

.ring-secondary-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
}

.ring-secondary-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
}

.ring-secondary {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
}

.ring-success-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
}

.ring-success-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
}

.ring-success-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
}

.ring-success-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
}

.ring-success-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
}

.ring-success-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
}

.ring-success-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
}

.ring-success-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
}

.ring-success-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
}

.ring-success-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
}

.ring-success {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
}

.ring-danger-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
}

.ring-danger-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
}

.ring-danger-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
}

.ring-danger-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
}

.ring-danger-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
}

.ring-danger-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
}

.ring-danger-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
}

.ring-danger-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
}

.ring-danger-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
}

.ring-danger-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
}

.ring-danger {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
}

.ring-warning-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
}

.ring-warning-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
}

.ring-warning-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
}

.ring-warning-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
}

.ring-warning-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
}

.ring-warning-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
}

.ring-warning-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
}

.ring-warning-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
}

.ring-warning-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
}

.ring-warning-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
}

.ring-warning {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
}

.ring-info-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
}

.ring-info-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
}

.ring-info-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
}

.ring-info-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
}

.ring-info-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
}

.ring-info-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
}

.ring-info-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
}

.ring-info-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
}

.ring-info-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
}

.ring-info-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
}

.ring-info {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
}

.ring-darkgreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
}

.ring-lightgreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
}

.ring-\[\#d1ecc5\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
}

.ring-\[\#282828\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
}

.ring-\[\#bde020\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
}

.ring-\[\#efeee8\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
}

.ring-\[\#bdc11d\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
}

.ring-\[\#039147\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
}

.ring-\[\#c3c1bf\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
}

.ring-\[\#039047\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
}

.ring-\[\#c8da2e\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
}

.ring-dmxMecanismob {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
}

.ring-fog {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
}

.ring-pink-cistitis {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.ring-purple1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
}

.ring-purple2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
}

.ring-purple3 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
}

.ring-purplebg {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
}

.ring-purplebg2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
}

.ring-purpleBorder {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
}

.ring-purpleIcon {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
}

.ring-purpleTB {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
}

.ring-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.ring-yellow-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.ring-yellowBtn {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
}

.ring-grayT {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
}

.ring-grayTL {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
}

.ring-gray77 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
}

.ring-grayhr {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
}

.ring-whiteTbl {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
}

.ring-roja {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
}

.ring-anaranjada {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
}

.ring-amarilla {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
}

.ring-ocean {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
}

.ring-forest {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
}

.ring-mint {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
}

.ring-azul {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
}

.ring-negra {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
}

.ring-lime-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}

.ring-lime-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}

.ring-lime-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}

.ring-lime-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}

.ring-lime-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}

.ring-lime-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}

.ring-lime-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}

.ring-lime-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}

.ring-lime-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}

.ring-lime-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}

.ring-cyan-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
}

.ring-cyan-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
}

.ring-cyan-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
}

.ring-cyan-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
}

.ring-cyan-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
}

.ring-cyan-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
}

.ring-cyan-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
}

.ring-cyan-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
}

.ring-cyan-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
}

.ring-cyan-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
}

.ring-cadet-blue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
}

.ring-lavender-blue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
}

.ring-cobalt-blue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
}

.ring-sky-blue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
}

.ring-berry {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
}

.ring-lapis {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
}

.ring-azure {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
}

.ring-pine {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
}

.ring-spring {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
}

.ring-slime {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
}

.ring-jade-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
}

.ring-jade-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
}

.ring-jade-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
}

.ring-cerulean {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
}

.ring-evergreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
}

.ring-admiral {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
}

.ring-denim {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
}

.ring-laurel {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
}

.ring-Dpink1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
}

.ring-Dblue1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
}

.ring-Dblue2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
}

.ring-Pgray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.ring-Metblue1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
}

.ring-MetBlue2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
}

.ring-MetBlueGrid1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
}

.ring-MetBlueGrid2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
}

.ring-MetBlueGrid3 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
}

.ring-MetBlueLast {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
}

.ring-Metwhite {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.ring-Pkorange1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
}

.ring-Pkorange2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
}

.ring-BvpBlue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
}

.ring-BvpPine {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
}

.ring-BvpBlue2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
}

.ring-BvpGreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
}

.ring-Pkblue-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
}

.ring-Pkblue-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
}

.ring-Pkblue-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
}

.ring-BpurpleText {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
}

.ring-BpurpleText2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
}

.ring-BgradYellow {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
}

.ring-Bgradpurple1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
}

.ring-Bpink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
}

.ring-Bpink2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
}

.ring-Bgradpurple2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
}

.ring-Bgradpink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
}

.ring-Bgradwhite {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
}

.ring-BBlue1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
}

.ring-BpinkContainer {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
}

.ring-Cpinkcover {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.ring-bannerText {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
}

.ring-fondoWhite {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
}

.ring-bgGrid {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
}

.ring-cisYellow {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
}

.ring-cisPink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.ring-footer {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.ring-cisGray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
}

.ring-cisCarm {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
}

.ring-cisgrad1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
}

.ring-cisgrad2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
}

.ring-cisgrad3 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
}

.ring-cisgrad4 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
}

.ring-doxYellow {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
}

.ring-doxGreenM {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
}

.ring-doxGreenS {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
}

.ring-doxGreenR {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
}

.ring-doxGreenT {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
}

.ring-doxGrayS {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
}

.ring-doxGrayE {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
}

.ring-dxmgreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
}

.ring-dxmGreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
}

.ring-dxmsquare {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
}

.ring-dxmText {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
}

.ring-dxmbacksquare {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
}

.ring-dxmTitle {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
}

.ring-dxmFtBG {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
}

.ring-green1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
}

.ring-green2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
}

.ring-green3 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
}

.ring-green4 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
}

.ring-dcnMain {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
}

.ring-dcnbl {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
}

.ring-dcnsText {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
}

.ring-dcnsRed {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
}

.ring-dmxPurple {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
}

.ring-dmxBlue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
}

.ring-dmxSquare {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
}

.ring-bgmecanismo {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
}

.ring-dmxGreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
}

.ring-dmxText {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
}

.ring-dmxgray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
}

.ring-bvGray {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
}

.ring-bvBlue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
}

.ring-bVGreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
}

.ring-bvMint {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
}

.ring-bvCadetBlue {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
}

.ring-bvPuntos {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
}

.ring-bvSlime {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
}

.ring-bvSky {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
}

.ring-ash {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.ring-sky {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
}

.ring-blueHepa {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
}

.ring-zomig-orange-1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-3 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-4 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-5 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-6 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-7 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
}

.ring-zomig-blue-8 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
}

.ring-zomig-gray-1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
}

.ring-zomig-gray-2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
}

.ring-nebido-0 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
}

.ring-nebido-1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
}

.ring-nebido-2 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
}

.ring-nebido-loblolly-1000 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
}

.ring-nebido-fuel-yellow-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mine-shaft-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
}

.ring-nebido-mercury-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
}

.ring-nebido-porcelain-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
}

.ring-nebido-jungle-mist-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
}

.ring-nebido-dove-gray-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-50 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-100 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-200 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-300 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-400 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-500 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-600 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-700 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-800 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-900 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
}

.ring-nebido-my-sin-950 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
}

.ring-thepink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
}

.ring-darkpink {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
}

.ring-bluegreen {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
}

.ring-beyond-green-1 {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-transparent:focus-within {
  --tw-ring-color: transparent !important;
}

.focus-within\:ring-current:focus-within {
  --tw-ring-color: currentColor !important;
}

.focus-within\:ring-black:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-white:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-red-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blue-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-indigo-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-accent-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-primary-accent-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-secondary:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-success:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-danger:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-warning:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-info:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-darkgreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lightgreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#d1ecc5\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#282828\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#bde020\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#efeee8\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#bdc11d\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#039147\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#c3c1bf\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#039047\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-\[\#c8da2e\]:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxMecanismob:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-fog:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pink-cistitis:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purple3:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purplebg:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purplebg2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purpleBorder:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purpleIcon:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-purpleTB:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellow-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-yellowBtn:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grayT:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grayTL:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-gray77:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-grayhr:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-whiteTbl:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-roja:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-anaranjada:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-amarilla:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-ocean:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-forest:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-mint:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-azul:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-negra:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lime-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cyan-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cadet-blue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lavender-blue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cobalt-blue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-sky-blue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-berry:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-lapis:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-azure:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-pine:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-spring:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-slime:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-jade-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-jade-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-jade-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cerulean:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-evergreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-admiral:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-denim:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-laurel:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Dpink1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Dblue1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Dblue2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Pgray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Metblue1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-MetBlue2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-MetBlueGrid1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-MetBlueGrid2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-MetBlueGrid3:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-MetBlueLast:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Metwhite:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Pkorange1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Pkorange2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BvpBlue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BvpPine:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BvpBlue2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BvpGreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Pkblue-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Pkblue-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Pkblue-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BpurpleText:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BpurpleText2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BgradYellow:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Bgradpurple1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Bpink:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Bpink2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Bgradpurple2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Bgradpink:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Bgradwhite:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BBlue1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-BpinkContainer:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-Cpinkcover:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bannerText:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-fondoWhite:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bgGrid:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisYellow:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisPink:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-footer:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisGray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisCarm:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisgrad1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisgrad2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisgrad3:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-cisgrad4:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxYellow:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxGreenM:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxGreenS:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxGreenR:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxGreenT:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxGrayS:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-doxGrayE:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmgreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmGreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmsquare:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmText:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmbacksquare:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmTitle:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dxmFtBG:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green3:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-green4:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dcnMain:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dcnbl:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dcnsText:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dcnsRed:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxPurple:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxBlue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxSquare:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bgmecanismo:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxGreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxText:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-dmxgray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvGray:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvBlue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bVGreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvMint:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvCadetBlue:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvPuntos:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvSlime:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bvSky:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-ash:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-sky:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-blueHepa:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-orange-1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-3:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-4:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-5:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-6:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-7:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-blue-8:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-gray-1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-zomig-gray-2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-0:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-2:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-loblolly-1000:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-fuel-yellow-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mine-shaft-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-mercury-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-porcelain-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-jungle-mist-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-dove-gray-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-50:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-100:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-200:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-300:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-400:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-500:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-600:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-700:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-800:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-900:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-nebido-my-sin-950:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-thepink:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-darkpink:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-bluegreen:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
}

.focus-within\:ring-beyond-green-1:focus-within {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent !important;
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor !important;
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-accent-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-primary-accent-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
}

.focus\:ring-secondary:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
}

.focus\:ring-success:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
}

.focus\:ring-danger:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
}

.focus\:ring-warning:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
}

.focus\:ring-info:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
}

.focus\:ring-darkgreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lightgreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#d1ecc5\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#282828\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#bde020\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#efeee8\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#bdc11d\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#039147\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#c3c1bf\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#039047\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
}

.focus\:ring-\[\#c8da2e\]:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxMecanismob:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
}

.focus\:ring-fog:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pink-cistitis:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purple3:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purplebg:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purplebg2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purpleBorder:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purpleIcon:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
}

.focus\:ring-purpleTB:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
}

.focus\:ring-yellowBtn:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grayT:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grayTL:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
}

.focus\:ring-gray77:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
}

.focus\:ring-grayhr:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
}

.focus\:ring-whiteTbl:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-roja:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
}

.focus\:ring-anaranjada:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
}

.focus\:ring-amarilla:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
}

.focus\:ring-ocean:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
}

.focus\:ring-forest:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
}

.focus\:ring-mint:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
}

.focus\:ring-azul:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
}

.focus\:ring-negra:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lime-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cyan-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cadet-blue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lavender-blue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cobalt-blue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
}

.focus\:ring-sky-blue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
}

.focus\:ring-berry:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
}

.focus\:ring-lapis:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
}

.focus\:ring-azure:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
}

.focus\:ring-pine:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
}

.focus\:ring-spring:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-slime:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-jade-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
}

.focus\:ring-jade-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
}

.focus\:ring-jade-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cerulean:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
}

.focus\:ring-evergreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
}

.focus\:ring-admiral:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
}

.focus\:ring-denim:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
}

.focus\:ring-laurel:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Dpink1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Dblue1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Dblue2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Pgray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Metblue1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
}

.focus\:ring-MetBlue2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
}

.focus\:ring-MetBlueGrid1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
}

.focus\:ring-MetBlueGrid2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
}

.focus\:ring-MetBlueGrid3:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
}

.focus\:ring-MetBlueLast:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Metwhite:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Pkorange1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Pkorange2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BvpBlue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BvpPine:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BvpBlue2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BvpGreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Pkblue-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Pkblue-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Pkblue-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BpurpleText:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BpurpleText2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BgradYellow:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Bgradpurple1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Bpink:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Bpink2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Bgradpurple2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Bgradpink:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Bgradwhite:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BBlue1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-BpinkContainer:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
}

.focus\:ring-Cpinkcover:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bannerText:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
}

.focus\:ring-fondoWhite:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bgGrid:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisYellow:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisPink:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-footer:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisGray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisCarm:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisgrad1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisgrad2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisgrad3:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
}

.focus\:ring-cisgrad4:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxYellow:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxGreenM:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxGreenS:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxGreenR:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxGreenT:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxGrayS:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-doxGrayE:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmgreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmGreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmsquare:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmText:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmbacksquare:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmTitle:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dxmFtBG:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green3:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
}

.focus\:ring-green4:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dcnMain:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dcnbl:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dcnsText:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dcnsRed:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxPurple:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxBlue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxSquare:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bgmecanismo:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxGreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxText:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-dmxgray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvGray:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvBlue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bVGreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvMint:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvCadetBlue:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvPuntos:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvSlime:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bvSky:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
}

.focus\:ring-ash:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
}

.focus\:ring-sky:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
}

.focus\:ring-blueHepa:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-orange-1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-3:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-4:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-5:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-6:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-7:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-blue-8:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-gray-1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
}

.focus\:ring-zomig-gray-2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-0:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-2:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-loblolly-1000:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-fuel-yellow-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mine-shaft-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-mercury-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-porcelain-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-jungle-mist-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-dove-gray-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-50:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-100:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-200:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-300:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-400:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-600:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-700:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-800:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-900:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
}

.focus\:ring-nebido-my-sin-950:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
}

.focus\:ring-thepink:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
}

.focus\:ring-darkpink:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
}

.focus\:ring-bluegreen:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
}

.focus\:ring-beyond-green-1:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
}

.ring-opacity-0 {
  --tw-ring-opacity: 0 !important;
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05 !important;
}

.ring-opacity-10 {
  --tw-ring-opacity: 0.1 !important;
}

.ring-opacity-20 {
  --tw-ring-opacity: 0.2 !important;
}

.ring-opacity-25 {
  --tw-ring-opacity: 0.25 !important;
}

.ring-opacity-30 {
  --tw-ring-opacity: 0.3 !important;
}

.ring-opacity-40 {
  --tw-ring-opacity: 0.4 !important;
}

.ring-opacity-50 {
  --tw-ring-opacity: 0.5 !important;
}

.ring-opacity-60 {
  --tw-ring-opacity: 0.6 !important;
}

.ring-opacity-70 {
  --tw-ring-opacity: 0.7 !important;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75 !important;
}

.ring-opacity-80 {
  --tw-ring-opacity: 0.8 !important;
}

.ring-opacity-90 {
  --tw-ring-opacity: 0.9 !important;
}

.ring-opacity-95 {
  --tw-ring-opacity: 0.95 !important;
}

.ring-opacity-100 {
  --tw-ring-opacity: 1 !important;
}

.focus-within\:ring-opacity-0:focus-within {
  --tw-ring-opacity: 0 !important;
}

.focus-within\:ring-opacity-5:focus-within {
  --tw-ring-opacity: 0.05 !important;
}

.focus-within\:ring-opacity-10:focus-within {
  --tw-ring-opacity: 0.1 !important;
}

.focus-within\:ring-opacity-20:focus-within {
  --tw-ring-opacity: 0.2 !important;
}

.focus-within\:ring-opacity-25:focus-within {
  --tw-ring-opacity: 0.25 !important;
}

.focus-within\:ring-opacity-30:focus-within {
  --tw-ring-opacity: 0.3 !important;
}

.focus-within\:ring-opacity-40:focus-within {
  --tw-ring-opacity: 0.4 !important;
}

.focus-within\:ring-opacity-50:focus-within {
  --tw-ring-opacity: 0.5 !important;
}

.focus-within\:ring-opacity-60:focus-within {
  --tw-ring-opacity: 0.6 !important;
}

.focus-within\:ring-opacity-70:focus-within {
  --tw-ring-opacity: 0.7 !important;
}

.focus-within\:ring-opacity-75:focus-within {
  --tw-ring-opacity: 0.75 !important;
}

.focus-within\:ring-opacity-80:focus-within {
  --tw-ring-opacity: 0.8 !important;
}

.focus-within\:ring-opacity-90:focus-within {
  --tw-ring-opacity: 0.9 !important;
}

.focus-within\:ring-opacity-95:focus-within {
  --tw-ring-opacity: 0.95 !important;
}

.focus-within\:ring-opacity-100:focus-within {
  --tw-ring-opacity: 1 !important;
}

.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0 !important;
}

.focus\:ring-opacity-5:focus {
  --tw-ring-opacity: 0.05 !important;
}

.focus\:ring-opacity-10:focus {
  --tw-ring-opacity: 0.1 !important;
}

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2 !important;
}

.focus\:ring-opacity-25:focus {
  --tw-ring-opacity: 0.25 !important;
}

.focus\:ring-opacity-30:focus {
  --tw-ring-opacity: 0.3 !important;
}

.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4 !important;
}

.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5 !important;
}

.focus\:ring-opacity-60:focus {
  --tw-ring-opacity: 0.6 !important;
}

.focus\:ring-opacity-70:focus {
  --tw-ring-opacity: 0.7 !important;
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75 !important;
}

.focus\:ring-opacity-80:focus {
  --tw-ring-opacity: 0.8 !important;
}

.focus\:ring-opacity-90:focus {
  --tw-ring-opacity: 0.9 !important;
}

.focus\:ring-opacity-95:focus {
  --tw-ring-opacity: 0.95 !important;
}

.focus\:ring-opacity-100:focus {
  --tw-ring-opacity: 1 !important;
}

.ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px !important;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px !important;
}

.ring-offset-4 {
  --tw-ring-offset-width: 4px !important;
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px !important;
}

.focus-within\:ring-offset-0:focus-within {
  --tw-ring-offset-width: 0px !important;
}

.focus-within\:ring-offset-1:focus-within {
  --tw-ring-offset-width: 1px !important;
}

.focus-within\:ring-offset-2:focus-within {
  --tw-ring-offset-width: 2px !important;
}

.focus-within\:ring-offset-4:focus-within {
  --tw-ring-offset-width: 4px !important;
}

.focus-within\:ring-offset-8:focus-within {
  --tw-ring-offset-width: 8px !important;
}

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}

.focus\:ring-offset-1:focus {
  --tw-ring-offset-width: 1px !important;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px !important;
}

.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px !important;
}

.focus\:ring-offset-8:focus {
  --tw-ring-offset-width: 8px !important;
}

.ring-offset-transparent {
  --tw-ring-offset-color: transparent !important;
}

.ring-offset-current {
  --tw-ring-offset-color: currentColor !important;
}

.ring-offset-black {
  --tw-ring-offset-color: #000 !important;
}

.ring-offset-white {
  --tw-ring-offset-color: #fff !important;
}

.ring-offset-gray-50 {
  --tw-ring-offset-color: #fafafa !important;
}

.ring-offset-gray-100 {
  --tw-ring-offset-color: #f4f4f5 !important;
}

.ring-offset-gray-200 {
  --tw-ring-offset-color: #e4e4e7 !important;
}

.ring-offset-gray-300 {
  --tw-ring-offset-color: #d4d4d8 !important;
}

.ring-offset-gray-400 {
  --tw-ring-offset-color: #a1a1aa !important;
}

.ring-offset-gray-500 {
  --tw-ring-offset-color: #71717a !important;
}

.ring-offset-gray-600 {
  --tw-ring-offset-color: #52525b !important;
}

.ring-offset-gray-700 {
  --tw-ring-offset-color: #3f3f46 !important;
}

.ring-offset-gray-800 {
  --tw-ring-offset-color: #27272a !important;
}

.ring-offset-gray-900 {
  --tw-ring-offset-color: #18181b !important;
}

.ring-offset-red-50 {
  --tw-ring-offset-color: #fef2f2 !important;
}

.ring-offset-red-100 {
  --tw-ring-offset-color: #fee2e2 !important;
}

.ring-offset-red-200 {
  --tw-ring-offset-color: #fecaca !important;
}

.ring-offset-red-300 {
  --tw-ring-offset-color: #fca5a5 !important;
}

.ring-offset-red-400 {
  --tw-ring-offset-color: #f87171 !important;
}

.ring-offset-red-500 {
  --tw-ring-offset-color: #ef4444 !important;
}

.ring-offset-red-600 {
  --tw-ring-offset-color: #dc2626 !important;
}

.ring-offset-red-700 {
  --tw-ring-offset-color: #b91c1c !important;
}

.ring-offset-red-800 {
  --tw-ring-offset-color: #991b1b !important;
}

.ring-offset-red-900 {
  --tw-ring-offset-color: #7f1d1d !important;
}

.ring-offset-yellow {
  --tw-ring-offset-color: #F6BE4A !important;
}

.ring-offset-green-50 {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.ring-offset-green-100 {
  --tw-ring-offset-color: #d1fae5 !important;
}

.ring-offset-green-200 {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.ring-offset-green-300 {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.ring-offset-green-400 {
  --tw-ring-offset-color: #34d399 !important;
}

.ring-offset-green-500 {
  --tw-ring-offset-color: #10b981 !important;
}

.ring-offset-green-600 {
  --tw-ring-offset-color: #059669 !important;
}

.ring-offset-green-700 {
  --tw-ring-offset-color: #047857 !important;
}

.ring-offset-green-800 {
  --tw-ring-offset-color: #065f46 !important;
}

.ring-offset-green-900 {
  --tw-ring-offset-color: #064e3b !important;
}

.ring-offset-blue-50 {
  --tw-ring-offset-color: #eff6ff !important;
}

.ring-offset-blue-100 {
  --tw-ring-offset-color: #dbeafe !important;
}

.ring-offset-blue-200 {
  --tw-ring-offset-color: #bfdbfe !important;
}

.ring-offset-blue-300 {
  --tw-ring-offset-color: #93c5fd !important;
}

.ring-offset-blue-400 {
  --tw-ring-offset-color: #60a5fa !important;
}

.ring-offset-blue-500 {
  --tw-ring-offset-color: #3b82f6 !important;
}

.ring-offset-blue-600 {
  --tw-ring-offset-color: #2563eb !important;
}

.ring-offset-blue-700 {
  --tw-ring-offset-color: #1d4ed8 !important;
}

.ring-offset-blue-800 {
  --tw-ring-offset-color: #1e40af !important;
}

.ring-offset-blue-900 {
  --tw-ring-offset-color: #1e3a8a !important;
}

.ring-offset-indigo-50 {
  --tw-ring-offset-color: #eef2ff !important;
}

.ring-offset-indigo-100 {
  --tw-ring-offset-color: #e0e7ff !important;
}

.ring-offset-indigo-200 {
  --tw-ring-offset-color: #c7d2fe !important;
}

.ring-offset-indigo-300 {
  --tw-ring-offset-color: #a5b4fc !important;
}

.ring-offset-indigo-400 {
  --tw-ring-offset-color: #818cf8 !important;
}

.ring-offset-indigo-500 {
  --tw-ring-offset-color: #6366f1 !important;
}

.ring-offset-indigo-600 {
  --tw-ring-offset-color: #4f46e5 !important;
}

.ring-offset-indigo-700 {
  --tw-ring-offset-color: #4338ca !important;
}

.ring-offset-indigo-800 {
  --tw-ring-offset-color: #3730a3 !important;
}

.ring-offset-indigo-900 {
  --tw-ring-offset-color: #312e81 !important;
}

.ring-offset-purple {
  --tw-ring-offset-color: #6c42a0 !important;
}

.ring-offset-pink-50 {
  --tw-ring-offset-color: #fdf2f8 !important;
}

.ring-offset-pink-100 {
  --tw-ring-offset-color: #fce7f3 !important;
}

.ring-offset-pink-200 {
  --tw-ring-offset-color: #fbcfe8 !important;
}

.ring-offset-pink-300 {
  --tw-ring-offset-color: #f9a8d4 !important;
}

.ring-offset-pink-400 {
  --tw-ring-offset-color: #f472b6 !important;
}

.ring-offset-pink-500 {
  --tw-ring-offset-color: #ec4899 !important;
}

.ring-offset-pink-600 {
  --tw-ring-offset-color: #db2777 !important;
}

.ring-offset-pink-700 {
  --tw-ring-offset-color: #be185d !important;
}

.ring-offset-pink-800 {
  --tw-ring-offset-color: #9d174d !important;
}

.ring-offset-pink-900 {
  --tw-ring-offset-color: #831843 !important;
}

.ring-offset-primary-50 {
  --tw-ring-offset-color: #F1F5FB !important;
}

.ring-offset-primary-100 {
  --tw-ring-offset-color: #E3EBF7 !important;
}

.ring-offset-primary-200 {
  --tw-ring-offset-color: #C7D7F0 !important;
}

.ring-offset-primary-300 {
  --tw-ring-offset-color: #ABC2E8 !important;
}

.ring-offset-primary-400 {
  --tw-ring-offset-color: #8FAEE0 !important;
}

.ring-offset-primary-500 {
  --tw-ring-offset-color: #6590D5 !important;
}

.ring-offset-primary-600 {
  --tw-ring-offset-color: #3061AF !important;
}

.ring-offset-primary-700 {
  --tw-ring-offset-color: #285192 !important;
}

.ring-offset-primary-800 {
  --tw-ring-offset-color: #204075 !important;
}

.ring-offset-primary-900 {
  --tw-ring-offset-color: #183058 !important;
}

.ring-offset-primary {
  --tw-ring-offset-color: #3B71CA !important;
}

.ring-offset-primary-accent-100 {
  --tw-ring-offset-color: #d9e4f3 !important;
}

.ring-offset-primary-accent-200 {
  --tw-ring-offset-color: #cedbee !important;
}

.ring-offset-secondary-50 {
  --tw-ring-offset-color: #F8F9F9 !important;
}

.ring-offset-secondary-100 {
  --tw-ring-offset-color: #F1F2F4 !important;
}

.ring-offset-secondary-200 {
  --tw-ring-offset-color: #E4E6E9 !important;
}

.ring-offset-secondary-300 {
  --tw-ring-offset-color: #D6D9DE !important;
}

.ring-offset-secondary-400 {
  --tw-ring-offset-color: #C8CCD3 !important;
}

.ring-offset-secondary-500 {
  --tw-ring-offset-color: #B3B9C2 !important;
}

.ring-offset-secondary-600 {
  --tw-ring-offset-color: #848D9C !important;
}

.ring-offset-secondary-700 {
  --tw-ring-offset-color: #6B7585 !important;
}

.ring-offset-secondary-800 {
  --tw-ring-offset-color: #565D6B !important;
}

.ring-offset-secondary-900 {
  --tw-ring-offset-color: #404650 !important;
}

.ring-offset-secondary {
  --tw-ring-offset-color: #9FA6B2 !important;
}

.ring-offset-success-50 {
  --tw-ring-offset-color: #EAFCF2 !important;
}

.ring-offset-success-100 {
  --tw-ring-offset-color: #D6FAE4 !important;
}

.ring-offset-success-200 {
  --tw-ring-offset-color: #ACF5C9 !important;
}

.ring-offset-success-300 {
  --tw-ring-offset-color: #83F0AE !important;
}

.ring-offset-success-400 {
  --tw-ring-offset-color: #59EA93 !important;
}

.ring-offset-success-500 {
  --tw-ring-offset-color: #1CE26B !important;
}

.ring-offset-success-600 {
  --tw-ring-offset-color: #118C42 !important;
}

.ring-offset-success-700 {
  --tw-ring-offset-color: #0E7537 !important;
}

.ring-offset-success-800 {
  --tw-ring-offset-color: #0C5D2C !important;
}

.ring-offset-success-900 {
  --tw-ring-offset-color: #094621 !important;
}

.ring-offset-success {
  --tw-ring-offset-color: #14A44D !important;
}

.ring-offset-danger-50 {
  --tw-ring-offset-color: #FCF2F4 !important;
}

.ring-offset-danger-100 {
  --tw-ring-offset-color: #FAE5E9 !important;
}

.ring-offset-danger-200 {
  --tw-ring-offset-color: #F5CCD3 !important;
}

.ring-offset-danger-300 {
  --tw-ring-offset-color: #F0B2BD !important;
}

.ring-offset-danger-400 {
  --tw-ring-offset-color: #EB99A6 !important;
}

.ring-offset-danger-500 {
  --tw-ring-offset-color: #E37285 !important;
}

.ring-offset-danger-600 {
  --tw-ring-offset-color: #D42A46 !important;
}

.ring-offset-danger-700 {
  --tw-ring-offset-color: #B0233A !important;
}

.ring-offset-danger-800 {
  --tw-ring-offset-color: #8D1C2F !important;
}

.ring-offset-danger-900 {
  --tw-ring-offset-color: #6A1523 !important;
}

.ring-offset-danger {
  --tw-ring-offset-color: #DC4C64 !important;
}

.ring-offset-warning-50 {
  --tw-ring-offset-color: #FDF8EF !important;
}

.ring-offset-warning-100 {
  --tw-ring-offset-color: #FBF2DE !important;
}

.ring-offset-warning-200 {
  --tw-ring-offset-color: #F7E4BE !important;
}

.ring-offset-warning-300 {
  --tw-ring-offset-color: #F4D79D !important;
}

.ring-offset-warning-400 {
  --tw-ring-offset-color: #F0C97D !important;
}

.ring-offset-warning-500 {
  --tw-ring-offset-color: #EAB54C !important;
}

.ring-offset-warning-600 {
  --tw-ring-offset-color: #C48A17 !important;
}

.ring-offset-warning-700 {
  --tw-ring-offset-color: #A37313 !important;
}

.ring-offset-warning-800 {
  --tw-ring-offset-color: #825C0F !important;
}

.ring-offset-warning-900 {
  --tw-ring-offset-color: #62450B !important;
}

.ring-offset-warning {
  --tw-ring-offset-color: #E4A11B !important;
}

.ring-offset-info-50 {
  --tw-ring-offset-color: #F3FAFC !important;
}

.ring-offset-info-100 {
  --tw-ring-offset-color: #E7F4F9 !important;
}

.ring-offset-info-200 {
  --tw-ring-offset-color: #CEE9F2 !important;
}

.ring-offset-info-300 {
  --tw-ring-offset-color: #B6DFEC !important;
}

.ring-offset-info-400 {
  --tw-ring-offset-color: #9ED4E6 !important;
}

.ring-offset-info-500 {
  --tw-ring-offset-color: #79C4DC !important;
}

.ring-offset-info-600 {
  --tw-ring-offset-color: #34A4CA !important;
}

.ring-offset-info-700 {
  --tw-ring-offset-color: #2B89A8 !important;
}

.ring-offset-info-800 {
  --tw-ring-offset-color: #236D86 !important;
}

.ring-offset-info-900 {
  --tw-ring-offset-color: #1A5265 !important;
}

.ring-offset-info {
  --tw-ring-offset-color: #54B4D3 !important;
}

.ring-offset-darkgreen {
  --tw-ring-offset-color: #066B3D !important;
}

.ring-offset-lightgreen {
  --tw-ring-offset-color: #70BB44 !important;
}

.ring-offset-\[\#d1ecc5\] {
  --tw-ring-offset-color: #d1ecc5 !important;
}

.ring-offset-\[\#282828\] {
  --tw-ring-offset-color: #282828 !important;
}

.ring-offset-\[\#bde020\] {
  --tw-ring-offset-color: #bde020 !important;
}

.ring-offset-\[\#efeee8\] {
  --tw-ring-offset-color: #efeee8 !important;
}

.ring-offset-\[\#bdc11d\] {
  --tw-ring-offset-color: #bdc11d !important;
}

.ring-offset-\[\#039147\] {
  --tw-ring-offset-color: #039147 !important;
}

.ring-offset-\[\#c3c1bf\] {
  --tw-ring-offset-color: #c3c1bf !important;
}

.ring-offset-\[\#039047\] {
  --tw-ring-offset-color: #039047 !important;
}

.ring-offset-\[\#c8da2e\] {
  --tw-ring-offset-color: #c8da2e !important;
}

.ring-offset-dmxMecanismob {
  --tw-ring-offset-color: #c6bad2 !important;
}

.ring-offset-fog {
  --tw-ring-offset-color: #535353 !important;
}

.ring-offset-pink-cistitis {
  --tw-ring-offset-color: #E23A6B !important;
}

.ring-offset-purple1 {
  --tw-ring-offset-color: #70447A !important;
}

.ring-offset-purple2 {
  --tw-ring-offset-color: #42114C !important;
}

.ring-offset-purple3 {
  --tw-ring-offset-color: #5D0661 !important;
}

.ring-offset-purplebg {
  --tw-ring-offset-color: #F7F2F7 !important;
}

.ring-offset-purplebg2 {
  --tw-ring-offset-color: #D2C2D5 !important;
}

.ring-offset-purpleBorder {
  --tw-ring-offset-color: #3B1E4B !important;
}

.ring-offset-purpleIcon {
  --tw-ring-offset-color: #B0A2B8 !important;
}

.ring-offset-purpleTB {
  --tw-ring-offset-color: #D4C6DC !important;
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a !important;
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308 !important;
}

.ring-offset-yellowBtn {
  --tw-ring-offset-color: #F7C139 !important;
}

.ring-offset-grayT {
  --tw-ring-offset-color: #292929 !important;
}

.ring-offset-grayTL {
  --tw-ring-offset-color: #363737 !important;
}

.ring-offset-gray77 {
  --tw-ring-offset-color: #4D4D4D !important;
}

.ring-offset-grayhr {
  --tw-ring-offset-color: #D3D3D3 !important;
}

.ring-offset-whiteTbl {
  --tw-ring-offset-color: #F8F6F9 !important;
}

.ring-offset-roja {
  --tw-ring-offset-color: #E52027 !important;
}

.ring-offset-anaranjada {
  --tw-ring-offset-color: #EB6A2D !important;
}

.ring-offset-amarilla {
  --tw-ring-offset-color: #FBDA3C !important;
}

.ring-offset-ocean {
  --tw-ring-offset-color: #51C1D1 !important;
}

.ring-offset-forest {
  --tw-ring-offset-color: #7FB80D !important;
}

.ring-offset-mint {
  --tw-ring-offset-color: #67AA35 !important;
}

.ring-offset-azul {
  --tw-ring-offset-color: #4BACCF !important;
}

.ring-offset-negra {
  --tw-ring-offset-color: #262626 !important;
}

.ring-offset-lime-50 {
  --tw-ring-offset-color: #f7fee7 !important;
}

.ring-offset-lime-100 {
  --tw-ring-offset-color: #ecfccb !important;
}

.ring-offset-lime-200 {
  --tw-ring-offset-color: #d9f99d !important;
}

.ring-offset-lime-300 {
  --tw-ring-offset-color: #bef264 !important;
}

.ring-offset-lime-400 {
  --tw-ring-offset-color: #a3e635 !important;
}

.ring-offset-lime-500 {
  --tw-ring-offset-color: #84cc16 !important;
}

.ring-offset-lime-600 {
  --tw-ring-offset-color: #65a30d !important;
}

.ring-offset-lime-700 {
  --tw-ring-offset-color: #4d7c0f !important;
}

.ring-offset-lime-800 {
  --tw-ring-offset-color: #3f6212 !important;
}

.ring-offset-lime-900 {
  --tw-ring-offset-color: #365314 !important;
}

.ring-offset-cyan-50 {
  --tw-ring-offset-color: #ecfeff !important;
}

.ring-offset-cyan-100 {
  --tw-ring-offset-color: #cffafe !important;
}

.ring-offset-cyan-200 {
  --tw-ring-offset-color: #a5f3fc !important;
}

.ring-offset-cyan-300 {
  --tw-ring-offset-color: #67e8f9 !important;
}

.ring-offset-cyan-400 {
  --tw-ring-offset-color: #22d3ee !important;
}

.ring-offset-cyan-500 {
  --tw-ring-offset-color: #06b6d4 !important;
}

.ring-offset-cyan-600 {
  --tw-ring-offset-color: #0891b2 !important;
}

.ring-offset-cyan-700 {
  --tw-ring-offset-color: #0e7490 !important;
}

.ring-offset-cyan-800 {
  --tw-ring-offset-color: #155e75 !important;
}

.ring-offset-cyan-900 {
  --tw-ring-offset-color: #164e63 !important;
}

.ring-offset-cadet-blue {
  --tw-ring-offset-color: #164682 !important;
}

.ring-offset-lavender-blue {
  --tw-ring-offset-color: #2A7EDE !important;
}

.ring-offset-cobalt-blue {
  --tw-ring-offset-color: #218AA2 !important;
}

.ring-offset-sky-blue {
  --tw-ring-offset-color: #51C1D1 !important;
}

.ring-offset-berry {
  --tw-ring-offset-color: #01A4BA !important;
}

.ring-offset-lapis {
  --tw-ring-offset-color: #138CA5 !important;
}

.ring-offset-azure {
  --tw-ring-offset-color: #1EC4D3 !important;
}

.ring-offset-pine {
  --tw-ring-offset-color: #9CEFC7 !important;
}

.ring-offset-spring {
  --tw-ring-offset-color: #79CA00 !important;
}

.ring-offset-slime {
  --tw-ring-offset-color: #4EAF00 !important;
}

.ring-offset-jade-50 {
  --tw-ring-offset-color: #D9F6FB !important;
}

.ring-offset-jade-500 {
  --tw-ring-offset-color: #DEF7FC !important;
}

.ring-offset-jade-900 {
  --tw-ring-offset-color: #EEFCFE !important;
}

.ring-offset-cerulean {
  --tw-ring-offset-color: #D3EAEF !important;
}

.ring-offset-evergreen {
  --tw-ring-offset-color: #6DBE4D !important;
}

.ring-offset-admiral {
  --tw-ring-offset-color: #2377BE !important;
}

.ring-offset-denim {
  --tw-ring-offset-color: #37A5DD !important;
}

.ring-offset-laurel {
  --tw-ring-offset-color: #6CBE51 !important;
}

.ring-offset-Dpink1 {
  --tw-ring-offset-color: #E74F77 !important;
}

.ring-offset-Dblue1 {
  --tw-ring-offset-color: #42A6B8 !important;
}

.ring-offset-Dblue2 {
  --tw-ring-offset-color: #225258 !important;
}

.ring-offset-Pgray {
  --tw-ring-offset-color: #f4f4f4 !important;
}

.ring-offset-Metblue1 {
  --tw-ring-offset-color: #4BB5D4 !important;
}

.ring-offset-MetBlue2 {
  --tw-ring-offset-color: #205B87 !important;
}

.ring-offset-MetBlueGrid1 {
  --tw-ring-offset-color: #2DB5D4 !important;
}

.ring-offset-MetBlueGrid2 {
  --tw-ring-offset-color: #2569B8 !important;
}

.ring-offset-MetBlueGrid3 {
  --tw-ring-offset-color: #42ABBB !important;
}

.ring-offset-MetBlueLast {
  --tw-ring-offset-color: #2569B9 !important;
}

.ring-offset-Metwhite {
  --tw-ring-offset-color: #F5F5F5 !important;
}

.ring-offset-Pkorange1 {
  --tw-ring-offset-color: #D85F2A !important;
}

.ring-offset-Pkorange2 {
  --tw-ring-offset-color: #FC4300 !important;
}

.ring-offset-BvpBlue {
  --tw-ring-offset-color: #1292A9 !important;
}

.ring-offset-BvpPine {
  --tw-ring-offset-color: #9BE4C7 !important;
}

.ring-offset-BvpBlue2 {
  --tw-ring-offset-color: #1B5A90 !important;
}

.ring-offset-BvpGreen {
  --tw-ring-offset-color: #159F6E !important;
}

.ring-offset-Pkblue-100 {
  --tw-ring-offset-color: #212E60 !important;
}

.ring-offset-Pkblue-200 {
  --tw-ring-offset-color: #003184 !important;
}

.ring-offset-Pkblue-300 {
  --tw-ring-offset-color: #004284 !important;
}

.ring-offset-BpurpleText {
  --tw-ring-offset-color: #465784 !important;
}

.ring-offset-BpurpleText2 {
  --tw-ring-offset-color: #56087A !important;
}

.ring-offset-BgradYellow {
  --tw-ring-offset-color: #E49D41 !important;
}

.ring-offset-Bgradpurple1 {
  --tw-ring-offset-color: #AD6498 !important;
}

.ring-offset-Bpink {
  --tw-ring-offset-color: #B33C86 !important;
}

.ring-offset-Bpink2 {
  --tw-ring-offset-color: #E9CBDA !important;
}

.ring-offset-Bgradpurple2 {
  --tw-ring-offset-color: #3B80A8 !important;
}

.ring-offset-Bgradpink {
  --tw-ring-offset-color: #B03780 !important;
}

.ring-offset-Bgradwhite {
  --tw-ring-offset-color: #CDB8CC !important;
}

.ring-offset-BBlue1 {
  --tw-ring-offset-color: #455780 !important;
}

.ring-offset-BpinkContainer {
  --tw-ring-offset-color: #C8549C !important;
}

.ring-offset-Cpinkcover {
  --tw-ring-offset-color: #E23A6B !important;
}

.ring-offset-bannerText {
  --tw-ring-offset-color: #970022 !important;
}

.ring-offset-fondoWhite {
  --tw-ring-offset-color: #E6E6E6 !important;
}

.ring-offset-bgGrid {
  --tw-ring-offset-color: #872944 !important;
}

.ring-offset-cisYellow {
  --tw-ring-offset-color: #EBBC54 !important;
}

.ring-offset-cisPink {
  --tw-ring-offset-color: #E23A6B !important;
}

.ring-offset-footer {
  --tw-ring-offset-color: #333333 !important;
}

.ring-offset-cisGray {
  --tw-ring-offset-color: #666666 !important;
}

.ring-offset-cisCarm {
  --tw-ring-offset-color: #A62D53 !important;
}

.ring-offset-cisgrad1 {
  --tw-ring-offset-color: #DA3A6B !important;
}

.ring-offset-cisgrad2 {
  --tw-ring-offset-color: #EAB755 !important;
}

.ring-offset-cisgrad3 {
  --tw-ring-offset-color: #881F4A !important;
}

.ring-offset-cisgrad4 {
  --tw-ring-offset-color: #D7206C !important;
}

.ring-offset-doxYellow {
  --tw-ring-offset-color: #F6EA32 !important;
}

.ring-offset-doxGreenM {
  --tw-ring-offset-color: #6EB556 !important;
}

.ring-offset-doxGreenS {
  --tw-ring-offset-color: #A1D15C !important;
}

.ring-offset-doxGreenR {
  --tw-ring-offset-color: #009144 !important;
}

.ring-offset-doxGreenT {
  --tw-ring-offset-color: #009933 !important;
}

.ring-offset-doxGrayS {
  --tw-ring-offset-color: #DADDE5 !important;
}

.ring-offset-doxGrayE {
  --tw-ring-offset-color: #EEEFF4 !important;
}

.ring-offset-dxmgreen {
  --tw-ring-offset-color: #1E8344 !important;
}

.ring-offset-dxmGreen {
  --tw-ring-offset-color: #1E8344 !important;
}

.ring-offset-dxmsquare {
  --tw-ring-offset-color: #71AA62 !important;
}

.ring-offset-dxmText {
  --tw-ring-offset-color: #6FB444 !important;
}

.ring-offset-dxmbacksquare {
  --tw-ring-offset-color: #57AE56 !important;
}

.ring-offset-dxmTitle {
  --tw-ring-offset-color: #0D6E39 !important;
}

.ring-offset-dxmFtBG {
  --tw-ring-offset-color: #4D4D4D !important;
}

.ring-offset-green1 {
  --tw-ring-offset-color: #5e9e3f !important;
}

.ring-offset-green2 {
  --tw-ring-offset-color: #95c255 !important;
}

.ring-offset-green3 {
  --tw-ring-offset-color: #18b6c9 !important;
}

.ring-offset-green4 {
  --tw-ring-offset-color: #1c8c69 !important;
}

.ring-offset-dcnMain {
  --tw-ring-offset-color: #F32735 !important;
}

.ring-offset-dcnbl {
  --tw-ring-offset-color: #0075C9 !important;
}

.ring-offset-dcnsText {
  --tw-ring-offset-color: #00507E !important;
}

.ring-offset-dcnsRed {
  --tw-ring-offset-color: #B22024 !important;
}

.ring-offset-dmxPurple {
  --tw-ring-offset-color: #6D348A !important;
}

.ring-offset-dmxBlue {
  --tw-ring-offset-color: #009494 !important;
}

.ring-offset-dmxSquare {
  --tw-ring-offset-color: #C5B9CF !important;
}

.ring-offset-bgmecanismo {
  --tw-ring-offset-color: #B7A8C4 !important;
}

.ring-offset-dmxGreen {
  --tw-ring-offset-color: #009494 !important;
}

.ring-offset-dmxText {
  --tw-ring-offset-color: #592C80 !important;
}

.ring-offset-dmxgray {
  --tw-ring-offset-color: #BBB1C4 !important;
}

.ring-offset-bvGray {
  --tw-ring-offset-color: #323232 !important;
}

.ring-offset-bvBlue {
  --tw-ring-offset-color: #C9ECF3 !important;
}

.ring-offset-bVGreen {
  --tw-ring-offset-color: #115472 !important;
}

.ring-offset-bvMint {
  --tw-ring-offset-color: #71B800 !important;
}

.ring-offset-bvCadetBlue {
  --tw-ring-offset-color: #0D4880 !important;
}

.ring-offset-bvPuntos {
  --tw-ring-offset-color: #1F8CA4 !important;
}

.ring-offset-bvSlime {
  --tw-ring-offset-color: #52AD1D !important;
}

.ring-offset-bvSky {
  --tw-ring-offset-color: #2EC4D2 !important;
}

.ring-offset-ash {
  --tw-ring-offset-color: #4B5563 !important;
}

.ring-offset-sky {
  --tw-ring-offset-color: #f4fafd !important;
}

.ring-offset-blueHepa {
  --tw-ring-offset-color: #00A0AF !important;
}

.ring-offset-zomig-orange-1 {
  --tw-ring-offset-color: #EF8000 !important;
}

.ring-offset-zomig-blue-1 {
  --tw-ring-offset-color: #005797 !important;
}

.ring-offset-zomig-blue-2 {
  --tw-ring-offset-color: #004E80 !important;
}

.ring-offset-zomig-blue-3 {
  --tw-ring-offset-color: #00A2D6 !important;
}

.ring-offset-zomig-blue-4 {
  --tw-ring-offset-color: #005285 !important;
}

.ring-offset-zomig-blue-5 {
  --tw-ring-offset-color: #004D80 !important;
}

.ring-offset-zomig-blue-6 {
  --tw-ring-offset-color: #005588 !important;
}

.ring-offset-zomig-blue-7 {
  --tw-ring-offset-color: #00A5D9 !important;
}

.ring-offset-zomig-blue-8 {
  --tw-ring-offset-color: #003E69 !important;
}

.ring-offset-zomig-gray-1 {
  --tw-ring-offset-color: #CDCDCE !important;
}

.ring-offset-zomig-gray-2 {
  --tw-ring-offset-color: #C9C9CB !important;
}

.ring-offset-nebido-0 {
  --tw-ring-offset-color: #EAEAEA !important;
}

.ring-offset-nebido-1 {
  --tw-ring-offset-color: #B9CED8 !important;
}

.ring-offset-nebido-2 {
  --tw-ring-offset-color: #EEF2F5 !important;
}

.ring-offset-nebido-loblolly-50 {
  --tw-ring-offset-color: #f6f8f9 !important;
}

.ring-offset-nebido-loblolly-100 {
  --tw-ring-offset-color: #ebf0f3 !important;
}

.ring-offset-nebido-loblolly-200 {
  --tw-ring-offset-color: #d3dee4 !important;
}

.ring-offset-nebido-loblolly-300 {
  --tw-ring-offset-color: #bdced6 !important;
}

.ring-offset-nebido-loblolly-400 {
  --tw-ring-offset-color: #81a1af !important;
}

.ring-offset-nebido-loblolly-500 {
  --tw-ring-offset-color: #618696 !important;
}

.ring-offset-nebido-loblolly-600 {
  --tw-ring-offset-color: #4c6c7d !important;
}

.ring-offset-nebido-loblolly-700 {
  --tw-ring-offset-color: #3f5865 !important;
}

.ring-offset-nebido-loblolly-800 {
  --tw-ring-offset-color: #374b55 !important;
}

.ring-offset-nebido-loblolly-900 {
  --tw-ring-offset-color: #314049 !important;
}

.ring-offset-nebido-loblolly-950 {
  --tw-ring-offset-color: #212a30 !important;
}

.ring-offset-nebido-loblolly-1000 {
  --tw-ring-offset-color: #D0D4D6 !important;
}

.ring-offset-nebido-fuel-yellow-50 {
  --tw-ring-offset-color: #fef9ec !important;
}

.ring-offset-nebido-fuel-yellow-100 {
  --tw-ring-offset-color: #fbeeca !important;
}

.ring-offset-nebido-fuel-yellow-200 {
  --tw-ring-offset-color: #f7dc90 !important;
}

.ring-offset-nebido-fuel-yellow-300 {
  --tw-ring-offset-color: #f3c356 !important;
}

.ring-offset-nebido-fuel-yellow-400 {
  --tw-ring-offset-color: #f0ab2a !important;
}

.ring-offset-nebido-fuel-yellow-500 {
  --tw-ring-offset-color: #e98c17 !important;
}

.ring-offset-nebido-fuel-yellow-600 {
  --tw-ring-offset-color: #cf6910 !important;
}

.ring-offset-nebido-fuel-yellow-700 {
  --tw-ring-offset-color: #ac4911 !important;
}

.ring-offset-nebido-fuel-yellow-800 {
  --tw-ring-offset-color: #8b3a15 !important;
}

.ring-offset-nebido-fuel-yellow-900 {
  --tw-ring-offset-color: #732f14 !important;
}

.ring-offset-nebido-fuel-yellow-950 {
  --tw-ring-offset-color: #421706 !important;
}

.ring-offset-nebido-mine-shaft-50 {
  --tw-ring-offset-color: #f5f6f6 !important;
}

.ring-offset-nebido-mine-shaft-100 {
  --tw-ring-offset-color: #e6e7e7 !important;
}

.ring-offset-nebido-mine-shaft-200 {
  --tw-ring-offset-color: #cfd1d2 !important;
}

.ring-offset-nebido-mine-shaft-300 {
  --tw-ring-offset-color: #aeb1b2 !important;
}

.ring-offset-nebido-mine-shaft-400 {
  --tw-ring-offset-color: #85898b !important;
}

.ring-offset-nebido-mine-shaft-500 {
  --tw-ring-offset-color: #6a6e70 !important;
}

.ring-offset-nebido-mine-shaft-600 {
  --tw-ring-offset-color: #5a5e60 !important;
}

.ring-offset-nebido-mine-shaft-700 {
  --tw-ring-offset-color: #4d4f51 !important;
}

.ring-offset-nebido-mine-shaft-800 {
  --tw-ring-offset-color: #444646 !important;
}

.ring-offset-nebido-mine-shaft-900 {
  --tw-ring-offset-color: #3b3c3e !important;
}

.ring-offset-nebido-mine-shaft-950 {
  --tw-ring-offset-color: #292a2b !important;
}

.ring-offset-nebido-mercury-50 {
  --tw-ring-offset-color: #f8f8f8 !important;
}

.ring-offset-nebido-mercury-100 {
  --tw-ring-offset-color: #e8e8e8 !important;
}

.ring-offset-nebido-mercury-200 {
  --tw-ring-offset-color: #dcdcdc !important;
}

.ring-offset-nebido-mercury-300 {
  --tw-ring-offset-color: #bdbdbd !important;
}

.ring-offset-nebido-mercury-400 {
  --tw-ring-offset-color: #989898 !important;
}

.ring-offset-nebido-mercury-500 {
  --tw-ring-offset-color: #7c7c7c !important;
}

.ring-offset-nebido-mercury-600 {
  --tw-ring-offset-color: #656565 !important;
}

.ring-offset-nebido-mercury-700 {
  --tw-ring-offset-color: #525252 !important;
}

.ring-offset-nebido-mercury-800 {
  --tw-ring-offset-color: #464646 !important;
}

.ring-offset-nebido-mercury-900 {
  --tw-ring-offset-color: #3d3d3d !important;
}

.ring-offset-nebido-mercury-950 {
  --tw-ring-offset-color: #292929 !important;
}

.ring-offset-nebido-porcelain-50 {
  --tw-ring-offset-color: #f6f8f9 !important;
}

.ring-offset-nebido-porcelain-100 {
  --tw-ring-offset-color: #eceff1 !important;
}

.ring-offset-nebido-porcelain-200 {
  --tw-ring-offset-color: #d6dde1 !important;
}

.ring-offset-nebido-porcelain-300 {
  --tw-ring-offset-color: #b2c0c7 !important;
}

.ring-offset-nebido-porcelain-400 {
  --tw-ring-offset-color: #889ea8 !important;
}

.ring-offset-nebido-porcelain-500 {
  --tw-ring-offset-color: #6a828d !important;
}

.ring-offset-nebido-porcelain-600 {
  --tw-ring-offset-color: #556a74 !important;
}

.ring-offset-nebido-porcelain-700 {
  --tw-ring-offset-color: #45565f !important;
}

.ring-offset-nebido-porcelain-800 {
  --tw-ring-offset-color: #3c4950 !important;
}

.ring-offset-nebido-porcelain-900 {
  --tw-ring-offset-color: #353f45 !important;
}

.ring-offset-nebido-porcelain-950 {
  --tw-ring-offset-color: #232a2e !important;
}

.ring-offset-nebido-jungle-mist-50 {
  --tw-ring-offset-color: #f5f8fa !important;
}

.ring-offset-nebido-jungle-mist-100 {
  --tw-ring-offset-color: #ebf0f3 !important;
}

.ring-offset-nebido-jungle-mist-200 {
  --tw-ring-offset-color: #d2dfe5 !important;
}

.ring-offset-nebido-jungle-mist-300 {
  --tw-ring-offset-color: #b9cfd7 !important;
}

.ring-offset-nebido-jungle-mist-400 {
  --tw-ring-offset-color: #7da6b3 !important;
}

.ring-offset-nebido-jungle-mist-500 {
  --tw-ring-offset-color: #5c8b9b !important;
}

.ring-offset-nebido-jungle-mist-600 {
  --tw-ring-offset-color: #487081 !important;
}

.ring-offset-nebido-jungle-mist-700 {
  --tw-ring-offset-color: #3b5c69 !important;
}

.ring-offset-nebido-jungle-mist-800 {
  --tw-ring-offset-color: #344d58 !important;
}

.ring-offset-nebido-jungle-mist-900 {
  --tw-ring-offset-color: #2f434b !important;
}

.ring-offset-nebido-jungle-mist-950 {
  --tw-ring-offset-color: #1f2b32 !important;
}

.ring-offset-nebido-dove-gray-50 {
  --tw-ring-offset-color: #f5f5f6 !important;
}

.ring-offset-nebido-dove-gray-100 {
  --tw-ring-offset-color: #e6e6e7 !important;
}

.ring-offset-nebido-dove-gray-200 {
  --tw-ring-offset-color: #d0cfd2 !important;
}

.ring-offset-nebido-dove-gray-300 {
  --tw-ring-offset-color: #afaeb2 !important;
}

.ring-offset-nebido-dove-gray-400 {
  --tw-ring-offset-color: #86858b !important;
}

.ring-offset-nebido-dove-gray-500 {
  --tw-ring-offset-color: #68676c !important;
}

.ring-offset-nebido-dove-gray-600 {
  --tw-ring-offset-color: #5c5b5f !important;
}

.ring-offset-nebido-dove-gray-700 {
  --tw-ring-offset-color: #4e4d51 !important;
}

.ring-offset-nebido-dove-gray-800 {
  --tw-ring-offset-color: #444446 !important;
}

.ring-offset-nebido-dove-gray-900 {
  --tw-ring-offset-color: #3c3c3d !important;
}

.ring-offset-nebido-dove-gray-950 {
  --tw-ring-offset-color: #262527 !important;
}

.ring-offset-nebido-my-sin-50 {
  --tw-ring-offset-color: #fffeea !important;
}

.ring-offset-nebido-my-sin-100 {
  --tw-ring-offset-color: #fff9c5 !important;
}

.ring-offset-nebido-my-sin-200 {
  --tw-ring-offset-color: #fff385 !important;
}

.ring-offset-nebido-my-sin-300 {
  --tw-ring-offset-color: #ffe646 !important;
}

.ring-offset-nebido-my-sin-400 {
  --tw-ring-offset-color: #ffd61b !important;
}

.ring-offset-nebido-my-sin-500 {
  --tw-ring-offset-color: #ffb500 !important;
}

.ring-offset-nebido-my-sin-600 {
  --tw-ring-offset-color: #e28a00 !important;
}

.ring-offset-nebido-my-sin-700 {
  --tw-ring-offset-color: #bb6102 !important;
}

.ring-offset-nebido-my-sin-800 {
  --tw-ring-offset-color: #984b08 !important;
}

.ring-offset-nebido-my-sin-900 {
  --tw-ring-offset-color: #7c3d0b !important;
}

.ring-offset-nebido-my-sin-950 {
  --tw-ring-offset-color: #481f00 !important;
}

.ring-offset-thepink {
  --tw-ring-offset-color: #d52f89 !important;
}

.ring-offset-darkpink {
  --tw-ring-offset-color: #91005d !important;
}

.ring-offset-bluegreen {
  --tw-ring-offset-color: #00a0af !important;
}

.ring-offset-beyond-green-1 {
  --tw-ring-offset-color: #01A059 !important;
}

.focus-within\:ring-offset-transparent:focus-within {
  --tw-ring-offset-color: transparent !important;
}

.focus-within\:ring-offset-current:focus-within {
  --tw-ring-offset-color: currentColor !important;
}

.focus-within\:ring-offset-black:focus-within {
  --tw-ring-offset-color: #000 !important;
}

.focus-within\:ring-offset-white:focus-within {
  --tw-ring-offset-color: #fff !important;
}

.focus-within\:ring-offset-gray-50:focus-within {
  --tw-ring-offset-color: #fafafa !important;
}

.focus-within\:ring-offset-gray-100:focus-within {
  --tw-ring-offset-color: #f4f4f5 !important;
}

.focus-within\:ring-offset-gray-200:focus-within {
  --tw-ring-offset-color: #e4e4e7 !important;
}

.focus-within\:ring-offset-gray-300:focus-within {
  --tw-ring-offset-color: #d4d4d8 !important;
}

.focus-within\:ring-offset-gray-400:focus-within {
  --tw-ring-offset-color: #a1a1aa !important;
}

.focus-within\:ring-offset-gray-500:focus-within {
  --tw-ring-offset-color: #71717a !important;
}

.focus-within\:ring-offset-gray-600:focus-within {
  --tw-ring-offset-color: #52525b !important;
}

.focus-within\:ring-offset-gray-700:focus-within {
  --tw-ring-offset-color: #3f3f46 !important;
}

.focus-within\:ring-offset-gray-800:focus-within {
  --tw-ring-offset-color: #27272a !important;
}

.focus-within\:ring-offset-gray-900:focus-within {
  --tw-ring-offset-color: #18181b !important;
}

.focus-within\:ring-offset-red-50:focus-within {
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus-within\:ring-offset-red-100:focus-within {
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus-within\:ring-offset-red-200:focus-within {
  --tw-ring-offset-color: #fecaca !important;
}

.focus-within\:ring-offset-red-300:focus-within {
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus-within\:ring-offset-red-400:focus-within {
  --tw-ring-offset-color: #f87171 !important;
}

.focus-within\:ring-offset-red-500:focus-within {
  --tw-ring-offset-color: #ef4444 !important;
}

.focus-within\:ring-offset-red-600:focus-within {
  --tw-ring-offset-color: #dc2626 !important;
}

.focus-within\:ring-offset-red-700:focus-within {
  --tw-ring-offset-color: #b91c1c !important;
}

.focus-within\:ring-offset-red-800:focus-within {
  --tw-ring-offset-color: #991b1b !important;
}

.focus-within\:ring-offset-red-900:focus-within {
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus-within\:ring-offset-yellow:focus-within {
  --tw-ring-offset-color: #F6BE4A !important;
}

.focus-within\:ring-offset-green-50:focus-within {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.focus-within\:ring-offset-green-100:focus-within {
  --tw-ring-offset-color: #d1fae5 !important;
}

.focus-within\:ring-offset-green-200:focus-within {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.focus-within\:ring-offset-green-300:focus-within {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.focus-within\:ring-offset-green-400:focus-within {
  --tw-ring-offset-color: #34d399 !important;
}

.focus-within\:ring-offset-green-500:focus-within {
  --tw-ring-offset-color: #10b981 !important;
}

.focus-within\:ring-offset-green-600:focus-within {
  --tw-ring-offset-color: #059669 !important;
}

.focus-within\:ring-offset-green-700:focus-within {
  --tw-ring-offset-color: #047857 !important;
}

.focus-within\:ring-offset-green-800:focus-within {
  --tw-ring-offset-color: #065f46 !important;
}

.focus-within\:ring-offset-green-900:focus-within {
  --tw-ring-offset-color: #064e3b !important;
}

.focus-within\:ring-offset-blue-50:focus-within {
  --tw-ring-offset-color: #eff6ff !important;
}

.focus-within\:ring-offset-blue-100:focus-within {
  --tw-ring-offset-color: #dbeafe !important;
}

.focus-within\:ring-offset-blue-200:focus-within {
  --tw-ring-offset-color: #bfdbfe !important;
}

.focus-within\:ring-offset-blue-300:focus-within {
  --tw-ring-offset-color: #93c5fd !important;
}

.focus-within\:ring-offset-blue-400:focus-within {
  --tw-ring-offset-color: #60a5fa !important;
}

.focus-within\:ring-offset-blue-500:focus-within {
  --tw-ring-offset-color: #3b82f6 !important;
}

.focus-within\:ring-offset-blue-600:focus-within {
  --tw-ring-offset-color: #2563eb !important;
}

.focus-within\:ring-offset-blue-700:focus-within {
  --tw-ring-offset-color: #1d4ed8 !important;
}

.focus-within\:ring-offset-blue-800:focus-within {
  --tw-ring-offset-color: #1e40af !important;
}

.focus-within\:ring-offset-blue-900:focus-within {
  --tw-ring-offset-color: #1e3a8a !important;
}

.focus-within\:ring-offset-indigo-50:focus-within {
  --tw-ring-offset-color: #eef2ff !important;
}

.focus-within\:ring-offset-indigo-100:focus-within {
  --tw-ring-offset-color: #e0e7ff !important;
}

.focus-within\:ring-offset-indigo-200:focus-within {
  --tw-ring-offset-color: #c7d2fe !important;
}

.focus-within\:ring-offset-indigo-300:focus-within {
  --tw-ring-offset-color: #a5b4fc !important;
}

.focus-within\:ring-offset-indigo-400:focus-within {
  --tw-ring-offset-color: #818cf8 !important;
}

.focus-within\:ring-offset-indigo-500:focus-within {
  --tw-ring-offset-color: #6366f1 !important;
}

.focus-within\:ring-offset-indigo-600:focus-within {
  --tw-ring-offset-color: #4f46e5 !important;
}

.focus-within\:ring-offset-indigo-700:focus-within {
  --tw-ring-offset-color: #4338ca !important;
}

.focus-within\:ring-offset-indigo-800:focus-within {
  --tw-ring-offset-color: #3730a3 !important;
}

.focus-within\:ring-offset-indigo-900:focus-within {
  --tw-ring-offset-color: #312e81 !important;
}

.focus-within\:ring-offset-purple:focus-within {
  --tw-ring-offset-color: #6c42a0 !important;
}

.focus-within\:ring-offset-pink-50:focus-within {
  --tw-ring-offset-color: #fdf2f8 !important;
}

.focus-within\:ring-offset-pink-100:focus-within {
  --tw-ring-offset-color: #fce7f3 !important;
}

.focus-within\:ring-offset-pink-200:focus-within {
  --tw-ring-offset-color: #fbcfe8 !important;
}

.focus-within\:ring-offset-pink-300:focus-within {
  --tw-ring-offset-color: #f9a8d4 !important;
}

.focus-within\:ring-offset-pink-400:focus-within {
  --tw-ring-offset-color: #f472b6 !important;
}

.focus-within\:ring-offset-pink-500:focus-within {
  --tw-ring-offset-color: #ec4899 !important;
}

.focus-within\:ring-offset-pink-600:focus-within {
  --tw-ring-offset-color: #db2777 !important;
}

.focus-within\:ring-offset-pink-700:focus-within {
  --tw-ring-offset-color: #be185d !important;
}

.focus-within\:ring-offset-pink-800:focus-within {
  --tw-ring-offset-color: #9d174d !important;
}

.focus-within\:ring-offset-pink-900:focus-within {
  --tw-ring-offset-color: #831843 !important;
}

.focus-within\:ring-offset-primary-50:focus-within {
  --tw-ring-offset-color: #F1F5FB !important;
}

.focus-within\:ring-offset-primary-100:focus-within {
  --tw-ring-offset-color: #E3EBF7 !important;
}

.focus-within\:ring-offset-primary-200:focus-within {
  --tw-ring-offset-color: #C7D7F0 !important;
}

.focus-within\:ring-offset-primary-300:focus-within {
  --tw-ring-offset-color: #ABC2E8 !important;
}

.focus-within\:ring-offset-primary-400:focus-within {
  --tw-ring-offset-color: #8FAEE0 !important;
}

.focus-within\:ring-offset-primary-500:focus-within {
  --tw-ring-offset-color: #6590D5 !important;
}

.focus-within\:ring-offset-primary-600:focus-within {
  --tw-ring-offset-color: #3061AF !important;
}

.focus-within\:ring-offset-primary-700:focus-within {
  --tw-ring-offset-color: #285192 !important;
}

.focus-within\:ring-offset-primary-800:focus-within {
  --tw-ring-offset-color: #204075 !important;
}

.focus-within\:ring-offset-primary-900:focus-within {
  --tw-ring-offset-color: #183058 !important;
}

.focus-within\:ring-offset-primary:focus-within {
  --tw-ring-offset-color: #3B71CA !important;
}

.focus-within\:ring-offset-primary-accent-100:focus-within {
  --tw-ring-offset-color: #d9e4f3 !important;
}

.focus-within\:ring-offset-primary-accent-200:focus-within {
  --tw-ring-offset-color: #cedbee !important;
}

.focus-within\:ring-offset-secondary-50:focus-within {
  --tw-ring-offset-color: #F8F9F9 !important;
}

.focus-within\:ring-offset-secondary-100:focus-within {
  --tw-ring-offset-color: #F1F2F4 !important;
}

.focus-within\:ring-offset-secondary-200:focus-within {
  --tw-ring-offset-color: #E4E6E9 !important;
}

.focus-within\:ring-offset-secondary-300:focus-within {
  --tw-ring-offset-color: #D6D9DE !important;
}

.focus-within\:ring-offset-secondary-400:focus-within {
  --tw-ring-offset-color: #C8CCD3 !important;
}

.focus-within\:ring-offset-secondary-500:focus-within {
  --tw-ring-offset-color: #B3B9C2 !important;
}

.focus-within\:ring-offset-secondary-600:focus-within {
  --tw-ring-offset-color: #848D9C !important;
}

.focus-within\:ring-offset-secondary-700:focus-within {
  --tw-ring-offset-color: #6B7585 !important;
}

.focus-within\:ring-offset-secondary-800:focus-within {
  --tw-ring-offset-color: #565D6B !important;
}

.focus-within\:ring-offset-secondary-900:focus-within {
  --tw-ring-offset-color: #404650 !important;
}

.focus-within\:ring-offset-secondary:focus-within {
  --tw-ring-offset-color: #9FA6B2 !important;
}

.focus-within\:ring-offset-success-50:focus-within {
  --tw-ring-offset-color: #EAFCF2 !important;
}

.focus-within\:ring-offset-success-100:focus-within {
  --tw-ring-offset-color: #D6FAE4 !important;
}

.focus-within\:ring-offset-success-200:focus-within {
  --tw-ring-offset-color: #ACF5C9 !important;
}

.focus-within\:ring-offset-success-300:focus-within {
  --tw-ring-offset-color: #83F0AE !important;
}

.focus-within\:ring-offset-success-400:focus-within {
  --tw-ring-offset-color: #59EA93 !important;
}

.focus-within\:ring-offset-success-500:focus-within {
  --tw-ring-offset-color: #1CE26B !important;
}

.focus-within\:ring-offset-success-600:focus-within {
  --tw-ring-offset-color: #118C42 !important;
}

.focus-within\:ring-offset-success-700:focus-within {
  --tw-ring-offset-color: #0E7537 !important;
}

.focus-within\:ring-offset-success-800:focus-within {
  --tw-ring-offset-color: #0C5D2C !important;
}

.focus-within\:ring-offset-success-900:focus-within {
  --tw-ring-offset-color: #094621 !important;
}

.focus-within\:ring-offset-success:focus-within {
  --tw-ring-offset-color: #14A44D !important;
}

.focus-within\:ring-offset-danger-50:focus-within {
  --tw-ring-offset-color: #FCF2F4 !important;
}

.focus-within\:ring-offset-danger-100:focus-within {
  --tw-ring-offset-color: #FAE5E9 !important;
}

.focus-within\:ring-offset-danger-200:focus-within {
  --tw-ring-offset-color: #F5CCD3 !important;
}

.focus-within\:ring-offset-danger-300:focus-within {
  --tw-ring-offset-color: #F0B2BD !important;
}

.focus-within\:ring-offset-danger-400:focus-within {
  --tw-ring-offset-color: #EB99A6 !important;
}

.focus-within\:ring-offset-danger-500:focus-within {
  --tw-ring-offset-color: #E37285 !important;
}

.focus-within\:ring-offset-danger-600:focus-within {
  --tw-ring-offset-color: #D42A46 !important;
}

.focus-within\:ring-offset-danger-700:focus-within {
  --tw-ring-offset-color: #B0233A !important;
}

.focus-within\:ring-offset-danger-800:focus-within {
  --tw-ring-offset-color: #8D1C2F !important;
}

.focus-within\:ring-offset-danger-900:focus-within {
  --tw-ring-offset-color: #6A1523 !important;
}

.focus-within\:ring-offset-danger:focus-within {
  --tw-ring-offset-color: #DC4C64 !important;
}

.focus-within\:ring-offset-warning-50:focus-within {
  --tw-ring-offset-color: #FDF8EF !important;
}

.focus-within\:ring-offset-warning-100:focus-within {
  --tw-ring-offset-color: #FBF2DE !important;
}

.focus-within\:ring-offset-warning-200:focus-within {
  --tw-ring-offset-color: #F7E4BE !important;
}

.focus-within\:ring-offset-warning-300:focus-within {
  --tw-ring-offset-color: #F4D79D !important;
}

.focus-within\:ring-offset-warning-400:focus-within {
  --tw-ring-offset-color: #F0C97D !important;
}

.focus-within\:ring-offset-warning-500:focus-within {
  --tw-ring-offset-color: #EAB54C !important;
}

.focus-within\:ring-offset-warning-600:focus-within {
  --tw-ring-offset-color: #C48A17 !important;
}

.focus-within\:ring-offset-warning-700:focus-within {
  --tw-ring-offset-color: #A37313 !important;
}

.focus-within\:ring-offset-warning-800:focus-within {
  --tw-ring-offset-color: #825C0F !important;
}

.focus-within\:ring-offset-warning-900:focus-within {
  --tw-ring-offset-color: #62450B !important;
}

.focus-within\:ring-offset-warning:focus-within {
  --tw-ring-offset-color: #E4A11B !important;
}

.focus-within\:ring-offset-info-50:focus-within {
  --tw-ring-offset-color: #F3FAFC !important;
}

.focus-within\:ring-offset-info-100:focus-within {
  --tw-ring-offset-color: #E7F4F9 !important;
}

.focus-within\:ring-offset-info-200:focus-within {
  --tw-ring-offset-color: #CEE9F2 !important;
}

.focus-within\:ring-offset-info-300:focus-within {
  --tw-ring-offset-color: #B6DFEC !important;
}

.focus-within\:ring-offset-info-400:focus-within {
  --tw-ring-offset-color: #9ED4E6 !important;
}

.focus-within\:ring-offset-info-500:focus-within {
  --tw-ring-offset-color: #79C4DC !important;
}

.focus-within\:ring-offset-info-600:focus-within {
  --tw-ring-offset-color: #34A4CA !important;
}

.focus-within\:ring-offset-info-700:focus-within {
  --tw-ring-offset-color: #2B89A8 !important;
}

.focus-within\:ring-offset-info-800:focus-within {
  --tw-ring-offset-color: #236D86 !important;
}

.focus-within\:ring-offset-info-900:focus-within {
  --tw-ring-offset-color: #1A5265 !important;
}

.focus-within\:ring-offset-info:focus-within {
  --tw-ring-offset-color: #54B4D3 !important;
}

.focus-within\:ring-offset-darkgreen:focus-within {
  --tw-ring-offset-color: #066B3D !important;
}

.focus-within\:ring-offset-lightgreen:focus-within {
  --tw-ring-offset-color: #70BB44 !important;
}

.focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
  --tw-ring-offset-color: #d1ecc5 !important;
}

.focus-within\:ring-offset-\[\#282828\]:focus-within {
  --tw-ring-offset-color: #282828 !important;
}

.focus-within\:ring-offset-\[\#bde020\]:focus-within {
  --tw-ring-offset-color: #bde020 !important;
}

.focus-within\:ring-offset-\[\#efeee8\]:focus-within {
  --tw-ring-offset-color: #efeee8 !important;
}

.focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
  --tw-ring-offset-color: #bdc11d !important;
}

.focus-within\:ring-offset-\[\#039147\]:focus-within {
  --tw-ring-offset-color: #039147 !important;
}

.focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
  --tw-ring-offset-color: #c3c1bf !important;
}

.focus-within\:ring-offset-\[\#039047\]:focus-within {
  --tw-ring-offset-color: #039047 !important;
}

.focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
  --tw-ring-offset-color: #c8da2e !important;
}

.focus-within\:ring-offset-dmxMecanismob:focus-within {
  --tw-ring-offset-color: #c6bad2 !important;
}

.focus-within\:ring-offset-fog:focus-within {
  --tw-ring-offset-color: #535353 !important;
}

.focus-within\:ring-offset-pink-cistitis:focus-within {
  --tw-ring-offset-color: #E23A6B !important;
}

.focus-within\:ring-offset-purple1:focus-within {
  --tw-ring-offset-color: #70447A !important;
}

.focus-within\:ring-offset-purple2:focus-within {
  --tw-ring-offset-color: #42114C !important;
}

.focus-within\:ring-offset-purple3:focus-within {
  --tw-ring-offset-color: #5D0661 !important;
}

.focus-within\:ring-offset-purplebg:focus-within {
  --tw-ring-offset-color: #F7F2F7 !important;
}

.focus-within\:ring-offset-purplebg2:focus-within {
  --tw-ring-offset-color: #D2C2D5 !important;
}

.focus-within\:ring-offset-purpleBorder:focus-within {
  --tw-ring-offset-color: #3B1E4B !important;
}

.focus-within\:ring-offset-purpleIcon:focus-within {
  --tw-ring-offset-color: #B0A2B8 !important;
}

.focus-within\:ring-offset-purpleTB:focus-within {
  --tw-ring-offset-color: #D4C6DC !important;
}

.focus-within\:ring-offset-yellow-200:focus-within {
  --tw-ring-offset-color: #fef08a !important;
}

.focus-within\:ring-offset-yellow-500:focus-within {
  --tw-ring-offset-color: #eab308 !important;
}

.focus-within\:ring-offset-yellowBtn:focus-within {
  --tw-ring-offset-color: #F7C139 !important;
}

.focus-within\:ring-offset-grayT:focus-within {
  --tw-ring-offset-color: #292929 !important;
}

.focus-within\:ring-offset-grayTL:focus-within {
  --tw-ring-offset-color: #363737 !important;
}

.focus-within\:ring-offset-gray77:focus-within {
  --tw-ring-offset-color: #4D4D4D !important;
}

.focus-within\:ring-offset-grayhr:focus-within {
  --tw-ring-offset-color: #D3D3D3 !important;
}

.focus-within\:ring-offset-whiteTbl:focus-within {
  --tw-ring-offset-color: #F8F6F9 !important;
}

.focus-within\:ring-offset-roja:focus-within {
  --tw-ring-offset-color: #E52027 !important;
}

.focus-within\:ring-offset-anaranjada:focus-within {
  --tw-ring-offset-color: #EB6A2D !important;
}

.focus-within\:ring-offset-amarilla:focus-within {
  --tw-ring-offset-color: #FBDA3C !important;
}

.focus-within\:ring-offset-ocean:focus-within {
  --tw-ring-offset-color: #51C1D1 !important;
}

.focus-within\:ring-offset-forest:focus-within {
  --tw-ring-offset-color: #7FB80D !important;
}

.focus-within\:ring-offset-mint:focus-within {
  --tw-ring-offset-color: #67AA35 !important;
}

.focus-within\:ring-offset-azul:focus-within {
  --tw-ring-offset-color: #4BACCF !important;
}

.focus-within\:ring-offset-negra:focus-within {
  --tw-ring-offset-color: #262626 !important;
}

.focus-within\:ring-offset-lime-50:focus-within {
  --tw-ring-offset-color: #f7fee7 !important;
}

.focus-within\:ring-offset-lime-100:focus-within {
  --tw-ring-offset-color: #ecfccb !important;
}

.focus-within\:ring-offset-lime-200:focus-within {
  --tw-ring-offset-color: #d9f99d !important;
}

.focus-within\:ring-offset-lime-300:focus-within {
  --tw-ring-offset-color: #bef264 !important;
}

.focus-within\:ring-offset-lime-400:focus-within {
  --tw-ring-offset-color: #a3e635 !important;
}

.focus-within\:ring-offset-lime-500:focus-within {
  --tw-ring-offset-color: #84cc16 !important;
}

.focus-within\:ring-offset-lime-600:focus-within {
  --tw-ring-offset-color: #65a30d !important;
}

.focus-within\:ring-offset-lime-700:focus-within {
  --tw-ring-offset-color: #4d7c0f !important;
}

.focus-within\:ring-offset-lime-800:focus-within {
  --tw-ring-offset-color: #3f6212 !important;
}

.focus-within\:ring-offset-lime-900:focus-within {
  --tw-ring-offset-color: #365314 !important;
}

.focus-within\:ring-offset-cyan-50:focus-within {
  --tw-ring-offset-color: #ecfeff !important;
}

.focus-within\:ring-offset-cyan-100:focus-within {
  --tw-ring-offset-color: #cffafe !important;
}

.focus-within\:ring-offset-cyan-200:focus-within {
  --tw-ring-offset-color: #a5f3fc !important;
}

.focus-within\:ring-offset-cyan-300:focus-within {
  --tw-ring-offset-color: #67e8f9 !important;
}

.focus-within\:ring-offset-cyan-400:focus-within {
  --tw-ring-offset-color: #22d3ee !important;
}

.focus-within\:ring-offset-cyan-500:focus-within {
  --tw-ring-offset-color: #06b6d4 !important;
}

.focus-within\:ring-offset-cyan-600:focus-within {
  --tw-ring-offset-color: #0891b2 !important;
}

.focus-within\:ring-offset-cyan-700:focus-within {
  --tw-ring-offset-color: #0e7490 !important;
}

.focus-within\:ring-offset-cyan-800:focus-within {
  --tw-ring-offset-color: #155e75 !important;
}

.focus-within\:ring-offset-cyan-900:focus-within {
  --tw-ring-offset-color: #164e63 !important;
}

.focus-within\:ring-offset-cadet-blue:focus-within {
  --tw-ring-offset-color: #164682 !important;
}

.focus-within\:ring-offset-lavender-blue:focus-within {
  --tw-ring-offset-color: #2A7EDE !important;
}

.focus-within\:ring-offset-cobalt-blue:focus-within {
  --tw-ring-offset-color: #218AA2 !important;
}

.focus-within\:ring-offset-sky-blue:focus-within {
  --tw-ring-offset-color: #51C1D1 !important;
}

.focus-within\:ring-offset-berry:focus-within {
  --tw-ring-offset-color: #01A4BA !important;
}

.focus-within\:ring-offset-lapis:focus-within {
  --tw-ring-offset-color: #138CA5 !important;
}

.focus-within\:ring-offset-azure:focus-within {
  --tw-ring-offset-color: #1EC4D3 !important;
}

.focus-within\:ring-offset-pine:focus-within {
  --tw-ring-offset-color: #9CEFC7 !important;
}

.focus-within\:ring-offset-spring:focus-within {
  --tw-ring-offset-color: #79CA00 !important;
}

.focus-within\:ring-offset-slime:focus-within {
  --tw-ring-offset-color: #4EAF00 !important;
}

.focus-within\:ring-offset-jade-50:focus-within {
  --tw-ring-offset-color: #D9F6FB !important;
}

.focus-within\:ring-offset-jade-500:focus-within {
  --tw-ring-offset-color: #DEF7FC !important;
}

.focus-within\:ring-offset-jade-900:focus-within {
  --tw-ring-offset-color: #EEFCFE !important;
}

.focus-within\:ring-offset-cerulean:focus-within {
  --tw-ring-offset-color: #D3EAEF !important;
}

.focus-within\:ring-offset-evergreen:focus-within {
  --tw-ring-offset-color: #6DBE4D !important;
}

.focus-within\:ring-offset-admiral:focus-within {
  --tw-ring-offset-color: #2377BE !important;
}

.focus-within\:ring-offset-denim:focus-within {
  --tw-ring-offset-color: #37A5DD !important;
}

.focus-within\:ring-offset-laurel:focus-within {
  --tw-ring-offset-color: #6CBE51 !important;
}

.focus-within\:ring-offset-Dpink1:focus-within {
  --tw-ring-offset-color: #E74F77 !important;
}

.focus-within\:ring-offset-Dblue1:focus-within {
  --tw-ring-offset-color: #42A6B8 !important;
}

.focus-within\:ring-offset-Dblue2:focus-within {
  --tw-ring-offset-color: #225258 !important;
}

.focus-within\:ring-offset-Pgray:focus-within {
  --tw-ring-offset-color: #f4f4f4 !important;
}

.focus-within\:ring-offset-Metblue1:focus-within {
  --tw-ring-offset-color: #4BB5D4 !important;
}

.focus-within\:ring-offset-MetBlue2:focus-within {
  --tw-ring-offset-color: #205B87 !important;
}

.focus-within\:ring-offset-MetBlueGrid1:focus-within {
  --tw-ring-offset-color: #2DB5D4 !important;
}

.focus-within\:ring-offset-MetBlueGrid2:focus-within {
  --tw-ring-offset-color: #2569B8 !important;
}

.focus-within\:ring-offset-MetBlueGrid3:focus-within {
  --tw-ring-offset-color: #42ABBB !important;
}

.focus-within\:ring-offset-MetBlueLast:focus-within {
  --tw-ring-offset-color: #2569B9 !important;
}

.focus-within\:ring-offset-Metwhite:focus-within {
  --tw-ring-offset-color: #F5F5F5 !important;
}

.focus-within\:ring-offset-Pkorange1:focus-within {
  --tw-ring-offset-color: #D85F2A !important;
}

.focus-within\:ring-offset-Pkorange2:focus-within {
  --tw-ring-offset-color: #FC4300 !important;
}

.focus-within\:ring-offset-BvpBlue:focus-within {
  --tw-ring-offset-color: #1292A9 !important;
}

.focus-within\:ring-offset-BvpPine:focus-within {
  --tw-ring-offset-color: #9BE4C7 !important;
}

.focus-within\:ring-offset-BvpBlue2:focus-within {
  --tw-ring-offset-color: #1B5A90 !important;
}

.focus-within\:ring-offset-BvpGreen:focus-within {
  --tw-ring-offset-color: #159F6E !important;
}

.focus-within\:ring-offset-Pkblue-100:focus-within {
  --tw-ring-offset-color: #212E60 !important;
}

.focus-within\:ring-offset-Pkblue-200:focus-within {
  --tw-ring-offset-color: #003184 !important;
}

.focus-within\:ring-offset-Pkblue-300:focus-within {
  --tw-ring-offset-color: #004284 !important;
}

.focus-within\:ring-offset-BpurpleText:focus-within {
  --tw-ring-offset-color: #465784 !important;
}

.focus-within\:ring-offset-BpurpleText2:focus-within {
  --tw-ring-offset-color: #56087A !important;
}

.focus-within\:ring-offset-BgradYellow:focus-within {
  --tw-ring-offset-color: #E49D41 !important;
}

.focus-within\:ring-offset-Bgradpurple1:focus-within {
  --tw-ring-offset-color: #AD6498 !important;
}

.focus-within\:ring-offset-Bpink:focus-within {
  --tw-ring-offset-color: #B33C86 !important;
}

.focus-within\:ring-offset-Bpink2:focus-within {
  --tw-ring-offset-color: #E9CBDA !important;
}

.focus-within\:ring-offset-Bgradpurple2:focus-within {
  --tw-ring-offset-color: #3B80A8 !important;
}

.focus-within\:ring-offset-Bgradpink:focus-within {
  --tw-ring-offset-color: #B03780 !important;
}

.focus-within\:ring-offset-Bgradwhite:focus-within {
  --tw-ring-offset-color: #CDB8CC !important;
}

.focus-within\:ring-offset-BBlue1:focus-within {
  --tw-ring-offset-color: #455780 !important;
}

.focus-within\:ring-offset-BpinkContainer:focus-within {
  --tw-ring-offset-color: #C8549C !important;
}

.focus-within\:ring-offset-Cpinkcover:focus-within {
  --tw-ring-offset-color: #E23A6B !important;
}

.focus-within\:ring-offset-bannerText:focus-within {
  --tw-ring-offset-color: #970022 !important;
}

.focus-within\:ring-offset-fondoWhite:focus-within {
  --tw-ring-offset-color: #E6E6E6 !important;
}

.focus-within\:ring-offset-bgGrid:focus-within {
  --tw-ring-offset-color: #872944 !important;
}

.focus-within\:ring-offset-cisYellow:focus-within {
  --tw-ring-offset-color: #EBBC54 !important;
}

.focus-within\:ring-offset-cisPink:focus-within {
  --tw-ring-offset-color: #E23A6B !important;
}

.focus-within\:ring-offset-footer:focus-within {
  --tw-ring-offset-color: #333333 !important;
}

.focus-within\:ring-offset-cisGray:focus-within {
  --tw-ring-offset-color: #666666 !important;
}

.focus-within\:ring-offset-cisCarm:focus-within {
  --tw-ring-offset-color: #A62D53 !important;
}

.focus-within\:ring-offset-cisgrad1:focus-within {
  --tw-ring-offset-color: #DA3A6B !important;
}

.focus-within\:ring-offset-cisgrad2:focus-within {
  --tw-ring-offset-color: #EAB755 !important;
}

.focus-within\:ring-offset-cisgrad3:focus-within {
  --tw-ring-offset-color: #881F4A !important;
}

.focus-within\:ring-offset-cisgrad4:focus-within {
  --tw-ring-offset-color: #D7206C !important;
}

.focus-within\:ring-offset-doxYellow:focus-within {
  --tw-ring-offset-color: #F6EA32 !important;
}

.focus-within\:ring-offset-doxGreenM:focus-within {
  --tw-ring-offset-color: #6EB556 !important;
}

.focus-within\:ring-offset-doxGreenS:focus-within {
  --tw-ring-offset-color: #A1D15C !important;
}

.focus-within\:ring-offset-doxGreenR:focus-within {
  --tw-ring-offset-color: #009144 !important;
}

.focus-within\:ring-offset-doxGreenT:focus-within {
  --tw-ring-offset-color: #009933 !important;
}

.focus-within\:ring-offset-doxGrayS:focus-within {
  --tw-ring-offset-color: #DADDE5 !important;
}

.focus-within\:ring-offset-doxGrayE:focus-within {
  --tw-ring-offset-color: #EEEFF4 !important;
}

.focus-within\:ring-offset-dxmgreen:focus-within {
  --tw-ring-offset-color: #1E8344 !important;
}

.focus-within\:ring-offset-dxmGreen:focus-within {
  --tw-ring-offset-color: #1E8344 !important;
}

.focus-within\:ring-offset-dxmsquare:focus-within {
  --tw-ring-offset-color: #71AA62 !important;
}

.focus-within\:ring-offset-dxmText:focus-within {
  --tw-ring-offset-color: #6FB444 !important;
}

.focus-within\:ring-offset-dxmbacksquare:focus-within {
  --tw-ring-offset-color: #57AE56 !important;
}

.focus-within\:ring-offset-dxmTitle:focus-within {
  --tw-ring-offset-color: #0D6E39 !important;
}

.focus-within\:ring-offset-dxmFtBG:focus-within {
  --tw-ring-offset-color: #4D4D4D !important;
}

.focus-within\:ring-offset-green1:focus-within {
  --tw-ring-offset-color: #5e9e3f !important;
}

.focus-within\:ring-offset-green2:focus-within {
  --tw-ring-offset-color: #95c255 !important;
}

.focus-within\:ring-offset-green3:focus-within {
  --tw-ring-offset-color: #18b6c9 !important;
}

.focus-within\:ring-offset-green4:focus-within {
  --tw-ring-offset-color: #1c8c69 !important;
}

.focus-within\:ring-offset-dcnMain:focus-within {
  --tw-ring-offset-color: #F32735 !important;
}

.focus-within\:ring-offset-dcnbl:focus-within {
  --tw-ring-offset-color: #0075C9 !important;
}

.focus-within\:ring-offset-dcnsText:focus-within {
  --tw-ring-offset-color: #00507E !important;
}

.focus-within\:ring-offset-dcnsRed:focus-within {
  --tw-ring-offset-color: #B22024 !important;
}

.focus-within\:ring-offset-dmxPurple:focus-within {
  --tw-ring-offset-color: #6D348A !important;
}

.focus-within\:ring-offset-dmxBlue:focus-within {
  --tw-ring-offset-color: #009494 !important;
}

.focus-within\:ring-offset-dmxSquare:focus-within {
  --tw-ring-offset-color: #C5B9CF !important;
}

.focus-within\:ring-offset-bgmecanismo:focus-within {
  --tw-ring-offset-color: #B7A8C4 !important;
}

.focus-within\:ring-offset-dmxGreen:focus-within {
  --tw-ring-offset-color: #009494 !important;
}

.focus-within\:ring-offset-dmxText:focus-within {
  --tw-ring-offset-color: #592C80 !important;
}

.focus-within\:ring-offset-dmxgray:focus-within {
  --tw-ring-offset-color: #BBB1C4 !important;
}

.focus-within\:ring-offset-bvGray:focus-within {
  --tw-ring-offset-color: #323232 !important;
}

.focus-within\:ring-offset-bvBlue:focus-within {
  --tw-ring-offset-color: #C9ECF3 !important;
}

.focus-within\:ring-offset-bVGreen:focus-within {
  --tw-ring-offset-color: #115472 !important;
}

.focus-within\:ring-offset-bvMint:focus-within {
  --tw-ring-offset-color: #71B800 !important;
}

.focus-within\:ring-offset-bvCadetBlue:focus-within {
  --tw-ring-offset-color: #0D4880 !important;
}

.focus-within\:ring-offset-bvPuntos:focus-within {
  --tw-ring-offset-color: #1F8CA4 !important;
}

.focus-within\:ring-offset-bvSlime:focus-within {
  --tw-ring-offset-color: #52AD1D !important;
}

.focus-within\:ring-offset-bvSky:focus-within {
  --tw-ring-offset-color: #2EC4D2 !important;
}

.focus-within\:ring-offset-ash:focus-within {
  --tw-ring-offset-color: #4B5563 !important;
}

.focus-within\:ring-offset-sky:focus-within {
  --tw-ring-offset-color: #f4fafd !important;
}

.focus-within\:ring-offset-blueHepa:focus-within {
  --tw-ring-offset-color: #00A0AF !important;
}

.focus-within\:ring-offset-zomig-orange-1:focus-within {
  --tw-ring-offset-color: #EF8000 !important;
}

.focus-within\:ring-offset-zomig-blue-1:focus-within {
  --tw-ring-offset-color: #005797 !important;
}

.focus-within\:ring-offset-zomig-blue-2:focus-within {
  --tw-ring-offset-color: #004E80 !important;
}

.focus-within\:ring-offset-zomig-blue-3:focus-within {
  --tw-ring-offset-color: #00A2D6 !important;
}

.focus-within\:ring-offset-zomig-blue-4:focus-within {
  --tw-ring-offset-color: #005285 !important;
}

.focus-within\:ring-offset-zomig-blue-5:focus-within {
  --tw-ring-offset-color: #004D80 !important;
}

.focus-within\:ring-offset-zomig-blue-6:focus-within {
  --tw-ring-offset-color: #005588 !important;
}

.focus-within\:ring-offset-zomig-blue-7:focus-within {
  --tw-ring-offset-color: #00A5D9 !important;
}

.focus-within\:ring-offset-zomig-blue-8:focus-within {
  --tw-ring-offset-color: #003E69 !important;
}

.focus-within\:ring-offset-zomig-gray-1:focus-within {
  --tw-ring-offset-color: #CDCDCE !important;
}

.focus-within\:ring-offset-zomig-gray-2:focus-within {
  --tw-ring-offset-color: #C9C9CB !important;
}

.focus-within\:ring-offset-nebido-0:focus-within {
  --tw-ring-offset-color: #EAEAEA !important;
}

.focus-within\:ring-offset-nebido-1:focus-within {
  --tw-ring-offset-color: #B9CED8 !important;
}

.focus-within\:ring-offset-nebido-2:focus-within {
  --tw-ring-offset-color: #EEF2F5 !important;
}

.focus-within\:ring-offset-nebido-loblolly-50:focus-within {
  --tw-ring-offset-color: #f6f8f9 !important;
}

.focus-within\:ring-offset-nebido-loblolly-100:focus-within {
  --tw-ring-offset-color: #ebf0f3 !important;
}

.focus-within\:ring-offset-nebido-loblolly-200:focus-within {
  --tw-ring-offset-color: #d3dee4 !important;
}

.focus-within\:ring-offset-nebido-loblolly-300:focus-within {
  --tw-ring-offset-color: #bdced6 !important;
}

.focus-within\:ring-offset-nebido-loblolly-400:focus-within {
  --tw-ring-offset-color: #81a1af !important;
}

.focus-within\:ring-offset-nebido-loblolly-500:focus-within {
  --tw-ring-offset-color: #618696 !important;
}

.focus-within\:ring-offset-nebido-loblolly-600:focus-within {
  --tw-ring-offset-color: #4c6c7d !important;
}

.focus-within\:ring-offset-nebido-loblolly-700:focus-within {
  --tw-ring-offset-color: #3f5865 !important;
}

.focus-within\:ring-offset-nebido-loblolly-800:focus-within {
  --tw-ring-offset-color: #374b55 !important;
}

.focus-within\:ring-offset-nebido-loblolly-900:focus-within {
  --tw-ring-offset-color: #314049 !important;
}

.focus-within\:ring-offset-nebido-loblolly-950:focus-within {
  --tw-ring-offset-color: #212a30 !important;
}

.focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
  --tw-ring-offset-color: #D0D4D6 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
  --tw-ring-offset-color: #fef9ec !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
  --tw-ring-offset-color: #fbeeca !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
  --tw-ring-offset-color: #f7dc90 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
  --tw-ring-offset-color: #f3c356 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
  --tw-ring-offset-color: #f0ab2a !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
  --tw-ring-offset-color: #e98c17 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
  --tw-ring-offset-color: #cf6910 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
  --tw-ring-offset-color: #ac4911 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
  --tw-ring-offset-color: #8b3a15 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
  --tw-ring-offset-color: #732f14 !important;
}

.focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
  --tw-ring-offset-color: #421706 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
  --tw-ring-offset-color: #f5f6f6 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
  --tw-ring-offset-color: #e6e7e7 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
  --tw-ring-offset-color: #cfd1d2 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
  --tw-ring-offset-color: #aeb1b2 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
  --tw-ring-offset-color: #85898b !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
  --tw-ring-offset-color: #6a6e70 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
  --tw-ring-offset-color: #5a5e60 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
  --tw-ring-offset-color: #4d4f51 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
  --tw-ring-offset-color: #444646 !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
  --tw-ring-offset-color: #3b3c3e !important;
}

.focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
  --tw-ring-offset-color: #292a2b !important;
}

.focus-within\:ring-offset-nebido-mercury-50:focus-within {
  --tw-ring-offset-color: #f8f8f8 !important;
}

.focus-within\:ring-offset-nebido-mercury-100:focus-within {
  --tw-ring-offset-color: #e8e8e8 !important;
}

.focus-within\:ring-offset-nebido-mercury-200:focus-within {
  --tw-ring-offset-color: #dcdcdc !important;
}

.focus-within\:ring-offset-nebido-mercury-300:focus-within {
  --tw-ring-offset-color: #bdbdbd !important;
}

.focus-within\:ring-offset-nebido-mercury-400:focus-within {
  --tw-ring-offset-color: #989898 !important;
}

.focus-within\:ring-offset-nebido-mercury-500:focus-within {
  --tw-ring-offset-color: #7c7c7c !important;
}

.focus-within\:ring-offset-nebido-mercury-600:focus-within {
  --tw-ring-offset-color: #656565 !important;
}

.focus-within\:ring-offset-nebido-mercury-700:focus-within {
  --tw-ring-offset-color: #525252 !important;
}

.focus-within\:ring-offset-nebido-mercury-800:focus-within {
  --tw-ring-offset-color: #464646 !important;
}

.focus-within\:ring-offset-nebido-mercury-900:focus-within {
  --tw-ring-offset-color: #3d3d3d !important;
}

.focus-within\:ring-offset-nebido-mercury-950:focus-within {
  --tw-ring-offset-color: #292929 !important;
}

.focus-within\:ring-offset-nebido-porcelain-50:focus-within {
  --tw-ring-offset-color: #f6f8f9 !important;
}

.focus-within\:ring-offset-nebido-porcelain-100:focus-within {
  --tw-ring-offset-color: #eceff1 !important;
}

.focus-within\:ring-offset-nebido-porcelain-200:focus-within {
  --tw-ring-offset-color: #d6dde1 !important;
}

.focus-within\:ring-offset-nebido-porcelain-300:focus-within {
  --tw-ring-offset-color: #b2c0c7 !important;
}

.focus-within\:ring-offset-nebido-porcelain-400:focus-within {
  --tw-ring-offset-color: #889ea8 !important;
}

.focus-within\:ring-offset-nebido-porcelain-500:focus-within {
  --tw-ring-offset-color: #6a828d !important;
}

.focus-within\:ring-offset-nebido-porcelain-600:focus-within {
  --tw-ring-offset-color: #556a74 !important;
}

.focus-within\:ring-offset-nebido-porcelain-700:focus-within {
  --tw-ring-offset-color: #45565f !important;
}

.focus-within\:ring-offset-nebido-porcelain-800:focus-within {
  --tw-ring-offset-color: #3c4950 !important;
}

.focus-within\:ring-offset-nebido-porcelain-900:focus-within {
  --tw-ring-offset-color: #353f45 !important;
}

.focus-within\:ring-offset-nebido-porcelain-950:focus-within {
  --tw-ring-offset-color: #232a2e !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
  --tw-ring-offset-color: #f5f8fa !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
  --tw-ring-offset-color: #ebf0f3 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
  --tw-ring-offset-color: #d2dfe5 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
  --tw-ring-offset-color: #b9cfd7 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
  --tw-ring-offset-color: #7da6b3 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
  --tw-ring-offset-color: #5c8b9b !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
  --tw-ring-offset-color: #487081 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
  --tw-ring-offset-color: #3b5c69 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
  --tw-ring-offset-color: #344d58 !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
  --tw-ring-offset-color: #2f434b !important;
}

.focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
  --tw-ring-offset-color: #1f2b32 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
  --tw-ring-offset-color: #f5f5f6 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
  --tw-ring-offset-color: #e6e6e7 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
  --tw-ring-offset-color: #d0cfd2 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
  --tw-ring-offset-color: #afaeb2 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
  --tw-ring-offset-color: #86858b !important;
}

.focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
  --tw-ring-offset-color: #68676c !important;
}

.focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
  --tw-ring-offset-color: #5c5b5f !important;
}

.focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
  --tw-ring-offset-color: #4e4d51 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
  --tw-ring-offset-color: #444446 !important;
}

.focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
  --tw-ring-offset-color: #3c3c3d !important;
}

.focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
  --tw-ring-offset-color: #262527 !important;
}

.focus-within\:ring-offset-nebido-my-sin-50:focus-within {
  --tw-ring-offset-color: #fffeea !important;
}

.focus-within\:ring-offset-nebido-my-sin-100:focus-within {
  --tw-ring-offset-color: #fff9c5 !important;
}

.focus-within\:ring-offset-nebido-my-sin-200:focus-within {
  --tw-ring-offset-color: #fff385 !important;
}

.focus-within\:ring-offset-nebido-my-sin-300:focus-within {
  --tw-ring-offset-color: #ffe646 !important;
}

.focus-within\:ring-offset-nebido-my-sin-400:focus-within {
  --tw-ring-offset-color: #ffd61b !important;
}

.focus-within\:ring-offset-nebido-my-sin-500:focus-within {
  --tw-ring-offset-color: #ffb500 !important;
}

.focus-within\:ring-offset-nebido-my-sin-600:focus-within {
  --tw-ring-offset-color: #e28a00 !important;
}

.focus-within\:ring-offset-nebido-my-sin-700:focus-within {
  --tw-ring-offset-color: #bb6102 !important;
}

.focus-within\:ring-offset-nebido-my-sin-800:focus-within {
  --tw-ring-offset-color: #984b08 !important;
}

.focus-within\:ring-offset-nebido-my-sin-900:focus-within {
  --tw-ring-offset-color: #7c3d0b !important;
}

.focus-within\:ring-offset-nebido-my-sin-950:focus-within {
  --tw-ring-offset-color: #481f00 !important;
}

.focus-within\:ring-offset-thepink:focus-within {
  --tw-ring-offset-color: #d52f89 !important;
}

.focus-within\:ring-offset-darkpink:focus-within {
  --tw-ring-offset-color: #91005d !important;
}

.focus-within\:ring-offset-bluegreen:focus-within {
  --tw-ring-offset-color: #00a0af !important;
}

.focus-within\:ring-offset-beyond-green-1:focus-within {
  --tw-ring-offset-color: #01A059 !important;
}

.focus\:ring-offset-transparent:focus {
  --tw-ring-offset-color: transparent !important;
}

.focus\:ring-offset-current:focus {
  --tw-ring-offset-color: currentColor !important;
}

.focus\:ring-offset-black:focus {
  --tw-ring-offset-color: #000 !important;
}

.focus\:ring-offset-white:focus {
  --tw-ring-offset-color: #fff !important;
}

.focus\:ring-offset-gray-50:focus {
  --tw-ring-offset-color: #fafafa !important;
}

.focus\:ring-offset-gray-100:focus {
  --tw-ring-offset-color: #f4f4f5 !important;
}

.focus\:ring-offset-gray-200:focus {
  --tw-ring-offset-color: #e4e4e7 !important;
}

.focus\:ring-offset-gray-300:focus {
  --tw-ring-offset-color: #d4d4d8 !important;
}

.focus\:ring-offset-gray-400:focus {
  --tw-ring-offset-color: #a1a1aa !important;
}

.focus\:ring-offset-gray-500:focus {
  --tw-ring-offset-color: #71717a !important;
}

.focus\:ring-offset-gray-600:focus {
  --tw-ring-offset-color: #52525b !important;
}

.focus\:ring-offset-gray-700:focus {
  --tw-ring-offset-color: #3f3f46 !important;
}

.focus\:ring-offset-gray-800:focus {
  --tw-ring-offset-color: #27272a !important;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #18181b !important;
}

.focus\:ring-offset-red-50:focus {
  --tw-ring-offset-color: #fef2f2 !important;
}

.focus\:ring-offset-red-100:focus {
  --tw-ring-offset-color: #fee2e2 !important;
}

.focus\:ring-offset-red-200:focus {
  --tw-ring-offset-color: #fecaca !important;
}

.focus\:ring-offset-red-300:focus {
  --tw-ring-offset-color: #fca5a5 !important;
}

.focus\:ring-offset-red-400:focus {
  --tw-ring-offset-color: #f87171 !important;
}

.focus\:ring-offset-red-500:focus {
  --tw-ring-offset-color: #ef4444 !important;
}

.focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626 !important;
}

.focus\:ring-offset-red-700:focus {
  --tw-ring-offset-color: #b91c1c !important;
}

.focus\:ring-offset-red-800:focus {
  --tw-ring-offset-color: #991b1b !important;
}

.focus\:ring-offset-red-900:focus {
  --tw-ring-offset-color: #7f1d1d !important;
}

.focus\:ring-offset-yellow:focus {
  --tw-ring-offset-color: #F6BE4A !important;
}

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #ecfdf5 !important;
}

.focus\:ring-offset-green-100:focus {
  --tw-ring-offset-color: #d1fae5 !important;
}

.focus\:ring-offset-green-200:focus {
  --tw-ring-offset-color: #a7f3d0 !important;
}

.focus\:ring-offset-green-300:focus {
  --tw-ring-offset-color: #6ee7b7 !important;
}

.focus\:ring-offset-green-400:focus {
  --tw-ring-offset-color: #34d399 !important;
}

.focus\:ring-offset-green-500:focus {
  --tw-ring-offset-color: #10b981 !important;
}

.focus\:ring-offset-green-600:focus {
  --tw-ring-offset-color: #059669 !important;
}

.focus\:ring-offset-green-700:focus {
  --tw-ring-offset-color: #047857 !important;
}

.focus\:ring-offset-green-800:focus {
  --tw-ring-offset-color: #065f46 !important;
}

.focus\:ring-offset-green-900:focus {
  --tw-ring-offset-color: #064e3b !important;
}

.focus\:ring-offset-blue-50:focus {
  --tw-ring-offset-color: #eff6ff !important;
}

.focus\:ring-offset-blue-100:focus {
  --tw-ring-offset-color: #dbeafe !important;
}

.focus\:ring-offset-blue-200:focus {
  --tw-ring-offset-color: #bfdbfe !important;
}

.focus\:ring-offset-blue-300:focus {
  --tw-ring-offset-color: #93c5fd !important;
}

.focus\:ring-offset-blue-400:focus {
  --tw-ring-offset-color: #60a5fa !important;
}

.focus\:ring-offset-blue-500:focus {
  --tw-ring-offset-color: #3b82f6 !important;
}

.focus\:ring-offset-blue-600:focus {
  --tw-ring-offset-color: #2563eb !important;
}

.focus\:ring-offset-blue-700:focus {
  --tw-ring-offset-color: #1d4ed8 !important;
}

.focus\:ring-offset-blue-800:focus {
  --tw-ring-offset-color: #1e40af !important;
}

.focus\:ring-offset-blue-900:focus {
  --tw-ring-offset-color: #1e3a8a !important;
}

.focus\:ring-offset-indigo-50:focus {
  --tw-ring-offset-color: #eef2ff !important;
}

.focus\:ring-offset-indigo-100:focus {
  --tw-ring-offset-color: #e0e7ff !important;
}

.focus\:ring-offset-indigo-200:focus {
  --tw-ring-offset-color: #c7d2fe !important;
}

.focus\:ring-offset-indigo-300:focus {
  --tw-ring-offset-color: #a5b4fc !important;
}

.focus\:ring-offset-indigo-400:focus {
  --tw-ring-offset-color: #818cf8 !important;
}

.focus\:ring-offset-indigo-500:focus {
  --tw-ring-offset-color: #6366f1 !important;
}

.focus\:ring-offset-indigo-600:focus {
  --tw-ring-offset-color: #4f46e5 !important;
}

.focus\:ring-offset-indigo-700:focus {
  --tw-ring-offset-color: #4338ca !important;
}

.focus\:ring-offset-indigo-800:focus {
  --tw-ring-offset-color: #3730a3 !important;
}

.focus\:ring-offset-indigo-900:focus {
  --tw-ring-offset-color: #312e81 !important;
}

.focus\:ring-offset-purple:focus {
  --tw-ring-offset-color: #6c42a0 !important;
}

.focus\:ring-offset-pink-50:focus {
  --tw-ring-offset-color: #fdf2f8 !important;
}

.focus\:ring-offset-pink-100:focus {
  --tw-ring-offset-color: #fce7f3 !important;
}

.focus\:ring-offset-pink-200:focus {
  --tw-ring-offset-color: #fbcfe8 !important;
}

.focus\:ring-offset-pink-300:focus {
  --tw-ring-offset-color: #f9a8d4 !important;
}

.focus\:ring-offset-pink-400:focus {
  --tw-ring-offset-color: #f472b6 !important;
}

.focus\:ring-offset-pink-500:focus {
  --tw-ring-offset-color: #ec4899 !important;
}

.focus\:ring-offset-pink-600:focus {
  --tw-ring-offset-color: #db2777 !important;
}

.focus\:ring-offset-pink-700:focus {
  --tw-ring-offset-color: #be185d !important;
}

.focus\:ring-offset-pink-800:focus {
  --tw-ring-offset-color: #9d174d !important;
}

.focus\:ring-offset-pink-900:focus {
  --tw-ring-offset-color: #831843 !important;
}

.focus\:ring-offset-primary-50:focus {
  --tw-ring-offset-color: #F1F5FB !important;
}

.focus\:ring-offset-primary-100:focus {
  --tw-ring-offset-color: #E3EBF7 !important;
}

.focus\:ring-offset-primary-200:focus {
  --tw-ring-offset-color: #C7D7F0 !important;
}

.focus\:ring-offset-primary-300:focus {
  --tw-ring-offset-color: #ABC2E8 !important;
}

.focus\:ring-offset-primary-400:focus {
  --tw-ring-offset-color: #8FAEE0 !important;
}

.focus\:ring-offset-primary-500:focus {
  --tw-ring-offset-color: #6590D5 !important;
}

.focus\:ring-offset-primary-600:focus {
  --tw-ring-offset-color: #3061AF !important;
}

.focus\:ring-offset-primary-700:focus {
  --tw-ring-offset-color: #285192 !important;
}

.focus\:ring-offset-primary-800:focus {
  --tw-ring-offset-color: #204075 !important;
}

.focus\:ring-offset-primary-900:focus {
  --tw-ring-offset-color: #183058 !important;
}

.focus\:ring-offset-primary:focus {
  --tw-ring-offset-color: #3B71CA !important;
}

.focus\:ring-offset-primary-accent-100:focus {
  --tw-ring-offset-color: #d9e4f3 !important;
}

.focus\:ring-offset-primary-accent-200:focus {
  --tw-ring-offset-color: #cedbee !important;
}

.focus\:ring-offset-secondary-50:focus {
  --tw-ring-offset-color: #F8F9F9 !important;
}

.focus\:ring-offset-secondary-100:focus {
  --tw-ring-offset-color: #F1F2F4 !important;
}

.focus\:ring-offset-secondary-200:focus {
  --tw-ring-offset-color: #E4E6E9 !important;
}

.focus\:ring-offset-secondary-300:focus {
  --tw-ring-offset-color: #D6D9DE !important;
}

.focus\:ring-offset-secondary-400:focus {
  --tw-ring-offset-color: #C8CCD3 !important;
}

.focus\:ring-offset-secondary-500:focus {
  --tw-ring-offset-color: #B3B9C2 !important;
}

.focus\:ring-offset-secondary-600:focus {
  --tw-ring-offset-color: #848D9C !important;
}

.focus\:ring-offset-secondary-700:focus {
  --tw-ring-offset-color: #6B7585 !important;
}

.focus\:ring-offset-secondary-800:focus {
  --tw-ring-offset-color: #565D6B !important;
}

.focus\:ring-offset-secondary-900:focus {
  --tw-ring-offset-color: #404650 !important;
}

.focus\:ring-offset-secondary:focus {
  --tw-ring-offset-color: #9FA6B2 !important;
}

.focus\:ring-offset-success-50:focus {
  --tw-ring-offset-color: #EAFCF2 !important;
}

.focus\:ring-offset-success-100:focus {
  --tw-ring-offset-color: #D6FAE4 !important;
}

.focus\:ring-offset-success-200:focus {
  --tw-ring-offset-color: #ACF5C9 !important;
}

.focus\:ring-offset-success-300:focus {
  --tw-ring-offset-color: #83F0AE !important;
}

.focus\:ring-offset-success-400:focus {
  --tw-ring-offset-color: #59EA93 !important;
}

.focus\:ring-offset-success-500:focus {
  --tw-ring-offset-color: #1CE26B !important;
}

.focus\:ring-offset-success-600:focus {
  --tw-ring-offset-color: #118C42 !important;
}

.focus\:ring-offset-success-700:focus {
  --tw-ring-offset-color: #0E7537 !important;
}

.focus\:ring-offset-success-800:focus {
  --tw-ring-offset-color: #0C5D2C !important;
}

.focus\:ring-offset-success-900:focus {
  --tw-ring-offset-color: #094621 !important;
}

.focus\:ring-offset-success:focus {
  --tw-ring-offset-color: #14A44D !important;
}

.focus\:ring-offset-danger-50:focus {
  --tw-ring-offset-color: #FCF2F4 !important;
}

.focus\:ring-offset-danger-100:focus {
  --tw-ring-offset-color: #FAE5E9 !important;
}

.focus\:ring-offset-danger-200:focus {
  --tw-ring-offset-color: #F5CCD3 !important;
}

.focus\:ring-offset-danger-300:focus {
  --tw-ring-offset-color: #F0B2BD !important;
}

.focus\:ring-offset-danger-400:focus {
  --tw-ring-offset-color: #EB99A6 !important;
}

.focus\:ring-offset-danger-500:focus {
  --tw-ring-offset-color: #E37285 !important;
}

.focus\:ring-offset-danger-600:focus {
  --tw-ring-offset-color: #D42A46 !important;
}

.focus\:ring-offset-danger-700:focus {
  --tw-ring-offset-color: #B0233A !important;
}

.focus\:ring-offset-danger-800:focus {
  --tw-ring-offset-color: #8D1C2F !important;
}

.focus\:ring-offset-danger-900:focus {
  --tw-ring-offset-color: #6A1523 !important;
}

.focus\:ring-offset-danger:focus {
  --tw-ring-offset-color: #DC4C64 !important;
}

.focus\:ring-offset-warning-50:focus {
  --tw-ring-offset-color: #FDF8EF !important;
}

.focus\:ring-offset-warning-100:focus {
  --tw-ring-offset-color: #FBF2DE !important;
}

.focus\:ring-offset-warning-200:focus {
  --tw-ring-offset-color: #F7E4BE !important;
}

.focus\:ring-offset-warning-300:focus {
  --tw-ring-offset-color: #F4D79D !important;
}

.focus\:ring-offset-warning-400:focus {
  --tw-ring-offset-color: #F0C97D !important;
}

.focus\:ring-offset-warning-500:focus {
  --tw-ring-offset-color: #EAB54C !important;
}

.focus\:ring-offset-warning-600:focus {
  --tw-ring-offset-color: #C48A17 !important;
}

.focus\:ring-offset-warning-700:focus {
  --tw-ring-offset-color: #A37313 !important;
}

.focus\:ring-offset-warning-800:focus {
  --tw-ring-offset-color: #825C0F !important;
}

.focus\:ring-offset-warning-900:focus {
  --tw-ring-offset-color: #62450B !important;
}

.focus\:ring-offset-warning:focus {
  --tw-ring-offset-color: #E4A11B !important;
}

.focus\:ring-offset-info-50:focus {
  --tw-ring-offset-color: #F3FAFC !important;
}

.focus\:ring-offset-info-100:focus {
  --tw-ring-offset-color: #E7F4F9 !important;
}

.focus\:ring-offset-info-200:focus {
  --tw-ring-offset-color: #CEE9F2 !important;
}

.focus\:ring-offset-info-300:focus {
  --tw-ring-offset-color: #B6DFEC !important;
}

.focus\:ring-offset-info-400:focus {
  --tw-ring-offset-color: #9ED4E6 !important;
}

.focus\:ring-offset-info-500:focus {
  --tw-ring-offset-color: #79C4DC !important;
}

.focus\:ring-offset-info-600:focus {
  --tw-ring-offset-color: #34A4CA !important;
}

.focus\:ring-offset-info-700:focus {
  --tw-ring-offset-color: #2B89A8 !important;
}

.focus\:ring-offset-info-800:focus {
  --tw-ring-offset-color: #236D86 !important;
}

.focus\:ring-offset-info-900:focus {
  --tw-ring-offset-color: #1A5265 !important;
}

.focus\:ring-offset-info:focus {
  --tw-ring-offset-color: #54B4D3 !important;
}

.focus\:ring-offset-darkgreen:focus {
  --tw-ring-offset-color: #066B3D !important;
}

.focus\:ring-offset-lightgreen:focus {
  --tw-ring-offset-color: #70BB44 !important;
}

.focus\:ring-offset-\[\#d1ecc5\]:focus {
  --tw-ring-offset-color: #d1ecc5 !important;
}

.focus\:ring-offset-\[\#282828\]:focus {
  --tw-ring-offset-color: #282828 !important;
}

.focus\:ring-offset-\[\#bde020\]:focus {
  --tw-ring-offset-color: #bde020 !important;
}

.focus\:ring-offset-\[\#efeee8\]:focus {
  --tw-ring-offset-color: #efeee8 !important;
}

.focus\:ring-offset-\[\#bdc11d\]:focus {
  --tw-ring-offset-color: #bdc11d !important;
}

.focus\:ring-offset-\[\#039147\]:focus {
  --tw-ring-offset-color: #039147 !important;
}

.focus\:ring-offset-\[\#c3c1bf\]:focus {
  --tw-ring-offset-color: #c3c1bf !important;
}

.focus\:ring-offset-\[\#039047\]:focus {
  --tw-ring-offset-color: #039047 !important;
}

.focus\:ring-offset-\[\#c8da2e\]:focus {
  --tw-ring-offset-color: #c8da2e !important;
}

.focus\:ring-offset-dmxMecanismob:focus {
  --tw-ring-offset-color: #c6bad2 !important;
}

.focus\:ring-offset-fog:focus {
  --tw-ring-offset-color: #535353 !important;
}

.focus\:ring-offset-pink-cistitis:focus {
  --tw-ring-offset-color: #E23A6B !important;
}

.focus\:ring-offset-purple1:focus {
  --tw-ring-offset-color: #70447A !important;
}

.focus\:ring-offset-purple2:focus {
  --tw-ring-offset-color: #42114C !important;
}

.focus\:ring-offset-purple3:focus {
  --tw-ring-offset-color: #5D0661 !important;
}

.focus\:ring-offset-purplebg:focus {
  --tw-ring-offset-color: #F7F2F7 !important;
}

.focus\:ring-offset-purplebg2:focus {
  --tw-ring-offset-color: #D2C2D5 !important;
}

.focus\:ring-offset-purpleBorder:focus {
  --tw-ring-offset-color: #3B1E4B !important;
}

.focus\:ring-offset-purpleIcon:focus {
  --tw-ring-offset-color: #B0A2B8 !important;
}

.focus\:ring-offset-purpleTB:focus {
  --tw-ring-offset-color: #D4C6DC !important;
}

.focus\:ring-offset-yellow-200:focus {
  --tw-ring-offset-color: #fef08a !important;
}

.focus\:ring-offset-yellow-500:focus {
  --tw-ring-offset-color: #eab308 !important;
}

.focus\:ring-offset-yellowBtn:focus {
  --tw-ring-offset-color: #F7C139 !important;
}

.focus\:ring-offset-grayT:focus {
  --tw-ring-offset-color: #292929 !important;
}

.focus\:ring-offset-grayTL:focus {
  --tw-ring-offset-color: #363737 !important;
}

.focus\:ring-offset-gray77:focus {
  --tw-ring-offset-color: #4D4D4D !important;
}

.focus\:ring-offset-grayhr:focus {
  --tw-ring-offset-color: #D3D3D3 !important;
}

.focus\:ring-offset-whiteTbl:focus {
  --tw-ring-offset-color: #F8F6F9 !important;
}

.focus\:ring-offset-roja:focus {
  --tw-ring-offset-color: #E52027 !important;
}

.focus\:ring-offset-anaranjada:focus {
  --tw-ring-offset-color: #EB6A2D !important;
}

.focus\:ring-offset-amarilla:focus {
  --tw-ring-offset-color: #FBDA3C !important;
}

.focus\:ring-offset-ocean:focus {
  --tw-ring-offset-color: #51C1D1 !important;
}

.focus\:ring-offset-forest:focus {
  --tw-ring-offset-color: #7FB80D !important;
}

.focus\:ring-offset-mint:focus {
  --tw-ring-offset-color: #67AA35 !important;
}

.focus\:ring-offset-azul:focus {
  --tw-ring-offset-color: #4BACCF !important;
}

.focus\:ring-offset-negra:focus {
  --tw-ring-offset-color: #262626 !important;
}

.focus\:ring-offset-lime-50:focus {
  --tw-ring-offset-color: #f7fee7 !important;
}

.focus\:ring-offset-lime-100:focus {
  --tw-ring-offset-color: #ecfccb !important;
}

.focus\:ring-offset-lime-200:focus {
  --tw-ring-offset-color: #d9f99d !important;
}

.focus\:ring-offset-lime-300:focus {
  --tw-ring-offset-color: #bef264 !important;
}

.focus\:ring-offset-lime-400:focus {
  --tw-ring-offset-color: #a3e635 !important;
}

.focus\:ring-offset-lime-500:focus {
  --tw-ring-offset-color: #84cc16 !important;
}

.focus\:ring-offset-lime-600:focus {
  --tw-ring-offset-color: #65a30d !important;
}

.focus\:ring-offset-lime-700:focus {
  --tw-ring-offset-color: #4d7c0f !important;
}

.focus\:ring-offset-lime-800:focus {
  --tw-ring-offset-color: #3f6212 !important;
}

.focus\:ring-offset-lime-900:focus {
  --tw-ring-offset-color: #365314 !important;
}

.focus\:ring-offset-cyan-50:focus {
  --tw-ring-offset-color: #ecfeff !important;
}

.focus\:ring-offset-cyan-100:focus {
  --tw-ring-offset-color: #cffafe !important;
}

.focus\:ring-offset-cyan-200:focus {
  --tw-ring-offset-color: #a5f3fc !important;
}

.focus\:ring-offset-cyan-300:focus {
  --tw-ring-offset-color: #67e8f9 !important;
}

.focus\:ring-offset-cyan-400:focus {
  --tw-ring-offset-color: #22d3ee !important;
}

.focus\:ring-offset-cyan-500:focus {
  --tw-ring-offset-color: #06b6d4 !important;
}

.focus\:ring-offset-cyan-600:focus {
  --tw-ring-offset-color: #0891b2 !important;
}

.focus\:ring-offset-cyan-700:focus {
  --tw-ring-offset-color: #0e7490 !important;
}

.focus\:ring-offset-cyan-800:focus {
  --tw-ring-offset-color: #155e75 !important;
}

.focus\:ring-offset-cyan-900:focus {
  --tw-ring-offset-color: #164e63 !important;
}

.focus\:ring-offset-cadet-blue:focus {
  --tw-ring-offset-color: #164682 !important;
}

.focus\:ring-offset-lavender-blue:focus {
  --tw-ring-offset-color: #2A7EDE !important;
}

.focus\:ring-offset-cobalt-blue:focus {
  --tw-ring-offset-color: #218AA2 !important;
}

.focus\:ring-offset-sky-blue:focus {
  --tw-ring-offset-color: #51C1D1 !important;
}

.focus\:ring-offset-berry:focus {
  --tw-ring-offset-color: #01A4BA !important;
}

.focus\:ring-offset-lapis:focus {
  --tw-ring-offset-color: #138CA5 !important;
}

.focus\:ring-offset-azure:focus {
  --tw-ring-offset-color: #1EC4D3 !important;
}

.focus\:ring-offset-pine:focus {
  --tw-ring-offset-color: #9CEFC7 !important;
}

.focus\:ring-offset-spring:focus {
  --tw-ring-offset-color: #79CA00 !important;
}

.focus\:ring-offset-slime:focus {
  --tw-ring-offset-color: #4EAF00 !important;
}

.focus\:ring-offset-jade-50:focus {
  --tw-ring-offset-color: #D9F6FB !important;
}

.focus\:ring-offset-jade-500:focus {
  --tw-ring-offset-color: #DEF7FC !important;
}

.focus\:ring-offset-jade-900:focus {
  --tw-ring-offset-color: #EEFCFE !important;
}

.focus\:ring-offset-cerulean:focus {
  --tw-ring-offset-color: #D3EAEF !important;
}

.focus\:ring-offset-evergreen:focus {
  --tw-ring-offset-color: #6DBE4D !important;
}

.focus\:ring-offset-admiral:focus {
  --tw-ring-offset-color: #2377BE !important;
}

.focus\:ring-offset-denim:focus {
  --tw-ring-offset-color: #37A5DD !important;
}

.focus\:ring-offset-laurel:focus {
  --tw-ring-offset-color: #6CBE51 !important;
}

.focus\:ring-offset-Dpink1:focus {
  --tw-ring-offset-color: #E74F77 !important;
}

.focus\:ring-offset-Dblue1:focus {
  --tw-ring-offset-color: #42A6B8 !important;
}

.focus\:ring-offset-Dblue2:focus {
  --tw-ring-offset-color: #225258 !important;
}

.focus\:ring-offset-Pgray:focus {
  --tw-ring-offset-color: #f4f4f4 !important;
}

.focus\:ring-offset-Metblue1:focus {
  --tw-ring-offset-color: #4BB5D4 !important;
}

.focus\:ring-offset-MetBlue2:focus {
  --tw-ring-offset-color: #205B87 !important;
}

.focus\:ring-offset-MetBlueGrid1:focus {
  --tw-ring-offset-color: #2DB5D4 !important;
}

.focus\:ring-offset-MetBlueGrid2:focus {
  --tw-ring-offset-color: #2569B8 !important;
}

.focus\:ring-offset-MetBlueGrid3:focus {
  --tw-ring-offset-color: #42ABBB !important;
}

.focus\:ring-offset-MetBlueLast:focus {
  --tw-ring-offset-color: #2569B9 !important;
}

.focus\:ring-offset-Metwhite:focus {
  --tw-ring-offset-color: #F5F5F5 !important;
}

.focus\:ring-offset-Pkorange1:focus {
  --tw-ring-offset-color: #D85F2A !important;
}

.focus\:ring-offset-Pkorange2:focus {
  --tw-ring-offset-color: #FC4300 !important;
}

.focus\:ring-offset-BvpBlue:focus {
  --tw-ring-offset-color: #1292A9 !important;
}

.focus\:ring-offset-BvpPine:focus {
  --tw-ring-offset-color: #9BE4C7 !important;
}

.focus\:ring-offset-BvpBlue2:focus {
  --tw-ring-offset-color: #1B5A90 !important;
}

.focus\:ring-offset-BvpGreen:focus {
  --tw-ring-offset-color: #159F6E !important;
}

.focus\:ring-offset-Pkblue-100:focus {
  --tw-ring-offset-color: #212E60 !important;
}

.focus\:ring-offset-Pkblue-200:focus {
  --tw-ring-offset-color: #003184 !important;
}

.focus\:ring-offset-Pkblue-300:focus {
  --tw-ring-offset-color: #004284 !important;
}

.focus\:ring-offset-BpurpleText:focus {
  --tw-ring-offset-color: #465784 !important;
}

.focus\:ring-offset-BpurpleText2:focus {
  --tw-ring-offset-color: #56087A !important;
}

.focus\:ring-offset-BgradYellow:focus {
  --tw-ring-offset-color: #E49D41 !important;
}

.focus\:ring-offset-Bgradpurple1:focus {
  --tw-ring-offset-color: #AD6498 !important;
}

.focus\:ring-offset-Bpink:focus {
  --tw-ring-offset-color: #B33C86 !important;
}

.focus\:ring-offset-Bpink2:focus {
  --tw-ring-offset-color: #E9CBDA !important;
}

.focus\:ring-offset-Bgradpurple2:focus {
  --tw-ring-offset-color: #3B80A8 !important;
}

.focus\:ring-offset-Bgradpink:focus {
  --tw-ring-offset-color: #B03780 !important;
}

.focus\:ring-offset-Bgradwhite:focus {
  --tw-ring-offset-color: #CDB8CC !important;
}

.focus\:ring-offset-BBlue1:focus {
  --tw-ring-offset-color: #455780 !important;
}

.focus\:ring-offset-BpinkContainer:focus {
  --tw-ring-offset-color: #C8549C !important;
}

.focus\:ring-offset-Cpinkcover:focus {
  --tw-ring-offset-color: #E23A6B !important;
}

.focus\:ring-offset-bannerText:focus {
  --tw-ring-offset-color: #970022 !important;
}

.focus\:ring-offset-fondoWhite:focus {
  --tw-ring-offset-color: #E6E6E6 !important;
}

.focus\:ring-offset-bgGrid:focus {
  --tw-ring-offset-color: #872944 !important;
}

.focus\:ring-offset-cisYellow:focus {
  --tw-ring-offset-color: #EBBC54 !important;
}

.focus\:ring-offset-cisPink:focus {
  --tw-ring-offset-color: #E23A6B !important;
}

.focus\:ring-offset-footer:focus {
  --tw-ring-offset-color: #333333 !important;
}

.focus\:ring-offset-cisGray:focus {
  --tw-ring-offset-color: #666666 !important;
}

.focus\:ring-offset-cisCarm:focus {
  --tw-ring-offset-color: #A62D53 !important;
}

.focus\:ring-offset-cisgrad1:focus {
  --tw-ring-offset-color: #DA3A6B !important;
}

.focus\:ring-offset-cisgrad2:focus {
  --tw-ring-offset-color: #EAB755 !important;
}

.focus\:ring-offset-cisgrad3:focus {
  --tw-ring-offset-color: #881F4A !important;
}

.focus\:ring-offset-cisgrad4:focus {
  --tw-ring-offset-color: #D7206C !important;
}

.focus\:ring-offset-doxYellow:focus {
  --tw-ring-offset-color: #F6EA32 !important;
}

.focus\:ring-offset-doxGreenM:focus {
  --tw-ring-offset-color: #6EB556 !important;
}

.focus\:ring-offset-doxGreenS:focus {
  --tw-ring-offset-color: #A1D15C !important;
}

.focus\:ring-offset-doxGreenR:focus {
  --tw-ring-offset-color: #009144 !important;
}

.focus\:ring-offset-doxGreenT:focus {
  --tw-ring-offset-color: #009933 !important;
}

.focus\:ring-offset-doxGrayS:focus {
  --tw-ring-offset-color: #DADDE5 !important;
}

.focus\:ring-offset-doxGrayE:focus {
  --tw-ring-offset-color: #EEEFF4 !important;
}

.focus\:ring-offset-dxmgreen:focus {
  --tw-ring-offset-color: #1E8344 !important;
}

.focus\:ring-offset-dxmGreen:focus {
  --tw-ring-offset-color: #1E8344 !important;
}

.focus\:ring-offset-dxmsquare:focus {
  --tw-ring-offset-color: #71AA62 !important;
}

.focus\:ring-offset-dxmText:focus {
  --tw-ring-offset-color: #6FB444 !important;
}

.focus\:ring-offset-dxmbacksquare:focus {
  --tw-ring-offset-color: #57AE56 !important;
}

.focus\:ring-offset-dxmTitle:focus {
  --tw-ring-offset-color: #0D6E39 !important;
}

.focus\:ring-offset-dxmFtBG:focus {
  --tw-ring-offset-color: #4D4D4D !important;
}

.focus\:ring-offset-green1:focus {
  --tw-ring-offset-color: #5e9e3f !important;
}

.focus\:ring-offset-green2:focus {
  --tw-ring-offset-color: #95c255 !important;
}

.focus\:ring-offset-green3:focus {
  --tw-ring-offset-color: #18b6c9 !important;
}

.focus\:ring-offset-green4:focus {
  --tw-ring-offset-color: #1c8c69 !important;
}

.focus\:ring-offset-dcnMain:focus {
  --tw-ring-offset-color: #F32735 !important;
}

.focus\:ring-offset-dcnbl:focus {
  --tw-ring-offset-color: #0075C9 !important;
}

.focus\:ring-offset-dcnsText:focus {
  --tw-ring-offset-color: #00507E !important;
}

.focus\:ring-offset-dcnsRed:focus {
  --tw-ring-offset-color: #B22024 !important;
}

.focus\:ring-offset-dmxPurple:focus {
  --tw-ring-offset-color: #6D348A !important;
}

.focus\:ring-offset-dmxBlue:focus {
  --tw-ring-offset-color: #009494 !important;
}

.focus\:ring-offset-dmxSquare:focus {
  --tw-ring-offset-color: #C5B9CF !important;
}

.focus\:ring-offset-bgmecanismo:focus {
  --tw-ring-offset-color: #B7A8C4 !important;
}

.focus\:ring-offset-dmxGreen:focus {
  --tw-ring-offset-color: #009494 !important;
}

.focus\:ring-offset-dmxText:focus {
  --tw-ring-offset-color: #592C80 !important;
}

.focus\:ring-offset-dmxgray:focus {
  --tw-ring-offset-color: #BBB1C4 !important;
}

.focus\:ring-offset-bvGray:focus {
  --tw-ring-offset-color: #323232 !important;
}

.focus\:ring-offset-bvBlue:focus {
  --tw-ring-offset-color: #C9ECF3 !important;
}

.focus\:ring-offset-bVGreen:focus {
  --tw-ring-offset-color: #115472 !important;
}

.focus\:ring-offset-bvMint:focus {
  --tw-ring-offset-color: #71B800 !important;
}

.focus\:ring-offset-bvCadetBlue:focus {
  --tw-ring-offset-color: #0D4880 !important;
}

.focus\:ring-offset-bvPuntos:focus {
  --tw-ring-offset-color: #1F8CA4 !important;
}

.focus\:ring-offset-bvSlime:focus {
  --tw-ring-offset-color: #52AD1D !important;
}

.focus\:ring-offset-bvSky:focus {
  --tw-ring-offset-color: #2EC4D2 !important;
}

.focus\:ring-offset-ash:focus {
  --tw-ring-offset-color: #4B5563 !important;
}

.focus\:ring-offset-sky:focus {
  --tw-ring-offset-color: #f4fafd !important;
}

.focus\:ring-offset-blueHepa:focus {
  --tw-ring-offset-color: #00A0AF !important;
}

.focus\:ring-offset-zomig-orange-1:focus {
  --tw-ring-offset-color: #EF8000 !important;
}

.focus\:ring-offset-zomig-blue-1:focus {
  --tw-ring-offset-color: #005797 !important;
}

.focus\:ring-offset-zomig-blue-2:focus {
  --tw-ring-offset-color: #004E80 !important;
}

.focus\:ring-offset-zomig-blue-3:focus {
  --tw-ring-offset-color: #00A2D6 !important;
}

.focus\:ring-offset-zomig-blue-4:focus {
  --tw-ring-offset-color: #005285 !important;
}

.focus\:ring-offset-zomig-blue-5:focus {
  --tw-ring-offset-color: #004D80 !important;
}

.focus\:ring-offset-zomig-blue-6:focus {
  --tw-ring-offset-color: #005588 !important;
}

.focus\:ring-offset-zomig-blue-7:focus {
  --tw-ring-offset-color: #00A5D9 !important;
}

.focus\:ring-offset-zomig-blue-8:focus {
  --tw-ring-offset-color: #003E69 !important;
}

.focus\:ring-offset-zomig-gray-1:focus {
  --tw-ring-offset-color: #CDCDCE !important;
}

.focus\:ring-offset-zomig-gray-2:focus {
  --tw-ring-offset-color: #C9C9CB !important;
}

.focus\:ring-offset-nebido-0:focus {
  --tw-ring-offset-color: #EAEAEA !important;
}

.focus\:ring-offset-nebido-1:focus {
  --tw-ring-offset-color: #B9CED8 !important;
}

.focus\:ring-offset-nebido-2:focus {
  --tw-ring-offset-color: #EEF2F5 !important;
}

.focus\:ring-offset-nebido-loblolly-50:focus {
  --tw-ring-offset-color: #f6f8f9 !important;
}

.focus\:ring-offset-nebido-loblolly-100:focus {
  --tw-ring-offset-color: #ebf0f3 !important;
}

.focus\:ring-offset-nebido-loblolly-200:focus {
  --tw-ring-offset-color: #d3dee4 !important;
}

.focus\:ring-offset-nebido-loblolly-300:focus {
  --tw-ring-offset-color: #bdced6 !important;
}

.focus\:ring-offset-nebido-loblolly-400:focus {
  --tw-ring-offset-color: #81a1af !important;
}

.focus\:ring-offset-nebido-loblolly-500:focus {
  --tw-ring-offset-color: #618696 !important;
}

.focus\:ring-offset-nebido-loblolly-600:focus {
  --tw-ring-offset-color: #4c6c7d !important;
}

.focus\:ring-offset-nebido-loblolly-700:focus {
  --tw-ring-offset-color: #3f5865 !important;
}

.focus\:ring-offset-nebido-loblolly-800:focus {
  --tw-ring-offset-color: #374b55 !important;
}

.focus\:ring-offset-nebido-loblolly-900:focus {
  --tw-ring-offset-color: #314049 !important;
}

.focus\:ring-offset-nebido-loblolly-950:focus {
  --tw-ring-offset-color: #212a30 !important;
}

.focus\:ring-offset-nebido-loblolly-1000:focus {
  --tw-ring-offset-color: #D0D4D6 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-50:focus {
  --tw-ring-offset-color: #fef9ec !important;
}

.focus\:ring-offset-nebido-fuel-yellow-100:focus {
  --tw-ring-offset-color: #fbeeca !important;
}

.focus\:ring-offset-nebido-fuel-yellow-200:focus {
  --tw-ring-offset-color: #f7dc90 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-300:focus {
  --tw-ring-offset-color: #f3c356 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-400:focus {
  --tw-ring-offset-color: #f0ab2a !important;
}

.focus\:ring-offset-nebido-fuel-yellow-500:focus {
  --tw-ring-offset-color: #e98c17 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-600:focus {
  --tw-ring-offset-color: #cf6910 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-700:focus {
  --tw-ring-offset-color: #ac4911 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-800:focus {
  --tw-ring-offset-color: #8b3a15 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-900:focus {
  --tw-ring-offset-color: #732f14 !important;
}

.focus\:ring-offset-nebido-fuel-yellow-950:focus {
  --tw-ring-offset-color: #421706 !important;
}

.focus\:ring-offset-nebido-mine-shaft-50:focus {
  --tw-ring-offset-color: #f5f6f6 !important;
}

.focus\:ring-offset-nebido-mine-shaft-100:focus {
  --tw-ring-offset-color: #e6e7e7 !important;
}

.focus\:ring-offset-nebido-mine-shaft-200:focus {
  --tw-ring-offset-color: #cfd1d2 !important;
}

.focus\:ring-offset-nebido-mine-shaft-300:focus {
  --tw-ring-offset-color: #aeb1b2 !important;
}

.focus\:ring-offset-nebido-mine-shaft-400:focus {
  --tw-ring-offset-color: #85898b !important;
}

.focus\:ring-offset-nebido-mine-shaft-500:focus {
  --tw-ring-offset-color: #6a6e70 !important;
}

.focus\:ring-offset-nebido-mine-shaft-600:focus {
  --tw-ring-offset-color: #5a5e60 !important;
}

.focus\:ring-offset-nebido-mine-shaft-700:focus {
  --tw-ring-offset-color: #4d4f51 !important;
}

.focus\:ring-offset-nebido-mine-shaft-800:focus {
  --tw-ring-offset-color: #444646 !important;
}

.focus\:ring-offset-nebido-mine-shaft-900:focus {
  --tw-ring-offset-color: #3b3c3e !important;
}

.focus\:ring-offset-nebido-mine-shaft-950:focus {
  --tw-ring-offset-color: #292a2b !important;
}

.focus\:ring-offset-nebido-mercury-50:focus {
  --tw-ring-offset-color: #f8f8f8 !important;
}

.focus\:ring-offset-nebido-mercury-100:focus {
  --tw-ring-offset-color: #e8e8e8 !important;
}

.focus\:ring-offset-nebido-mercury-200:focus {
  --tw-ring-offset-color: #dcdcdc !important;
}

.focus\:ring-offset-nebido-mercury-300:focus {
  --tw-ring-offset-color: #bdbdbd !important;
}

.focus\:ring-offset-nebido-mercury-400:focus {
  --tw-ring-offset-color: #989898 !important;
}

.focus\:ring-offset-nebido-mercury-500:focus {
  --tw-ring-offset-color: #7c7c7c !important;
}

.focus\:ring-offset-nebido-mercury-600:focus {
  --tw-ring-offset-color: #656565 !important;
}

.focus\:ring-offset-nebido-mercury-700:focus {
  --tw-ring-offset-color: #525252 !important;
}

.focus\:ring-offset-nebido-mercury-800:focus {
  --tw-ring-offset-color: #464646 !important;
}

.focus\:ring-offset-nebido-mercury-900:focus {
  --tw-ring-offset-color: #3d3d3d !important;
}

.focus\:ring-offset-nebido-mercury-950:focus {
  --tw-ring-offset-color: #292929 !important;
}

.focus\:ring-offset-nebido-porcelain-50:focus {
  --tw-ring-offset-color: #f6f8f9 !important;
}

.focus\:ring-offset-nebido-porcelain-100:focus {
  --tw-ring-offset-color: #eceff1 !important;
}

.focus\:ring-offset-nebido-porcelain-200:focus {
  --tw-ring-offset-color: #d6dde1 !important;
}

.focus\:ring-offset-nebido-porcelain-300:focus {
  --tw-ring-offset-color: #b2c0c7 !important;
}

.focus\:ring-offset-nebido-porcelain-400:focus {
  --tw-ring-offset-color: #889ea8 !important;
}

.focus\:ring-offset-nebido-porcelain-500:focus {
  --tw-ring-offset-color: #6a828d !important;
}

.focus\:ring-offset-nebido-porcelain-600:focus {
  --tw-ring-offset-color: #556a74 !important;
}

.focus\:ring-offset-nebido-porcelain-700:focus {
  --tw-ring-offset-color: #45565f !important;
}

.focus\:ring-offset-nebido-porcelain-800:focus {
  --tw-ring-offset-color: #3c4950 !important;
}

.focus\:ring-offset-nebido-porcelain-900:focus {
  --tw-ring-offset-color: #353f45 !important;
}

.focus\:ring-offset-nebido-porcelain-950:focus {
  --tw-ring-offset-color: #232a2e !important;
}

.focus\:ring-offset-nebido-jungle-mist-50:focus {
  --tw-ring-offset-color: #f5f8fa !important;
}

.focus\:ring-offset-nebido-jungle-mist-100:focus {
  --tw-ring-offset-color: #ebf0f3 !important;
}

.focus\:ring-offset-nebido-jungle-mist-200:focus {
  --tw-ring-offset-color: #d2dfe5 !important;
}

.focus\:ring-offset-nebido-jungle-mist-300:focus {
  --tw-ring-offset-color: #b9cfd7 !important;
}

.focus\:ring-offset-nebido-jungle-mist-400:focus {
  --tw-ring-offset-color: #7da6b3 !important;
}

.focus\:ring-offset-nebido-jungle-mist-500:focus {
  --tw-ring-offset-color: #5c8b9b !important;
}

.focus\:ring-offset-nebido-jungle-mist-600:focus {
  --tw-ring-offset-color: #487081 !important;
}

.focus\:ring-offset-nebido-jungle-mist-700:focus {
  --tw-ring-offset-color: #3b5c69 !important;
}

.focus\:ring-offset-nebido-jungle-mist-800:focus {
  --tw-ring-offset-color: #344d58 !important;
}

.focus\:ring-offset-nebido-jungle-mist-900:focus {
  --tw-ring-offset-color: #2f434b !important;
}

.focus\:ring-offset-nebido-jungle-mist-950:focus {
  --tw-ring-offset-color: #1f2b32 !important;
}

.focus\:ring-offset-nebido-dove-gray-50:focus {
  --tw-ring-offset-color: #f5f5f6 !important;
}

.focus\:ring-offset-nebido-dove-gray-100:focus {
  --tw-ring-offset-color: #e6e6e7 !important;
}

.focus\:ring-offset-nebido-dove-gray-200:focus {
  --tw-ring-offset-color: #d0cfd2 !important;
}

.focus\:ring-offset-nebido-dove-gray-300:focus {
  --tw-ring-offset-color: #afaeb2 !important;
}

.focus\:ring-offset-nebido-dove-gray-400:focus {
  --tw-ring-offset-color: #86858b !important;
}

.focus\:ring-offset-nebido-dove-gray-500:focus {
  --tw-ring-offset-color: #68676c !important;
}

.focus\:ring-offset-nebido-dove-gray-600:focus {
  --tw-ring-offset-color: #5c5b5f !important;
}

.focus\:ring-offset-nebido-dove-gray-700:focus {
  --tw-ring-offset-color: #4e4d51 !important;
}

.focus\:ring-offset-nebido-dove-gray-800:focus {
  --tw-ring-offset-color: #444446 !important;
}

.focus\:ring-offset-nebido-dove-gray-900:focus {
  --tw-ring-offset-color: #3c3c3d !important;
}

.focus\:ring-offset-nebido-dove-gray-950:focus {
  --tw-ring-offset-color: #262527 !important;
}

.focus\:ring-offset-nebido-my-sin-50:focus {
  --tw-ring-offset-color: #fffeea !important;
}

.focus\:ring-offset-nebido-my-sin-100:focus {
  --tw-ring-offset-color: #fff9c5 !important;
}

.focus\:ring-offset-nebido-my-sin-200:focus {
  --tw-ring-offset-color: #fff385 !important;
}

.focus\:ring-offset-nebido-my-sin-300:focus {
  --tw-ring-offset-color: #ffe646 !important;
}

.focus\:ring-offset-nebido-my-sin-400:focus {
  --tw-ring-offset-color: #ffd61b !important;
}

.focus\:ring-offset-nebido-my-sin-500:focus {
  --tw-ring-offset-color: #ffb500 !important;
}

.focus\:ring-offset-nebido-my-sin-600:focus {
  --tw-ring-offset-color: #e28a00 !important;
}

.focus\:ring-offset-nebido-my-sin-700:focus {
  --tw-ring-offset-color: #bb6102 !important;
}

.focus\:ring-offset-nebido-my-sin-800:focus {
  --tw-ring-offset-color: #984b08 !important;
}

.focus\:ring-offset-nebido-my-sin-900:focus {
  --tw-ring-offset-color: #7c3d0b !important;
}

.focus\:ring-offset-nebido-my-sin-950:focus {
  --tw-ring-offset-color: #481f00 !important;
}

.focus\:ring-offset-thepink:focus {
  --tw-ring-offset-color: #d52f89 !important;
}

.focus\:ring-offset-darkpink:focus {
  --tw-ring-offset-color: #91005d !important;
}

.focus\:ring-offset-bluegreen:focus {
  --tw-ring-offset-color: #00a0af !important;
}

.focus\:ring-offset-beyond-green-1:focus {
  --tw-ring-offset-color: #01A059 !important;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter-none {
  filter: none !important;
}

.blur-0 {
  --tw-blur: blur(0) !important;
}

.blur-none {
  --tw-blur: blur(0) !important;
}

.blur-sm {
  --tw-blur: blur(4px) !important;
}

.blur {
  --tw-blur: blur(8px) !important;
}

.blur-md {
  --tw-blur: blur(12px) !important;
}

.blur-lg {
  --tw-blur: blur(16px) !important;
}

.blur-xl {
  --tw-blur: blur(24px) !important;
}

.blur-2xl {
  --tw-blur: blur(40px) !important;
}

.blur-3xl {
  --tw-blur: blur(64px) !important;
}

.brightness-0 {
  --tw-brightness: brightness(0) !important;
}

.brightness-50 {
  --tw-brightness: brightness(.5) !important;
}

.brightness-75 {
  --tw-brightness: brightness(.75) !important;
}

.brightness-90 {
  --tw-brightness: brightness(.9) !important;
}

.brightness-95 {
  --tw-brightness: brightness(.95) !important;
}

.brightness-100 {
  --tw-brightness: brightness(1) !important;
}

.brightness-105 {
  --tw-brightness: brightness(1.05) !important;
}

.brightness-110 {
  --tw-brightness: brightness(1.1) !important;
}

.brightness-125 {
  --tw-brightness: brightness(1.25) !important;
}

.brightness-150 {
  --tw-brightness: brightness(1.5) !important;
}

.brightness-200 {
  --tw-brightness: brightness(2) !important;
}

.contrast-0 {
  --tw-contrast: contrast(0) !important;
}

.contrast-50 {
  --tw-contrast: contrast(.5) !important;
}

.contrast-75 {
  --tw-contrast: contrast(.75) !important;
}

.contrast-100 {
  --tw-contrast: contrast(1) !important;
}

.contrast-125 {
  --tw-contrast: contrast(1.25) !important;
}

.contrast-150 {
  --tw-contrast: contrast(1.5) !important;
}

.contrast-200 {
  --tw-contrast: contrast(2) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
}

.grayscale-0 {
  --tw-grayscale: grayscale(0) !important;
}

.grayscale {
  --tw-grayscale: grayscale(100%) !important;
}

.hue-rotate-0 {
  --tw-hue-rotate: hue-rotate(0deg) !important;
}

.hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(15deg) !important;
}

.hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(30deg) !important;
}

.hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(60deg) !important;
}

.hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(90deg) !important;
}

.hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(180deg) !important;
}

.-hue-rotate-180 {
  --tw-hue-rotate: hue-rotate(-180deg) !important;
}

.-hue-rotate-90 {
  --tw-hue-rotate: hue-rotate(-90deg) !important;
}

.-hue-rotate-60 {
  --tw-hue-rotate: hue-rotate(-60deg) !important;
}

.-hue-rotate-30 {
  --tw-hue-rotate: hue-rotate(-30deg) !important;
}

.-hue-rotate-15 {
  --tw-hue-rotate: hue-rotate(-15deg) !important;
}

.invert-0 {
  --tw-invert: invert(0) !important;
}

.invert {
  --tw-invert: invert(100%) !important;
}

.saturate-0 {
  --tw-saturate: saturate(0) !important;
}

.saturate-50 {
  --tw-saturate: saturate(.5) !important;
}

.saturate-100 {
  --tw-saturate: saturate(1) !important;
}

.saturate-150 {
  --tw-saturate: saturate(1.5) !important;
}

.saturate-200 {
  --tw-saturate: saturate(2) !important;
}

.sepia-0 {
  --tw-sepia: sepia(0) !important;
}

.sepia {
  --tw-sepia: sepia(100%) !important;
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none !important;
          backdrop-filter: none !important;
}

.backdrop-blur-0 {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-none {
  --tw-backdrop-blur: blur(0) !important;
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px) !important;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px) !important;
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px) !important;
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px) !important;
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px) !important;
}

.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px) !important;
}

.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px) !important;
}

.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0) !important;
}

.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5) !important;
}

.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75) !important;
}

.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9) !important;
}

.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95) !important;
}

.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1) !important;
}

.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05) !important;
}

.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1) !important;
}

.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25) !important;
}

.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5) !important;
}

.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2) !important;
}

.backdrop-contrast-0 {
  --tw-backdrop-contrast: contrast(0) !important;
}

.backdrop-contrast-50 {
  --tw-backdrop-contrast: contrast(.5) !important;
}

.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75) !important;
}

.backdrop-contrast-100 {
  --tw-backdrop-contrast: contrast(1) !important;
}

.backdrop-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25) !important;
}

.backdrop-contrast-150 {
  --tw-backdrop-contrast: contrast(1.5) !important;
}

.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2) !important;
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0) !important;
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%) !important;
}

.backdrop-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
}

.backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
}

.backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
}

.backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
}

.backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
}

.backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
}

.-backdrop-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
}

.-backdrop-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
}

.-backdrop-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
}

.-backdrop-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
}

.-backdrop-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
}

.backdrop-invert-0 {
  --tw-backdrop-invert: invert(0) !important;
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%) !important;
}

.backdrop-opacity-0 {
  --tw-backdrop-opacity: opacity(0) !important;
}

.backdrop-opacity-5 {
  --tw-backdrop-opacity: opacity(0.05) !important;
}

.backdrop-opacity-10 {
  --tw-backdrop-opacity: opacity(0.1) !important;
}

.backdrop-opacity-20 {
  --tw-backdrop-opacity: opacity(0.2) !important;
}

.backdrop-opacity-25 {
  --tw-backdrop-opacity: opacity(0.25) !important;
}

.backdrop-opacity-30 {
  --tw-backdrop-opacity: opacity(0.3) !important;
}

.backdrop-opacity-40 {
  --tw-backdrop-opacity: opacity(0.4) !important;
}

.backdrop-opacity-50 {
  --tw-backdrop-opacity: opacity(0.5) !important;
}

.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6) !important;
}

.backdrop-opacity-70 {
  --tw-backdrop-opacity: opacity(0.7) !important;
}

.backdrop-opacity-75 {
  --tw-backdrop-opacity: opacity(0.75) !important;
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8) !important;
}

.backdrop-opacity-90 {
  --tw-backdrop-opacity: opacity(0.9) !important;
}

.backdrop-opacity-95 {
  --tw-backdrop-opacity: opacity(0.95) !important;
}

.backdrop-opacity-100 {
  --tw-backdrop-opacity: opacity(1) !important;
}

.backdrop-saturate-0 {
  --tw-backdrop-saturate: saturate(0) !important;
}

.backdrop-saturate-50 {
  --tw-backdrop-saturate: saturate(.5) !important;
}

.backdrop-saturate-100 {
  --tw-backdrop-saturate: saturate(1) !important;
}

.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(1.5) !important;
}

.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2) !important;
}

.backdrop-sepia-0 {
  --tw-backdrop-sepia: sepia(0) !important;
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%) !important;
}

.transition-none {
  transition-property: none !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-shadow {
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.delay-75 {
  transition-delay: 75ms !important;
}

.delay-100 {
  transition-delay: 100ms !important;
}

.delay-150 {
  transition-delay: 150ms !important;
}

.delay-200 {
  transition-delay: 200ms !important;
}

.delay-300 {
  transition-delay: 300ms !important;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-700 {
  transition-delay: 700ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.duration-75 {
  transition-duration: 75ms !important;
}

.duration-100 {
  transition-duration: 100ms !important;
}

.duration-150 {
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.duration-700 {
  transition-duration: 700ms !important;
}

.duration-1000 {
  transition-duration: 1000ms !important;
}

.ease-linear {
  transition-timing-function: linear !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.content-none {
  content: none !important;
}

/* @font-face {
    font-family: "visuelt";
    src: url("../../public/toolkit/fonts/visuelt-regular-web/visuelt-regular.ttf");
} */

@font-face {
  font-family: "visuelt";

  src: url(/fonts/Visuelt-Light.woff2?564e42ff7461eec0973bd2667e960399)
        format("woff2");

  font-weight: 300;
}

@font-face {
  font-family: "visuelt";

  src: url(/fonts/Visuelt-Regular.woff2?1f7ba7af1ec11e201215746c960d44e3)
        format("woff2");

  font-weight: 400;
}

@font-face {
  font-family: "visuelt";

  src: url(/fonts/Visuelt-Bold.woff2?b18c226d7cfe5b2ea8201af876cfed1a)
        format("woff2");

  font-weight: 700;
}

@font-face {
  font-family: "akzidenz";

  src: url(/fonts/AkzidenzGroteskBQ-LigExt.woff?e2bc08bbf00f815fffeb85780e894c20)
            format("woff"),
        url(/fonts/AkzidenzGroteskBQ-LigExt.woff2?d07786461d9ca6c672fe0e465e23b01d)
            format("woff2");

  font-weight: 300;
}

@font-face {
  font-family: "gill";

  src: url(/fonts/GillSans-Heavy.woff?c2acf70b7a5a0b3a2e1916f44fdb05a5)
            format("woff"),
        url(/fonts/GillSans-Heavy.woff2?62e82291dfc2d7579f80472733ac70c3)
            format("woff2");

  font-weight: 700;
}

@font-face {
  font-family: "gill";

  src: url(/fonts/GillSans-Medium.woff?7bfb6104dfffa07f914a706c9a9a1f6b)
            format("woff"),
        url(/fonts/GillSans-Medium.woff2?ec5ae193938aef281223d170db2f5fdb)
            format("woff2");

  font-weight: 500;
}

@font-face {
  font-family: "bambino";

  src: url(/fonts/Bambino-BlackItalic.woff?13701dd319642e4c0c73b7b1dd460a72)
            format("woff"),
        url(/fonts/Bambino-BlackItalic.woff2?526c1634ef9d0bb3d4796403f42e4052)
            format("woff2");

  font-weight: 700;
}

@font-face {
  font-family: "avenir";

  src: url(/fonts/AvenirLTStd-Book.woff2?65f1620c59f0a93a66d2bebd4b148a1b)
            format("woff2"),
        url(/fonts/AvenirLTStd-Book.woff?460bae905b7e22012993add9fdc24cdf)
            format("woff");

  font-weight: 500;
}

@font-face {
  font-family: "avenir";

  src: url(/fonts/AvenirLTStd-Black.woff2?4dc80aa6cc9c7eec51d7b8c3e45908eb)
            format("woff2"),
        url(/fonts/AvenirLTStd-Black.woff?48aae7b58b68afe92cec86eb045b1b83)
            format("woff");

  font-weight: 700;
}

@font-face {
  font-family: "avenir";

  src: url(/fonts/AvenirLTStd-Roman.woff2?d676303a31b170c1d667d430c767d0a8)
            format("woff2"),
        url(/fonts/AvenirLTStd-Roman.woff?b579e09c87128e16fa044f8ee561b148)
            format("woff");

  font-weight: 600;
}

@font-face {
  font-family: "eurostile";

  src: url(/fonts/EuroStyleNormal.woff2?7e14f962d8fa81a39cdaf06c663105ba)
            format("woff2"),
        url(/fonts/EuroStyleNormal.woff?f851c9b3e1f62012b7e2c0bb0088cf86)
            format("woff");

  font-weight: 500;
}

@font-face {
  font-family: "eurostile";

  src: url(/fonts/EurostileBold.woff2?bb48ecb20fd1f3b9f97dd9a866880325)
            format("woff2"),
        url(/fonts/EurostileBold.woff?1481d84b06b1666e6607a88918495723)
            format("woff");

  font-weight: 700;
}

/* @font-face {
    font-family: "eurostile";
    src: url("../../public/toolkit/fonts/eurostile/Eurostile-Oblique.woff2")
            format("woff2"),
        url("../../public/toolkit/fonts/eurostile/Eurostile-Oblique.woff")
            format("woff");
    font-weight: 500;
} */

@font-face {
  font-family: "gotham";

  src: url(/fonts/GothamBook.ttf?b54724f54d4dd3f6796e3c4cc422f998)
        format("truetype");

  font-weight: 500;
}

@font-face {
  font-family: "gotham";

  src: url(/fonts/GothamMedium_1.ttf?77171d8f5b5283f9d47a3434704bf944)
        format("truetype");

  font-weight: 600;
}

@font-face {
  font-family: "gotham";

  src: url(/fonts/GothamBold.ttf?db33e70bc9dee9fa9ae9737ad83d77ba)
        format("truetype");

  font-weight: 700;
}

@font-face {
  font-family: "gothamxBold";

  src: url(/fonts/GothamXNarrow-Bold.otf?c8b7af898479f0c3ec79114bdf209391);

  font-weight: 600;
}

@font-face {
  font-family: "gothamBook";

  src: url(/fonts/GothamNarrow-Book.otf?6032c3eb4a320654d64b86357410dd5a);
}

@font-face {
  font-family: "cabinBold";

  src: url(/fonts/Cabin-Bold.ttf?d0b012d4bed023c8d8e46ca3b0c2d865);
}

@font-face {
  font-family: "eurostyle";

  src: url(/fonts/Eurostile-Regular.ttf?cdfa3cbf19bb9d3fc3520380997698a5)
        format("truetype");

  font-weight: 400;
}

@font-face {
  font-family: "eurostyle";

  src: url(/fonts/EurostileMN-Medium.ttf?e18c9ad9c8bfc1487ec8dd6991099659)
        format("truetype");

  font-weight: 500;
}

@font-face {
  font-family: "eurostyle";

  src: url(/fonts/Eurostile-Bold.ttf?9c11ac9d9ad1dde8b1262a3a89a91032)
        format("truetype");

  font-weight: 700;
}

@font-face {
  font-family: "helvetica_condensed";

  src: url(/fonts/Helvetica-Neue-Condensed.ttf?7d4ccad1dd5b19d226176287a24b436f)
        format("truetype");

  font-weight: 400;
}

/* @font-face {
    font-family: "effra";
    src: url("../../public/toolkit/fonts/effra-medium/effra-medium.ttf")
        format("truetype");
    font-weight: 500;
} */

@font-face {
  font-family: "effra";

  src: url(/fonts/EffraMedium-Regular.ttf?c126c6c0c439a1e85936921fd1c430d3)
        format("truetype");

  font-weight: 400;
}

.hover-gray:hover {
  color: #ffffff !important;
}

ul .palexia {
  list-style: none; /* Remove default bullets */
}

.palexia li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #5d0661; /* Change the color */
  font-weight: 100; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
  list-style-position: outside !important;
}

.palexiaFAQ li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #5d0661; /* Change the color */
  font-weight: 100; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
  list-style-position: outside !important;
}

.palexiaTB li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #7b7b7b; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
  list-style-position: outside !important;
}

.palexiaTY li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f7c038; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
  list-style-position: outside !important;
}

.palexiaTW li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ffffff; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: 0em; /* Also needed for space (tweak if needed) */
  list-style-position: outside !important;
}

table.palexiatbl tr:hover td {
  background-color: transparent;
  color: black;
}

table.palexiatbl td,
table th {
  border: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 1rem;
}

table.palexia {
  list-style-position: outside !important;
}

.palexia-pills .nav-link.active {
  background: #5d0661 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

/* Dicynone */

.bg-sangrado {
  background-image: url(/images/01.jpg?01db2d9d68dc8d9ec391da8f9b836b69);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-2section {
  background-image: url(/images/04.png?bcc0405238249ed965230da652c3b1d1);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-shadow {
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
        0px 18px 23px rgba(0, 0, 0, 0.1);
}

.rounded-4xl {
  border-radius: 3rem !important;
}

.rounded-5xl {
  border-radius: 4.5rem !important;
}

.slider1 {
  background-image: url(/images/09.png?5a45e86255b4771d3a7c016f7f0a7253);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider2 {
  background-image: url(/images/10.png?babcf3daf921f194bb47d03f2c693d03);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider3 {
  background-image: url(/images/11.png?10d1b740662b62b42451d71d3e455c7c);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img1 {
  background-image: url(/images/18.png?325d7695648397d074b9d97532aa1bc7);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img2 {
  background-image: url(/images/19.png?5ed14ddeff5c07000ff416fc66f9906e);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img3 {
  background-image: url(/images/20.png?972d92efa496c9babfe8f408445e7ae4);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img4 {
  background-image: url(/images/21.png?067e46cfb36a4551b3354362bb57c37a);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img5 {
  background-image: url(/images/22.png?0dcd01a36647b0ea787ffa6754e389c8);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img6 {
  background-image: url(/images/23.png?a37e0a3f499affa0e13e586b2ece06bb);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img7 {
  background-image: url(/images/24.png?d530b11401f4df38cb1c85957fc3221b);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img8 {
  background-image: url(/images/25.png?92d832e82dc0ad87c4362647a780ea43);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-last {
  background-image: url(/images/34.png?4629939a6b96a1a7fef1d0ce023cd930);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 25px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 25px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px !important;
}

span.swiper-pagination-bullet {
  background-color: #e74f77;
}

html {
  scroll-behavior: smooth;
}

table.palexiatbl td,
table th {
  border: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 1rem;
}

table.palexia {
  list-style-position: outside !important;
}

.palexia-pills .nav-link.active {
  background: #5d0661 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.after-divider:after {
  content: "";
  position: absolute;
  border-left: 1px solid black;
  border-color: #adf6d9;
  right: -10px;
  height: 80%;
}

@media (min-width: 992px) {
  .after-divider-nebido:after {
    border-color: #94702a;
    content: "";
    position: absolute;
    border-left: 1px solid black;
    right: -10px;
    height: 80%;
  }
}

.dots-rotation {
  transform: rotate(179deg) scaleX(-1);
}

.colab {
  width: 26rem !important;
  margin-left: 23rem;
}

@media (min-width: 768px) {
  .colab {
    width: 27rem !important;
    margin-left: 33rem;
  }
}

ul.list-style-image-check > li::before {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-image: url(/images/34.svg?0bccc7f57d6c812887de9de1ed296ac4);
  background-repeat: no-repeat;
}

.left-inner-shadow {
  box-shadow: inset 25px 0 30px -10px rgba(0, 0, 0, 0.3);
}

.right-inner-shadow {
  box-shadow: inset -25px 0 30px -10px rgba(0, 0, 0, 0.3);
}

/* Metadiemil Estilos */

.bg-meta1 {
  background-image: url(/images/P03.png?bb116bc258a4978c6e8f1e9473f402b8);
  background-repeat: no-repeat;
  background-size: cover;
}

.list-meta li::before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #205b87; /* Change the color */
  font-weight: 900; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  list-style-position: outside !important;
}

.bg-metalast {
  background-image: url(/images/P11.png?4c6d8c398eaac991de4bf3897f90b3e4);
  background-repeat: no-repeat;
  background-size: contain;
}

.BotMeta {
  margin-left: 15rem;
  padding-top: 25rem;
}

/** Pekamerz  **/

.bg-start {
  background-image: url(/images/Web_pk_merz-02.png?da3c4370670d3b5d1260d60dc645e60e);
  background-repeat: no-repeat;
  background-size: cover;
  height: 45rem;
}

.bg-gradientorange {
  background: linear-gradient(
        0deg,
        rgba(0, 42, 36, 0) 26%,
        rgba(216, 95, 42, 1) 26%,
        rgba(216, 95, 42, 1) 85%,
        rgba(0, 6, 42, 0) 100%
    );
}

.text-ss {
  font-size: 0.6rem !important;
}

mux-player {
  --seek-backward-button: none;
  --seek-forward-button: none;
}

.owl-carousel {
  position: relative;
}

/* .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between; */

/* } */

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-prev,
.owl-next {
  top: 50%;
  position: absolute;
  height: 120px !important;
  width: 50px !important;
}

@media (min-width: 520px) {
  sup.supmerz {
    top: -1.5em !important;
  }
}

/* MediaQueries */

@media (max-width: 769px) {
  .h-98 {
    height: 37rem !important;
  }
}

@media (max-width: 520px) {
  .BotMeta {
    margin-left: 10rem;
  }

  .bg-start {
    height: 25rem !important;
  }

  .bg-gradientorange {
    background: linear-gradient(
            0deg,
            rgba(216, 95, 42, 1) 0%,
            rgba(216, 95, 42, 1) 85%,
            rgba(0, 6, 42, 0) 100%
        );
  }
}

.open-broncho-submenu:after {
  content: " ";
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 8px;
  width: 8px;
  transform: translate(0%, -50%) rotate(45deg);
  top: 39%;
  right: 0;
  position: absolute;
}

.uparrowdiv {
  background-color: rgba(255, 255, 255, 0.9);
}

.uparrowdiv:after {
  /*arrow added to uparrowdiv DIV*/
  content: "";
  display: block;
  position: absolute;
  top: -60px; /*should be set to -border-width x 2 */
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-color: transparent transparent rgba(255, 255, 255, 0.9); /*border color should be same as div div background color*/
  border-style: solid;
  border-width: 30px;
}

/* Belara */

.belara-1 {
  background-image: url(/images/bg-1.png?5c131e70740a75e1497516664db8dfc1);
  background-repeat: no-repeat;
  background-size: cover;
  height: 45rem;
}

@media (min-width: 1024px) {
  .belara-2 {
    background-image: url(/images/bg-2.png?520693a15f9db85e5d7b21d2210645b7);
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
  }

  .belara-3 {
    background-image: url(/images/Belara_web-11-min.png?6d9ed09b419d54dae5dce962f78f9a43);
    background-repeat: no-repeat;
    background-size: cover;
    height: 45rem;
  }

  .belara-4 {
    background-image: url(/images/Belara_web-12-min.png?8acafed743ca3335afb129b6c2865e9c);
    background-repeat: no-repeat;
    background-size: cover;
    height: 40rem;
  }
}

.belara-6 {
  background-image: url(/images/Belara_web-15-min.png?4ad4ac25d4fa69cf41a35943df500ce2);
  background-repeat: no-repeat;
  background-size: cover;
}

.belara-7 {
  background-image: url(/images/Belara_web-27.png?97777e938a4b162447be171346b241d2);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 45rem; */
}

.belara-8 {
  max-width: 666.5px;
  height: 448.5px;
}

/* Cistitis */

.pinkMarker li::marker {
  color: #e23a6b;
}

.limeMarker li::marker {
  color: #65a30d;
}

.grayMarker li::marker {
  color: #6b7280;
}

/* Cistitis */

@media (max-width: 1023px) {
  .belara-1 {
    height: 26rem;
  }

  .belara-2 {
    background-image: url(/images/bg-2-m.png?a7e9931e8415fd0d6ff037f3535a93bb);
  }

  .belara-3 {
    background-image: url(/images/Belara_web-13-min.png?5eec5d8d1a7098d9dbcf9d614fe5922a);
  }
}

@media (min-width: 1020px) and (max-width: 1279px) {
  .belara-1 {
    height: 31rem;
  }

  .belara-2 {
    height: 25rem;
  }

  .belara-3 {
    height: 35rem;
  }
}

@media (min-width: 1024px) {
  .tab-xl {
    float: left;
    position: relative;
    min-width: 138px;
    min-height: 70px;
    max-width: 138px;
    max-height: 70px;
    rotate: 180deg;
    background: linear-gradient(#455780, 10%, #c8549c);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}

@media (min-width: 1020px) {
  .tab-xl:before,
    .tab-xl:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 20px;
    bottom: 0;
  }
}

@media (min-width: 1020px) {
  .tab-xl:after {
    right: -20px;
    border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    -webkit-border-radius: 0 0 0 10px;
    box-shadow: -10px 0 0 0 #c8549c;
  }
}

@media (min-width: 1020px) {
  .tab-xl:before {
    left: -20px;
    border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    box-shadow: 10px 0 0 0 #c8549c;
  }
}

@media (min-width: 1020px) {
  .text-nav {
    rotate: 180deg;
    padding-top: 10px;
    word-wrap: break-word;
    padding-bottom: 10px;
    text-align: center;
    display: block;
  }
}

@media (min-width: 1020px) {
  .short-text {
    rotate: 180deg;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    word-wrap: break-word;
  }
}

@media (max-width: 520px) {
  .belara-1 {
    height: 15rem;
  }
}

@media (min-width: 1535px) and (max-width: 2175px) {
  .belara-1 {
    height: 53rem;
  }
}

@media (min-width: 2175px) {
  .belara-1 {
    height: 70rem;
  }
}

@media (max-width: 375px) {
  .belara-1 {
    height: 12rem;
  }
}

@media (min-width: 521px) and (max-width: 700px) {
  .belara-1 {
    height: 18rem;
  }
}

/* Belara */

/*Cistitis*/

.coverLogo {
  max-width: 250px;
  max-height: 120px;
  background: #666666;
  border-radius: 0px 0px 20px 0px;
  flex-shrink: 0;
  z-index: 10;
}

.cis-icon-pink {
  list-style-image: url(/images/dot-pink.png?fddba60a9979b11463fb4082753ddaa8);
}

.cis-icon-white {
  list-style-image: url(/images/dot-white.png?2324d79aff0c7b0be8eb083b98e2fb5c);
}

.cis-icon-yell {
  list-style-image: url(/images/dot-yell.png?044b543cf693b6fd236f1dab1aac01ef);
  background-size: 24px 24px;
}

.textBoxC {
  max-width: 650px;
  max-height: 370px;
  background-image: url(/images/5-2.png?21b9ab6ebf339e7c142bcc904eb21267);
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.textBoxCS {
  max-width: 650px;
  max-height: 370px;
  background-image: url(/images/5-3.png?451962d2f484dab2a584d8d3e1a7f14c);
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.textBoxFull {
  max-width: 700px;
  max-height: 470px;
  background-image: url(/images/5-1.png?88b7f20928454e47e3232c629fda8509);
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#colorSistemaI {
  background-image: linear-gradient(to left, #eab755, #da3a6b);
}

.cis-icon-pink {
  list-style-image: url(/images/dot-pink.png?fddba60a9979b11463fb4082753ddaa8);
}

.cis-icon-white {
  list-style-image: url(/images/dot-white.png?2324d79aff0c7b0be8eb083b98e2fb5c);
}

.cis-icon-yell {
  list-style-image: url(/images/dot-yell.png?044b543cf693b6fd236f1dab1aac01ef);
  background-size: 24px 24px;
}

.dox-icon-green {
  list-style-image: url(/images/puntoverde.png?9b6eda99f78b1487c6829b49d9c497fe);
}

.dox-icon-gray {
  list-style-image: url(/images/puntogris.png?5c61767752caed7c9a49e7a9febf2350);
}

@media (max-width: 520px) {
  .textBoxC {
    width: 20rem;
  }

  .textBoxCS {
    width: 20rem;
  }

  .textBoxFull {
    width: 22rem;
  }
}

.inner-nebido-blue-shadow {
  box-shadow: 0px 18px 9px 6px rgba(167, 171, 175, 0.75) inset;
  -webkit-box-shadow: 0px 18px 9px 6px rgba(167, 171, 175, 0.75) inset;
  -moz-box-shadow: 0px 18px 9px 6px rgba(167, 171, 175, 0.75) inset;
}

.inner-nebido-yellow-shadow {
  box-shadow: 0px 18px 9px 6px rgba(178, 131, 33, 0.75) inset;
  -webkit-box-shadow: 0px 18px 9px 6px rgba(178, 131, 33, 0.75) inset;
  -moz-box-shadow: 0px 18px 9px 6px rgba(178, 131, 33, 0.75) inset;
}

ul.nebido-list li {
  position: relative;
}

ul.nebido-list li::before {
  content: "";
  position: absolute;
  left: -13px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #f3ae2a;
  border-radius: 9999px;
}

ul.marker\:text-sm li {
  position: relative;
}

ul.marker\:text-sm li::marker {
  font-size: 0.875rem;
}

.left-ind {
  left: calc(50% - 28px) !important;
}

#gradbg {
  background-color: #a1d15c; /* For browsers that do not support gradients */
  background-image: linear-gradient(to left, #a1d15c, #6eb556);
}

#gradbgm {
  background-color: #a1d15c; /* For browsers that do not support gradients */
  background-image: linear-gradient(to top, #a1d15c, #6eb556);
}

.shadow-3xl {
  box-shadow: 0 35px 50px -12px rgb(0 0 0 / 0.25);
  position: relative;
  z-index: 10;
}

#gradG {
  background-color: #dadde5; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #dadde5, #eeeff4);
  box-shadow: 24px 43px 65px 0px rgba(0, 0, 0, 0.63);
}

#gradGm {
  background-color: #dadde5; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #dadde5, #eeeff4);
  box-shadow: 18px 21px 64px 0px rgba(105, 105, 105, 0.69);
}

#graybg {
  background-color: #dadde5; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom, #dadde5, #eeeff4);
}

#borderBox {
  background-color: #f3f4f6; /* For browsers that do not support gradients */
  border-style: solid;
  border-color: #f6ea32;
  border-width: 2px;
  max-width: 1400px;
}

.aspect-w-16.aspect-h-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

#dicynone-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1150px) and (max-width: 1279px) {
  #dicynone-1 {
    padding-top: 0rem;
  }
}

@media (min-width: 1806px) {
  #dicynone-1 {
    padding-top: 0rem;
  }
}

@media (max-width: 1023px) {
  #dicynone-1 {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#purplebg {
  background-color: #b6a8c4; /* For browsers that do not support gradients */
  background-image: linear-gradient(
        to bottom,
        #b6a8c4,
        #ad9dbd,
        #8e75a7,
        #755696,
        #643f8a,
        #593282,
        #572f80
    );
}

/* If you like this, be sure to ❤️ it. */

.wrapper {
  /* This part is important for centering the content */
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper a {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: "Roboto", sans-serif;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  z-index: 100;
}

.modal:target {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  border-radius: 4px;
  position: relative;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
  z-index: 0;
}

.modal__footer {
  text-align: right;
  a {
    color: #585858;
  }
  i {
    color: #d02d2c;
  }
}

.modal__close {
  position: absolute;
  top: -4px;
  right: -30px;
  color: #585858;
  text-decoration: none;
}

.flechas {
  animation: spin 4s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#dmxText {
  font-family: "HelveticaNeueBold", "HelveticaNeue-CondensedBold",
        "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed",
        "Helvetica Neue Bold Condensed", "HelveticaNeue-Bold",
        "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "Helvetica";
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 800;
}

#dmxTextMini {
  font-family: "helvetica_condensed", "HelveticaNeueCondensed",
        "Helvetica-Neue-Condensed", "HelveticaNeueCondensed",
        "HelveticaNeue-Condensed", "Helvetica Neue Condensed",
        "HelveticaNeue-Condensed", "Helvetica Neue Condensed", "HelveticaNeue",
        "Helvetica Neue", "Helvetica";
  font-weight: 400;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 400;
}

#dmxsText {
  font-family: "gothamxBold", "gothamxnarrow_bold", "Gotham-XNarrowBold",
        "GothamXNarrow-Bold", "GothamXNarrowBold", "GothamXNarrow-Bold",
        "Gotham X Narrow Bold", "GothamXNarrowBold", "HelveticaNeue-Bold",
        "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", "Helvetica";
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  font-weight: 800;
}

.scroll-section {
  width: 100%;
  height: calc(100vh - 30px);
  position: relative;
  overflow: hidden;
}

.canvas-elem {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

/* SECTION #1 */

.section-01 .canvas-elem canvas {
  width: 100%;
}

.section-02 .canvas-elem canvas {
  width: 100%;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[400px\] {
  height: 400px;
}

.text-\[4em\] {
  font-size: 4em;
}

.bg-white\/45 {
  background-color: rgba(255, 255, 255, 0.45);
}

.w-\[90px\] {
  width: 90px;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.h-\[1200px\] {
  height: 1200px;
}

@media (min-width: 768px) {
  md\:h-\[600px\] {
    height: 600;
  }
}

@media (min-width: 1024px) {
  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:text-\[10em\] {
    font-size: 10em;
  }

  .lg\:h-\[780px\] {
    height: 780px;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[730px\] {
    height: 730px;
  }
}

@media (min-width: 1536px) {
  .\2xl\:h-\[830px\] {
    height: 830px;
  }
}

.hepa-merz .container {
  max-width: unset;
  width: 100%;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) and (max-width: 808px) {
  #squaresMargin {
    padding-left: 4rem;
  }
}

@media (min-width: 809px) and (max-width: 1023px) {
  #squaresMargin {
    padding-left: 6rem;
  }
}

.-bottom-\[23\%\] {
  bottom: -23%;
}

@media (min-width: 768px) {
  .-bottom-\[20\%\] {
    bottom: -20%;
  }
}

/* md:-bottom-[20%] */

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .sm\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .sm\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .sm\:container {
      max-width: 1938px;
    }
  }

  .sm\: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\: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-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    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\: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\: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\:pointer-events-none {
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .sm\:visible {
    visibility: visible !important;
  }

  .sm\:invisible {
    visibility: hidden !important;
  }

  .sm\:static {
    position: static !important;
  }

  .sm\:fixed {
    position: fixed !important;
  }

  .sm\:absolute {
    position: absolute !important;
  }

  .sm\:relative {
    position: relative !important;
  }

  .sm\:sticky {
    position: sticky !important;
  }

  .sm\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .sm\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .sm\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .sm\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .sm\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .sm\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .sm\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .sm\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .sm\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .sm\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .sm\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .sm\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .sm\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .sm\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .sm\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .sm\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .sm\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .sm\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .sm\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .sm\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .sm\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .sm\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .sm\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .sm\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .sm\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .sm\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .sm\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .sm\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .sm\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .sm\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .sm\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .sm\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .sm\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .sm\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .sm\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .sm\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .sm\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .sm\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .sm\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .sm\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .sm\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .sm\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .sm\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .sm\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .sm\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .sm\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .sm\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .sm\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .sm\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .sm\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .sm\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .sm\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .sm\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .sm\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .sm\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .sm\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .sm\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .sm\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .sm\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .sm\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .sm\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .sm\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .sm\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .sm\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .sm\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .sm\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .sm\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .sm\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .sm\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .sm\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .sm\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .sm\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .sm\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .sm\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .sm\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .sm\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .sm\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .sm\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .sm\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .sm\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .sm\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .sm\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .sm\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .sm\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .sm\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .sm\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .sm\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .sm\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .sm\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .sm\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .sm\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .sm\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .sm\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .sm\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .sm\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .sm\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .sm\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .sm\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .sm\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .sm\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .sm\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .sm\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .sm\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .sm\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .sm\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .sm\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .sm\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .sm\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .sm\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .sm\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .sm\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .sm\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .sm\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .sm\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .sm\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .sm\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .sm\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .sm\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .sm\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .sm\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .sm\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .sm\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .sm\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .sm\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .sm\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .sm\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .sm\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .sm\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .sm\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .sm\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .sm\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .sm\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .sm\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .sm\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .sm\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .sm\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .sm\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .sm\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .sm\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .sm\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .sm\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .sm\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .sm\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .sm\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .sm\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .sm\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .sm\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .sm\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .sm\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .sm\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .sm\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .sm\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .sm\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .sm\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .sm\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .sm\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .sm\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .sm\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .sm\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .sm\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .sm\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .sm\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .sm\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .sm\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .sm\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .sm\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .sm\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .sm\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .sm\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .sm\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .sm\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .sm\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .sm\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .sm\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .sm\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .sm\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .sm\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .sm\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .sm\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .sm\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .sm\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .sm\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .sm\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .sm\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .sm\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .sm\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .sm\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .sm\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .sm\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .sm\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .sm\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .sm\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .sm\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .sm\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .sm\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .sm\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .sm\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .sm\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .sm\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .sm\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .sm\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .sm\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .sm\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .sm\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .sm\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .sm\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .sm\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .sm\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .sm\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .sm\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .sm\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .sm\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .sm\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .sm\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .sm\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .sm\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .sm\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .sm\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .sm\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .sm\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .sm\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .sm\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .sm\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .sm\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .sm\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .sm\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .sm\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .sm\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .sm\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .sm\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .sm\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .sm\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .sm\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .sm\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .sm\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .sm\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .sm\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .sm\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .sm\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .sm\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .sm\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .sm\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .sm\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .sm\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .sm\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .sm\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .sm\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .sm\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .sm\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .sm\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .sm\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .sm\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .sm\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .sm\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .sm\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .sm\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .sm\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .sm\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .sm\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .sm\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .sm\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .sm\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .sm\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .sm\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .sm\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .sm\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .sm\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .sm\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .sm\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .sm\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .sm\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .sm\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .sm\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .sm\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .sm\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .sm\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .sm\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .sm\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .sm\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .sm\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .sm\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .sm\:top-0 {
    top: 0px !important;
  }

  .sm\:top-1 {
    top: 0.25rem !important;
  }

  .sm\:top-2 {
    top: 0.5rem !important;
  }

  .sm\:top-3 {
    top: 0.75rem !important;
  }

  .sm\:top-4 {
    top: 1rem !important;
  }

  .sm\:top-5 {
    top: 1.25rem !important;
  }

  .sm\:top-6 {
    top: 1.5rem !important;
  }

  .sm\:top-7 {
    top: 1.75rem !important;
  }

  .sm\:top-8 {
    top: 2rem !important;
  }

  .sm\:top-9 {
    top: 2.25rem !important;
  }

  .sm\:top-10 {
    top: 2.5rem !important;
  }

  .sm\:top-11 {
    top: 2.75rem !important;
  }

  .sm\:top-12 {
    top: 3rem !important;
  }

  .sm\:top-14 {
    top: 3.5rem !important;
  }

  .sm\:top-16 {
    top: 4rem !important;
  }

  .sm\:top-17 {
    top: 4.25rem !important;
  }

  .sm\:top-20 {
    top: 5rem !important;
  }

  .sm\:top-24 {
    top: 6rem !important;
  }

  .sm\:top-25 {
    top: 6.25rem !important;
  }

  .sm\:top-28 {
    top: 7rem !important;
  }

  .sm\:top-32 {
    top: 8rem !important;
  }

  .sm\:top-36 {
    top: 9rem !important;
  }

  .sm\:top-40 {
    top: 10rem !important;
  }

  .sm\:top-44 {
    top: 11rem !important;
  }

  .sm\:top-48 {
    top: 12rem !important;
  }

  .sm\:top-52 {
    top: 13rem !important;
  }

  .sm\:top-56 {
    top: 14rem !important;
  }

  .sm\:top-60 {
    top: 15rem !important;
  }

  .sm\:top-64 {
    top: 16rem !important;
  }

  .sm\:top-72 {
    top: 18.5rem !important;
  }

  .sm\:top-80 {
    top: 20rem !important;
  }

  .sm\:top-96 {
    top: 24rem !important;
  }

  .sm\:top-108 {
    top: 26rem !important;
  }

  .sm\:top-112 {
    top: 28rem !important;
  }

  .sm\:top-120 {
    top: 30rem !important;
  }

  .sm\:top-136 {
    top: 34rem !important;
  }

  .sm\:top-140 {
    top: 42rem !important;
  }

  .sm\:top-144 {
    top: 36rem !important;
  }

  .sm\:top-320 {
    top: 80rem !important;
  }

  .sm\:top-auto {
    top: auto !important;
  }

  .sm\:top-px {
    top: 1px !important;
  }

  .sm\:top-0\.5 {
    top: 0.125rem !important;
  }

  .sm\:top-1\.5 {
    top: 0.375rem !important;
  }

  .sm\:top-2\.5 {
    top: 0.625rem !important;
  }

  .sm\:top-3\.5 {
    top: 0.875rem !important;
  }

  .sm\:top-50-em {
    top: 50em !important;
  }

  .sm\:top-26-em {
    top: 26em !important;
  }

  .sm\:-top-0 {
    top: 0px !important;
  }

  .sm\:-top-1 {
    top: -0.25rem !important;
  }

  .sm\:-top-2 {
    top: -0.5rem !important;
  }

  .sm\:-top-3 {
    top: -0.75rem !important;
  }

  .sm\:-top-4 {
    top: -1rem !important;
  }

  .sm\:-top-5 {
    top: -1.25rem !important;
  }

  .sm\:-top-6 {
    top: -1.5rem !important;
  }

  .sm\:-top-7 {
    top: -1.75rem !important;
  }

  .sm\:-top-8 {
    top: -2rem !important;
  }

  .sm\:-top-9 {
    top: -2.25rem !important;
  }

  .sm\:-top-10 {
    top: -2.5rem !important;
  }

  .sm\:-top-11 {
    top: -2.75rem !important;
  }

  .sm\:-top-12 {
    top: -3rem !important;
  }

  .sm\:-top-14 {
    top: -3.5rem !important;
  }

  .sm\:-top-16 {
    top: -4rem !important;
  }

  .sm\:-top-20 {
    top: -5rem !important;
  }

  .sm\:-top-24 {
    top: -6rem !important;
  }

  .sm\:-top-28 {
    top: -7rem !important;
  }

  .sm\:-top-32 {
    top: -8rem !important;
  }

  .sm\:-top-36 {
    top: -9rem !important;
  }

  .sm\:-top-40 {
    top: -10rem !important;
  }

  .sm\:-top-44 {
    top: -11rem !important;
  }

  .sm\:-top-48 {
    top: -12rem !important;
  }

  .sm\:-top-52 {
    top: -13rem !important;
  }

  .sm\:-top-56 {
    top: -14rem !important;
  }

  .sm\:-top-60 {
    top: -15rem !important;
  }

  .sm\:-top-64 {
    top: -16rem !important;
  }

  .sm\:-top-72 {
    top: -18.5rem !important;
  }

  .sm\:-top-80 {
    top: -20rem !important;
  }

  .sm\:-top-96 {
    top: -24rem !important;
  }

  .sm\:-top-108 {
    top: -26rem !important;
  }

  .sm\:-top-112 {
    top: -28rem !important;
  }

  .sm\:-top-120 {
    top: -30rem !important;
  }

  .sm\:-top-136 {
    top: -34rem !important;
  }

  .sm\:-top-140 {
    top: -42rem !important;
  }

  .sm\:-top-144 {
    top: -36rem !important;
  }

  .sm\:-top-320 {
    top: -80rem !important;
  }

  .sm\:-top-px {
    top: -1px !important;
  }

  .sm\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .sm\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .sm\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .sm\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .sm\:-top-50-em {
    top: -50em !important;
  }

  .sm\:-top-26-em {
    top: -26em !important;
  }

  .sm\:top-1\/2 {
    top: 50% !important;
  }

  .sm\:top-1\/3 {
    top: 33.333333% !important;
  }

  .sm\:top-2\/3 {
    top: 66.666667% !important;
  }

  .sm\:top-1\/4 {
    top: 25% !important;
  }

  .sm\:top-2\/4 {
    top: 50% !important;
  }

  .sm\:top-3\/4 {
    top: 75% !important;
  }

  .sm\:top-full {
    top: 100% !important;
  }

  .sm\:-top-1\/2 {
    top: -50% !important;
  }

  .sm\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .sm\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .sm\:-top-1\/4 {
    top: -25% !important;
  }

  .sm\:-top-2\/4 {
    top: -50% !important;
  }

  .sm\:-top-3\/4 {
    top: -75% !important;
  }

  .sm\:-top-full {
    top: -100% !important;
  }

  .sm\:top-10\/12 {
    top: 83.333333% !important;
  }

  .sm\:top-11\/12 {
    top: 91.666667% !important;
  }

  .sm\:top-\[23\%\] {
    top: 23% !important;
  }

  .sm\:top-\[20\%\] {
    top: 20% !important;
  }

  .sm\:top-\[45\%\] {
    top: 45% !important;
  }

  .sm\:right-0 {
    right: 0px !important;
  }

  .sm\:right-1 {
    right: 0.25rem !important;
  }

  .sm\:right-2 {
    right: 0.5rem !important;
  }

  .sm\:right-3 {
    right: 0.75rem !important;
  }

  .sm\:right-4 {
    right: 1rem !important;
  }

  .sm\:right-5 {
    right: 1.25rem !important;
  }

  .sm\:right-6 {
    right: 1.5rem !important;
  }

  .sm\:right-7 {
    right: 1.75rem !important;
  }

  .sm\:right-8 {
    right: 2rem !important;
  }

  .sm\:right-9 {
    right: 2.25rem !important;
  }

  .sm\:right-10 {
    right: 2.5rem !important;
  }

  .sm\:right-11 {
    right: 2.75rem !important;
  }

  .sm\:right-12 {
    right: 3rem !important;
  }

  .sm\:right-14 {
    right: 3.5rem !important;
  }

  .sm\:right-16 {
    right: 4rem !important;
  }

  .sm\:right-17 {
    right: 4.25rem !important;
  }

  .sm\:right-20 {
    right: 5rem !important;
  }

  .sm\:right-24 {
    right: 6rem !important;
  }

  .sm\:right-25 {
    right: 6.25rem !important;
  }

  .sm\:right-28 {
    right: 7rem !important;
  }

  .sm\:right-32 {
    right: 8rem !important;
  }

  .sm\:right-36 {
    right: 9rem !important;
  }

  .sm\:right-40 {
    right: 10rem !important;
  }

  .sm\:right-44 {
    right: 11rem !important;
  }

  .sm\:right-48 {
    right: 12rem !important;
  }

  .sm\:right-52 {
    right: 13rem !important;
  }

  .sm\:right-56 {
    right: 14rem !important;
  }

  .sm\:right-60 {
    right: 15rem !important;
  }

  .sm\:right-64 {
    right: 16rem !important;
  }

  .sm\:right-72 {
    right: 18.5rem !important;
  }

  .sm\:right-80 {
    right: 20rem !important;
  }

  .sm\:right-96 {
    right: 24rem !important;
  }

  .sm\:right-108 {
    right: 26rem !important;
  }

  .sm\:right-112 {
    right: 28rem !important;
  }

  .sm\:right-120 {
    right: 30rem !important;
  }

  .sm\:right-136 {
    right: 34rem !important;
  }

  .sm\:right-140 {
    right: 42rem !important;
  }

  .sm\:right-144 {
    right: 36rem !important;
  }

  .sm\:right-320 {
    right: 80rem !important;
  }

  .sm\:right-auto {
    right: auto !important;
  }

  .sm\:right-px {
    right: 1px !important;
  }

  .sm\:right-0\.5 {
    right: 0.125rem !important;
  }

  .sm\:right-1\.5 {
    right: 0.375rem !important;
  }

  .sm\:right-2\.5 {
    right: 0.625rem !important;
  }

  .sm\:right-3\.5 {
    right: 0.875rem !important;
  }

  .sm\:right-50-em {
    right: 50em !important;
  }

  .sm\:right-26-em {
    right: 26em !important;
  }

  .sm\:-right-0 {
    right: 0px !important;
  }

  .sm\:-right-1 {
    right: -0.25rem !important;
  }

  .sm\:-right-2 {
    right: -0.5rem !important;
  }

  .sm\:-right-3 {
    right: -0.75rem !important;
  }

  .sm\:-right-4 {
    right: -1rem !important;
  }

  .sm\:-right-5 {
    right: -1.25rem !important;
  }

  .sm\:-right-6 {
    right: -1.5rem !important;
  }

  .sm\:-right-7 {
    right: -1.75rem !important;
  }

  .sm\:-right-8 {
    right: -2rem !important;
  }

  .sm\:-right-9 {
    right: -2.25rem !important;
  }

  .sm\:-right-10 {
    right: -2.5rem !important;
  }

  .sm\:-right-11 {
    right: -2.75rem !important;
  }

  .sm\:-right-12 {
    right: -3rem !important;
  }

  .sm\:-right-14 {
    right: -3.5rem !important;
  }

  .sm\:-right-16 {
    right: -4rem !important;
  }

  .sm\:-right-20 {
    right: -5rem !important;
  }

  .sm\:-right-24 {
    right: -6rem !important;
  }

  .sm\:-right-28 {
    right: -7rem !important;
  }

  .sm\:-right-32 {
    right: -8rem !important;
  }

  .sm\:-right-36 {
    right: -9rem !important;
  }

  .sm\:-right-40 {
    right: -10rem !important;
  }

  .sm\:-right-44 {
    right: -11rem !important;
  }

  .sm\:-right-48 {
    right: -12rem !important;
  }

  .sm\:-right-52 {
    right: -13rem !important;
  }

  .sm\:-right-56 {
    right: -14rem !important;
  }

  .sm\:-right-60 {
    right: -15rem !important;
  }

  .sm\:-right-64 {
    right: -16rem !important;
  }

  .sm\:-right-72 {
    right: -18.5rem !important;
  }

  .sm\:-right-80 {
    right: -20rem !important;
  }

  .sm\:-right-96 {
    right: -24rem !important;
  }

  .sm\:-right-108 {
    right: -26rem !important;
  }

  .sm\:-right-112 {
    right: -28rem !important;
  }

  .sm\:-right-120 {
    right: -30rem !important;
  }

  .sm\:-right-136 {
    right: -34rem !important;
  }

  .sm\:-right-140 {
    right: -42rem !important;
  }

  .sm\:-right-144 {
    right: -36rem !important;
  }

  .sm\:-right-320 {
    right: -80rem !important;
  }

  .sm\:-right-px {
    right: -1px !important;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .sm\:-right-50-em {
    right: -50em !important;
  }

  .sm\:-right-26-em {
    right: -26em !important;
  }

  .sm\:right-1\/2 {
    right: 50% !important;
  }

  .sm\:right-1\/3 {
    right: 33.333333% !important;
  }

  .sm\:right-2\/3 {
    right: 66.666667% !important;
  }

  .sm\:right-1\/4 {
    right: 25% !important;
  }

  .sm\:right-2\/4 {
    right: 50% !important;
  }

  .sm\:right-3\/4 {
    right: 75% !important;
  }

  .sm\:right-full {
    right: 100% !important;
  }

  .sm\:-right-1\/2 {
    right: -50% !important;
  }

  .sm\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .sm\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .sm\:-right-1\/4 {
    right: -25% !important;
  }

  .sm\:-right-2\/4 {
    right: -50% !important;
  }

  .sm\:-right-3\/4 {
    right: -75% !important;
  }

  .sm\:-right-full {
    right: -100% !important;
  }

  .sm\:right-10\/12 {
    right: 83.333333% !important;
  }

  .sm\:right-11\/12 {
    right: 91.666667% !important;
  }

  .sm\:right-\[23\%\] {
    right: 23% !important;
  }

  .sm\:right-\[20\%\] {
    right: 20% !important;
  }

  .sm\:right-\[45\%\] {
    right: 45% !important;
  }

  .sm\:bottom-0 {
    bottom: 0px !important;
  }

  .sm\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .sm\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .sm\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .sm\:bottom-4 {
    bottom: 1rem !important;
  }

  .sm\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .sm\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .sm\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .sm\:bottom-8 {
    bottom: 2rem !important;
  }

  .sm\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .sm\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .sm\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .sm\:bottom-12 {
    bottom: 3rem !important;
  }

  .sm\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .sm\:bottom-16 {
    bottom: 4rem !important;
  }

  .sm\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .sm\:bottom-20 {
    bottom: 5rem !important;
  }

  .sm\:bottom-24 {
    bottom: 6rem !important;
  }

  .sm\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .sm\:bottom-28 {
    bottom: 7rem !important;
  }

  .sm\:bottom-32 {
    bottom: 8rem !important;
  }

  .sm\:bottom-36 {
    bottom: 9rem !important;
  }

  .sm\:bottom-40 {
    bottom: 10rem !important;
  }

  .sm\:bottom-44 {
    bottom: 11rem !important;
  }

  .sm\:bottom-48 {
    bottom: 12rem !important;
  }

  .sm\:bottom-52 {
    bottom: 13rem !important;
  }

  .sm\:bottom-56 {
    bottom: 14rem !important;
  }

  .sm\:bottom-60 {
    bottom: 15rem !important;
  }

  .sm\:bottom-64 {
    bottom: 16rem !important;
  }

  .sm\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .sm\:bottom-80 {
    bottom: 20rem !important;
  }

  .sm\:bottom-96 {
    bottom: 24rem !important;
  }

  .sm\:bottom-108 {
    bottom: 26rem !important;
  }

  .sm\:bottom-112 {
    bottom: 28rem !important;
  }

  .sm\:bottom-120 {
    bottom: 30rem !important;
  }

  .sm\:bottom-136 {
    bottom: 34rem !important;
  }

  .sm\:bottom-140 {
    bottom: 42rem !important;
  }

  .sm\:bottom-144 {
    bottom: 36rem !important;
  }

  .sm\:bottom-320 {
    bottom: 80rem !important;
  }

  .sm\:bottom-auto {
    bottom: auto !important;
  }

  .sm\:bottom-px {
    bottom: 1px !important;
  }

  .sm\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .sm\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .sm\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .sm\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .sm\:bottom-50-em {
    bottom: 50em !important;
  }

  .sm\:bottom-26-em {
    bottom: 26em !important;
  }

  .sm\:-bottom-0 {
    bottom: 0px !important;
  }

  .sm\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .sm\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .sm\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .sm\:-bottom-4 {
    bottom: -1rem !important;
  }

  .sm\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .sm\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .sm\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .sm\:-bottom-8 {
    bottom: -2rem !important;
  }

  .sm\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .sm\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .sm\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .sm\:-bottom-12 {
    bottom: -3rem !important;
  }

  .sm\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .sm\:-bottom-16 {
    bottom: -4rem !important;
  }

  .sm\:-bottom-20 {
    bottom: -5rem !important;
  }

  .sm\:-bottom-24 {
    bottom: -6rem !important;
  }

  .sm\:-bottom-28 {
    bottom: -7rem !important;
  }

  .sm\:-bottom-32 {
    bottom: -8rem !important;
  }

  .sm\:-bottom-36 {
    bottom: -9rem !important;
  }

  .sm\:-bottom-40 {
    bottom: -10rem !important;
  }

  .sm\:-bottom-44 {
    bottom: -11rem !important;
  }

  .sm\:-bottom-48 {
    bottom: -12rem !important;
  }

  .sm\:-bottom-52 {
    bottom: -13rem !important;
  }

  .sm\:-bottom-56 {
    bottom: -14rem !important;
  }

  .sm\:-bottom-60 {
    bottom: -15rem !important;
  }

  .sm\:-bottom-64 {
    bottom: -16rem !important;
  }

  .sm\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .sm\:-bottom-80 {
    bottom: -20rem !important;
  }

  .sm\:-bottom-96 {
    bottom: -24rem !important;
  }

  .sm\:-bottom-108 {
    bottom: -26rem !important;
  }

  .sm\:-bottom-112 {
    bottom: -28rem !important;
  }

  .sm\:-bottom-120 {
    bottom: -30rem !important;
  }

  .sm\:-bottom-136 {
    bottom: -34rem !important;
  }

  .sm\:-bottom-140 {
    bottom: -42rem !important;
  }

  .sm\:-bottom-144 {
    bottom: -36rem !important;
  }

  .sm\:-bottom-320 {
    bottom: -80rem !important;
  }

  .sm\:-bottom-px {
    bottom: -1px !important;
  }

  .sm\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .sm\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .sm\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .sm\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .sm\:-bottom-50-em {
    bottom: -50em !important;
  }

  .sm\:-bottom-26-em {
    bottom: -26em !important;
  }

  .sm\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .sm\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .sm\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .sm\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .sm\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .sm\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .sm\:bottom-full {
    bottom: 100% !important;
  }

  .sm\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .sm\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .sm\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .sm\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .sm\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .sm\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .sm\:-bottom-full {
    bottom: -100% !important;
  }

  .sm\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .sm\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .sm\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .sm\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .sm\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .sm\:left-0 {
    left: 0px !important;
  }

  .sm\:left-1 {
    left: 0.25rem !important;
  }

  .sm\:left-2 {
    left: 0.5rem !important;
  }

  .sm\:left-3 {
    left: 0.75rem !important;
  }

  .sm\:left-4 {
    left: 1rem !important;
  }

  .sm\:left-5 {
    left: 1.25rem !important;
  }

  .sm\:left-6 {
    left: 1.5rem !important;
  }

  .sm\:left-7 {
    left: 1.75rem !important;
  }

  .sm\:left-8 {
    left: 2rem !important;
  }

  .sm\:left-9 {
    left: 2.25rem !important;
  }

  .sm\:left-10 {
    left: 2.5rem !important;
  }

  .sm\:left-11 {
    left: 2.75rem !important;
  }

  .sm\:left-12 {
    left: 3rem !important;
  }

  .sm\:left-14 {
    left: 3.5rem !important;
  }

  .sm\:left-16 {
    left: 4rem !important;
  }

  .sm\:left-17 {
    left: 4.25rem !important;
  }

  .sm\:left-20 {
    left: 5rem !important;
  }

  .sm\:left-24 {
    left: 6rem !important;
  }

  .sm\:left-25 {
    left: 6.25rem !important;
  }

  .sm\:left-28 {
    left: 7rem !important;
  }

  .sm\:left-32 {
    left: 8rem !important;
  }

  .sm\:left-36 {
    left: 9rem !important;
  }

  .sm\:left-40 {
    left: 10rem !important;
  }

  .sm\:left-44 {
    left: 11rem !important;
  }

  .sm\:left-48 {
    left: 12rem !important;
  }

  .sm\:left-52 {
    left: 13rem !important;
  }

  .sm\:left-56 {
    left: 14rem !important;
  }

  .sm\:left-60 {
    left: 15rem !important;
  }

  .sm\:left-64 {
    left: 16rem !important;
  }

  .sm\:left-72 {
    left: 18.5rem !important;
  }

  .sm\:left-80 {
    left: 20rem !important;
  }

  .sm\:left-96 {
    left: 24rem !important;
  }

  .sm\:left-108 {
    left: 26rem !important;
  }

  .sm\:left-112 {
    left: 28rem !important;
  }

  .sm\:left-120 {
    left: 30rem !important;
  }

  .sm\:left-136 {
    left: 34rem !important;
  }

  .sm\:left-140 {
    left: 42rem !important;
  }

  .sm\:left-144 {
    left: 36rem !important;
  }

  .sm\:left-320 {
    left: 80rem !important;
  }

  .sm\:left-auto {
    left: auto !important;
  }

  .sm\:left-px {
    left: 1px !important;
  }

  .sm\:left-0\.5 {
    left: 0.125rem !important;
  }

  .sm\:left-1\.5 {
    left: 0.375rem !important;
  }

  .sm\:left-2\.5 {
    left: 0.625rem !important;
  }

  .sm\:left-3\.5 {
    left: 0.875rem !important;
  }

  .sm\:left-50-em {
    left: 50em !important;
  }

  .sm\:left-26-em {
    left: 26em !important;
  }

  .sm\:-left-0 {
    left: 0px !important;
  }

  .sm\:-left-1 {
    left: -0.25rem !important;
  }

  .sm\:-left-2 {
    left: -0.5rem !important;
  }

  .sm\:-left-3 {
    left: -0.75rem !important;
  }

  .sm\:-left-4 {
    left: -1rem !important;
  }

  .sm\:-left-5 {
    left: -1.25rem !important;
  }

  .sm\:-left-6 {
    left: -1.5rem !important;
  }

  .sm\:-left-7 {
    left: -1.75rem !important;
  }

  .sm\:-left-8 {
    left: -2rem !important;
  }

  .sm\:-left-9 {
    left: -2.25rem !important;
  }

  .sm\:-left-10 {
    left: -2.5rem !important;
  }

  .sm\:-left-11 {
    left: -2.75rem !important;
  }

  .sm\:-left-12 {
    left: -3rem !important;
  }

  .sm\:-left-14 {
    left: -3.5rem !important;
  }

  .sm\:-left-16 {
    left: -4rem !important;
  }

  .sm\:-left-20 {
    left: -5rem !important;
  }

  .sm\:-left-24 {
    left: -6rem !important;
  }

  .sm\:-left-28 {
    left: -7rem !important;
  }

  .sm\:-left-32 {
    left: -8rem !important;
  }

  .sm\:-left-36 {
    left: -9rem !important;
  }

  .sm\:-left-40 {
    left: -10rem !important;
  }

  .sm\:-left-44 {
    left: -11rem !important;
  }

  .sm\:-left-48 {
    left: -12rem !important;
  }

  .sm\:-left-52 {
    left: -13rem !important;
  }

  .sm\:-left-56 {
    left: -14rem !important;
  }

  .sm\:-left-60 {
    left: -15rem !important;
  }

  .sm\:-left-64 {
    left: -16rem !important;
  }

  .sm\:-left-72 {
    left: -18.5rem !important;
  }

  .sm\:-left-80 {
    left: -20rem !important;
  }

  .sm\:-left-96 {
    left: -24rem !important;
  }

  .sm\:-left-108 {
    left: -26rem !important;
  }

  .sm\:-left-112 {
    left: -28rem !important;
  }

  .sm\:-left-120 {
    left: -30rem !important;
  }

  .sm\:-left-136 {
    left: -34rem !important;
  }

  .sm\:-left-140 {
    left: -42rem !important;
  }

  .sm\:-left-144 {
    left: -36rem !important;
  }

  .sm\:-left-320 {
    left: -80rem !important;
  }

  .sm\:-left-px {
    left: -1px !important;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .sm\:-left-50-em {
    left: -50em !important;
  }

  .sm\:-left-26-em {
    left: -26em !important;
  }

  .sm\:left-1\/2 {
    left: 50% !important;
  }

  .sm\:left-1\/3 {
    left: 33.333333% !important;
  }

  .sm\:left-2\/3 {
    left: 66.666667% !important;
  }

  .sm\:left-1\/4 {
    left: 25% !important;
  }

  .sm\:left-2\/4 {
    left: 50% !important;
  }

  .sm\:left-3\/4 {
    left: 75% !important;
  }

  .sm\:left-full {
    left: 100% !important;
  }

  .sm\:-left-1\/2 {
    left: -50% !important;
  }

  .sm\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .sm\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .sm\:-left-1\/4 {
    left: -25% !important;
  }

  .sm\:-left-2\/4 {
    left: -50% !important;
  }

  .sm\:-left-3\/4 {
    left: -75% !important;
  }

  .sm\:-left-full {
    left: -100% !important;
  }

  .sm\:left-10\/12 {
    left: 83.333333% !important;
  }

  .sm\:left-11\/12 {
    left: 91.666667% !important;
  }

  .sm\:left-\[23\%\] {
    left: 23% !important;
  }

  .sm\:left-\[20\%\] {
    left: 20% !important;
  }

  .sm\:left-\[45\%\] {
    left: 45% !important;
  }

  .sm\:isolate {
    isolation: isolate !important;
  }

  .sm\:isolation-auto {
    isolation: auto !important;
  }

  .sm\:z-0 {
    z-index: 0 !important;
  }

  .sm\:z-10 {
    z-index: 10 !important;
  }

  .sm\:z-20 {
    z-index: 20 !important;
  }

  .sm\:z-30 {
    z-index: 30 !important;
  }

  .sm\:z-40 {
    z-index: 40 !important;
  }

  .sm\:z-50 {
    z-index: 50 !important;
  }

  .sm\:z-auto {
    z-index: auto !important;
  }

  .sm\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .sm\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .sm\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .sm\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .sm\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .sm\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .sm\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .sm\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .sm\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .sm\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .sm\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .sm\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .sm\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .sm\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .sm\:order-1 {
    order: 1 !important;
  }

  .sm\:order-2 {
    order: 2 !important;
  }

  .sm\:order-3 {
    order: 3 !important;
  }

  .sm\:order-4 {
    order: 4 !important;
  }

  .sm\:order-5 {
    order: 5 !important;
  }

  .sm\:order-6 {
    order: 6 !important;
  }

  .sm\:order-7 {
    order: 7 !important;
  }

  .sm\:order-8 {
    order: 8 !important;
  }

  .sm\:order-9 {
    order: 9 !important;
  }

  .sm\:order-10 {
    order: 10 !important;
  }

  .sm\:order-11 {
    order: 11 !important;
  }

  .sm\:order-12 {
    order: 12 !important;
  }

  .sm\:order-first {
    order: -9999 !important;
  }

  .sm\:order-last {
    order: 9999 !important;
  }

  .sm\:order-none {
    order: 0 !important;
  }

  .sm\:col-auto {
    grid-column: auto !important;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .sm\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .sm\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .sm\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .sm\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .sm\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .sm\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .sm\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .sm\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .sm\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .sm\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .sm\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .sm\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .sm\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .sm\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .sm\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .sm\:col-start-auto {
    grid-column-start: auto !important;
  }

  .sm\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .sm\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .sm\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .sm\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .sm\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .sm\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .sm\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .sm\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .sm\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .sm\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .sm\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .sm\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .sm\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .sm\:col-end-auto {
    grid-column-end: auto !important;
  }

  .sm\:row-auto {
    grid-row: auto !important;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .sm\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .sm\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .sm\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .sm\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .sm\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .sm\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .sm\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .sm\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .sm\:row-start-auto {
    grid-row-start: auto !important;
  }

  .sm\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .sm\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .sm\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .sm\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .sm\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .sm\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .sm\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .sm\:row-end-auto {
    grid-row-end: auto !important;
  }

  .sm\:float-right {
    float: right !important;
  }

  .sm\:float-left {
    float: left !important;
  }

  .sm\:float-none {
    float: none !important;
  }

  .sm\:clear-left {
    clear: left !important;
  }

  .sm\:clear-right {
    clear: right !important;
  }

  .sm\:clear-both {
    clear: both !important;
  }

  .sm\:clear-none {
    clear: none !important;
  }

  .sm\:m-0 {
    margin: 0px !important;
  }

  .sm\:m-1 {
    margin: 0.25rem !important;
  }

  .sm\:m-2 {
    margin: 0.5rem !important;
  }

  .sm\:m-3 {
    margin: 0.75rem !important;
  }

  .sm\:m-4 {
    margin: 1rem !important;
  }

  .sm\:m-5 {
    margin: 1.25rem !important;
  }

  .sm\:m-6 {
    margin: 1.5rem !important;
  }

  .sm\:m-7 {
    margin: 1.75rem !important;
  }

  .sm\:m-8 {
    margin: 2rem !important;
  }

  .sm\:m-9 {
    margin: 2.25rem !important;
  }

  .sm\:m-10 {
    margin: 2.5rem !important;
  }

  .sm\:m-11 {
    margin: 2.75rem !important;
  }

  .sm\:m-12 {
    margin: 3rem !important;
  }

  .sm\:m-14 {
    margin: 3.5rem !important;
  }

  .sm\:m-16 {
    margin: 4rem !important;
  }

  .sm\:m-20 {
    margin: 5rem !important;
  }

  .sm\:m-24 {
    margin: 6rem !important;
  }

  .sm\:m-28 {
    margin: 7rem !important;
  }

  .sm\:m-32 {
    margin: 8rem !important;
  }

  .sm\:m-36 {
    margin: 9rem !important;
  }

  .sm\:m-40 {
    margin: 10rem !important;
  }

  .sm\:m-44 {
    margin: 11rem !important;
  }

  .sm\:m-48 {
    margin: 12rem !important;
  }

  .sm\:m-52 {
    margin: 13rem !important;
  }

  .sm\:m-56 {
    margin: 14rem !important;
  }

  .sm\:m-60 {
    margin: 15rem !important;
  }

  .sm\:m-64 {
    margin: 16rem !important;
  }

  .sm\:m-72 {
    margin: 18.5rem !important;
  }

  .sm\:m-80 {
    margin: 20rem !important;
  }

  .sm\:m-96 {
    margin: 24rem !important;
  }

  .sm\:m-108 {
    margin: 26rem !important;
  }

  .sm\:m-112 {
    margin: 28rem !important;
  }

  .sm\:m-120 {
    margin: 30rem !important;
  }

  .sm\:m-136 {
    margin: 34rem !important;
  }

  .sm\:m-140 {
    margin: 42rem !important;
  }

  .sm\:m-144 {
    margin: 36rem !important;
  }

  .sm\:m-320 {
    margin: 80rem !important;
  }

  .sm\:m-auto {
    margin: auto !important;
  }

  .sm\:m-px {
    margin: 1px !important;
  }

  .sm\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .sm\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .sm\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .sm\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .sm\:m-50-em {
    margin: 50em !important;
  }

  .sm\:m-26-em {
    margin: 26em !important;
  }

  .sm\:-m-0 {
    margin: 0px !important;
  }

  .sm\:-m-1 {
    margin: -0.25rem !important;
  }

  .sm\:-m-2 {
    margin: -0.5rem !important;
  }

  .sm\:-m-3 {
    margin: -0.75rem !important;
  }

  .sm\:-m-4 {
    margin: -1rem !important;
  }

  .sm\:-m-5 {
    margin: -1.25rem !important;
  }

  .sm\:-m-6 {
    margin: -1.5rem !important;
  }

  .sm\:-m-7 {
    margin: -1.75rem !important;
  }

  .sm\:-m-8 {
    margin: -2rem !important;
  }

  .sm\:-m-9 {
    margin: -2.25rem !important;
  }

  .sm\:-m-10 {
    margin: -2.5rem !important;
  }

  .sm\:-m-11 {
    margin: -2.75rem !important;
  }

  .sm\:-m-12 {
    margin: -3rem !important;
  }

  .sm\:-m-14 {
    margin: -3.5rem !important;
  }

  .sm\:-m-16 {
    margin: -4rem !important;
  }

  .sm\:-m-20 {
    margin: -5rem !important;
  }

  .sm\:-m-24 {
    margin: -6rem !important;
  }

  .sm\:-m-28 {
    margin: -7rem !important;
  }

  .sm\:-m-32 {
    margin: -8rem !important;
  }

  .sm\:-m-36 {
    margin: -9rem !important;
  }

  .sm\:-m-40 {
    margin: -10rem !important;
  }

  .sm\:-m-44 {
    margin: -11rem !important;
  }

  .sm\:-m-48 {
    margin: -12rem !important;
  }

  .sm\:-m-52 {
    margin: -13rem !important;
  }

  .sm\:-m-56 {
    margin: -14rem !important;
  }

  .sm\:-m-60 {
    margin: -15rem !important;
  }

  .sm\:-m-64 {
    margin: -16rem !important;
  }

  .sm\:-m-72 {
    margin: -18.5rem !important;
  }

  .sm\:-m-80 {
    margin: -20rem !important;
  }

  .sm\:-m-96 {
    margin: -24rem !important;
  }

  .sm\:-m-108 {
    margin: -26rem !important;
  }

  .sm\:-m-112 {
    margin: -28rem !important;
  }

  .sm\:-m-120 {
    margin: -30rem !important;
  }

  .sm\:-m-136 {
    margin: -34rem !important;
  }

  .sm\:-m-140 {
    margin: -42rem !important;
  }

  .sm\:-m-144 {
    margin: -36rem !important;
  }

  .sm\:-m-320 {
    margin: -80rem !important;
  }

  .sm\:-m-px {
    margin: -1px !important;
  }

  .sm\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .sm\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .sm\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .sm\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .sm\:-m-50-em {
    margin: -50em !important;
  }

  .sm\:-m-26-em {
    margin: -26em !important;
  }

  .sm\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .sm\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .sm\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .sm\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .sm\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .sm\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .sm\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .sm\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .sm\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .sm\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .sm\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .sm\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .sm\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .sm\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .sm\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .sm\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .sm\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .sm\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .sm\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .sm\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .sm\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .sm\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .sm\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .sm\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .sm\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .sm\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .sm\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .sm\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .sm\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .sm\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .sm\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .sm\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .sm\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .sm\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .sm\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .sm\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .sm\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .sm\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .sm\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .sm\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .sm\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .sm\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .sm\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .sm\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .sm\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .sm\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .sm\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .sm\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .sm\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .sm\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .sm\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .sm\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .sm\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .sm\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .sm\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .sm\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .sm\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .sm\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .sm\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .sm\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .sm\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .sm\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .sm\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .sm\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .sm\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .sm\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .sm\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .sm\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .sm\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .sm\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .sm\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .sm\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .sm\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .sm\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .sm\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .sm\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .sm\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .sm\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .sm\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .sm\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .sm\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .sm\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .sm\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .sm\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .sm\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .sm\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .sm\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .sm\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .sm\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .sm\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .sm\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .sm\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .sm\:mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .sm\:mt-8 {
    margin-top: 2rem !important;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .sm\:mt-12 {
    margin-top: 3rem !important;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .sm\:mt-16 {
    margin-top: 4rem !important;
  }

  .sm\:mt-20 {
    margin-top: 5rem !important;
  }

  .sm\:mt-24 {
    margin-top: 6rem !important;
  }

  .sm\:mt-28 {
    margin-top: 7rem !important;
  }

  .sm\:mt-32 {
    margin-top: 8rem !important;
  }

  .sm\:mt-36 {
    margin-top: 9rem !important;
  }

  .sm\:mt-40 {
    margin-top: 10rem !important;
  }

  .sm\:mt-44 {
    margin-top: 11rem !important;
  }

  .sm\:mt-48 {
    margin-top: 12rem !important;
  }

  .sm\:mt-52 {
    margin-top: 13rem !important;
  }

  .sm\:mt-56 {
    margin-top: 14rem !important;
  }

  .sm\:mt-60 {
    margin-top: 15rem !important;
  }

  .sm\:mt-64 {
    margin-top: 16rem !important;
  }

  .sm\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .sm\:mt-80 {
    margin-top: 20rem !important;
  }

  .sm\:mt-96 {
    margin-top: 24rem !important;
  }

  .sm\:mt-108 {
    margin-top: 26rem !important;
  }

  .sm\:mt-112 {
    margin-top: 28rem !important;
  }

  .sm\:mt-120 {
    margin-top: 30rem !important;
  }

  .sm\:mt-136 {
    margin-top: 34rem !important;
  }

  .sm\:mt-140 {
    margin-top: 42rem !important;
  }

  .sm\:mt-144 {
    margin-top: 36rem !important;
  }

  .sm\:mt-320 {
    margin-top: 80rem !important;
  }

  .sm\:mt-auto {
    margin-top: auto !important;
  }

  .sm\:mt-px {
    margin-top: 1px !important;
  }

  .sm\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .sm\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .sm\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .sm\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .sm\:mt-50-em {
    margin-top: 50em !important;
  }

  .sm\:mt-26-em {
    margin-top: 26em !important;
  }

  .sm\:-mt-0 {
    margin-top: 0px !important;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .sm\:-mt-4 {
    margin-top: -1rem !important;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .sm\:-mt-8 {
    margin-top: -2rem !important;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .sm\:-mt-12 {
    margin-top: -3rem !important;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .sm\:-mt-16 {
    margin-top: -4rem !important;
  }

  .sm\:-mt-20 {
    margin-top: -5rem !important;
  }

  .sm\:-mt-24 {
    margin-top: -6rem !important;
  }

  .sm\:-mt-28 {
    margin-top: -7rem !important;
  }

  .sm\:-mt-32 {
    margin-top: -8rem !important;
  }

  .sm\:-mt-36 {
    margin-top: -9rem !important;
  }

  .sm\:-mt-40 {
    margin-top: -10rem !important;
  }

  .sm\:-mt-44 {
    margin-top: -11rem !important;
  }

  .sm\:-mt-48 {
    margin-top: -12rem !important;
  }

  .sm\:-mt-52 {
    margin-top: -13rem !important;
  }

  .sm\:-mt-56 {
    margin-top: -14rem !important;
  }

  .sm\:-mt-60 {
    margin-top: -15rem !important;
  }

  .sm\:-mt-64 {
    margin-top: -16rem !important;
  }

  .sm\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .sm\:-mt-80 {
    margin-top: -20rem !important;
  }

  .sm\:-mt-96 {
    margin-top: -24rem !important;
  }

  .sm\:-mt-108 {
    margin-top: -26rem !important;
  }

  .sm\:-mt-112 {
    margin-top: -28rem !important;
  }

  .sm\:-mt-120 {
    margin-top: -30rem !important;
  }

  .sm\:-mt-136 {
    margin-top: -34rem !important;
  }

  .sm\:-mt-140 {
    margin-top: -42rem !important;
  }

  .sm\:-mt-144 {
    margin-top: -36rem !important;
  }

  .sm\:-mt-320 {
    margin-top: -80rem !important;
  }

  .sm\:-mt-px {
    margin-top: -1px !important;
  }

  .sm\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .sm\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .sm\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .sm\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .sm\:-mt-50-em {
    margin-top: -50em !important;
  }

  .sm\:-mt-26-em {
    margin-top: -26em !important;
  }

  .sm\:mr-0 {
    margin-right: 0px !important;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .sm\:mr-4 {
    margin-right: 1rem !important;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .sm\:mr-8 {
    margin-right: 2rem !important;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .sm\:mr-12 {
    margin-right: 3rem !important;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .sm\:mr-16 {
    margin-right: 4rem !important;
  }

  .sm\:mr-20 {
    margin-right: 5rem !important;
  }

  .sm\:mr-24 {
    margin-right: 6rem !important;
  }

  .sm\:mr-28 {
    margin-right: 7rem !important;
  }

  .sm\:mr-32 {
    margin-right: 8rem !important;
  }

  .sm\:mr-36 {
    margin-right: 9rem !important;
  }

  .sm\:mr-40 {
    margin-right: 10rem !important;
  }

  .sm\:mr-44 {
    margin-right: 11rem !important;
  }

  .sm\:mr-48 {
    margin-right: 12rem !important;
  }

  .sm\:mr-52 {
    margin-right: 13rem !important;
  }

  .sm\:mr-56 {
    margin-right: 14rem !important;
  }

  .sm\:mr-60 {
    margin-right: 15rem !important;
  }

  .sm\:mr-64 {
    margin-right: 16rem !important;
  }

  .sm\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .sm\:mr-80 {
    margin-right: 20rem !important;
  }

  .sm\:mr-96 {
    margin-right: 24rem !important;
  }

  .sm\:mr-108 {
    margin-right: 26rem !important;
  }

  .sm\:mr-112 {
    margin-right: 28rem !important;
  }

  .sm\:mr-120 {
    margin-right: 30rem !important;
  }

  .sm\:mr-136 {
    margin-right: 34rem !important;
  }

  .sm\:mr-140 {
    margin-right: 42rem !important;
  }

  .sm\:mr-144 {
    margin-right: 36rem !important;
  }

  .sm\:mr-320 {
    margin-right: 80rem !important;
  }

  .sm\:mr-auto {
    margin-right: auto !important;
  }

  .sm\:mr-px {
    margin-right: 1px !important;
  }

  .sm\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .sm\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .sm\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .sm\:mr-50-em {
    margin-right: 50em !important;
  }

  .sm\:mr-26-em {
    margin-right: 26em !important;
  }

  .sm\:-mr-0 {
    margin-right: 0px !important;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .sm\:-mr-4 {
    margin-right: -1rem !important;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .sm\:-mr-8 {
    margin-right: -2rem !important;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .sm\:-mr-12 {
    margin-right: -3rem !important;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .sm\:-mr-16 {
    margin-right: -4rem !important;
  }

  .sm\:-mr-20 {
    margin-right: -5rem !important;
  }

  .sm\:-mr-24 {
    margin-right: -6rem !important;
  }

  .sm\:-mr-28 {
    margin-right: -7rem !important;
  }

  .sm\:-mr-32 {
    margin-right: -8rem !important;
  }

  .sm\:-mr-36 {
    margin-right: -9rem !important;
  }

  .sm\:-mr-40 {
    margin-right: -10rem !important;
  }

  .sm\:-mr-44 {
    margin-right: -11rem !important;
  }

  .sm\:-mr-48 {
    margin-right: -12rem !important;
  }

  .sm\:-mr-52 {
    margin-right: -13rem !important;
  }

  .sm\:-mr-56 {
    margin-right: -14rem !important;
  }

  .sm\:-mr-60 {
    margin-right: -15rem !important;
  }

  .sm\:-mr-64 {
    margin-right: -16rem !important;
  }

  .sm\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .sm\:-mr-80 {
    margin-right: -20rem !important;
  }

  .sm\:-mr-96 {
    margin-right: -24rem !important;
  }

  .sm\:-mr-108 {
    margin-right: -26rem !important;
  }

  .sm\:-mr-112 {
    margin-right: -28rem !important;
  }

  .sm\:-mr-120 {
    margin-right: -30rem !important;
  }

  .sm\:-mr-136 {
    margin-right: -34rem !important;
  }

  .sm\:-mr-140 {
    margin-right: -42rem !important;
  }

  .sm\:-mr-144 {
    margin-right: -36rem !important;
  }

  .sm\:-mr-320 {
    margin-right: -80rem !important;
  }

  .sm\:-mr-px {
    margin-right: -1px !important;
  }

  .sm\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .sm\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .sm\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .sm\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .sm\:-mr-50-em {
    margin-right: -50em !important;
  }

  .sm\:-mr-26-em {
    margin-right: -26em !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .sm\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .sm\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .sm\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .sm\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .sm\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .sm\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .sm\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .sm\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .sm\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .sm\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .sm\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .sm\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .sm\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .sm\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .sm\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .sm\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .sm\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .sm\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .sm\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .sm\:mb-auto {
    margin-bottom: auto !important;
  }

  .sm\:mb-px {
    margin-bottom: 1px !important;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .sm\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .sm\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .sm\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .sm\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .sm\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .sm\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .sm\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .sm\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .sm\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .sm\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .sm\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .sm\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .sm\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .sm\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .sm\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .sm\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .sm\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .sm\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .sm\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .sm\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .sm\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .sm\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .sm\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .sm\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .sm\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .sm\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .sm\:-mb-px {
    margin-bottom: -1px !important;
  }

  .sm\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .sm\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .sm\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .sm\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .sm\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .sm\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .sm\:ml-0 {
    margin-left: 0px !important;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .sm\:ml-4 {
    margin-left: 1rem !important;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .sm\:ml-8 {
    margin-left: 2rem !important;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .sm\:ml-12 {
    margin-left: 3rem !important;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .sm\:ml-16 {
    margin-left: 4rem !important;
  }

  .sm\:ml-20 {
    margin-left: 5rem !important;
  }

  .sm\:ml-24 {
    margin-left: 6rem !important;
  }

  .sm\:ml-28 {
    margin-left: 7rem !important;
  }

  .sm\:ml-32 {
    margin-left: 8rem !important;
  }

  .sm\:ml-36 {
    margin-left: 9rem !important;
  }

  .sm\:ml-40 {
    margin-left: 10rem !important;
  }

  .sm\:ml-44 {
    margin-left: 11rem !important;
  }

  .sm\:ml-48 {
    margin-left: 12rem !important;
  }

  .sm\:ml-52 {
    margin-left: 13rem !important;
  }

  .sm\:ml-56 {
    margin-left: 14rem !important;
  }

  .sm\:ml-60 {
    margin-left: 15rem !important;
  }

  .sm\:ml-64 {
    margin-left: 16rem !important;
  }

  .sm\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .sm\:ml-80 {
    margin-left: 20rem !important;
  }

  .sm\:ml-96 {
    margin-left: 24rem !important;
  }

  .sm\:ml-108 {
    margin-left: 26rem !important;
  }

  .sm\:ml-112 {
    margin-left: 28rem !important;
  }

  .sm\:ml-120 {
    margin-left: 30rem !important;
  }

  .sm\:ml-136 {
    margin-left: 34rem !important;
  }

  .sm\:ml-140 {
    margin-left: 42rem !important;
  }

  .sm\:ml-144 {
    margin-left: 36rem !important;
  }

  .sm\:ml-320 {
    margin-left: 80rem !important;
  }

  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:ml-px {
    margin-left: 1px !important;
  }

  .sm\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .sm\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .sm\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .sm\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .sm\:ml-50-em {
    margin-left: 50em !important;
  }

  .sm\:ml-26-em {
    margin-left: 26em !important;
  }

  .sm\:-ml-0 {
    margin-left: 0px !important;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .sm\:-ml-4 {
    margin-left: -1rem !important;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .sm\:-ml-8 {
    margin-left: -2rem !important;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .sm\:-ml-12 {
    margin-left: -3rem !important;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .sm\:-ml-16 {
    margin-left: -4rem !important;
  }

  .sm\:-ml-20 {
    margin-left: -5rem !important;
  }

  .sm\:-ml-24 {
    margin-left: -6rem !important;
  }

  .sm\:-ml-28 {
    margin-left: -7rem !important;
  }

  .sm\:-ml-32 {
    margin-left: -8rem !important;
  }

  .sm\:-ml-36 {
    margin-left: -9rem !important;
  }

  .sm\:-ml-40 {
    margin-left: -10rem !important;
  }

  .sm\:-ml-44 {
    margin-left: -11rem !important;
  }

  .sm\:-ml-48 {
    margin-left: -12rem !important;
  }

  .sm\:-ml-52 {
    margin-left: -13rem !important;
  }

  .sm\:-ml-56 {
    margin-left: -14rem !important;
  }

  .sm\:-ml-60 {
    margin-left: -15rem !important;
  }

  .sm\:-ml-64 {
    margin-left: -16rem !important;
  }

  .sm\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .sm\:-ml-80 {
    margin-left: -20rem !important;
  }

  .sm\:-ml-96 {
    margin-left: -24rem !important;
  }

  .sm\:-ml-108 {
    margin-left: -26rem !important;
  }

  .sm\:-ml-112 {
    margin-left: -28rem !important;
  }

  .sm\:-ml-120 {
    margin-left: -30rem !important;
  }

  .sm\:-ml-136 {
    margin-left: -34rem !important;
  }

  .sm\:-ml-140 {
    margin-left: -42rem !important;
  }

  .sm\:-ml-144 {
    margin-left: -36rem !important;
  }

  .sm\:-ml-320 {
    margin-left: -80rem !important;
  }

  .sm\:-ml-px {
    margin-left: -1px !important;
  }

  .sm\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .sm\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .sm\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .sm\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .sm\:-ml-50-em {
    margin-left: -50em !important;
  }

  .sm\:-ml-26-em {
    margin-left: -26em !important;
  }

  .sm\:box-border {
    box-sizing: border-box !important;
  }

  .sm\:box-content {
    box-sizing: content-box !important;
  }

  .sm\:block {
    display: block !important;
  }

  .sm\:inline-block {
    display: inline-block !important;
  }

  .sm\:inline {
    display: inline !important;
  }

  .sm\:flex {
    display: flex !important;
  }

  .sm\:inline-flex {
    display: inline-flex !important;
  }

  .sm\:table {
    display: table !important;
  }

  .sm\:inline-table {
    display: inline-table !important;
  }

  .sm\:table-caption {
    display: table-caption !important;
  }

  .sm\:table-cell {
    display: table-cell !important;
  }

  .sm\:table-column {
    display: table-column !important;
  }

  .sm\:table-column-group {
    display: table-column-group !important;
  }

  .sm\:table-footer-group {
    display: table-footer-group !important;
  }

  .sm\:table-header-group {
    display: table-header-group !important;
  }

  .sm\:table-row-group {
    display: table-row-group !important;
  }

  .sm\:table-row {
    display: table-row !important;
  }

  .sm\:flow-root {
    display: flow-root !important;
  }

  .sm\:grid {
    display: grid !important;
  }

  .sm\:inline-grid {
    display: inline-grid !important;
  }

  .sm\:contents {
    display: contents !important;
  }

  .sm\:list-item {
    display: list-item !important;
  }

  .sm\:hidden {
    display: none !important;
  }

  .sm\:h-0 {
    height: 0px !important;
  }

  .sm\:h-1 {
    height: 0.25rem !important;
  }

  .sm\:h-2 {
    height: 0.5rem !important;
  }

  .sm\:h-3 {
    height: 0.75rem !important;
  }

  .sm\:h-4 {
    height: 1rem !important;
  }

  .sm\:h-5 {
    height: 1.25rem !important;
  }

  .sm\:h-6 {
    height: 1.5rem !important;
  }

  .sm\:h-7 {
    height: 1.75rem !important;
  }

  .sm\:h-8 {
    height: 2rem !important;
  }

  .sm\:h-9 {
    height: 2.25rem !important;
  }

  .sm\:h-10 {
    height: 2.5rem !important;
  }

  .sm\:h-11 {
    height: 2.75rem !important;
  }

  .sm\:h-12 {
    height: 3rem !important;
  }

  .sm\:h-14 {
    height: 3.5rem !important;
  }

  .sm\:h-16 {
    height: 4rem !important;
  }

  .sm\:h-20 {
    height: 5rem !important;
  }

  .sm\:h-24 {
    height: 6rem !important;
  }

  .sm\:h-28 {
    height: 7rem !important;
  }

  .sm\:h-32 {
    height: 8rem !important;
  }

  .sm\:h-36 {
    height: 9rem !important;
  }

  .sm\:h-40 {
    height: 10rem !important;
  }

  .sm\:h-44 {
    height: 11rem !important;
  }

  .sm\:h-48 {
    height: 12rem !important;
  }

  .sm\:h-52 {
    height: 13rem !important;
  }

  .sm\:h-56 {
    height: 14rem !important;
  }

  .sm\:h-60 {
    height: 15rem !important;
  }

  .sm\:h-64 {
    height: 16rem !important;
  }

  .sm\:h-72 {
    height: 18.5rem !important;
  }

  .sm\:h-80 {
    height: 20rem !important;
  }

  .sm\:h-88 {
    height: 22rem !important;
  }

  .sm\:h-89 {
    height: 26rem !important;
  }

  .sm\:h-90 {
    height: 30rem !important;
  }

  .sm\:h-96 {
    height: 24rem !important;
  }

  .sm\:h-108 {
    height: 26rem !important;
  }

  .sm\:h-112 {
    height: 28rem !important;
  }

  .sm\:h-120 {
    height: 30rem !important;
  }

  .sm\:h-128 {
    height: 32rem !important;
  }

  .sm\:h-136 {
    height: 34rem !important;
  }

  .sm\:h-140 {
    height: 42rem !important;
  }

  .sm\:h-144 {
    height: 36rem !important;
  }

  .sm\:h-288 {
    height: 40rem !important;
  }

  .sm\:h-320 {
    height: 80rem !important;
  }

  .sm\:h-768 {
    height: 45rem !important;
  }

  .sm\:h-800 {
    height: 50rem !important;
  }

  .sm\:h-856 {
    height: 65rem !important;
  }

  .sm\:h-auto {
    height: auto !important;
  }

  .sm\:h-px {
    height: 1px !important;
  }

  .sm\:h-0\.5 {
    height: 0.125rem !important;
  }

  .sm\:h-1\.5 {
    height: 0.375rem !important;
  }

  .sm\:h-2\.5 {
    height: 0.625rem !important;
  }

  .sm\:h-3\.5 {
    height: 0.875rem !important;
  }

  .sm\:h-50-em {
    height: 50em !important;
  }

  .sm\:h-26-em {
    height: 26em !important;
  }

  .sm\:h-1\/2 {
    height: 50% !important;
  }

  .sm\:h-1\/3 {
    height: 33.333333% !important;
  }

  .sm\:h-2\/3 {
    height: 66.666667% !important;
  }

  .sm\:h-1\/4 {
    height: 25% !important;
  }

  .sm\:h-2\/4 {
    height: 50% !important;
  }

  .sm\:h-3\/4 {
    height: 75% !important;
  }

  .sm\:h-1\/5 {
    height: 20% !important;
  }

  .sm\:h-2\/5 {
    height: 40% !important;
  }

  .sm\:h-3\/5 {
    height: 60% !important;
  }

  .sm\:h-4\/5 {
    height: 80% !important;
  }

  .sm\:h-1\/6 {
    height: 16.666667% !important;
  }

  .sm\:h-2\/6 {
    height: 33.333333% !important;
  }

  .sm\:h-3\/6 {
    height: 50% !important;
  }

  .sm\:h-4\/6 {
    height: 66.666667% !important;
  }

  .sm\:h-5\/6 {
    height: 83.333333% !important;
  }

  .sm\:h-full {
    height: 100% !important;
  }

  .sm\:h-screen {
    height: 100vh !important;
  }

  .sm\:h-\[300px\] {
    height: 300px !important;
  }

  .sm\:h-\[130px\] {
    height: 130px !important;
  }

  .sm\:max-h-0 {
    max-height: 0px !important;
  }

  .sm\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .sm\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .sm\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .sm\:max-h-4 {
    max-height: 1rem !important;
  }

  .sm\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .sm\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .sm\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .sm\:max-h-8 {
    max-height: 2rem !important;
  }

  .sm\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .sm\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .sm\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .sm\:max-h-12 {
    max-height: 3rem !important;
  }

  .sm\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .sm\:max-h-16 {
    max-height: 4rem !important;
  }

  .sm\:max-h-20 {
    max-height: 5rem !important;
  }

  .sm\:max-h-24 {
    max-height: 6rem !important;
  }

  .sm\:max-h-28 {
    max-height: 7rem !important;
  }

  .sm\:max-h-32 {
    max-height: 8rem !important;
  }

  .sm\:max-h-36 {
    max-height: 9rem !important;
  }

  .sm\:max-h-40 {
    max-height: 10rem !important;
  }

  .sm\:max-h-44 {
    max-height: 11rem !important;
  }

  .sm\:max-h-48 {
    max-height: 12rem !important;
  }

  .sm\:max-h-52 {
    max-height: 13rem !important;
  }

  .sm\:max-h-56 {
    max-height: 14rem !important;
  }

  .sm\:max-h-60 {
    max-height: 15rem !important;
  }

  .sm\:max-h-64 {
    max-height: 16rem !important;
  }

  .sm\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .sm\:max-h-80 {
    max-height: 20rem !important;
  }

  .sm\:max-h-96 {
    max-height: 24rem !important;
  }

  .sm\:max-h-108 {
    max-height: 26rem !important;
  }

  .sm\:max-h-112 {
    max-height: 28rem !important;
  }

  .sm\:max-h-120 {
    max-height: 30rem !important;
  }

  .sm\:max-h-136 {
    max-height: 34rem !important;
  }

  .sm\:max-h-140 {
    max-height: 42rem !important;
  }

  .sm\:max-h-144 {
    max-height: 36rem !important;
  }

  .sm\:max-h-320 {
    max-height: 80rem !important;
  }

  .sm\:max-h-768 {
    max-height: 45rem !important;
  }

  .sm\:max-h-px {
    max-height: 1px !important;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .sm\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .sm\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .sm\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .sm\:max-h-50-em {
    max-height: 50em !important;
  }

  .sm\:max-h-26-em {
    max-height: 26em !important;
  }

  .sm\:max-h-full {
    max-height: 100% !important;
  }

  .sm\:max-h-screen {
    max-height: 100vh !important;
  }

  .sm\:max-h-8xl {
    max-height: 88rem !important;
  }

  .sm\:max-h-9xl {
    max-height: 95rem !important;
  }

  .sm\:max-h-sxl {
    max-height: 90% !important;
  }

  .sm\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .sm\:min-h-0 {
    min-height: 0px !important;
  }

  .sm\:min-h-32 {
    min-height: 8rem !important;
  }

  .sm\:min-h-40 {
    min-height: 10rem !important;
  }

  .sm\:min-h-44 {
    min-height: 11rem !important;
  }

  .sm\:min-h-48 {
    min-height: 12rem !important;
  }

  .sm\:min-h-768 {
    min-height: 45rem !important;
  }

  .sm\:min-h-full {
    min-height: 100% !important;
  }

  .sm\:min-h-screen {
    min-height: 100vh !important;
  }

  .sm\:w-0 {
    width: 0px !important;
  }

  .sm\:w-1 {
    width: 0.25rem !important;
  }

  .sm\:w-2 {
    width: 0.5rem !important;
  }

  .sm\:w-3 {
    width: 0.75rem !important;
  }

  .sm\:w-4 {
    width: 1rem !important;
  }

  .sm\:w-5 {
    width: 1.25rem !important;
  }

  .sm\:w-6 {
    width: 1.5rem !important;
  }

  .sm\:w-7 {
    width: 1.75rem !important;
  }

  .sm\:w-8 {
    width: 2rem !important;
  }

  .sm\:w-9 {
    width: 2.25rem !important;
  }

  .sm\:w-10 {
    width: 2.5rem !important;
  }

  .sm\:w-11 {
    width: 2.75rem !important;
  }

  .sm\:w-12 {
    width: 3rem !important;
  }

  .sm\:w-14 {
    width: 3.5rem !important;
  }

  .sm\:w-16 {
    width: 4rem !important;
  }

  .sm\:w-20 {
    width: 5rem !important;
  }

  .sm\:w-24 {
    width: 6rem !important;
  }

  .sm\:w-28 {
    width: 7rem !important;
  }

  .sm\:w-32 {
    width: 8rem !important;
  }

  .sm\:w-36 {
    width: 9rem !important;
  }

  .sm\:w-40 {
    width: 10rem !important;
  }

  .sm\:w-44 {
    width: 11rem !important;
  }

  .sm\:w-48 {
    width: 12rem !important;
  }

  .sm\:w-52 {
    width: 13rem !important;
  }

  .sm\:w-56 {
    width: 14rem !important;
  }

  .sm\:w-60 {
    width: 15rem !important;
  }

  .sm\:w-64 {
    width: 16rem !important;
  }

  .sm\:w-72 {
    width: 18.5rem !important;
  }

  .sm\:w-80 {
    width: 20rem !important;
  }

  .sm\:w-96 {
    width: 24rem !important;
  }

  .sm\:w-100 {
    width: 25rem !important;
  }

  .sm\:w-108 {
    width: 26rem !important;
  }

  .sm\:w-112 {
    width: 28rem !important;
  }

  .sm\:w-120 {
    width: 30rem !important;
  }

  .sm\:w-128 {
    width: 32rem !important;
  }

  .sm\:w-132 {
    width: 33rem !important;
  }

  .sm\:w-136 {
    width: 34rem !important;
  }

  .sm\:w-140 {
    width: 35rem !important;
  }

  .sm\:w-144 {
    width: 36rem !important;
  }

  .sm\:w-160 {
    width: 40rem !important;
  }

  .sm\:w-180 {
    width: 45rem !important;
  }

  .sm\:w-190 {
    width: 47rem !important;
  }

  .sm\:w-195 {
    width: 50rem !important;
  }

  .sm\:w-200 {
    width: 75rem !important;
  }

  .sm\:w-320 {
    width: 80rem !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:w-px {
    width: 1px !important;
  }

  .sm\:w-0\.5 {
    width: 0.125rem !important;
  }

  .sm\:w-1\.5 {
    width: 0.375rem !important;
  }

  .sm\:w-2\.5 {
    width: 0.625rem !important;
  }

  .sm\:w-3\.5 {
    width: 0.875rem !important;
  }

  .sm\:w-50-em {
    width: 50em !important;
  }

  .sm\:w-26-em {
    width: 26em !important;
  }

  .sm\:w-1\/2 {
    width: 50% !important;
  }

  .sm\:w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:w-1\/4 {
    width: 25% !important;
  }

  .sm\:w-2\/4 {
    width: 50% !important;
  }

  .sm\:w-3\/4 {
    width: 75% !important;
  }

  .sm\:w-1\/5 {
    width: 20% !important;
  }

  .sm\:w-2\/5 {
    width: 40% !important;
  }

  .sm\:w-3\/5 {
    width: 60% !important;
  }

  .sm\:w-4\/5 {
    width: 80% !important;
  }

  .sm\:w-1\/6 {
    width: 16.666667% !important;
  }

  .sm\:w-2\/6 {
    width: 33.333333% !important;
  }

  .sm\:w-3\/6 {
    width: 50% !important;
  }

  .sm\:w-4\/6 {
    width: 66.666667% !important;
  }

  .sm\:w-5\/6 {
    width: 83.333333% !important;
  }

  .sm\:w-1\/12 {
    width: 8.333333% !important;
  }

  .sm\:w-2\/12 {
    width: 16.666667% !important;
  }

  .sm\:w-3\/12 {
    width: 25% !important;
  }

  .sm\:w-4\/12 {
    width: 33.333333% !important;
  }

  .sm\:w-5\/12 {
    width: 41.666667% !important;
  }

  .sm\:w-6\/12 {
    width: 50% !important;
  }

  .sm\:w-7\/12 {
    width: 58.333333% !important;
  }

  .sm\:w-8\/12 {
    width: 66.666667% !important;
  }

  .sm\:w-9\/12 {
    width: 75% !important;
  }

  .sm\:w-10\/12 {
    width: 83.333333% !important;
  }

  .sm\:w-11\/12 {
    width: 91.666667% !important;
  }

  .sm\:w-full {
    width: 100% !important;
  }

  .sm\:w-screen {
    width: 100vw !important;
  }

  .sm\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .sm\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .sm\:w-\[350px\] {
    width: 350px !important;
  }

  .sm\:w-\[127px\] {
    width: 127px !important;
  }

  .sm\:w-\[300px\] {
    width: 300px !important;
  }

  .sm\:w-\[600px\] {
    width: 600px !important;
  }

  .sm\:w-\[140px\] {
    width: 140px !important;
  }

  .sm\:w-\[170px\] {
    width: 170px !important;
  }

  .sm\:w-\[150px\] {
    width: 150px !important;
  }

  .sm\:w-\[130px\] {
    width: 130px !important;
  }

  .sm\:min-w-0 {
    min-width: 0px !important;
  }

  .sm\:min-w-full {
    min-width: 100% !important;
  }

  .sm\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .sm\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .sm\:max-w-0 {
    max-width: 0rem !important;
  }

  .sm\:max-w-none {
    max-width: none !important;
  }

  .sm\:max-w-xs {
    max-width: 20rem !important;
  }

  .sm\:max-w-sm {
    max-width: 24rem !important;
  }

  .sm\:max-w-md {
    max-width: 28rem !important;
  }

  .sm\:max-w-lg {
    max-width: 32rem !important;
  }

  .sm\:max-w-xl {
    max-width: 36rem !important;
  }

  .sm\:max-w-2xl {
    max-width: 42rem !important;
  }

  .sm\:max-w-3xl {
    max-width: 48rem !important;
  }

  .sm\:max-w-4xl {
    max-width: 56rem !important;
  }

  .sm\:max-w-5xl {
    max-width: 64rem !important;
  }

  .sm\:max-w-6xl {
    max-width: 72rem !important;
  }

  .sm\:max-w-7xl {
    max-width: 80rem !important;
  }

  .sm\:max-w-full {
    max-width: 100% !important;
  }

  .sm\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .sm\:max-w-prose {
    max-width: 65ch !important;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .sm\:max-w-screen-md {
    max-width: 768px !important;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .sm\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .sm\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .sm\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .sm\:max-w-8xl {
    max-width: 88rem !important;
  }

  .sm\:max-w-9xl {
    max-width: 95rem !important;
  }

  .sm\:max-w-sxl {
    max-width: 90% !important;
  }

  .sm\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .sm\:flex-1 {
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto {
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial {
    flex: 0 1 auto !important;
  }

  .sm\:flex-none {
    flex: none !important;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .sm\:flex-grow {
    flex-grow: 1 !important;
  }

  .sm\:table-auto {
    table-layout: auto !important;
  }

  .sm\:table-fixed {
    table-layout: fixed !important;
  }

  .sm\:border-collapse {
    border-collapse: collapse !important;
  }

  .sm\:border-separate {
    border-collapse: separate !important;
  }

  .sm\:origin-center {
    transform-origin: center !important;
  }

  .sm\:origin-top {
    transform-origin: top !important;
  }

  .sm\:origin-top-right {
    transform-origin: top right !important;
  }

  .sm\:origin-right {
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom {
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .sm\:origin-left {
    transform-origin: left !important;
  }

  .sm\:origin-top-left {
    transform-origin: top left !important;
  }

  .sm\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .sm\:transform-none {
    transform: none !important;
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .sm\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .sm\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .sm\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .sm\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .sm\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .sm\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .sm\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .sm\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .sm\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .sm\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .sm\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .sm\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .sm\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .sm\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .sm\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .sm\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .sm\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .sm\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .sm\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .sm\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .sm\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .sm\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .sm\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .sm\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .sm\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .sm\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .sm\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .sm\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .sm\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .sm\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .sm\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .sm\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .sm\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .sm\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .sm\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .sm\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .sm\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .sm\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .sm\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .sm\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .sm\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .sm\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .sm\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .sm\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .sm\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .sm\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .sm\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .sm\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .sm\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .sm\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .sm\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .sm\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .sm\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .sm\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .sm\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .sm\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .sm\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .sm\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .sm\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .sm\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .sm\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .sm\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .sm\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .sm\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .sm\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .sm\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .sm\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .sm\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .sm\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .sm\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .sm\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .sm\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .sm\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .sm\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .sm\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .sm\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .sm\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .sm\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .sm\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .sm\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .sm\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .sm\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .sm\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .sm\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .sm\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .sm\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .sm\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .sm\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .sm\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .sm\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .sm\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .sm\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .sm\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .sm\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .sm\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .sm\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .sm\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .sm\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .sm\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .sm\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .sm\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .sm\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .sm\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .sm\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .sm\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .sm\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .sm\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .sm\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .sm\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .sm\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .sm\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .sm\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .sm\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .sm\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .sm\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .sm\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .sm\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .sm\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .sm\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .sm\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .sm\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .sm\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .sm\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .sm\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .sm\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .sm\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .sm\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .sm\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .sm\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .sm\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .sm\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .sm\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .sm\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .sm\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .sm\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .sm\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .sm\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .sm\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .sm\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .sm\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .sm\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .sm\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .sm\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .sm\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .sm\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .sm\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .sm\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .sm\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .sm\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .sm\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .sm\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .sm\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .sm\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .sm\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .sm\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .sm\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .sm\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .sm\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .sm\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .sm\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .sm\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .sm\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .sm\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .sm\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .sm\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .sm\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .sm\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .sm\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .sm\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .sm\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .sm\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .sm\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .sm\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .sm\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .sm\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .sm\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .sm\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .sm\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .sm\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .sm\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .sm\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .sm\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .sm\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .sm\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .sm\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .sm\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .sm\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .sm\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .sm\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .sm\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .sm\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .sm\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .sm\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .sm\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .sm\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .sm\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .sm\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .sm\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .sm\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .sm\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .sm\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .sm\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .sm\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .sm\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .sm\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .sm\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .sm\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .sm\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .sm\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .sm\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .sm\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .sm\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .sm\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .sm\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .sm\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .sm\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .sm\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .sm\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .sm\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .sm\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .sm\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .sm\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .sm\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .sm\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .sm\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .sm\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .sm\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .sm\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .sm\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .sm\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .sm\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .sm\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .sm\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .sm\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .sm\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .sm\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .sm\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .sm\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .sm\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .sm\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .sm\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .sm\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .sm\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .sm\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .sm\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .sm\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .sm\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .sm\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .sm\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .sm\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .sm\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .sm\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .sm\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .sm\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .sm\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .sm\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .sm\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .sm\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .sm\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .sm\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .sm\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .sm\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .sm\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .sm\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .sm\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .sm\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .sm\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .sm\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .sm\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .sm\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .sm\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .sm\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .sm\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .sm\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .sm\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .sm\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .sm\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .sm\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .sm\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .sm\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .sm\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .sm\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .sm\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .sm\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .sm\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .sm\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .sm\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .sm\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .sm\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .sm\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .sm\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .sm\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .sm\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .sm\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .sm\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .sm\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .sm\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .sm\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .sm\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .sm\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .sm\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .sm\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .sm\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .sm\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .sm\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .sm\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .sm\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .sm\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .sm\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .sm\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .sm\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .sm\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .sm\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .sm\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .sm\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .sm\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .sm\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .sm\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .sm\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .sm\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .sm\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .sm\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .sm\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .sm\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .sm\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .sm\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .sm\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .sm\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .sm\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .sm\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .sm\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .sm\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .sm\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .sm\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .sm\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .sm\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .sm\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .sm\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .sm\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .sm\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .sm\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .sm\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .sm\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .sm\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .sm\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .sm\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .sm\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .sm\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .sm\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .sm\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .sm\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .sm\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .sm\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .sm\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .sm\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .sm\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .sm\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .sm\:animate-none {
    animation: none !important;
  }

  .sm\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .sm\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:cursor-auto {
    cursor: auto !important;
  }

  .sm\:cursor-default {
    cursor: default !important;
  }

  .sm\:cursor-pointer {
    cursor: pointer !important;
  }

  .sm\:cursor-wait {
    cursor: wait !important;
  }

  .sm\:cursor-text {
    cursor: text !important;
  }

  .sm\:cursor-move {
    cursor: move !important;
  }

  .sm\:cursor-help {
    cursor: help !important;
  }

  .sm\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .sm\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:resize-none {
    resize: none !important;
  }

  .sm\:resize-y {
    resize: vertical !important;
  }

  .sm\:resize-x {
    resize: horizontal !important;
  }

  .sm\:resize {
    resize: both !important;
  }

  .sm\:list-inside {
    list-style-position: inside !important;
  }

  .sm\:list-outside {
    list-style-position: outside !important;
  }

  .sm\:list-none {
    list-style-type: none !important;
  }

  .sm\:list-disc {
    list-style-type: disc !important;
  }

  .sm\:list-decimal {
    list-style-type: decimal !important;
  }

  .sm\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .sm\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col {
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .sm\:place-content-center {
    place-content: center !important;
  }

  .sm\:place-content-start {
    place-content: start !important;
  }

  .sm\:place-content-end {
    place-content: end !important;
  }

  .sm\:place-content-between {
    place-content: space-between !important;
  }

  .sm\:place-content-around {
    place-content: space-around !important;
  }

  .sm\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .sm\:place-content-stretch {
    place-content: stretch !important;
  }

  .sm\:place-items-start {
    place-items: start !important;
  }

  .sm\:place-items-end {
    place-items: end !important;
  }

  .sm\:place-items-center {
    place-items: center !important;
  }

  .sm\:place-items-stretch {
    place-items: stretch !important;
  }

  .sm\:content-center {
    align-content: center !important;
  }

  .sm\:content-start {
    align-content: flex-start !important;
  }

  .sm\:content-end {
    align-content: flex-end !important;
  }

  .sm\:content-between {
    align-content: space-between !important;
  }

  .sm\:content-around {
    align-content: space-around !important;
  }

  .sm\:content-evenly {
    align-content: space-evenly !important;
  }

  .sm\:items-start {
    align-items: flex-start !important;
  }

  .sm\:items-end {
    align-items: flex-end !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:items-baseline {
    align-items: baseline !important;
  }

  .sm\:items-stretch {
    align-items: stretch !important;
  }

  .sm\:justify-start {
    justify-content: flex-start !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-between {
    justify-content: space-between !important;
  }

  .sm\:justify-around {
    justify-content: space-around !important;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .sm\:justify-items-start {
    justify-items: start !important;
  }

  .sm\:justify-items-end {
    justify-items: end !important;
  }

  .sm\:justify-items-center {
    justify-items: center !important;
  }

  .sm\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .sm\:gap-0 {
    gap: 0px !important;
  }

  .sm\:gap-1 {
    gap: 0.25rem !important;
  }

  .sm\:gap-2 {
    gap: 0.5rem !important;
  }

  .sm\:gap-3 {
    gap: 0.75rem !important;
  }

  .sm\:gap-4 {
    gap: 1rem !important;
  }

  .sm\:gap-5 {
    gap: 1.25rem !important;
  }

  .sm\:gap-6 {
    gap: 1.5rem !important;
  }

  .sm\:gap-7 {
    gap: 1.75rem !important;
  }

  .sm\:gap-8 {
    gap: 2rem !important;
  }

  .sm\:gap-9 {
    gap: 2.25rem !important;
  }

  .sm\:gap-10 {
    gap: 2.5rem !important;
  }

  .sm\:gap-11 {
    gap: 2.75rem !important;
  }

  .sm\:gap-12 {
    gap: 3rem !important;
  }

  .sm\:gap-14 {
    gap: 3.5rem !important;
  }

  .sm\:gap-16 {
    gap: 4rem !important;
  }

  .sm\:gap-20 {
    gap: 5rem !important;
  }

  .sm\:gap-24 {
    gap: 6rem !important;
  }

  .sm\:gap-28 {
    gap: 7rem !important;
  }

  .sm\:gap-32 {
    gap: 8rem !important;
  }

  .sm\:gap-36 {
    gap: 9rem !important;
  }

  .sm\:gap-40 {
    gap: 10rem !important;
  }

  .sm\:gap-44 {
    gap: 11rem !important;
  }

  .sm\:gap-48 {
    gap: 12rem !important;
  }

  .sm\:gap-52 {
    gap: 13rem !important;
  }

  .sm\:gap-56 {
    gap: 14rem !important;
  }

  .sm\:gap-60 {
    gap: 15rem !important;
  }

  .sm\:gap-64 {
    gap: 16rem !important;
  }

  .sm\:gap-72 {
    gap: 18.5rem !important;
  }

  .sm\:gap-80 {
    gap: 20rem !important;
  }

  .sm\:gap-96 {
    gap: 24rem !important;
  }

  .sm\:gap-108 {
    gap: 26rem !important;
  }

  .sm\:gap-112 {
    gap: 28rem !important;
  }

  .sm\:gap-120 {
    gap: 30rem !important;
  }

  .sm\:gap-136 {
    gap: 34rem !important;
  }

  .sm\:gap-140 {
    gap: 42rem !important;
  }

  .sm\:gap-144 {
    gap: 36rem !important;
  }

  .sm\:gap-320 {
    gap: 80rem !important;
  }

  .sm\:gap-px {
    gap: 1px !important;
  }

  .sm\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .sm\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .sm\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .sm\:gap-50-em {
    gap: 50em !important;
  }

  .sm\:gap-26-em {
    gap: 26em !important;
  }

  .sm\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .sm\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .sm\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .sm\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .sm\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .sm\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .sm\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .sm\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .sm\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .sm\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .sm\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .sm\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .sm\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .sm\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .sm\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .sm\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .sm\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .sm\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .sm\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .sm\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .sm\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .sm\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .sm\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .sm\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .sm\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .sm\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .sm\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .sm\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .sm\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .sm\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .sm\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .sm\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .sm\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .sm\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .sm\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .sm\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .sm\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .sm\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .sm\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .sm\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .sm\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .sm\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .sm\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .sm\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .sm\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .sm\:gap-y-px {
    row-gap: 1px !important;
  }

  .sm\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .sm\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .sm\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .sm\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .sm\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .sm\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .sm\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .sm\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .sm\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .sm\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .sm\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .sm\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .sm\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .sm\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .sm\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .sm\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .sm\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .sm\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .sm\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .sm\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .sm\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .sm\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .sm\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .sm\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .sm\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .sm\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .sm\:place-self-auto {
    place-self: auto !important;
  }

  .sm\:place-self-start {
    place-self: start !important;
  }

  .sm\:place-self-end {
    place-self: end !important;
  }

  .sm\:place-self-center {
    place-self: center !important;
  }

  .sm\:place-self-stretch {
    place-self: stretch !important;
  }

  .sm\:self-auto {
    align-self: auto !important;
  }

  .sm\:self-start {
    align-self: flex-start !important;
  }

  .sm\:self-end {
    align-self: flex-end !important;
  }

  .sm\:self-center {
    align-self: center !important;
  }

  .sm\:self-stretch {
    align-self: stretch !important;
  }

  .sm\:self-baseline {
    align-self: baseline !important;
  }

  .sm\:justify-self-auto {
    justify-self: auto !important;
  }

  .sm\:justify-self-start {
    justify-self: start !important;
  }

  .sm\:justify-self-end {
    justify-self: end !important;
  }

  .sm\:justify-self-center {
    justify-self: center !important;
  }

  .sm\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .sm\:overflow-auto {
    overflow: auto !important;
  }

  .sm\:overflow-hidden {
    overflow: hidden !important;
  }

  .sm\:overflow-visible {
    overflow: visible !important;
  }

  .sm\:overflow-scroll {
    overflow: scroll !important;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .sm\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .sm\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .sm\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .sm\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .sm\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .sm\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .sm\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .sm\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .sm\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .sm\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .sm\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .sm\:overflow-clip {
    text-overflow: clip !important;
  }

  .sm\:whitespace-normal {
    white-space: normal !important;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .sm\:whitespace-pre {
    white-space: pre !important;
  }

  .sm\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .sm\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .sm\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words {
    overflow-wrap: break-word !important;
  }

  .sm\:break-all {
    word-break: break-all !important;
  }

  .sm\:rounded-none {
    border-radius: 0px !important;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .sm\:rounded {
    border-radius: 0.25rem !important;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .sm\:rounded-full {
    border-radius: 9999px !important;
  }

  .sm\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .sm\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .sm\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .sm\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .sm\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .sm\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .sm\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .sm\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .sm\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .sm\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .sm\:border-0 {
    border-width: 0px !important;
  }

  .sm\:border-2 {
    border-width: 2px !important;
  }

  .sm\:border-4 {
    border-width: 4px !important;
  }

  .sm\:border-8 {
    border-width: 8px !important;
  }

  .sm\:border-12 {
    border-width: 12px !important;
  }

  .sm\:border-18 {
    border-width: 18px !important;
  }

  .sm\:border {
    border-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:border-t-2 {
    border-top-width: 2px !important;
  }

  .sm\:border-t-4 {
    border-top-width: 4px !important;
  }

  .sm\:border-t-8 {
    border-top-width: 8px !important;
  }

  .sm\:border-t-12 {
    border-top-width: 12px !important;
  }

  .sm\:border-t-18 {
    border-top-width: 18px !important;
  }

  .sm\:border-t {
    border-top-width: 1px !important;
  }

  .sm\:border-r-0 {
    border-right-width: 0px !important;
  }

  .sm\:border-r-2 {
    border-right-width: 2px !important;
  }

  .sm\:border-r-4 {
    border-right-width: 4px !important;
  }

  .sm\:border-r-8 {
    border-right-width: 8px !important;
  }

  .sm\:border-r-12 {
    border-right-width: 12px !important;
  }

  .sm\:border-r-18 {
    border-right-width: 18px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .sm\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .sm\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .sm\:border-b {
    border-bottom-width: 1px !important;
  }

  .sm\:border-l-0 {
    border-left-width: 0px !important;
  }

  .sm\:border-l-2 {
    border-left-width: 2px !important;
  }

  .sm\:border-l-4 {
    border-left-width: 4px !important;
  }

  .sm\:border-l-8 {
    border-left-width: 8px !important;
  }

  .sm\:border-l-12 {
    border-left-width: 12px !important;
  }

  .sm\:border-l-18 {
    border-left-width: 18px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:border-solid {
    border-style: solid !important;
  }

  .sm\:border-dashed {
    border-style: dashed !important;
  }

  .sm\:border-dotted {
    border-style: dotted !important;
  }

  .sm\:border-double {
    border-style: double !important;
  }

  .sm\:border-none {
    border-style: none !important;
  }

  .sm\:border-transparent {
    border-color: transparent !important;
  }

  .sm\:border-current {
    border-color: currentColor !important;
  }

  .sm\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .sm\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .sm\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .sm\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .sm\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .sm\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .sm\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .sm\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .sm\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .sm\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .sm\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .sm\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .sm\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .sm\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .sm\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .sm\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .sm\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .sm\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .sm\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .sm\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .sm\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .sm\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .sm\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .sm\:bg-transparent {
    background-color: transparent !important;
  }

  .sm\:bg-current {
    background-color: currentColor !important;
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .sm\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .sm\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .sm\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .sm\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .sm\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .sm\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .sm\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .sm\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .sm\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .sm\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .sm\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .sm\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .sm\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .sm\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .sm\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .sm\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .sm\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .sm\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .sm\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .sm\:bg-none {
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .sm\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .sm\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .sm\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .sm\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .sm\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .sm\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .sm\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .sm\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .sm\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .sm\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .sm\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .sm\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .sm\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .sm\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .sm\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .sm\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .sm\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .sm\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .sm\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .sm\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .sm\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .sm\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .sm\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .sm\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .sm\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .sm\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .sm\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .sm\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .sm\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .sm\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .sm\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .sm\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .sm\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .sm\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .sm\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .sm\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .sm\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .sm\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .sm\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .sm\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .sm\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .sm\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .sm\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .sm\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .sm\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .sm\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .sm\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .sm\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .sm\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .sm\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .sm\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .sm\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .sm\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .sm\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .sm\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .sm\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .sm\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .sm\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .sm\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .sm\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .sm\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .sm\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .sm\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .sm\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .sm\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .sm\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .sm\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .sm\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .sm\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .sm\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .sm\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .sm\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .sm\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .sm\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .sm\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .sm\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .sm\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .sm\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .sm\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .sm\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .sm\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .sm\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .sm\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .sm\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .sm\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .sm\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .sm\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .sm\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .sm\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .sm\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .sm\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .sm\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .sm\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .sm\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .sm\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .sm\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .sm\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .sm\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .sm\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .sm\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .sm\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .sm\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .sm\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .sm\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .sm\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .sm\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .sm\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .sm\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .sm\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .sm\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .sm\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .sm\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .sm\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .sm\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .sm\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .sm\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .sm\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .sm\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .sm\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .sm\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .sm\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .sm\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .sm\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .sm\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .sm\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .sm\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .sm\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .sm\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .sm\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .sm\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .sm\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .sm\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .sm\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .sm\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .sm\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .sm\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .sm\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .sm\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .sm\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .sm\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .sm\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .sm\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .sm\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .sm\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .sm\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .sm\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .sm\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .sm\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .sm\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .sm\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .sm\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .sm\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .sm\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .sm\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .sm\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .sm\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .sm\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .sm\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .sm\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .sm\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .sm\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .sm\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .sm\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .sm\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .sm\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .sm\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .sm\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .sm\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .sm\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .sm\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .sm\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .sm\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .sm\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .sm\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .sm\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .sm\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .sm\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .sm\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .sm\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .sm\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .sm\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .sm\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .sm\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .sm\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .sm\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .sm\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .sm\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .sm\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .sm\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .sm\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .sm\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .sm\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .sm\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .sm\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .sm\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .sm\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .sm\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .sm\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .sm\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .sm\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .sm\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .sm\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .sm\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .sm\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .sm\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .sm\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .sm\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .sm\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .sm\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .sm\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .sm\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .sm\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .sm\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .sm\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .sm\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .sm\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .sm\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .sm\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .sm\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .sm\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .sm\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .sm\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .sm\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .sm\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .sm\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .sm\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .sm\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .sm\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .sm\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .sm\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .sm\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .sm\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .sm\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .sm\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .sm\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .sm\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .sm\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .sm\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .sm\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .sm\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .sm\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .sm\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .sm\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .sm\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .sm\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .sm\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .sm\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .sm\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .sm\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .sm\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .sm\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .sm\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .sm\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .sm\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .sm\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .sm\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .sm\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .sm\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .sm\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .sm\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .sm\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .sm\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .sm\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .sm\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .sm\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .sm\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .sm\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .sm\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .sm\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .sm\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .sm\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .sm\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .sm\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .sm\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .sm\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .sm\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .sm\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .sm\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .sm\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .sm\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .sm\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .sm\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .sm\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .sm\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .sm\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .sm\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .sm\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .sm\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .sm\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .sm\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .sm\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .sm\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .sm\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .sm\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .sm\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .sm\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .sm\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .sm\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .sm\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .sm\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .sm\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .sm\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .sm\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .sm\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .sm\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .sm\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .sm\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .sm\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .sm\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .sm\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .sm\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .sm\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .sm\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .sm\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .sm\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .sm\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .sm\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .sm\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .sm\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .sm\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .sm\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .sm\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .sm\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .sm\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .sm\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .sm\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .sm\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .sm\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .sm\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .sm\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .sm\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .sm\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .sm\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .sm\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .sm\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .sm\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .sm\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .sm\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .sm\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .sm\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .sm\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .sm\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .sm\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .sm\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .sm\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .sm\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .sm\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .sm\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .sm\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .sm\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .sm\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .sm\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .sm\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .sm\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .sm\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .sm\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .sm\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .sm\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .sm\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .sm\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .sm\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .sm\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .sm\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .sm\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .sm\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .sm\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .sm\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .sm\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .sm\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .sm\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .sm\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .sm\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .sm\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .sm\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .sm\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .sm\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .sm\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .sm\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .sm\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .sm\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .sm\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .sm\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .sm\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .sm\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .sm\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .sm\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .sm\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .sm\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .sm\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .sm\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .sm\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .sm\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .sm\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .sm\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .sm\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .sm\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .sm\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .sm\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .sm\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .sm\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .sm\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .sm\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .sm\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .sm\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .sm\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .sm\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .sm\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .sm\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .sm\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .sm\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .sm\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .sm\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .sm\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .sm\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .sm\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .sm\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .sm\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .sm\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .sm\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .sm\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .sm\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .sm\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .sm\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .sm\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .sm\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .sm\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .sm\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .sm\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .sm\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .sm\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .sm\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .sm\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .sm\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .sm\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .sm\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .sm\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .sm\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .sm\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .sm\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .sm\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .sm\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .sm\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .sm\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .sm\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .sm\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .sm\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .sm\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .sm\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .sm\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .sm\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .sm\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .sm\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .sm\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .sm\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .sm\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .sm\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .sm\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .sm\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .sm\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .sm\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .sm\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .sm\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .sm\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .sm\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .sm\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .sm\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .sm\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .sm\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .sm\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .sm\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .sm\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .sm\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .sm\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .sm\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .sm\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .sm\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .sm\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .sm\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .sm\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .sm\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .sm\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .sm\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .sm\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .sm\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .sm\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .sm\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .sm\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .sm\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .sm\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .sm\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .sm\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .sm\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .sm\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .sm\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .sm\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .sm\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .sm\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .sm\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .sm\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .sm\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .sm\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .sm\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .sm\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .sm\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .sm\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .sm\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .sm\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .sm\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .sm\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .sm\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .sm\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .sm\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .sm\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .sm\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .sm\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .sm\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .sm\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .sm\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .sm\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .sm\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .sm\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .sm\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .sm\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .sm\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .sm\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .sm\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .sm\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .sm\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .sm\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .sm\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .sm\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .sm\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .sm\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .sm\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .sm\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .sm\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .sm\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .sm\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .sm\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .sm\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .sm\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .sm\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .sm\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .sm\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .sm\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .sm\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .sm\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .sm\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .sm\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .sm\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .sm\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .sm\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .sm\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .sm\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .sm\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .sm\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .sm\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .sm\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .sm\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .sm\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .sm\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .sm\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .sm\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .sm\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .sm\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .sm\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .sm\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .sm\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .sm\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .sm\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .sm\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .sm\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .sm\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .sm\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .sm\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .sm\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .sm\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .sm\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .sm\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .sm\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .sm\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .sm\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .sm\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .sm\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .sm\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .sm\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .sm\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .sm\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .sm\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .sm\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .sm\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .sm\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .sm\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .sm\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .sm\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .sm\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .sm\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .sm\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .sm\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .sm\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .sm\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .sm\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .sm\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .sm\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .sm\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .sm\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .sm\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .sm\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .sm\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .sm\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .sm\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .sm\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .sm\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .sm\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .sm\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .sm\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .sm\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .sm\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .sm\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .sm\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .sm\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .sm\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .sm\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .sm\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .sm\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .sm\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .sm\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .sm\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .sm\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .sm\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .sm\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .sm\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .sm\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .sm\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .sm\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .sm\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .sm\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .sm\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .sm\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .sm\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .sm\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .sm\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .sm\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .sm\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .sm\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .sm\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .sm\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .sm\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .sm\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .sm\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .sm\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .sm\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .sm\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .sm\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .sm\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .sm\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .sm\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .sm\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .sm\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .sm\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .sm\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .sm\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .sm\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .sm\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .sm\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .sm\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .sm\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .sm\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .sm\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .sm\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .sm\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .sm\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .sm\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .sm\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .sm\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .sm\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .sm\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .sm\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .sm\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .sm\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .sm\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .sm\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .sm\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .sm\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .sm\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .sm\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .sm\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .sm\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .sm\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .sm\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .sm\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .sm\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .sm\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .sm\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .sm\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .sm\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .sm\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .sm\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .sm\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .sm\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .sm\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .sm\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .sm\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .sm\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .sm\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .sm\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .sm\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .sm\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .sm\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .sm\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .sm\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .sm\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .sm\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .sm\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .sm\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .sm\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .sm\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .sm\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .sm\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .sm\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .sm\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .sm\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .sm\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .sm\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .sm\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .sm\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .sm\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .sm\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .sm\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .sm\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .sm\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .sm\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .sm\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .sm\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .sm\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .sm\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .sm\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .sm\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .sm\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .sm\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .sm\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .sm\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .sm\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .sm\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .sm\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .sm\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .sm\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .sm\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .sm\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .sm\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .sm\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .sm\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .sm\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .sm\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .sm\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .sm\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .sm\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .sm\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .sm\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .sm\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .sm\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .sm\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .sm\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .sm\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .sm\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .sm\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .sm\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .sm\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .sm\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .sm\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .sm\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .sm\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .sm\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .sm\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .sm\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .sm\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .sm\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .sm\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .sm\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .sm\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .sm\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .sm\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .sm\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .sm\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .sm\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .sm\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .sm\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .sm\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .sm\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .sm\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .sm\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .sm\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .sm\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .sm\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .sm\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .sm\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .sm\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .sm\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .sm\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .sm\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .sm\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .sm\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .sm\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .sm\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .sm\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .sm\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .sm\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .sm\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .sm\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .sm\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .sm\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .sm\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .sm\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .sm\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .sm\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .sm\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .sm\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .sm\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .sm\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .sm\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .sm\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .sm\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .sm\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .sm\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .sm\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .sm\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .sm\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .sm\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .sm\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .sm\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .sm\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .sm\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .sm\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .sm\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .sm\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .sm\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .sm\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .sm\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .sm\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .sm\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .sm\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .sm\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .sm\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .sm\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .sm\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .sm\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .sm\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .sm\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .sm\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .sm\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .sm\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .sm\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .sm\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .sm\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .sm\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .sm\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .sm\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .sm\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .sm\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .sm\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .sm\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .sm\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .sm\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .sm\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .sm\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .sm\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .sm\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .sm\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .sm\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .sm\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .sm\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .sm\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .sm\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .sm\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .sm\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .sm\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .sm\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .sm\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .sm\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .sm\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .sm\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .sm\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .sm\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .sm\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .sm\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .sm\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .sm\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .sm\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .sm\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .sm\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .sm\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .sm\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .sm\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .sm\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .sm\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .sm\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .sm\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .sm\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .sm\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .sm\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .sm\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .sm\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .sm\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .sm\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .sm\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .sm\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .sm\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .sm\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .sm\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .sm\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .sm\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .sm\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .sm\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .sm\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .sm\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .sm\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .sm\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .sm\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .sm\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .sm\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .sm\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .sm\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .sm\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .sm\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .sm\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .sm\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .sm\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .sm\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .sm\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .sm\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .sm\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .sm\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .sm\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .sm\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .sm\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .sm\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .sm\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .sm\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .sm\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .sm\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .sm\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .sm\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .sm\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .sm\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .sm\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .sm\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .sm\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .sm\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .sm\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .sm\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .sm\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .sm\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .sm\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .sm\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .sm\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .sm\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .sm\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .sm\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .sm\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .sm\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .sm\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .sm\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .sm\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .sm\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .sm\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .sm\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .sm\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .sm\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .sm\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .sm\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .sm\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .sm\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .sm\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .sm\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .sm\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .sm\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .sm\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .sm\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .sm\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .sm\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .sm\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .sm\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .sm\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .sm\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .sm\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .sm\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .sm\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .sm\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .sm\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .sm\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .sm\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .sm\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .sm\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .sm\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .sm\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .sm\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .sm\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .sm\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .sm\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .sm\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .sm\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .sm\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .sm\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .sm\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .sm\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .sm\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .sm\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .sm\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .sm\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .sm\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .sm\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .sm\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .sm\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .sm\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .sm\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .sm\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .sm\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .sm\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .sm\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .sm\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .sm\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .sm\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .sm\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .sm\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .sm\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .sm\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .sm\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .sm\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .sm\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .sm\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .sm\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .sm\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .sm\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .sm\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .sm\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .sm\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .sm\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .sm\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .sm\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .sm\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .sm\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .sm\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .sm\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .sm\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .sm\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .sm\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .sm\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .sm\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .sm\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .sm\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .sm\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .sm\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .sm\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .sm\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .sm\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .sm\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .sm\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .sm\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .sm\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .sm\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .sm\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .sm\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .sm\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .sm\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .sm\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .sm\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .sm\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .sm\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .sm\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .sm\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .sm\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .sm\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .sm\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .sm\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .sm\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .sm\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .sm\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .sm\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .sm\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .sm\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .sm\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .sm\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .sm\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .sm\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .sm\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .sm\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .sm\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .sm\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .sm\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .sm\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .sm\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .sm\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .sm\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .sm\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .sm\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .sm\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .sm\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .sm\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .sm\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .sm\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .sm\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .sm\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .sm\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .sm\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .sm\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .sm\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .sm\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .sm\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .sm\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .sm\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .sm\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .sm\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .sm\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .sm\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .sm\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .sm\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .sm\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .sm\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .sm\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .sm\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .sm\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .sm\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .sm\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .sm\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .sm\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .sm\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .sm\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .sm\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .sm\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .sm\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .sm\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .sm\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .sm\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .sm\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .sm\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .sm\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .sm\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .sm\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .sm\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .sm\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .sm\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .sm\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .sm\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .sm\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .sm\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .sm\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .sm\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .sm\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .sm\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .sm\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .sm\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .sm\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .sm\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .sm\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .sm\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .sm\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .sm\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .sm\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .sm\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .sm\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .sm\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .sm\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .sm\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .sm\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .sm\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .sm\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .sm\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .sm\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .sm\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .sm\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .sm\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .sm\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .sm\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .sm\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .sm\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .sm\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .sm\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .sm\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .sm\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .sm\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .sm\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .sm\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .sm\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .sm\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .sm\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .sm\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .sm\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .sm\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .sm\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .sm\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .sm\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .sm\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .sm\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .sm\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .sm\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .sm\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .sm\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .sm\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .sm\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .sm\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .sm\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .sm\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .sm\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .sm\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .sm\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .sm\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .sm\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .sm\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .sm\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .sm\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .sm\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .sm\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .sm\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .sm\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .sm\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .sm\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .sm\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .sm\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .sm\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .sm\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .sm\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .sm\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .sm\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .sm\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .sm\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .sm\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .sm\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .sm\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .sm\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .sm\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .sm\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .sm\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .sm\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .sm\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .sm\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .sm\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .sm\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .sm\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .sm\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .sm\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .sm\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .sm\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .sm\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .sm\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .sm\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .sm\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .sm\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .sm\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .sm\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .sm\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .sm\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .sm\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .sm\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .sm\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .sm\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .sm\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .sm\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .sm\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .sm\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .sm\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .sm\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .sm\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .sm\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .sm\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .sm\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .sm\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .sm\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .sm\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .sm\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .sm\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .sm\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .sm\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .sm\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .sm\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .sm\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .sm\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .sm\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .sm\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .sm\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .sm\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .sm\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .sm\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .sm\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .sm\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .sm\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .sm\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .sm\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .sm\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .sm\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .sm\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .sm\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .sm\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .sm\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .sm\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .sm\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .sm\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .sm\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .sm\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .sm\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .sm\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .sm\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .sm\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .sm\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .sm\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .sm\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .sm\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .sm\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .sm\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .sm\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .sm\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .sm\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .sm\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .sm\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .sm\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .sm\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .sm\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .sm\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .sm\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .sm\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .sm\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .sm\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .sm\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .sm\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .sm\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .sm\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .sm\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .sm\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .sm\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .sm\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .sm\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .sm\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .sm\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .sm\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .sm\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .sm\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .sm\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .sm\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .sm\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .sm\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .sm\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .sm\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .sm\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .sm\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .sm\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .sm\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .sm\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .sm\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .sm\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .sm\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .sm\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .sm\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .sm\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .sm\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .sm\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .sm\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .sm\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .sm\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .sm\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .sm\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .sm\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .sm\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .sm\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .sm\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .sm\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .sm\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .sm\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .sm\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .sm\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .sm\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .sm\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .sm\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .sm\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .sm\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .sm\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .sm\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .sm\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .sm\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .sm\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .sm\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .sm\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .sm\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .sm\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .sm\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .sm\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .sm\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .sm\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .sm\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .sm\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .sm\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .sm\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .sm\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .sm\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .sm\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .sm\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .sm\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .sm\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .sm\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .sm\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .sm\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .sm\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .sm\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .sm\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .sm\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .sm\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .sm\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .sm\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .sm\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .sm\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .sm\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .sm\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .sm\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .sm\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .sm\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .sm\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .sm\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .sm\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .sm\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .sm\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .sm\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .sm\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .sm\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .sm\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .sm\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .sm\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .sm\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .sm\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .sm\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .sm\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .sm\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .sm\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .sm\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .sm\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .sm\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .sm\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .sm\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .sm\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .sm\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .sm\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .sm\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .sm\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .sm\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .sm\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .sm\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .sm\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .sm\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .sm\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .sm\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .sm\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .sm\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .sm\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .sm\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .sm\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .sm\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .sm\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .sm\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .sm\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .sm\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .sm\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .sm\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .sm\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .sm\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .sm\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .sm\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .sm\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .sm\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .sm\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .sm\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .sm\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .sm\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .sm\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .sm\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .sm\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .sm\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .sm\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .sm\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .sm\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .sm\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .sm\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .sm\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .sm\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .sm\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .sm\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .sm\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .sm\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .sm\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .sm\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .sm\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .sm\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .sm\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .sm\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .sm\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .sm\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .sm\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .sm\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .sm\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .sm\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .sm\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .sm\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .sm\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .sm\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .sm\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .sm\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .sm\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .sm\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .sm\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .sm\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .sm\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .sm\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .sm\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .sm\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .sm\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .sm\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .sm\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .sm\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .sm\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .sm\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .sm\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .sm\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .sm\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .sm\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .sm\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .sm\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .sm\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .sm\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .sm\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .sm\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .sm\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .sm\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .sm\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .sm\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .sm\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .sm\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .sm\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .sm\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .sm\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .sm\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .sm\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .sm\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .sm\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .sm\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .sm\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .sm\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .sm\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .sm\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .sm\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .sm\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .sm\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .sm\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .sm\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .sm\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .sm\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .sm\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .sm\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .sm\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .sm\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .sm\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .sm\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .sm\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .sm\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .sm\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .sm\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .sm\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .sm\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .sm\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .sm\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .sm\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .sm\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .sm\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .sm\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .sm\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .sm\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .sm\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .sm\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .sm\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .sm\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .sm\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .sm\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .sm\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .sm\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .sm\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .sm\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .sm\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .sm\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .sm\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .sm\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .sm\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .sm\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .sm\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .sm\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .sm\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .sm\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .sm\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .sm\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .sm\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .sm\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .sm\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .sm\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .sm\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .sm\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .sm\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .sm\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .sm\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .sm\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .sm\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .sm\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .sm\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .sm\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .sm\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .sm\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .sm\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .sm\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .sm\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .sm\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .sm\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .sm\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .sm\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .sm\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .sm\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .sm\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .sm\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .sm\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .sm\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .sm\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .sm\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .sm\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .sm\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .sm\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .sm\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .sm\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .sm\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .sm\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .sm\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .sm\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .sm\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .sm\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .sm\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .sm\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .sm\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .sm\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .sm\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .sm\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .sm\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .sm\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .sm\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .sm\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .sm\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .sm\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .sm\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .sm\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .sm\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .sm\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .sm\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .sm\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .sm\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .sm\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .sm\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .sm\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .sm\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .sm\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .sm\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .sm\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .sm\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .sm\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .sm\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .sm\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .sm\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .sm\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .sm\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .sm\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .sm\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .sm\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .sm\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .sm\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .sm\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .sm\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .sm\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .sm\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .sm\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .sm\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .sm\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .sm\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .sm\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .sm\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .sm\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .sm\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .sm\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .sm\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .sm\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .sm\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .sm\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .sm\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .sm\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .sm\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .sm\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .sm\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .sm\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .sm\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .sm\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .sm\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .sm\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .sm\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .sm\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .sm\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .sm\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .sm\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .sm\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .sm\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .sm\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .sm\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .sm\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .sm\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .sm\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .sm\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .sm\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .sm\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .sm\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .sm\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .sm\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .sm\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .sm\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .sm\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .sm\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .sm\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .sm\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .sm\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .sm\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .sm\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .sm\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .sm\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .sm\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .sm\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .sm\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .sm\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .sm\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .sm\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .sm\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .sm\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .sm\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .sm\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .sm\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .sm\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .sm\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .sm\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .sm\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .sm\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .sm\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .sm\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .sm\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .sm\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .sm\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .sm\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .sm\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .sm\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .sm\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .sm\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .sm\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .sm\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .sm\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .sm\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .sm\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .sm\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .sm\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .sm\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .sm\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .sm\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .sm\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .sm\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .sm\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .sm\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .sm\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .sm\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .sm\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .sm\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .sm\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .sm\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .sm\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .sm\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .sm\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .sm\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .sm\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .sm\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .sm\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .sm\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .sm\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .sm\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .sm\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .sm\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .sm\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .sm\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .sm\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .sm\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .sm\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .sm\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .sm\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .sm\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .sm\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .sm\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .sm\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .sm\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .sm\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .sm\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .sm\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .sm\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .sm\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .sm\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .sm\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .sm\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .sm\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .sm\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .sm\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .sm\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .sm\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .sm\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .sm\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .sm\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .sm\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .sm\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .sm\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .sm\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .sm\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .sm\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .sm\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .sm\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .sm\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .sm\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .sm\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .sm\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .sm\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .sm\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .sm\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .sm\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .sm\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .sm\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .sm\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .sm\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .sm\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .sm\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .sm\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .sm\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .sm\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .sm\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .sm\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .sm\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .sm\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .sm\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .sm\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .sm\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .sm\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .sm\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .sm\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .sm\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .sm\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .sm\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .sm\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .sm\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .sm\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .sm\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .sm\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .sm\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .sm\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .sm\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .sm\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .sm\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .sm\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .sm\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .sm\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .sm\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .sm\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .sm\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .sm\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .sm\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .sm\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .sm\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .sm\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .sm\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .sm\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .sm\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .sm\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .sm\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .sm\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .sm\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .sm\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .sm\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .sm\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .sm\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .sm\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .sm\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .sm\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .sm\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .sm\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .sm\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .sm\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .sm\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .sm\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .sm\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .sm\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .sm\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .sm\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .sm\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .sm\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .sm\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .sm\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .sm\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .sm\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .sm\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .sm\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .sm\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .sm\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .sm\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .sm\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .sm\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .sm\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .sm\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .sm\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .sm\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .sm\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .sm\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .sm\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .sm\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .sm\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .sm\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .sm\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .sm\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .sm\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .sm\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .sm\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .sm\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .sm\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .sm\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .sm\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .sm\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .sm\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .sm\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .sm\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .sm\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .sm\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .sm\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .sm\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .sm\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .sm\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .sm\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .sm\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .sm\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .sm\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .sm\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .sm\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .sm\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .sm\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .sm\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .sm\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .sm\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .sm\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .sm\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .sm\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .sm\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .sm\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .sm\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .sm\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .sm\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .sm\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .sm\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .sm\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .sm\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .sm\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .sm\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .sm\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .sm\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .sm\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .sm\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .sm\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .sm\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .sm\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .sm\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .sm\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .sm\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .sm\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .sm\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .sm\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .sm\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .sm\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .sm\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .sm\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .sm\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .sm\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .sm\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .sm\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .sm\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .sm\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .sm\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .sm\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .sm\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .sm\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .sm\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .sm\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .sm\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .sm\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .sm\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .sm\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .sm\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .sm\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .sm\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .sm\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .sm\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .sm\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .sm\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .sm\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .sm\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .sm\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .sm\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .sm\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .sm\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .sm\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .sm\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .sm\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .sm\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .sm\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .sm\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .sm\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .sm\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .sm\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .sm\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .sm\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .sm\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .sm\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .sm\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .sm\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .sm\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .sm\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .sm\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .sm\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .sm\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .sm\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .sm\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .sm\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .sm\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .sm\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .sm\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .sm\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .sm\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .sm\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .sm\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .sm\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .sm\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .sm\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .sm\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .sm\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .sm\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .sm\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .sm\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .sm\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .sm\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .sm\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .sm\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .sm\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .sm\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .sm\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .sm\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .sm\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .sm\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .sm\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .sm\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .sm\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .sm\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .sm\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .sm\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .sm\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .sm\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .sm\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .sm\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .sm\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .sm\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .sm\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .sm\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .sm\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .sm\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .sm\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .sm\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .sm\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .sm\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .sm\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .sm\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .sm\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .sm\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .sm\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .sm\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .sm\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .sm\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .sm\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .sm\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .sm\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .sm\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .sm\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .sm\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .sm\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .sm\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .sm\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .sm\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .sm\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .sm\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .sm\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .sm\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .sm\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .sm\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .sm\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .sm\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .sm\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .sm\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .sm\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .sm\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .sm\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .sm\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .sm\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .sm\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .sm\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .sm\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .sm\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .sm\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .sm\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .sm\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .sm\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .sm\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .sm\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .sm\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .sm\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .sm\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .sm\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .sm\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .sm\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .sm\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .sm\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .sm\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .sm\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .sm\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .sm\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .sm\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .sm\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .sm\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .sm\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .sm\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .sm\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .sm\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .sm\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .sm\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .sm\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .sm\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .sm\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .sm\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .sm\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .sm\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .sm\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .sm\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .sm\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .sm\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .sm\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .sm\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .sm\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .sm\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .sm\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .sm\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .sm\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .sm\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .sm\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .sm\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .sm\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .sm\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .sm\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .sm\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .sm\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .sm\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .sm\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .sm\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .sm\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .sm\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .sm\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .sm\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .sm\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .sm\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .sm\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .sm\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .sm\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .sm\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .sm\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .sm\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .sm\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .sm\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .sm\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .sm\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .sm\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .sm\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .sm\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .sm\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .sm\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .sm\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .sm\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .sm\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .sm\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .sm\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .sm\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .sm\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .sm\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .sm\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .sm\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .sm\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .sm\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .sm\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .sm\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .sm\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .sm\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .sm\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .sm\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .sm\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .sm\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .sm\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .sm\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .sm\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .sm\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .sm\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .sm\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .sm\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .sm\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .sm\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .sm\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .sm\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .sm\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .sm\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .sm\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .sm\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .sm\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .sm\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .sm\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .sm\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .sm\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .sm\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .sm\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .sm\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .sm\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .sm\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .sm\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .sm\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .sm\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .sm\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .sm\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .sm\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .sm\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .sm\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .sm\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .sm\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .sm\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .sm\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .sm\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .sm\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .sm\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .sm\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .sm\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .sm\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .sm\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .sm\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .sm\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .sm\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .sm\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .sm\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .sm\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .sm\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .sm\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .sm\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .sm\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .sm\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .sm\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .sm\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .sm\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .sm\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .sm\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .sm\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .sm\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .sm\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .sm\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .sm\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .sm\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .sm\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .sm\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .sm\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .sm\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .sm\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .sm\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .sm\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .sm\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .sm\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .sm\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .sm\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .sm\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .sm\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .sm\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .sm\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .sm\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .sm\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .sm\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .sm\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .sm\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .sm\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .sm\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .sm\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .sm\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .sm\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .sm\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .sm\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .sm\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .sm\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .sm\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .sm\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .sm\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .sm\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .sm\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .sm\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .sm\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .sm\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .sm\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .sm\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .sm\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .sm\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .sm\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .sm\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .sm\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .sm\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .sm\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .sm\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .sm\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .sm\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .sm\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .sm\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .sm\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .sm\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .sm\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .sm\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .sm\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .sm\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .sm\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .sm\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .sm\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .sm\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .sm\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .sm\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .sm\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .sm\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .sm\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .sm\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .sm\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .sm\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .sm\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .sm\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .sm\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .sm\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .sm\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .sm\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .sm\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .sm\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .sm\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .sm\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .sm\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .sm\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .sm\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .sm\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .sm\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .sm\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .sm\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .sm\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .sm\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .sm\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .sm\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .sm\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .sm\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .sm\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .sm\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .sm\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .sm\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .sm\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .sm\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .sm\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .sm\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .sm\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .sm\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .sm\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .sm\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .sm\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .sm\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .sm\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .sm\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .sm\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .sm\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .sm\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .sm\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .sm\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .sm\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .sm\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .sm\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .sm\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .sm\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .sm\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .sm\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .sm\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .sm\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .sm\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .sm\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .sm\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .sm\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .sm\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .sm\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .sm\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .sm\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .sm\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .sm\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .sm\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .sm\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .sm\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .sm\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .sm\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .sm\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .sm\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .sm\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .sm\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .sm\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .sm\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .sm\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .sm\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .sm\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .sm\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .sm\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .sm\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .sm\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .sm\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .sm\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .sm\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .sm\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .sm\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .sm\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .sm\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .sm\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .sm\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .sm\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .sm\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .sm\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .sm\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .sm\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .sm\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .sm\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .sm\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .sm\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .sm\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .sm\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .sm\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .sm\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .sm\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .sm\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .sm\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .sm\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .sm\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .sm\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .sm\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .sm\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .sm\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .sm\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .sm\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .sm\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .sm\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .sm\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .sm\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .sm\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .sm\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .sm\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .sm\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .sm\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .sm\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .sm\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .sm\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .sm\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .sm\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .sm\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .sm\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .sm\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .sm\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .sm\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .sm\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .sm\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .sm\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .sm\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .sm\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .sm\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .sm\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .sm\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .sm\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .sm\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .sm\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .sm\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .sm\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .sm\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .sm\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .sm\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .sm\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .sm\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .sm\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .sm\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .sm\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .sm\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .sm\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .sm\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .sm\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .sm\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .sm\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .sm\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .sm\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .sm\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .sm\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .sm\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .sm\:bg-auto {
    background-size: auto !important;
  }

  .sm\:bg-cover {
    background-size: cover !important;
  }

  .sm\:bg-contain {
    background-size: contain !important;
  }

  .sm\:bg-125\% {
    background-size: 125% !important;
  }

  .sm\:bg-135\% {
    background-size: 135% !important;
  }

  .sm\:bg-150\% {
    background-size: 150% !important;
  }

  .sm\:bg-fixed {
    background-attachment: fixed !important;
  }

  .sm\:bg-local {
    background-attachment: local !important;
  }

  .sm\:bg-scroll {
    background-attachment: scroll !important;
  }

  .sm\:bg-clip-border {
    background-clip: border-box !important;
  }

  .sm\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .sm\:bg-clip-content {
    background-clip: content-box !important;
  }

  .sm\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:bg-bottom {
    background-position: bottom !important;
  }

  .sm\:bg-center {
    background-position: center !important;
  }

  .sm\:bg-left {
    background-position: left !important;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .sm\:bg-left-top {
    background-position: left top !important;
  }

  .sm\:bg-right {
    background-position: right !important;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .sm\:bg-right-top {
    background-position: right top !important;
  }

  .sm\:bg-top {
    background-position: top !important;
  }

  .sm\:bg-repeat {
    background-repeat: repeat !important;
  }

  .sm\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .sm\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .sm\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .sm\:bg-repeat-round {
    background-repeat: round !important;
  }

  .sm\:bg-repeat-space {
    background-repeat: space !important;
  }

  .sm\:bg-origin-border {
    background-origin: border-box !important;
  }

  .sm\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .sm\:bg-origin-content {
    background-origin: content-box !important;
  }

  .sm\:fill-current {
    fill: currentColor !important;
  }

  .sm\:stroke-current {
    stroke: currentColor !important;
  }

  .sm\:stroke-0 {
    stroke-width: 0 !important;
  }

  .sm\:stroke-1 {
    stroke-width: 1 !important;
  }

  .sm\:stroke-2 {
    stroke-width: 2 !important;
  }

  .sm\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:p-0 {
    padding: 0px !important;
  }

  .sm\:p-1 {
    padding: 0.25rem !important;
  }

  .sm\:p-2 {
    padding: 0.5rem !important;
  }

  .sm\:p-3 {
    padding: 0.75rem !important;
  }

  .sm\:p-4 {
    padding: 1rem !important;
  }

  .sm\:p-5 {
    padding: 1.25rem !important;
  }

  .sm\:p-6 {
    padding: 1.5rem !important;
  }

  .sm\:p-7 {
    padding: 1.75rem !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }

  .sm\:p-9 {
    padding: 2.25rem !important;
  }

  .sm\:p-10 {
    padding: 2.5rem !important;
  }

  .sm\:p-11 {
    padding: 2.75rem !important;
  }

  .sm\:p-12 {
    padding: 3rem !important;
  }

  .sm\:p-14 {
    padding: 3.5rem !important;
  }

  .sm\:p-16 {
    padding: 4rem !important;
  }

  .sm\:p-20 {
    padding: 5rem !important;
  }

  .sm\:p-24 {
    padding: 6rem !important;
  }

  .sm\:p-28 {
    padding: 7rem !important;
  }

  .sm\:p-32 {
    padding: 8rem !important;
  }

  .sm\:p-36 {
    padding: 9rem !important;
  }

  .sm\:p-40 {
    padding: 10rem !important;
  }

  .sm\:p-44 {
    padding: 11rem !important;
  }

  .sm\:p-48 {
    padding: 12rem !important;
  }

  .sm\:p-52 {
    padding: 13rem !important;
  }

  .sm\:p-56 {
    padding: 14rem !important;
  }

  .sm\:p-60 {
    padding: 15rem !important;
  }

  .sm\:p-64 {
    padding: 16rem !important;
  }

  .sm\:p-72 {
    padding: 18.5rem !important;
  }

  .sm\:p-80 {
    padding: 20rem !important;
  }

  .sm\:p-96 {
    padding: 24rem !important;
  }

  .sm\:p-108 {
    padding: 26rem !important;
  }

  .sm\:p-112 {
    padding: 28rem !important;
  }

  .sm\:p-120 {
    padding: 30rem !important;
  }

  .sm\:p-136 {
    padding: 34rem !important;
  }

  .sm\:p-140 {
    padding: 42rem !important;
  }

  .sm\:p-144 {
    padding: 36rem !important;
  }

  .sm\:p-320 {
    padding: 80rem !important;
  }

  .sm\:p-px {
    padding: 1px !important;
  }

  .sm\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .sm\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .sm\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .sm\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .sm\:p-50-em {
    padding: 50em !important;
  }

  .sm\:p-26-em {
    padding: 26em !important;
  }

  .sm\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .sm\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .sm\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .sm\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .sm\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .sm\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .sm\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .sm\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .sm\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .sm\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .sm\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .sm\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .sm\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .sm\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .sm\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .sm\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .sm\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .sm\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .sm\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .sm\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .sm\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .sm\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .sm\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .sm\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .sm\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .sm\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .sm\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .sm\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .sm\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .sm\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .sm\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .sm\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .sm\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .sm\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .sm\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .sm\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .sm\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .sm\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .sm\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .sm\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .sm\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .sm\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .sm\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .sm\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .sm\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .sm\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .sm\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .sm\:pt-0 {
    padding-top: 0px !important;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .sm\:pt-4 {
    padding-top: 1rem !important;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .sm\:pt-8 {
    padding-top: 2rem !important;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .sm\:pt-12 {
    padding-top: 3rem !important;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .sm\:pt-16 {
    padding-top: 4rem !important;
  }

  .sm\:pt-20 {
    padding-top: 5rem !important;
  }

  .sm\:pt-24 {
    padding-top: 6rem !important;
  }

  .sm\:pt-28 {
    padding-top: 7rem !important;
  }

  .sm\:pt-32 {
    padding-top: 8rem !important;
  }

  .sm\:pt-36 {
    padding-top: 9rem !important;
  }

  .sm\:pt-40 {
    padding-top: 10rem !important;
  }

  .sm\:pt-44 {
    padding-top: 11rem !important;
  }

  .sm\:pt-48 {
    padding-top: 12rem !important;
  }

  .sm\:pt-52 {
    padding-top: 13rem !important;
  }

  .sm\:pt-56 {
    padding-top: 14rem !important;
  }

  .sm\:pt-60 {
    padding-top: 15rem !important;
  }

  .sm\:pt-64 {
    padding-top: 16rem !important;
  }

  .sm\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .sm\:pt-80 {
    padding-top: 20rem !important;
  }

  .sm\:pt-96 {
    padding-top: 24rem !important;
  }

  .sm\:pt-108 {
    padding-top: 26rem !important;
  }

  .sm\:pt-112 {
    padding-top: 28rem !important;
  }

  .sm\:pt-120 {
    padding-top: 30rem !important;
  }

  .sm\:pt-136 {
    padding-top: 34rem !important;
  }

  .sm\:pt-140 {
    padding-top: 42rem !important;
  }

  .sm\:pt-144 {
    padding-top: 36rem !important;
  }

  .sm\:pt-320 {
    padding-top: 80rem !important;
  }

  .sm\:pt-px {
    padding-top: 1px !important;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .sm\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .sm\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .sm\:pt-50-em {
    padding-top: 50em !important;
  }

  .sm\:pt-26-em {
    padding-top: 26em !important;
  }

  .sm\:pr-0 {
    padding-right: 0px !important;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .sm\:pr-4 {
    padding-right: 1rem !important;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .sm\:pr-8 {
    padding-right: 2rem !important;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .sm\:pr-12 {
    padding-right: 3rem !important;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .sm\:pr-16 {
    padding-right: 4rem !important;
  }

  .sm\:pr-20 {
    padding-right: 5rem !important;
  }

  .sm\:pr-24 {
    padding-right: 6rem !important;
  }

  .sm\:pr-28 {
    padding-right: 7rem !important;
  }

  .sm\:pr-32 {
    padding-right: 8rem !important;
  }

  .sm\:pr-36 {
    padding-right: 9rem !important;
  }

  .sm\:pr-40 {
    padding-right: 10rem !important;
  }

  .sm\:pr-44 {
    padding-right: 11rem !important;
  }

  .sm\:pr-48 {
    padding-right: 12rem !important;
  }

  .sm\:pr-52 {
    padding-right: 13rem !important;
  }

  .sm\:pr-56 {
    padding-right: 14rem !important;
  }

  .sm\:pr-60 {
    padding-right: 15rem !important;
  }

  .sm\:pr-64 {
    padding-right: 16rem !important;
  }

  .sm\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .sm\:pr-80 {
    padding-right: 20rem !important;
  }

  .sm\:pr-96 {
    padding-right: 24rem !important;
  }

  .sm\:pr-108 {
    padding-right: 26rem !important;
  }

  .sm\:pr-112 {
    padding-right: 28rem !important;
  }

  .sm\:pr-120 {
    padding-right: 30rem !important;
  }

  .sm\:pr-136 {
    padding-right: 34rem !important;
  }

  .sm\:pr-140 {
    padding-right: 42rem !important;
  }

  .sm\:pr-144 {
    padding-right: 36rem !important;
  }

  .sm\:pr-320 {
    padding-right: 80rem !important;
  }

  .sm\:pr-px {
    padding-right: 1px !important;
  }

  .sm\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .sm\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .sm\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .sm\:pr-50-em {
    padding-right: 50em !important;
  }

  .sm\:pr-26-em {
    padding-right: 26em !important;
  }

  .sm\:pb-0 {
    padding-bottom: 0px !important;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .sm\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .sm\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .sm\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .sm\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .sm\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .sm\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .sm\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .sm\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .sm\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .sm\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .sm\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .sm\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .sm\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .sm\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .sm\:pb-px {
    padding-bottom: 1px !important;
  }

  .sm\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .sm\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .sm\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .sm\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .sm\:pl-0 {
    padding-left: 0px !important;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .sm\:pl-4 {
    padding-left: 1rem !important;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .sm\:pl-8 {
    padding-left: 2rem !important;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .sm\:pl-12 {
    padding-left: 3rem !important;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .sm\:pl-16 {
    padding-left: 4rem !important;
  }

  .sm\:pl-20 {
    padding-left: 5rem !important;
  }

  .sm\:pl-24 {
    padding-left: 6rem !important;
  }

  .sm\:pl-28 {
    padding-left: 7rem !important;
  }

  .sm\:pl-32 {
    padding-left: 8rem !important;
  }

  .sm\:pl-36 {
    padding-left: 9rem !important;
  }

  .sm\:pl-40 {
    padding-left: 10rem !important;
  }

  .sm\:pl-44 {
    padding-left: 11rem !important;
  }

  .sm\:pl-48 {
    padding-left: 12rem !important;
  }

  .sm\:pl-52 {
    padding-left: 13rem !important;
  }

  .sm\:pl-56 {
    padding-left: 14rem !important;
  }

  .sm\:pl-60 {
    padding-left: 15rem !important;
  }

  .sm\:pl-64 {
    padding-left: 16rem !important;
  }

  .sm\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .sm\:pl-80 {
    padding-left: 20rem !important;
  }

  .sm\:pl-96 {
    padding-left: 24rem !important;
  }

  .sm\:pl-108 {
    padding-left: 26rem !important;
  }

  .sm\:pl-112 {
    padding-left: 28rem !important;
  }

  .sm\:pl-120 {
    padding-left: 30rem !important;
  }

  .sm\:pl-136 {
    padding-left: 34rem !important;
  }

  .sm\:pl-140 {
    padding-left: 42rem !important;
  }

  .sm\:pl-144 {
    padding-left: 36rem !important;
  }

  .sm\:pl-320 {
    padding-left: 80rem !important;
  }

  .sm\:pl-px {
    padding-left: 1px !important;
  }

  .sm\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .sm\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .sm\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .sm\:pl-50-em {
    padding-left: 50em !important;
  }

  .sm\:pl-26-em {
    padding-left: 26em !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-center {
    text-align: center !important;
  }

  .sm\:text-right {
    text-align: right !important;
  }

  .sm\:text-justify {
    text-align: justify !important;
  }

  .sm\:align-baseline {
    vertical-align: baseline !important;
  }

  .sm\:align-top {
    vertical-align: top !important;
  }

  .sm\:align-middle {
    vertical-align: middle !important;
  }

  .sm\:align-bottom {
    vertical-align: bottom !important;
  }

  .sm\:align-text-top {
    vertical-align: text-top !important;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .sm\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .sm\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .sm\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .sm\:font-montserrat {
    font-family: Montserrat !important;
  }

  .sm\:font-visuelt {
    font-family: visuelt !important;
  }

  .sm\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .sm\:font-gill {
    font-family: gill !important;
  }

  .sm\:font-bambino {
    font-family: bambino !important;
  }

  .sm\:font-avenir {
    font-family: avenir !important;
  }

  .sm\:font-gotham {
    font-family: gotham !important;
  }

  .sm\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .sm\:font-effra {
    font-family: effra !important;
  }

  .sm\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .sm\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .sm\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .sm\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .sm\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .sm\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .sm\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .sm\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .sm\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .sm\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .sm\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .sm\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .sm\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .sm\:text-7xl {
    font-size: 4.5rem !important;
  }

  .sm\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .sm\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .sm\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .sm\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .sm\:font-thin {
    font-weight: 100 !important;
  }

  .sm\:font-extralight {
    font-weight: 200 !important;
  }

  .sm\:font-light {
    font-weight: 300 !important;
  }

  .sm\:font-normal {
    font-weight: 400 !important;
  }

  .sm\:font-medium {
    font-weight: 500 !important;
  }

  .sm\:font-semibold {
    font-weight: 600 !important;
  }

  .sm\:font-bold {
    font-weight: 700 !important;
  }

  .sm\:font-extrabold {
    font-weight: 800 !important;
  }

  .sm\:font-black {
    font-weight: 900 !important;
  }

  .sm\:uppercase {
    text-transform: uppercase !important;
  }

  .sm\:lowercase {
    text-transform: lowercase !important;
  }

  .sm\:capitalize {
    text-transform: capitalize !important;
  }

  .sm\:normal-case {
    text-transform: none !important;
  }

  .sm\:italic {
    font-style: italic !important;
  }

  .sm\:not-italic {
    font-style: normal !important;
  }

  .sm\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .sm\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .sm\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .sm\:leading-0 {
    line-height: 0 !important;
  }

  .sm\:leading-3 {
    line-height: .75rem !important;
  }

  .sm\:leading-4 {
    line-height: 1rem !important;
  }

  .sm\:leading-5 {
    line-height: 1.25rem !important;
  }

  .sm\:leading-6 {
    line-height: 1.5rem !important;
  }

  .sm\:leading-7 {
    line-height: 1.75rem !important;
  }

  .sm\:leading-8 {
    line-height: 2rem !important;
  }

  .sm\:leading-9 {
    line-height: 2.25rem !important;
  }

  .sm\:leading-10 {
    line-height: 2.5rem !important;
  }

  .sm\:leading-none {
    line-height: 1 !important;
  }

  .sm\:leading-tight {
    line-height: 1.25 !important;
  }

  .sm\:leading-snug {
    line-height: 1.375 !important;
  }

  .sm\:leading-normal {
    line-height: 1.5 !important;
  }

  .sm\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .sm\:leading-loose {
    line-height: 2 !important;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .sm\:text-transparent {
    color: transparent !important;
  }

  .sm\:text-current {
    color: currentColor !important;
  }

  .sm\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .sm\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .sm\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .sm\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .sm\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .sm\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .sm\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .sm\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .sm\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .sm\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .sm\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .sm\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .sm\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .sm\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .sm\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .sm\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .sm\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .sm\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .sm\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .sm\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .sm\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .sm\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .sm\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .sm\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .sm\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .sm\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .sm\:underline {
    text-decoration: underline !important;
  }

  .sm\:line-through {
    text-decoration: line-through !important;
  }

  .sm\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .sm\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .sm\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .sm\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .sm\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .sm\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .sm\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .sm\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .sm\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .sm\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .sm\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .sm\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .sm\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .sm\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .sm\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .sm\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .sm\:opacity-0 {
    opacity: 0 !important;
  }

  .sm\:opacity-5 {
    opacity: 0.05 !important;
  }

  .sm\:opacity-10 {
    opacity: 0.1 !important;
  }

  .sm\:opacity-20 {
    opacity: 0.2 !important;
  }

  .sm\:opacity-25 {
    opacity: 0.25 !important;
  }

  .sm\:opacity-30 {
    opacity: 0.3 !important;
  }

  .sm\:opacity-40 {
    opacity: 0.4 !important;
  }

  .sm\:opacity-50 {
    opacity: 0.5 !important;
  }

  .sm\:opacity-60 {
    opacity: 0.6 !important;
  }

  .sm\:opacity-70 {
    opacity: 0.7 !important;
  }

  .sm\:opacity-75 {
    opacity: 0.75 !important;
  }

  .sm\:opacity-80 {
    opacity: 0.8 !important;
  }

  .sm\:opacity-90 {
    opacity: 0.9 !important;
  }

  .sm\:opacity-95 {
    opacity: 0.95 !important;
  }

  .sm\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .sm\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .sm\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .sm\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .sm\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .sm\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .sm\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .sm\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .sm\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .sm\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .sm\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .sm\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .sm\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .sm\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .sm\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .sm\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .sm\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .sm\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .sm\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .sm\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .sm\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .sm\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .sm\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .sm\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .sm\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .sm\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .sm\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .sm\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .sm\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .sm\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .sm\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .sm\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .sm\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .sm\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .sm\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .sm\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .sm\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .sm\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .sm\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .sm\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .sm\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .sm\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .sm\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .sm\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .sm\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .sm\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .sm\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .sm\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .sm\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .sm\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .sm\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .sm\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .sm\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .sm\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .sm\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .sm\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .sm\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .sm\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .sm\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .sm\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .sm\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .sm\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .sm\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .sm\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .sm\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .sm\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .sm\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .sm\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .sm\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .sm\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .sm\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .sm\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .sm\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .sm\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .sm\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .sm\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .sm\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .sm\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .sm\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .sm\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .sm\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .sm\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .sm\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .sm\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .sm\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .sm\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .sm\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .sm\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .sm\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .sm\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .sm\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .sm\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .sm\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .sm\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .sm\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .sm\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .sm\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .sm\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .sm\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .sm\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .sm\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .sm\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .sm\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .sm\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .sm\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .sm\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .sm\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .sm\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .sm\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .sm\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .sm\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .sm\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .sm\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .sm\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .sm\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .sm\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .sm\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .sm\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .sm\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .sm\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .sm\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .sm\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .sm\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .sm\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .sm\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .sm\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .sm\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .sm\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .sm\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .sm\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .sm\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .sm\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .sm\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .sm\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .sm\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .sm\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .sm\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .sm\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .sm\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .sm\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .sm\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .sm\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .sm\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .sm\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .sm\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .sm\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .sm\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .sm\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .sm\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .sm\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .sm\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .sm\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .sm\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .sm\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .sm\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .sm\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .sm\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .sm\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .sm\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .sm\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .sm\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .sm\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .sm\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .sm\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .sm\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .sm\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .sm\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .sm\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .sm\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .sm\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .sm\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .sm\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .sm\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .sm\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .sm\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .sm\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .sm\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .sm\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .sm\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .sm\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .sm\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .sm\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .sm\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .sm\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .sm\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .sm\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .sm\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .sm\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .sm\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .sm\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .sm\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .sm\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .sm\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .sm\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .sm\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .sm\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .sm\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .sm\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .sm\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .sm\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .sm\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .sm\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .sm\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .sm\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .sm\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .sm\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .sm\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .sm\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .sm\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .sm\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .sm\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .sm\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .sm\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .sm\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .sm\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .sm\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .sm\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .sm\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .sm\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .sm\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .sm\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .sm\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .sm\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .sm\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .sm\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .sm\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .sm\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .sm\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .sm\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .sm\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .sm\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .sm\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .sm\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .sm\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .sm\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .sm\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .sm\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .sm\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .sm\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .sm\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .sm\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .sm\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .sm\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .sm\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .sm\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .sm\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .sm\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .sm\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .sm\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .sm\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .sm\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .sm\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .sm\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .sm\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .sm\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .sm\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .sm\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .sm\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .sm\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .sm\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .sm\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .sm\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .sm\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .sm\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .sm\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .sm\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .sm\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .sm\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .sm\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .sm\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .sm\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .sm\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .sm\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .sm\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .sm\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .sm\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .sm\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .sm\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .sm\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .sm\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .sm\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .sm\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .sm\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .sm\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .sm\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .sm\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .sm\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .sm\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .sm\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .sm\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .sm\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .sm\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .sm\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .sm\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .sm\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .sm\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .sm\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .sm\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .sm\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .sm\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .sm\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .sm\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .sm\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .sm\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .sm\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .sm\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .sm\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .sm\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .sm\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .sm\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .sm\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .sm\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .sm\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .sm\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .sm\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .sm\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .sm\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .sm\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .sm\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .sm\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .sm\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .sm\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .sm\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .sm\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .sm\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .sm\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .sm\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .sm\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .sm\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .sm\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .sm\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .sm\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .sm\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .sm\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .sm\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .sm\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .sm\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .sm\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .sm\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .sm\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .sm\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .sm\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .sm\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .sm\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .sm\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .sm\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .sm\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .sm\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .sm\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .sm\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .sm\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .sm\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .sm\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .sm\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .sm\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .sm\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .sm\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .sm\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .sm\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .sm\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .sm\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .sm\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .sm\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .sm\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .sm\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .sm\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .sm\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .sm\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .sm\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .sm\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .sm\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .sm\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .sm\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .sm\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .sm\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .sm\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .sm\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .sm\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .sm\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .sm\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .sm\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .sm\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .sm\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .sm\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .sm\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .sm\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .sm\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .sm\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .sm\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .sm\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .sm\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .sm\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .sm\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .sm\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .sm\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .sm\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .sm\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .sm\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .sm\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .sm\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .sm\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .sm\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .sm\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .sm\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .sm\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .sm\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .sm\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .sm\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .sm\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .sm\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .sm\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .sm\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .sm\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .sm\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .sm\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .sm\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .sm\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .sm\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .sm\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .sm\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .sm\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .sm\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .sm\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .sm\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .sm\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .sm\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .sm\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .sm\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .sm\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .sm\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .sm\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .sm\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .sm\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .sm\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .sm\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .sm\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .sm\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .sm\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .sm\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .sm\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .sm\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .sm\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .sm\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .sm\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .sm\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .sm\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .sm\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .sm\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .sm\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .sm\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .sm\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .sm\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .sm\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .sm\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .sm\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .sm\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .sm\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .sm\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .sm\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .sm\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .sm\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .sm\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .sm\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .sm\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .sm\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .sm\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .sm\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .sm\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .sm\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .sm\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .sm\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .sm\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .sm\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .sm\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .sm\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .sm\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .sm\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .sm\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .sm\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .sm\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .sm\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .sm\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .sm\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .sm\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .sm\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .sm\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .sm\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .sm\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .sm\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .sm\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .sm\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .sm\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .sm\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .sm\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .sm\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .sm\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .sm\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .sm\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .sm\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .sm\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .sm\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .sm\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .sm\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .sm\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .sm\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .sm\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .sm\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .sm\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .sm\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .sm\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .sm\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .sm\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .sm\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .sm\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .sm\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .sm\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .sm\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .sm\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .sm\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .sm\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .sm\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .sm\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .sm\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .sm\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .sm\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .sm\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .sm\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .sm\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .sm\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .sm\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .sm\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .sm\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .sm\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .sm\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .sm\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .sm\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .sm\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .sm\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .sm\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .sm\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .sm\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .sm\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .sm\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .sm\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .sm\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .sm\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .sm\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .sm\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .sm\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .sm\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .sm\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .sm\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .sm\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .sm\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .sm\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .sm\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .sm\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .sm\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .sm\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .sm\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .sm\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .sm\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .sm\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .sm\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .sm\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .sm\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .sm\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .sm\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .sm\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .sm\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .sm\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .sm\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .sm\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .sm\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .sm\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .sm\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .sm\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .sm\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .sm\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .sm\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .sm\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .sm\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .sm\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .sm\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .sm\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .sm\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .sm\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .sm\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .sm\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .sm\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .sm\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .sm\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .sm\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .sm\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .sm\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .sm\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .sm\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .sm\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .sm\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .sm\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .sm\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .sm\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .sm\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .sm\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .sm\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .sm\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .sm\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .sm\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .sm\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .sm\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .sm\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .sm\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .sm\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .sm\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .sm\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .sm\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .sm\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .sm\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .sm\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .sm\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .sm\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .sm\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .sm\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .sm\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .sm\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .sm\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .sm\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .sm\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .sm\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .sm\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .sm\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .sm\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .sm\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .sm\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .sm\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .sm\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .sm\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .sm\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .sm\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .sm\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .sm\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .sm\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .sm\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .sm\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .sm\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .sm\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .sm\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .sm\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .sm\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .sm\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .sm\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .sm\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .sm\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .sm\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .sm\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .sm\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .sm\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .sm\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .sm\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .sm\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .sm\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .sm\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .sm\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .sm\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .sm\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .sm\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .sm\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .sm\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .sm\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .sm\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .sm\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .sm\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .sm\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .sm\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .sm\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .sm\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .sm\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .sm\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .sm\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .sm\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .sm\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .sm\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .sm\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .sm\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .sm\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .sm\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .sm\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .sm\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .sm\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .sm\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .sm\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .sm\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .sm\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .sm\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .sm\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .sm\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .sm\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .sm\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .sm\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .sm\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .sm\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .sm\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .sm\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .sm\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .sm\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .sm\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .sm\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .sm\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .sm\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .sm\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .sm\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .sm\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .sm\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .sm\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .sm\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .sm\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .sm\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .sm\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .sm\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .sm\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .sm\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .sm\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .sm\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .sm\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .sm\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .sm\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .sm\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .sm\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .sm\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .sm\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .sm\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .sm\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .sm\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .sm\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .sm\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .sm\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .sm\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .sm\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .sm\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .sm\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .sm\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .sm\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .sm\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .sm\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .sm\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .sm\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .sm\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .sm\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .sm\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .sm\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .sm\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .sm\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .sm\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .sm\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .sm\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .sm\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .sm\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .sm\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .sm\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .sm\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .sm\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .sm\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .sm\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .sm\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .sm\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .sm\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .sm\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .sm\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .sm\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .sm\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .sm\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .sm\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .sm\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .sm\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .sm\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .sm\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .sm\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .sm\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .sm\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .sm\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .sm\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .sm\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .sm\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .sm\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .sm\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .sm\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .sm\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .sm\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .sm\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .sm\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .sm\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .sm\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .sm\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .sm\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .sm\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .sm\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .sm\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .sm\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .sm\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .sm\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .sm\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .sm\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .sm\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .sm\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .sm\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .sm\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .sm\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .sm\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .sm\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .sm\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .sm\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .sm\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .sm\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .sm\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .sm\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .sm\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .sm\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .sm\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .sm\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .sm\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .sm\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .sm\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .sm\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .sm\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .sm\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .sm\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .sm\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .sm\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .sm\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .sm\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .sm\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .sm\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .sm\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .sm\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .sm\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .sm\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .sm\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .sm\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .sm\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .sm\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .sm\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .sm\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .sm\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .sm\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .sm\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .sm\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .sm\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .sm\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .sm\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .sm\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .sm\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .sm\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .sm\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .sm\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .sm\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .sm\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .sm\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .sm\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .sm\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .sm\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .sm\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .sm\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .sm\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .sm\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .sm\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .sm\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .sm\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .sm\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .sm\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .sm\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .sm\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .sm\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .sm\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .sm\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .sm\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .sm\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .sm\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .sm\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .sm\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .sm\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .sm\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .sm\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .sm\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .sm\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .sm\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .sm\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .sm\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .sm\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .sm\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .sm\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .sm\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .sm\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .sm\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .sm\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .sm\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .sm\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .sm\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .sm\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .sm\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .sm\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .sm\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .sm\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .sm\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .sm\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .sm\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .sm\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .sm\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .sm\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .sm\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .sm\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .sm\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .sm\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .sm\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .sm\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .sm\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .sm\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .sm\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .sm\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .sm\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .sm\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .sm\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .sm\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .sm\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .sm\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .sm\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .sm\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .sm\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .sm\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .sm\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .sm\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .sm\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .sm\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .sm\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .sm\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .sm\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .sm\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .sm\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .sm\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .sm\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .sm\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .sm\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .sm\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .sm\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .sm\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .sm\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .sm\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .sm\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .sm\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .sm\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .sm\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .sm\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .sm\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .sm\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .sm\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .sm\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .sm\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .sm\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .sm\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .sm\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .sm\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .sm\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .sm\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .sm\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .sm\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .sm\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .sm\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .sm\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .sm\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .sm\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .sm\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .sm\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .sm\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .sm\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .sm\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .sm\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .sm\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .sm\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .sm\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .sm\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .sm\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .sm\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .sm\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .sm\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .sm\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .sm\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .sm\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .sm\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .sm\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .sm\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .sm\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .sm\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .sm\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .sm\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .sm\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .sm\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .sm\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .sm\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .sm\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .sm\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .sm\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .sm\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .sm\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .sm\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .sm\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .sm\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .sm\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .sm\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .sm\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .sm\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .sm\:filter-none {
    filter: none !important;
  }

  .sm\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .sm\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .sm\:blur {
    --tw-blur: blur(8px) !important;
  }

  .sm\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .sm\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .sm\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .sm\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .sm\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .sm\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .sm\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .sm\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .sm\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .sm\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .sm\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .sm\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .sm\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .sm\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .sm\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .sm\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .sm\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .sm\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .sm\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .sm\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .sm\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .sm\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .sm\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .sm\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .sm\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .sm\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .sm\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .sm\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .sm\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .sm\:invert {
    --tw-invert: invert(100%) !important;
  }

  .sm\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .sm\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .sm\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .sm\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .sm\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .sm\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .sm\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .sm\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .sm\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .sm\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .sm\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .sm\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .sm\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .sm\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .sm\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .sm\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .sm\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .sm\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .sm\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .sm\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .sm\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .sm\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .sm\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .sm\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .sm\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .sm\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .sm\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .sm\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .sm\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .sm\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .sm\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .sm\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .sm\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .sm\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .sm\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .sm\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .sm\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .sm\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .sm\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .sm\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .sm\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .sm\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .sm\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .sm\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .sm\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .sm\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .sm\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .sm\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .sm\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .sm\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .sm\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .sm\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .sm\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .sm\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .sm\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .sm\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .sm\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .sm\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .sm\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .sm\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .sm\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .sm\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .sm\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .sm\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .sm\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .sm\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .sm\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .sm\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .sm\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .sm\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .sm\:transition-none {
    transition-property: none !important;
  }

  .sm\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .sm\:delay-75 {
    transition-delay: 75ms !important;
  }

  .sm\:delay-100 {
    transition-delay: 100ms !important;
  }

  .sm\:delay-150 {
    transition-delay: 150ms !important;
  }

  .sm\:delay-200 {
    transition-delay: 200ms !important;
  }

  .sm\:delay-300 {
    transition-delay: 300ms !important;
  }

  .sm\:delay-500 {
    transition-delay: 500ms !important;
  }

  .sm\:delay-700 {
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .sm\:duration-75 {
    transition-duration: 75ms !important;
  }

  .sm\:duration-100 {
    transition-duration: 100ms !important;
  }

  .sm\:duration-150 {
    transition-duration: 150ms !important;
  }

  .sm\:duration-200 {
    transition-duration: 200ms !important;
  }

  .sm\:duration-300 {
    transition-duration: 300ms !important;
  }

  .sm\:duration-500 {
    transition-duration: 500ms !important;
  }

  .sm\:duration-700 {
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .sm\:ease-linear {
    transition-timing-function: linear !important;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .md\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .md\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .md\:container {
      max-width: 1938px;
    }
  }

  .md\: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\: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-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    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\: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\: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\:pointer-events-none {
    pointer-events: none !important;
  }

  .md\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .md\:visible {
    visibility: visible !important;
  }

  .md\:invisible {
    visibility: hidden !important;
  }

  .md\:static {
    position: static !important;
  }

  .md\:fixed {
    position: fixed !important;
  }

  .md\:absolute {
    position: absolute !important;
  }

  .md\:relative {
    position: relative !important;
  }

  .md\:sticky {
    position: sticky !important;
  }

  .md\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .md\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .md\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .md\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .md\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .md\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .md\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .md\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .md\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .md\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .md\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .md\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .md\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .md\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .md\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .md\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .md\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .md\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .md\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .md\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .md\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .md\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .md\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .md\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .md\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .md\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .md\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .md\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .md\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .md\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .md\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .md\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .md\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .md\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .md\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .md\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .md\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .md\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .md\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .md\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .md\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .md\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .md\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .md\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .md\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .md\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .md\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .md\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .md\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .md\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .md\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .md\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .md\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .md\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .md\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .md\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .md\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .md\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .md\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .md\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .md\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .md\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .md\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .md\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .md\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .md\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .md\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .md\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .md\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .md\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .md\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .md\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .md\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .md\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .md\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .md\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .md\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .md\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .md\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .md\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .md\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .md\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .md\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .md\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .md\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .md\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .md\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .md\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .md\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .md\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .md\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .md\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .md\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .md\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .md\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .md\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .md\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .md\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .md\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .md\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .md\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .md\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .md\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .md\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .md\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .md\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .md\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .md\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .md\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .md\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .md\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .md\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .md\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .md\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .md\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .md\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .md\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .md\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .md\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .md\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .md\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .md\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .md\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .md\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .md\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .md\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .md\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .md\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .md\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .md\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .md\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .md\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .md\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .md\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .md\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .md\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .md\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .md\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .md\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .md\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .md\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .md\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .md\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .md\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .md\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .md\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .md\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .md\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .md\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .md\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .md\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .md\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .md\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .md\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .md\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .md\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .md\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .md\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .md\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .md\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .md\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .md\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .md\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .md\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .md\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .md\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .md\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .md\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .md\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .md\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .md\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .md\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .md\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .md\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .md\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .md\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .md\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .md\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .md\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .md\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .md\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .md\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .md\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .md\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .md\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .md\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .md\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .md\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .md\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .md\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .md\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .md\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .md\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .md\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .md\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .md\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .md\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .md\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .md\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .md\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .md\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .md\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .md\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .md\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .md\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .md\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .md\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .md\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .md\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .md\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .md\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .md\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .md\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .md\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .md\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .md\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .md\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .md\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .md\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .md\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .md\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .md\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .md\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .md\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .md\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .md\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .md\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .md\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .md\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .md\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .md\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .md\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .md\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .md\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .md\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .md\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .md\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .md\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .md\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .md\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .md\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .md\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .md\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .md\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .md\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .md\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .md\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .md\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .md\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .md\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .md\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .md\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .md\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .md\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .md\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .md\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .md\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .md\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .md\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .md\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .md\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .md\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .md\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .md\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .md\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .md\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .md\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .md\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .md\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .md\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .md\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .md\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .md\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .md\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .md\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .md\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .md\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .md\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .md\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .md\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .md\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .md\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .md\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .md\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .md\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .md\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .md\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .md\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .md\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .md\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .md\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .md\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .md\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .md\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .md\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .md\:top-0 {
    top: 0px !important;
  }

  .md\:top-1 {
    top: 0.25rem !important;
  }

  .md\:top-2 {
    top: 0.5rem !important;
  }

  .md\:top-3 {
    top: 0.75rem !important;
  }

  .md\:top-4 {
    top: 1rem !important;
  }

  .md\:top-5 {
    top: 1.25rem !important;
  }

  .md\:top-6 {
    top: 1.5rem !important;
  }

  .md\:top-7 {
    top: 1.75rem !important;
  }

  .md\:top-8 {
    top: 2rem !important;
  }

  .md\:top-9 {
    top: 2.25rem !important;
  }

  .md\:top-10 {
    top: 2.5rem !important;
  }

  .md\:top-11 {
    top: 2.75rem !important;
  }

  .md\:top-12 {
    top: 3rem !important;
  }

  .md\:top-14 {
    top: 3.5rem !important;
  }

  .md\:top-16 {
    top: 4rem !important;
  }

  .md\:top-17 {
    top: 4.25rem !important;
  }

  .md\:top-20 {
    top: 5rem !important;
  }

  .md\:top-24 {
    top: 6rem !important;
  }

  .md\:top-25 {
    top: 6.25rem !important;
  }

  .md\:top-28 {
    top: 7rem !important;
  }

  .md\:top-32 {
    top: 8rem !important;
  }

  .md\:top-36 {
    top: 9rem !important;
  }

  .md\:top-40 {
    top: 10rem !important;
  }

  .md\:top-44 {
    top: 11rem !important;
  }

  .md\:top-48 {
    top: 12rem !important;
  }

  .md\:top-52 {
    top: 13rem !important;
  }

  .md\:top-56 {
    top: 14rem !important;
  }

  .md\:top-60 {
    top: 15rem !important;
  }

  .md\:top-64 {
    top: 16rem !important;
  }

  .md\:top-72 {
    top: 18.5rem !important;
  }

  .md\:top-80 {
    top: 20rem !important;
  }

  .md\:top-96 {
    top: 24rem !important;
  }

  .md\:top-108 {
    top: 26rem !important;
  }

  .md\:top-112 {
    top: 28rem !important;
  }

  .md\:top-120 {
    top: 30rem !important;
  }

  .md\:top-136 {
    top: 34rem !important;
  }

  .md\:top-140 {
    top: 42rem !important;
  }

  .md\:top-144 {
    top: 36rem !important;
  }

  .md\:top-320 {
    top: 80rem !important;
  }

  .md\:top-auto {
    top: auto !important;
  }

  .md\:top-px {
    top: 1px !important;
  }

  .md\:top-0\.5 {
    top: 0.125rem !important;
  }

  .md\:top-1\.5 {
    top: 0.375rem !important;
  }

  .md\:top-2\.5 {
    top: 0.625rem !important;
  }

  .md\:top-3\.5 {
    top: 0.875rem !important;
  }

  .md\:top-50-em {
    top: 50em !important;
  }

  .md\:top-26-em {
    top: 26em !important;
  }

  .md\:-top-0 {
    top: 0px !important;
  }

  .md\:-top-1 {
    top: -0.25rem !important;
  }

  .md\:-top-2 {
    top: -0.5rem !important;
  }

  .md\:-top-3 {
    top: -0.75rem !important;
  }

  .md\:-top-4 {
    top: -1rem !important;
  }

  .md\:-top-5 {
    top: -1.25rem !important;
  }

  .md\:-top-6 {
    top: -1.5rem !important;
  }

  .md\:-top-7 {
    top: -1.75rem !important;
  }

  .md\:-top-8 {
    top: -2rem !important;
  }

  .md\:-top-9 {
    top: -2.25rem !important;
  }

  .md\:-top-10 {
    top: -2.5rem !important;
  }

  .md\:-top-11 {
    top: -2.75rem !important;
  }

  .md\:-top-12 {
    top: -3rem !important;
  }

  .md\:-top-14 {
    top: -3.5rem !important;
  }

  .md\:-top-16 {
    top: -4rem !important;
  }

  .md\:-top-20 {
    top: -5rem !important;
  }

  .md\:-top-24 {
    top: -6rem !important;
  }

  .md\:-top-28 {
    top: -7rem !important;
  }

  .md\:-top-32 {
    top: -8rem !important;
  }

  .md\:-top-36 {
    top: -9rem !important;
  }

  .md\:-top-40 {
    top: -10rem !important;
  }

  .md\:-top-44 {
    top: -11rem !important;
  }

  .md\:-top-48 {
    top: -12rem !important;
  }

  .md\:-top-52 {
    top: -13rem !important;
  }

  .md\:-top-56 {
    top: -14rem !important;
  }

  .md\:-top-60 {
    top: -15rem !important;
  }

  .md\:-top-64 {
    top: -16rem !important;
  }

  .md\:-top-72 {
    top: -18.5rem !important;
  }

  .md\:-top-80 {
    top: -20rem !important;
  }

  .md\:-top-96 {
    top: -24rem !important;
  }

  .md\:-top-108 {
    top: -26rem !important;
  }

  .md\:-top-112 {
    top: -28rem !important;
  }

  .md\:-top-120 {
    top: -30rem !important;
  }

  .md\:-top-136 {
    top: -34rem !important;
  }

  .md\:-top-140 {
    top: -42rem !important;
  }

  .md\:-top-144 {
    top: -36rem !important;
  }

  .md\:-top-320 {
    top: -80rem !important;
  }

  .md\:-top-px {
    top: -1px !important;
  }

  .md\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .md\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .md\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .md\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .md\:-top-50-em {
    top: -50em !important;
  }

  .md\:-top-26-em {
    top: -26em !important;
  }

  .md\:top-1\/2 {
    top: 50% !important;
  }

  .md\:top-1\/3 {
    top: 33.333333% !important;
  }

  .md\:top-2\/3 {
    top: 66.666667% !important;
  }

  .md\:top-1\/4 {
    top: 25% !important;
  }

  .md\:top-2\/4 {
    top: 50% !important;
  }

  .md\:top-3\/4 {
    top: 75% !important;
  }

  .md\:top-full {
    top: 100% !important;
  }

  .md\:-top-1\/2 {
    top: -50% !important;
  }

  .md\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .md\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .md\:-top-1\/4 {
    top: -25% !important;
  }

  .md\:-top-2\/4 {
    top: -50% !important;
  }

  .md\:-top-3\/4 {
    top: -75% !important;
  }

  .md\:-top-full {
    top: -100% !important;
  }

  .md\:top-10\/12 {
    top: 83.333333% !important;
  }

  .md\:top-11\/12 {
    top: 91.666667% !important;
  }

  .md\:top-\[23\%\] {
    top: 23% !important;
  }

  .md\:top-\[20\%\] {
    top: 20% !important;
  }

  .md\:top-\[45\%\] {
    top: 45% !important;
  }

  .md\:right-0 {
    right: 0px !important;
  }

  .md\:right-1 {
    right: 0.25rem !important;
  }

  .md\:right-2 {
    right: 0.5rem !important;
  }

  .md\:right-3 {
    right: 0.75rem !important;
  }

  .md\:right-4 {
    right: 1rem !important;
  }

  .md\:right-5 {
    right: 1.25rem !important;
  }

  .md\:right-6 {
    right: 1.5rem !important;
  }

  .md\:right-7 {
    right: 1.75rem !important;
  }

  .md\:right-8 {
    right: 2rem !important;
  }

  .md\:right-9 {
    right: 2.25rem !important;
  }

  .md\:right-10 {
    right: 2.5rem !important;
  }

  .md\:right-11 {
    right: 2.75rem !important;
  }

  .md\:right-12 {
    right: 3rem !important;
  }

  .md\:right-14 {
    right: 3.5rem !important;
  }

  .md\:right-16 {
    right: 4rem !important;
  }

  .md\:right-17 {
    right: 4.25rem !important;
  }

  .md\:right-20 {
    right: 5rem !important;
  }

  .md\:right-24 {
    right: 6rem !important;
  }

  .md\:right-25 {
    right: 6.25rem !important;
  }

  .md\:right-28 {
    right: 7rem !important;
  }

  .md\:right-32 {
    right: 8rem !important;
  }

  .md\:right-36 {
    right: 9rem !important;
  }

  .md\:right-40 {
    right: 10rem !important;
  }

  .md\:right-44 {
    right: 11rem !important;
  }

  .md\:right-48 {
    right: 12rem !important;
  }

  .md\:right-52 {
    right: 13rem !important;
  }

  .md\:right-56 {
    right: 14rem !important;
  }

  .md\:right-60 {
    right: 15rem !important;
  }

  .md\:right-64 {
    right: 16rem !important;
  }

  .md\:right-72 {
    right: 18.5rem !important;
  }

  .md\:right-80 {
    right: 20rem !important;
  }

  .md\:right-96 {
    right: 24rem !important;
  }

  .md\:right-108 {
    right: 26rem !important;
  }

  .md\:right-112 {
    right: 28rem !important;
  }

  .md\:right-120 {
    right: 30rem !important;
  }

  .md\:right-136 {
    right: 34rem !important;
  }

  .md\:right-140 {
    right: 42rem !important;
  }

  .md\:right-144 {
    right: 36rem !important;
  }

  .md\:right-320 {
    right: 80rem !important;
  }

  .md\:right-auto {
    right: auto !important;
  }

  .md\:right-px {
    right: 1px !important;
  }

  .md\:right-0\.5 {
    right: 0.125rem !important;
  }

  .md\:right-1\.5 {
    right: 0.375rem !important;
  }

  .md\:right-2\.5 {
    right: 0.625rem !important;
  }

  .md\:right-3\.5 {
    right: 0.875rem !important;
  }

  .md\:right-50-em {
    right: 50em !important;
  }

  .md\:right-26-em {
    right: 26em !important;
  }

  .md\:-right-0 {
    right: 0px !important;
  }

  .md\:-right-1 {
    right: -0.25rem !important;
  }

  .md\:-right-2 {
    right: -0.5rem !important;
  }

  .md\:-right-3 {
    right: -0.75rem !important;
  }

  .md\:-right-4 {
    right: -1rem !important;
  }

  .md\:-right-5 {
    right: -1.25rem !important;
  }

  .md\:-right-6 {
    right: -1.5rem !important;
  }

  .md\:-right-7 {
    right: -1.75rem !important;
  }

  .md\:-right-8 {
    right: -2rem !important;
  }

  .md\:-right-9 {
    right: -2.25rem !important;
  }

  .md\:-right-10 {
    right: -2.5rem !important;
  }

  .md\:-right-11 {
    right: -2.75rem !important;
  }

  .md\:-right-12 {
    right: -3rem !important;
  }

  .md\:-right-14 {
    right: -3.5rem !important;
  }

  .md\:-right-16 {
    right: -4rem !important;
  }

  .md\:-right-20 {
    right: -5rem !important;
  }

  .md\:-right-24 {
    right: -6rem !important;
  }

  .md\:-right-28 {
    right: -7rem !important;
  }

  .md\:-right-32 {
    right: -8rem !important;
  }

  .md\:-right-36 {
    right: -9rem !important;
  }

  .md\:-right-40 {
    right: -10rem !important;
  }

  .md\:-right-44 {
    right: -11rem !important;
  }

  .md\:-right-48 {
    right: -12rem !important;
  }

  .md\:-right-52 {
    right: -13rem !important;
  }

  .md\:-right-56 {
    right: -14rem !important;
  }

  .md\:-right-60 {
    right: -15rem !important;
  }

  .md\:-right-64 {
    right: -16rem !important;
  }

  .md\:-right-72 {
    right: -18.5rem !important;
  }

  .md\:-right-80 {
    right: -20rem !important;
  }

  .md\:-right-96 {
    right: -24rem !important;
  }

  .md\:-right-108 {
    right: -26rem !important;
  }

  .md\:-right-112 {
    right: -28rem !important;
  }

  .md\:-right-120 {
    right: -30rem !important;
  }

  .md\:-right-136 {
    right: -34rem !important;
  }

  .md\:-right-140 {
    right: -42rem !important;
  }

  .md\:-right-144 {
    right: -36rem !important;
  }

  .md\:-right-320 {
    right: -80rem !important;
  }

  .md\:-right-px {
    right: -1px !important;
  }

  .md\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .md\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .md\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .md\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .md\:-right-50-em {
    right: -50em !important;
  }

  .md\:-right-26-em {
    right: -26em !important;
  }

  .md\:right-1\/2 {
    right: 50% !important;
  }

  .md\:right-1\/3 {
    right: 33.333333% !important;
  }

  .md\:right-2\/3 {
    right: 66.666667% !important;
  }

  .md\:right-1\/4 {
    right: 25% !important;
  }

  .md\:right-2\/4 {
    right: 50% !important;
  }

  .md\:right-3\/4 {
    right: 75% !important;
  }

  .md\:right-full {
    right: 100% !important;
  }

  .md\:-right-1\/2 {
    right: -50% !important;
  }

  .md\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .md\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .md\:-right-1\/4 {
    right: -25% !important;
  }

  .md\:-right-2\/4 {
    right: -50% !important;
  }

  .md\:-right-3\/4 {
    right: -75% !important;
  }

  .md\:-right-full {
    right: -100% !important;
  }

  .md\:right-10\/12 {
    right: 83.333333% !important;
  }

  .md\:right-11\/12 {
    right: 91.666667% !important;
  }

  .md\:right-\[23\%\] {
    right: 23% !important;
  }

  .md\:right-\[20\%\] {
    right: 20% !important;
  }

  .md\:right-\[45\%\] {
    right: 45% !important;
  }

  .md\:bottom-0 {
    bottom: 0px !important;
  }

  .md\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .md\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .md\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .md\:bottom-4 {
    bottom: 1rem !important;
  }

  .md\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .md\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .md\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .md\:bottom-8 {
    bottom: 2rem !important;
  }

  .md\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .md\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .md\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .md\:bottom-12 {
    bottom: 3rem !important;
  }

  .md\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .md\:bottom-16 {
    bottom: 4rem !important;
  }

  .md\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .md\:bottom-20 {
    bottom: 5rem !important;
  }

  .md\:bottom-24 {
    bottom: 6rem !important;
  }

  .md\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .md\:bottom-28 {
    bottom: 7rem !important;
  }

  .md\:bottom-32 {
    bottom: 8rem !important;
  }

  .md\:bottom-36 {
    bottom: 9rem !important;
  }

  .md\:bottom-40 {
    bottom: 10rem !important;
  }

  .md\:bottom-44 {
    bottom: 11rem !important;
  }

  .md\:bottom-48 {
    bottom: 12rem !important;
  }

  .md\:bottom-52 {
    bottom: 13rem !important;
  }

  .md\:bottom-56 {
    bottom: 14rem !important;
  }

  .md\:bottom-60 {
    bottom: 15rem !important;
  }

  .md\:bottom-64 {
    bottom: 16rem !important;
  }

  .md\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .md\:bottom-80 {
    bottom: 20rem !important;
  }

  .md\:bottom-96 {
    bottom: 24rem !important;
  }

  .md\:bottom-108 {
    bottom: 26rem !important;
  }

  .md\:bottom-112 {
    bottom: 28rem !important;
  }

  .md\:bottom-120 {
    bottom: 30rem !important;
  }

  .md\:bottom-136 {
    bottom: 34rem !important;
  }

  .md\:bottom-140 {
    bottom: 42rem !important;
  }

  .md\:bottom-144 {
    bottom: 36rem !important;
  }

  .md\:bottom-320 {
    bottom: 80rem !important;
  }

  .md\:bottom-auto {
    bottom: auto !important;
  }

  .md\:bottom-px {
    bottom: 1px !important;
  }

  .md\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .md\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .md\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .md\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .md\:bottom-50-em {
    bottom: 50em !important;
  }

  .md\:bottom-26-em {
    bottom: 26em !important;
  }

  .md\:-bottom-0 {
    bottom: 0px !important;
  }

  .md\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .md\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .md\:-bottom-4 {
    bottom: -1rem !important;
  }

  .md\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .md\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .md\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .md\:-bottom-8 {
    bottom: -2rem !important;
  }

  .md\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .md\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .md\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .md\:-bottom-12 {
    bottom: -3rem !important;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .md\:-bottom-16 {
    bottom: -4rem !important;
  }

  .md\:-bottom-20 {
    bottom: -5rem !important;
  }

  .md\:-bottom-24 {
    bottom: -6rem !important;
  }

  .md\:-bottom-28 {
    bottom: -7rem !important;
  }

  .md\:-bottom-32 {
    bottom: -8rem !important;
  }

  .md\:-bottom-36 {
    bottom: -9rem !important;
  }

  .md\:-bottom-40 {
    bottom: -10rem !important;
  }

  .md\:-bottom-44 {
    bottom: -11rem !important;
  }

  .md\:-bottom-48 {
    bottom: -12rem !important;
  }

  .md\:-bottom-52 {
    bottom: -13rem !important;
  }

  .md\:-bottom-56 {
    bottom: -14rem !important;
  }

  .md\:-bottom-60 {
    bottom: -15rem !important;
  }

  .md\:-bottom-64 {
    bottom: -16rem !important;
  }

  .md\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .md\:-bottom-80 {
    bottom: -20rem !important;
  }

  .md\:-bottom-96 {
    bottom: -24rem !important;
  }

  .md\:-bottom-108 {
    bottom: -26rem !important;
  }

  .md\:-bottom-112 {
    bottom: -28rem !important;
  }

  .md\:-bottom-120 {
    bottom: -30rem !important;
  }

  .md\:-bottom-136 {
    bottom: -34rem !important;
  }

  .md\:-bottom-140 {
    bottom: -42rem !important;
  }

  .md\:-bottom-144 {
    bottom: -36rem !important;
  }

  .md\:-bottom-320 {
    bottom: -80rem !important;
  }

  .md\:-bottom-px {
    bottom: -1px !important;
  }

  .md\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .md\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .md\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .md\:-bottom-50-em {
    bottom: -50em !important;
  }

  .md\:-bottom-26-em {
    bottom: -26em !important;
  }

  .md\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .md\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .md\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .md\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .md\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .md\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .md\:bottom-full {
    bottom: 100% !important;
  }

  .md\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .md\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .md\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .md\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .md\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .md\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .md\:-bottom-full {
    bottom: -100% !important;
  }

  .md\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .md\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .md\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .md\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .md\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .md\:left-0 {
    left: 0px !important;
  }

  .md\:left-1 {
    left: 0.25rem !important;
  }

  .md\:left-2 {
    left: 0.5rem !important;
  }

  .md\:left-3 {
    left: 0.75rem !important;
  }

  .md\:left-4 {
    left: 1rem !important;
  }

  .md\:left-5 {
    left: 1.25rem !important;
  }

  .md\:left-6 {
    left: 1.5rem !important;
  }

  .md\:left-7 {
    left: 1.75rem !important;
  }

  .md\:left-8 {
    left: 2rem !important;
  }

  .md\:left-9 {
    left: 2.25rem !important;
  }

  .md\:left-10 {
    left: 2.5rem !important;
  }

  .md\:left-11 {
    left: 2.75rem !important;
  }

  .md\:left-12 {
    left: 3rem !important;
  }

  .md\:left-14 {
    left: 3.5rem !important;
  }

  .md\:left-16 {
    left: 4rem !important;
  }

  .md\:left-17 {
    left: 4.25rem !important;
  }

  .md\:left-20 {
    left: 5rem !important;
  }

  .md\:left-24 {
    left: 6rem !important;
  }

  .md\:left-25 {
    left: 6.25rem !important;
  }

  .md\:left-28 {
    left: 7rem !important;
  }

  .md\:left-32 {
    left: 8rem !important;
  }

  .md\:left-36 {
    left: 9rem !important;
  }

  .md\:left-40 {
    left: 10rem !important;
  }

  .md\:left-44 {
    left: 11rem !important;
  }

  .md\:left-48 {
    left: 12rem !important;
  }

  .md\:left-52 {
    left: 13rem !important;
  }

  .md\:left-56 {
    left: 14rem !important;
  }

  .md\:left-60 {
    left: 15rem !important;
  }

  .md\:left-64 {
    left: 16rem !important;
  }

  .md\:left-72 {
    left: 18.5rem !important;
  }

  .md\:left-80 {
    left: 20rem !important;
  }

  .md\:left-96 {
    left: 24rem !important;
  }

  .md\:left-108 {
    left: 26rem !important;
  }

  .md\:left-112 {
    left: 28rem !important;
  }

  .md\:left-120 {
    left: 30rem !important;
  }

  .md\:left-136 {
    left: 34rem !important;
  }

  .md\:left-140 {
    left: 42rem !important;
  }

  .md\:left-144 {
    left: 36rem !important;
  }

  .md\:left-320 {
    left: 80rem !important;
  }

  .md\:left-auto {
    left: auto !important;
  }

  .md\:left-px {
    left: 1px !important;
  }

  .md\:left-0\.5 {
    left: 0.125rem !important;
  }

  .md\:left-1\.5 {
    left: 0.375rem !important;
  }

  .md\:left-2\.5 {
    left: 0.625rem !important;
  }

  .md\:left-3\.5 {
    left: 0.875rem !important;
  }

  .md\:left-50-em {
    left: 50em !important;
  }

  .md\:left-26-em {
    left: 26em !important;
  }

  .md\:-left-0 {
    left: 0px !important;
  }

  .md\:-left-1 {
    left: -0.25rem !important;
  }

  .md\:-left-2 {
    left: -0.5rem !important;
  }

  .md\:-left-3 {
    left: -0.75rem !important;
  }

  .md\:-left-4 {
    left: -1rem !important;
  }

  .md\:-left-5 {
    left: -1.25rem !important;
  }

  .md\:-left-6 {
    left: -1.5rem !important;
  }

  .md\:-left-7 {
    left: -1.75rem !important;
  }

  .md\:-left-8 {
    left: -2rem !important;
  }

  .md\:-left-9 {
    left: -2.25rem !important;
  }

  .md\:-left-10 {
    left: -2.5rem !important;
  }

  .md\:-left-11 {
    left: -2.75rem !important;
  }

  .md\:-left-12 {
    left: -3rem !important;
  }

  .md\:-left-14 {
    left: -3.5rem !important;
  }

  .md\:-left-16 {
    left: -4rem !important;
  }

  .md\:-left-20 {
    left: -5rem !important;
  }

  .md\:-left-24 {
    left: -6rem !important;
  }

  .md\:-left-28 {
    left: -7rem !important;
  }

  .md\:-left-32 {
    left: -8rem !important;
  }

  .md\:-left-36 {
    left: -9rem !important;
  }

  .md\:-left-40 {
    left: -10rem !important;
  }

  .md\:-left-44 {
    left: -11rem !important;
  }

  .md\:-left-48 {
    left: -12rem !important;
  }

  .md\:-left-52 {
    left: -13rem !important;
  }

  .md\:-left-56 {
    left: -14rem !important;
  }

  .md\:-left-60 {
    left: -15rem !important;
  }

  .md\:-left-64 {
    left: -16rem !important;
  }

  .md\:-left-72 {
    left: -18.5rem !important;
  }

  .md\:-left-80 {
    left: -20rem !important;
  }

  .md\:-left-96 {
    left: -24rem !important;
  }

  .md\:-left-108 {
    left: -26rem !important;
  }

  .md\:-left-112 {
    left: -28rem !important;
  }

  .md\:-left-120 {
    left: -30rem !important;
  }

  .md\:-left-136 {
    left: -34rem !important;
  }

  .md\:-left-140 {
    left: -42rem !important;
  }

  .md\:-left-144 {
    left: -36rem !important;
  }

  .md\:-left-320 {
    left: -80rem !important;
  }

  .md\:-left-px {
    left: -1px !important;
  }

  .md\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .md\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .md\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .md\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .md\:-left-50-em {
    left: -50em !important;
  }

  .md\:-left-26-em {
    left: -26em !important;
  }

  .md\:left-1\/2 {
    left: 50% !important;
  }

  .md\:left-1\/3 {
    left: 33.333333% !important;
  }

  .md\:left-2\/3 {
    left: 66.666667% !important;
  }

  .md\:left-1\/4 {
    left: 25% !important;
  }

  .md\:left-2\/4 {
    left: 50% !important;
  }

  .md\:left-3\/4 {
    left: 75% !important;
  }

  .md\:left-full {
    left: 100% !important;
  }

  .md\:-left-1\/2 {
    left: -50% !important;
  }

  .md\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .md\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .md\:-left-1\/4 {
    left: -25% !important;
  }

  .md\:-left-2\/4 {
    left: -50% !important;
  }

  .md\:-left-3\/4 {
    left: -75% !important;
  }

  .md\:-left-full {
    left: -100% !important;
  }

  .md\:left-10\/12 {
    left: 83.333333% !important;
  }

  .md\:left-11\/12 {
    left: 91.666667% !important;
  }

  .md\:left-\[23\%\] {
    left: 23% !important;
  }

  .md\:left-\[20\%\] {
    left: 20% !important;
  }

  .md\:left-\[45\%\] {
    left: 45% !important;
  }

  .md\:isolate {
    isolation: isolate !important;
  }

  .md\:isolation-auto {
    isolation: auto !important;
  }

  .md\:z-0 {
    z-index: 0 !important;
  }

  .md\:z-10 {
    z-index: 10 !important;
  }

  .md\:z-20 {
    z-index: 20 !important;
  }

  .md\:z-30 {
    z-index: 30 !important;
  }

  .md\:z-40 {
    z-index: 40 !important;
  }

  .md\:z-50 {
    z-index: 50 !important;
  }

  .md\:z-auto {
    z-index: auto !important;
  }

  .md\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .md\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .md\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .md\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .md\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .md\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .md\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .md\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .md\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .md\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .md\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .md\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .md\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .md\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .md\:order-1 {
    order: 1 !important;
  }

  .md\:order-2 {
    order: 2 !important;
  }

  .md\:order-3 {
    order: 3 !important;
  }

  .md\:order-4 {
    order: 4 !important;
  }

  .md\:order-5 {
    order: 5 !important;
  }

  .md\:order-6 {
    order: 6 !important;
  }

  .md\:order-7 {
    order: 7 !important;
  }

  .md\:order-8 {
    order: 8 !important;
  }

  .md\:order-9 {
    order: 9 !important;
  }

  .md\:order-10 {
    order: 10 !important;
  }

  .md\:order-11 {
    order: 11 !important;
  }

  .md\:order-12 {
    order: 12 !important;
  }

  .md\:order-first {
    order: -9999 !important;
  }

  .md\:order-last {
    order: 9999 !important;
  }

  .md\:order-none {
    order: 0 !important;
  }

  .md\:col-auto {
    grid-column: auto !important;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .md\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .md\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .md\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .md\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .md\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .md\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .md\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .md\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .md\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .md\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .md\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .md\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .md\:col-start-auto {
    grid-column-start: auto !important;
  }

  .md\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .md\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .md\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .md\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .md\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .md\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .md\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .md\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .md\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .md\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .md\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .md\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .md\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .md\:col-end-auto {
    grid-column-end: auto !important;
  }

  .md\:row-auto {
    grid-row: auto !important;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .md\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .md\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .md\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .md\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .md\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .md\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .md\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .md\:row-start-auto {
    grid-row-start: auto !important;
  }

  .md\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .md\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .md\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .md\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .md\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .md\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .md\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .md\:row-end-auto {
    grid-row-end: auto !important;
  }

  .md\:float-right {
    float: right !important;
  }

  .md\:float-left {
    float: left !important;
  }

  .md\:float-none {
    float: none !important;
  }

  .md\:clear-left {
    clear: left !important;
  }

  .md\:clear-right {
    clear: right !important;
  }

  .md\:clear-both {
    clear: both !important;
  }

  .md\:clear-none {
    clear: none !important;
  }

  .md\:m-0 {
    margin: 0px !important;
  }

  .md\:m-1 {
    margin: 0.25rem !important;
  }

  .md\:m-2 {
    margin: 0.5rem !important;
  }

  .md\:m-3 {
    margin: 0.75rem !important;
  }

  .md\:m-4 {
    margin: 1rem !important;
  }

  .md\:m-5 {
    margin: 1.25rem !important;
  }

  .md\:m-6 {
    margin: 1.5rem !important;
  }

  .md\:m-7 {
    margin: 1.75rem !important;
  }

  .md\:m-8 {
    margin: 2rem !important;
  }

  .md\:m-9 {
    margin: 2.25rem !important;
  }

  .md\:m-10 {
    margin: 2.5rem !important;
  }

  .md\:m-11 {
    margin: 2.75rem !important;
  }

  .md\:m-12 {
    margin: 3rem !important;
  }

  .md\:m-14 {
    margin: 3.5rem !important;
  }

  .md\:m-16 {
    margin: 4rem !important;
  }

  .md\:m-20 {
    margin: 5rem !important;
  }

  .md\:m-24 {
    margin: 6rem !important;
  }

  .md\:m-28 {
    margin: 7rem !important;
  }

  .md\:m-32 {
    margin: 8rem !important;
  }

  .md\:m-36 {
    margin: 9rem !important;
  }

  .md\:m-40 {
    margin: 10rem !important;
  }

  .md\:m-44 {
    margin: 11rem !important;
  }

  .md\:m-48 {
    margin: 12rem !important;
  }

  .md\:m-52 {
    margin: 13rem !important;
  }

  .md\:m-56 {
    margin: 14rem !important;
  }

  .md\:m-60 {
    margin: 15rem !important;
  }

  .md\:m-64 {
    margin: 16rem !important;
  }

  .md\:m-72 {
    margin: 18.5rem !important;
  }

  .md\:m-80 {
    margin: 20rem !important;
  }

  .md\:m-96 {
    margin: 24rem !important;
  }

  .md\:m-108 {
    margin: 26rem !important;
  }

  .md\:m-112 {
    margin: 28rem !important;
  }

  .md\:m-120 {
    margin: 30rem !important;
  }

  .md\:m-136 {
    margin: 34rem !important;
  }

  .md\:m-140 {
    margin: 42rem !important;
  }

  .md\:m-144 {
    margin: 36rem !important;
  }

  .md\:m-320 {
    margin: 80rem !important;
  }

  .md\:m-auto {
    margin: auto !important;
  }

  .md\:m-px {
    margin: 1px !important;
  }

  .md\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .md\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .md\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .md\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .md\:m-50-em {
    margin: 50em !important;
  }

  .md\:m-26-em {
    margin: 26em !important;
  }

  .md\:-m-0 {
    margin: 0px !important;
  }

  .md\:-m-1 {
    margin: -0.25rem !important;
  }

  .md\:-m-2 {
    margin: -0.5rem !important;
  }

  .md\:-m-3 {
    margin: -0.75rem !important;
  }

  .md\:-m-4 {
    margin: -1rem !important;
  }

  .md\:-m-5 {
    margin: -1.25rem !important;
  }

  .md\:-m-6 {
    margin: -1.5rem !important;
  }

  .md\:-m-7 {
    margin: -1.75rem !important;
  }

  .md\:-m-8 {
    margin: -2rem !important;
  }

  .md\:-m-9 {
    margin: -2.25rem !important;
  }

  .md\:-m-10 {
    margin: -2.5rem !important;
  }

  .md\:-m-11 {
    margin: -2.75rem !important;
  }

  .md\:-m-12 {
    margin: -3rem !important;
  }

  .md\:-m-14 {
    margin: -3.5rem !important;
  }

  .md\:-m-16 {
    margin: -4rem !important;
  }

  .md\:-m-20 {
    margin: -5rem !important;
  }

  .md\:-m-24 {
    margin: -6rem !important;
  }

  .md\:-m-28 {
    margin: -7rem !important;
  }

  .md\:-m-32 {
    margin: -8rem !important;
  }

  .md\:-m-36 {
    margin: -9rem !important;
  }

  .md\:-m-40 {
    margin: -10rem !important;
  }

  .md\:-m-44 {
    margin: -11rem !important;
  }

  .md\:-m-48 {
    margin: -12rem !important;
  }

  .md\:-m-52 {
    margin: -13rem !important;
  }

  .md\:-m-56 {
    margin: -14rem !important;
  }

  .md\:-m-60 {
    margin: -15rem !important;
  }

  .md\:-m-64 {
    margin: -16rem !important;
  }

  .md\:-m-72 {
    margin: -18.5rem !important;
  }

  .md\:-m-80 {
    margin: -20rem !important;
  }

  .md\:-m-96 {
    margin: -24rem !important;
  }

  .md\:-m-108 {
    margin: -26rem !important;
  }

  .md\:-m-112 {
    margin: -28rem !important;
  }

  .md\:-m-120 {
    margin: -30rem !important;
  }

  .md\:-m-136 {
    margin: -34rem !important;
  }

  .md\:-m-140 {
    margin: -42rem !important;
  }

  .md\:-m-144 {
    margin: -36rem !important;
  }

  .md\:-m-320 {
    margin: -80rem !important;
  }

  .md\:-m-px {
    margin: -1px !important;
  }

  .md\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .md\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .md\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .md\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .md\:-m-50-em {
    margin: -50em !important;
  }

  .md\:-m-26-em {
    margin: -26em !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .md\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .md\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .md\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .md\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .md\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .md\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .md\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .md\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .md\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .md\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .md\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .md\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .md\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .md\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .md\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .md\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .md\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .md\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .md\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .md\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .md\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .md\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .md\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .md\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .md\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .md\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .md\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .md\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .md\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .md\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .md\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .md\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .md\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .md\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .md\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .md\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .md\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .md\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .md\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .md\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .md\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .md\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .md\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .md\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .md\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .md\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .md\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .md\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .md\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .md\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .md\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .md\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .md\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .md\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .md\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .md\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .md\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .md\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .md\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .md\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .md\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .md\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .md\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .md\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .md\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .md\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .md\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .md\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .md\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .md\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .md\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .md\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .md\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .md\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .md\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .md\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .md\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .md\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .md\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .md\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .md\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .md\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .md\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .md\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .md\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .md\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .md\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .md\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .md\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .md\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .md\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .md\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .md\:mt-0 {
    margin-top: 0px !important;
  }

  .md\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .md\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .md\:mt-4 {
    margin-top: 1rem !important;
  }

  .md\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .md\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .md\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .md\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .md\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .md\:mt-12 {
    margin-top: 3rem !important;
  }

  .md\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .md\:mt-16 {
    margin-top: 4rem !important;
  }

  .md\:mt-20 {
    margin-top: 5rem !important;
  }

  .md\:mt-24 {
    margin-top: 6rem !important;
  }

  .md\:mt-28 {
    margin-top: 7rem !important;
  }

  .md\:mt-32 {
    margin-top: 8rem !important;
  }

  .md\:mt-36 {
    margin-top: 9rem !important;
  }

  .md\:mt-40 {
    margin-top: 10rem !important;
  }

  .md\:mt-44 {
    margin-top: 11rem !important;
  }

  .md\:mt-48 {
    margin-top: 12rem !important;
  }

  .md\:mt-52 {
    margin-top: 13rem !important;
  }

  .md\:mt-56 {
    margin-top: 14rem !important;
  }

  .md\:mt-60 {
    margin-top: 15rem !important;
  }

  .md\:mt-64 {
    margin-top: 16rem !important;
  }

  .md\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .md\:mt-80 {
    margin-top: 20rem !important;
  }

  .md\:mt-96 {
    margin-top: 24rem !important;
  }

  .md\:mt-108 {
    margin-top: 26rem !important;
  }

  .md\:mt-112 {
    margin-top: 28rem !important;
  }

  .md\:mt-120 {
    margin-top: 30rem !important;
  }

  .md\:mt-136 {
    margin-top: 34rem !important;
  }

  .md\:mt-140 {
    margin-top: 42rem !important;
  }

  .md\:mt-144 {
    margin-top: 36rem !important;
  }

  .md\:mt-320 {
    margin-top: 80rem !important;
  }

  .md\:mt-auto {
    margin-top: auto !important;
  }

  .md\:mt-px {
    margin-top: 1px !important;
  }

  .md\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .md\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .md\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .md\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .md\:mt-50-em {
    margin-top: 50em !important;
  }

  .md\:mt-26-em {
    margin-top: 26em !important;
  }

  .md\:-mt-0 {
    margin-top: 0px !important;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .md\:-mt-4 {
    margin-top: -1rem !important;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .md\:-mt-8 {
    margin-top: -2rem !important;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .md\:-mt-12 {
    margin-top: -3rem !important;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .md\:-mt-16 {
    margin-top: -4rem !important;
  }

  .md\:-mt-20 {
    margin-top: -5rem !important;
  }

  .md\:-mt-24 {
    margin-top: -6rem !important;
  }

  .md\:-mt-28 {
    margin-top: -7rem !important;
  }

  .md\:-mt-32 {
    margin-top: -8rem !important;
  }

  .md\:-mt-36 {
    margin-top: -9rem !important;
  }

  .md\:-mt-40 {
    margin-top: -10rem !important;
  }

  .md\:-mt-44 {
    margin-top: -11rem !important;
  }

  .md\:-mt-48 {
    margin-top: -12rem !important;
  }

  .md\:-mt-52 {
    margin-top: -13rem !important;
  }

  .md\:-mt-56 {
    margin-top: -14rem !important;
  }

  .md\:-mt-60 {
    margin-top: -15rem !important;
  }

  .md\:-mt-64 {
    margin-top: -16rem !important;
  }

  .md\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .md\:-mt-80 {
    margin-top: -20rem !important;
  }

  .md\:-mt-96 {
    margin-top: -24rem !important;
  }

  .md\:-mt-108 {
    margin-top: -26rem !important;
  }

  .md\:-mt-112 {
    margin-top: -28rem !important;
  }

  .md\:-mt-120 {
    margin-top: -30rem !important;
  }

  .md\:-mt-136 {
    margin-top: -34rem !important;
  }

  .md\:-mt-140 {
    margin-top: -42rem !important;
  }

  .md\:-mt-144 {
    margin-top: -36rem !important;
  }

  .md\:-mt-320 {
    margin-top: -80rem !important;
  }

  .md\:-mt-px {
    margin-top: -1px !important;
  }

  .md\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .md\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .md\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .md\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .md\:-mt-50-em {
    margin-top: -50em !important;
  }

  .md\:-mt-26-em {
    margin-top: -26em !important;
  }

  .md\:mr-0 {
    margin-right: 0px !important;
  }

  .md\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .md\:mr-4 {
    margin-right: 1rem !important;
  }

  .md\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .md\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .md\:mr-8 {
    margin-right: 2rem !important;
  }

  .md\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .md\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .md\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .md\:mr-12 {
    margin-right: 3rem !important;
  }

  .md\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .md\:mr-16 {
    margin-right: 4rem !important;
  }

  .md\:mr-20 {
    margin-right: 5rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

  .md\:mr-28 {
    margin-right: 7rem !important;
  }

  .md\:mr-32 {
    margin-right: 8rem !important;
  }

  .md\:mr-36 {
    margin-right: 9rem !important;
  }

  .md\:mr-40 {
    margin-right: 10rem !important;
  }

  .md\:mr-44 {
    margin-right: 11rem !important;
  }

  .md\:mr-48 {
    margin-right: 12rem !important;
  }

  .md\:mr-52 {
    margin-right: 13rem !important;
  }

  .md\:mr-56 {
    margin-right: 14rem !important;
  }

  .md\:mr-60 {
    margin-right: 15rem !important;
  }

  .md\:mr-64 {
    margin-right: 16rem !important;
  }

  .md\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .md\:mr-80 {
    margin-right: 20rem !important;
  }

  .md\:mr-96 {
    margin-right: 24rem !important;
  }

  .md\:mr-108 {
    margin-right: 26rem !important;
  }

  .md\:mr-112 {
    margin-right: 28rem !important;
  }

  .md\:mr-120 {
    margin-right: 30rem !important;
  }

  .md\:mr-136 {
    margin-right: 34rem !important;
  }

  .md\:mr-140 {
    margin-right: 42rem !important;
  }

  .md\:mr-144 {
    margin-right: 36rem !important;
  }

  .md\:mr-320 {
    margin-right: 80rem !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mr-px {
    margin-right: 1px !important;
  }

  .md\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .md\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .md\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .md\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .md\:mr-50-em {
    margin-right: 50em !important;
  }

  .md\:mr-26-em {
    margin-right: 26em !important;
  }

  .md\:-mr-0 {
    margin-right: 0px !important;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .md\:-mr-4 {
    margin-right: -1rem !important;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .md\:-mr-8 {
    margin-right: -2rem !important;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .md\:-mr-12 {
    margin-right: -3rem !important;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .md\:-mr-16 {
    margin-right: -4rem !important;
  }

  .md\:-mr-20 {
    margin-right: -5rem !important;
  }

  .md\:-mr-24 {
    margin-right: -6rem !important;
  }

  .md\:-mr-28 {
    margin-right: -7rem !important;
  }

  .md\:-mr-32 {
    margin-right: -8rem !important;
  }

  .md\:-mr-36 {
    margin-right: -9rem !important;
  }

  .md\:-mr-40 {
    margin-right: -10rem !important;
  }

  .md\:-mr-44 {
    margin-right: -11rem !important;
  }

  .md\:-mr-48 {
    margin-right: -12rem !important;
  }

  .md\:-mr-52 {
    margin-right: -13rem !important;
  }

  .md\:-mr-56 {
    margin-right: -14rem !important;
  }

  .md\:-mr-60 {
    margin-right: -15rem !important;
  }

  .md\:-mr-64 {
    margin-right: -16rem !important;
  }

  .md\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .md\:-mr-80 {
    margin-right: -20rem !important;
  }

  .md\:-mr-96 {
    margin-right: -24rem !important;
  }

  .md\:-mr-108 {
    margin-right: -26rem !important;
  }

  .md\:-mr-112 {
    margin-right: -28rem !important;
  }

  .md\:-mr-120 {
    margin-right: -30rem !important;
  }

  .md\:-mr-136 {
    margin-right: -34rem !important;
  }

  .md\:-mr-140 {
    margin-right: -42rem !important;
  }

  .md\:-mr-144 {
    margin-right: -36rem !important;
  }

  .md\:-mr-320 {
    margin-right: -80rem !important;
  }

  .md\:-mr-px {
    margin-right: -1px !important;
  }

  .md\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .md\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .md\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .md\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .md\:-mr-50-em {
    margin-right: -50em !important;
  }

  .md\:-mr-26-em {
    margin-right: -26em !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .md\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .md\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .md\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .md\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .md\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .md\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .md\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .md\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .md\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .md\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .md\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .md\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .md\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .md\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .md\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .md\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .md\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .md\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .md\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .md\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .md\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .md\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .md\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .md\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .md\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .md\:mb-auto {
    margin-bottom: auto !important;
  }

  .md\:mb-px {
    margin-bottom: 1px !important;
  }

  .md\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .md\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .md\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .md\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .md\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .md\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .md\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .md\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .md\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .md\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .md\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .md\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .md\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .md\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .md\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .md\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .md\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .md\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .md\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .md\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .md\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .md\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .md\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .md\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .md\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .md\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .md\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .md\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .md\:-mb-px {
    margin-bottom: -1px !important;
  }

  .md\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .md\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .md\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .md\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .md\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .md\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .md\:ml-0 {
    margin-left: 0px !important;
  }

  .md\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .md\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .md\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .md\:ml-4 {
    margin-left: 1rem !important;
  }

  .md\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .md\:ml-8 {
    margin-left: 2rem !important;
  }

  .md\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .md\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .md\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .md\:ml-12 {
    margin-left: 3rem !important;
  }

  .md\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .md\:ml-16 {
    margin-left: 4rem !important;
  }

  .md\:ml-20 {
    margin-left: 5rem !important;
  }

  .md\:ml-24 {
    margin-left: 6rem !important;
  }

  .md\:ml-28 {
    margin-left: 7rem !important;
  }

  .md\:ml-32 {
    margin-left: 8rem !important;
  }

  .md\:ml-36 {
    margin-left: 9rem !important;
  }

  .md\:ml-40 {
    margin-left: 10rem !important;
  }

  .md\:ml-44 {
    margin-left: 11rem !important;
  }

  .md\:ml-48 {
    margin-left: 12rem !important;
  }

  .md\:ml-52 {
    margin-left: 13rem !important;
  }

  .md\:ml-56 {
    margin-left: 14rem !important;
  }

  .md\:ml-60 {
    margin-left: 15rem !important;
  }

  .md\:ml-64 {
    margin-left: 16rem !important;
  }

  .md\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .md\:ml-80 {
    margin-left: 20rem !important;
  }

  .md\:ml-96 {
    margin-left: 24rem !important;
  }

  .md\:ml-108 {
    margin-left: 26rem !important;
  }

  .md\:ml-112 {
    margin-left: 28rem !important;
  }

  .md\:ml-120 {
    margin-left: 30rem !important;
  }

  .md\:ml-136 {
    margin-left: 34rem !important;
  }

  .md\:ml-140 {
    margin-left: 42rem !important;
  }

  .md\:ml-144 {
    margin-left: 36rem !important;
  }

  .md\:ml-320 {
    margin-left: 80rem !important;
  }

  .md\:ml-auto {
    margin-left: auto !important;
  }

  .md\:ml-px {
    margin-left: 1px !important;
  }

  .md\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .md\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .md\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .md\:ml-50-em {
    margin-left: 50em !important;
  }

  .md\:ml-26-em {
    margin-left: 26em !important;
  }

  .md\:-ml-0 {
    margin-left: 0px !important;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .md\:-ml-4 {
    margin-left: -1rem !important;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem !important;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .md\:-ml-12 {
    margin-left: -3rem !important;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .md\:-ml-16 {
    margin-left: -4rem !important;
  }

  .md\:-ml-20 {
    margin-left: -5rem !important;
  }

  .md\:-ml-24 {
    margin-left: -6rem !important;
  }

  .md\:-ml-28 {
    margin-left: -7rem !important;
  }

  .md\:-ml-32 {
    margin-left: -8rem !important;
  }

  .md\:-ml-36 {
    margin-left: -9rem !important;
  }

  .md\:-ml-40 {
    margin-left: -10rem !important;
  }

  .md\:-ml-44 {
    margin-left: -11rem !important;
  }

  .md\:-ml-48 {
    margin-left: -12rem !important;
  }

  .md\:-ml-52 {
    margin-left: -13rem !important;
  }

  .md\:-ml-56 {
    margin-left: -14rem !important;
  }

  .md\:-ml-60 {
    margin-left: -15rem !important;
  }

  .md\:-ml-64 {
    margin-left: -16rem !important;
  }

  .md\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .md\:-ml-80 {
    margin-left: -20rem !important;
  }

  .md\:-ml-96 {
    margin-left: -24rem !important;
  }

  .md\:-ml-108 {
    margin-left: -26rem !important;
  }

  .md\:-ml-112 {
    margin-left: -28rem !important;
  }

  .md\:-ml-120 {
    margin-left: -30rem !important;
  }

  .md\:-ml-136 {
    margin-left: -34rem !important;
  }

  .md\:-ml-140 {
    margin-left: -42rem !important;
  }

  .md\:-ml-144 {
    margin-left: -36rem !important;
  }

  .md\:-ml-320 {
    margin-left: -80rem !important;
  }

  .md\:-ml-px {
    margin-left: -1px !important;
  }

  .md\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .md\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .md\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .md\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .md\:-ml-50-em {
    margin-left: -50em !important;
  }

  .md\:-ml-26-em {
    margin-left: -26em !important;
  }

  .md\:box-border {
    box-sizing: border-box !important;
  }

  .md\:box-content {
    box-sizing: content-box !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:inline-block {
    display: inline-block !important;
  }

  .md\:inline {
    display: inline !important;
  }

  .md\:flex {
    display: flex !important;
  }

  .md\:inline-flex {
    display: inline-flex !important;
  }

  .md\:table {
    display: table !important;
  }

  .md\:inline-table {
    display: inline-table !important;
  }

  .md\:table-caption {
    display: table-caption !important;
  }

  .md\:table-cell {
    display: table-cell !important;
  }

  .md\:table-column {
    display: table-column !important;
  }

  .md\:table-column-group {
    display: table-column-group !important;
  }

  .md\:table-footer-group {
    display: table-footer-group !important;
  }

  .md\:table-header-group {
    display: table-header-group !important;
  }

  .md\:table-row-group {
    display: table-row-group !important;
  }

  .md\:table-row {
    display: table-row !important;
  }

  .md\:flow-root {
    display: flow-root !important;
  }

  .md\:grid {
    display: grid !important;
  }

  .md\:inline-grid {
    display: inline-grid !important;
  }

  .md\:contents {
    display: contents !important;
  }

  .md\:list-item {
    display: list-item !important;
  }

  .md\:hidden {
    display: none !important;
  }

  .md\:h-0 {
    height: 0px !important;
  }

  .md\:h-1 {
    height: 0.25rem !important;
  }

  .md\:h-2 {
    height: 0.5rem !important;
  }

  .md\:h-3 {
    height: 0.75rem !important;
  }

  .md\:h-4 {
    height: 1rem !important;
  }

  .md\:h-5 {
    height: 1.25rem !important;
  }

  .md\:h-6 {
    height: 1.5rem !important;
  }

  .md\:h-7 {
    height: 1.75rem !important;
  }

  .md\:h-8 {
    height: 2rem !important;
  }

  .md\:h-9 {
    height: 2.25rem !important;
  }

  .md\:h-10 {
    height: 2.5rem !important;
  }

  .md\:h-11 {
    height: 2.75rem !important;
  }

  .md\:h-12 {
    height: 3rem !important;
  }

  .md\:h-14 {
    height: 3.5rem !important;
  }

  .md\:h-16 {
    height: 4rem !important;
  }

  .md\:h-20 {
    height: 5rem !important;
  }

  .md\:h-24 {
    height: 6rem !important;
  }

  .md\:h-28 {
    height: 7rem !important;
  }

  .md\:h-32 {
    height: 8rem !important;
  }

  .md\:h-36 {
    height: 9rem !important;
  }

  .md\:h-40 {
    height: 10rem !important;
  }

  .md\:h-44 {
    height: 11rem !important;
  }

  .md\:h-48 {
    height: 12rem !important;
  }

  .md\:h-52 {
    height: 13rem !important;
  }

  .md\:h-56 {
    height: 14rem !important;
  }

  .md\:h-60 {
    height: 15rem !important;
  }

  .md\:h-64 {
    height: 16rem !important;
  }

  .md\:h-72 {
    height: 18.5rem !important;
  }

  .md\:h-80 {
    height: 20rem !important;
  }

  .md\:h-88 {
    height: 22rem !important;
  }

  .md\:h-89 {
    height: 26rem !important;
  }

  .md\:h-90 {
    height: 30rem !important;
  }

  .md\:h-96 {
    height: 24rem !important;
  }

  .md\:h-108 {
    height: 26rem !important;
  }

  .md\:h-112 {
    height: 28rem !important;
  }

  .md\:h-120 {
    height: 30rem !important;
  }

  .md\:h-128 {
    height: 32rem !important;
  }

  .md\:h-136 {
    height: 34rem !important;
  }

  .md\:h-140 {
    height: 42rem !important;
  }

  .md\:h-144 {
    height: 36rem !important;
  }

  .md\:h-288 {
    height: 40rem !important;
  }

  .md\:h-320 {
    height: 80rem !important;
  }

  .md\:h-768 {
    height: 45rem !important;
  }

  .md\:h-800 {
    height: 50rem !important;
  }

  .md\:h-856 {
    height: 65rem !important;
  }

  .md\:h-auto {
    height: auto !important;
  }

  .md\:h-px {
    height: 1px !important;
  }

  .md\:h-0\.5 {
    height: 0.125rem !important;
  }

  .md\:h-1\.5 {
    height: 0.375rem !important;
  }

  .md\:h-2\.5 {
    height: 0.625rem !important;
  }

  .md\:h-3\.5 {
    height: 0.875rem !important;
  }

  .md\:h-50-em {
    height: 50em !important;
  }

  .md\:h-26-em {
    height: 26em !important;
  }

  .md\:h-1\/2 {
    height: 50% !important;
  }

  .md\:h-1\/3 {
    height: 33.333333% !important;
  }

  .md\:h-2\/3 {
    height: 66.666667% !important;
  }

  .md\:h-1\/4 {
    height: 25% !important;
  }

  .md\:h-2\/4 {
    height: 50% !important;
  }

  .md\:h-3\/4 {
    height: 75% !important;
  }

  .md\:h-1\/5 {
    height: 20% !important;
  }

  .md\:h-2\/5 {
    height: 40% !important;
  }

  .md\:h-3\/5 {
    height: 60% !important;
  }

  .md\:h-4\/5 {
    height: 80% !important;
  }

  .md\:h-1\/6 {
    height: 16.666667% !important;
  }

  .md\:h-2\/6 {
    height: 33.333333% !important;
  }

  .md\:h-3\/6 {
    height: 50% !important;
  }

  .md\:h-4\/6 {
    height: 66.666667% !important;
  }

  .md\:h-5\/6 {
    height: 83.333333% !important;
  }

  .md\:h-full {
    height: 100% !important;
  }

  .md\:h-screen {
    height: 100vh !important;
  }

  .md\:h-\[300px\] {
    height: 300px !important;
  }

  .md\:h-\[130px\] {
    height: 130px !important;
  }

  .md\:max-h-0 {
    max-height: 0px !important;
  }

  .md\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .md\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .md\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .md\:max-h-4 {
    max-height: 1rem !important;
  }

  .md\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .md\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .md\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .md\:max-h-8 {
    max-height: 2rem !important;
  }

  .md\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .md\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .md\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .md\:max-h-12 {
    max-height: 3rem !important;
  }

  .md\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .md\:max-h-16 {
    max-height: 4rem !important;
  }

  .md\:max-h-20 {
    max-height: 5rem !important;
  }

  .md\:max-h-24 {
    max-height: 6rem !important;
  }

  .md\:max-h-28 {
    max-height: 7rem !important;
  }

  .md\:max-h-32 {
    max-height: 8rem !important;
  }

  .md\:max-h-36 {
    max-height: 9rem !important;
  }

  .md\:max-h-40 {
    max-height: 10rem !important;
  }

  .md\:max-h-44 {
    max-height: 11rem !important;
  }

  .md\:max-h-48 {
    max-height: 12rem !important;
  }

  .md\:max-h-52 {
    max-height: 13rem !important;
  }

  .md\:max-h-56 {
    max-height: 14rem !important;
  }

  .md\:max-h-60 {
    max-height: 15rem !important;
  }

  .md\:max-h-64 {
    max-height: 16rem !important;
  }

  .md\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .md\:max-h-80 {
    max-height: 20rem !important;
  }

  .md\:max-h-96 {
    max-height: 24rem !important;
  }

  .md\:max-h-108 {
    max-height: 26rem !important;
  }

  .md\:max-h-112 {
    max-height: 28rem !important;
  }

  .md\:max-h-120 {
    max-height: 30rem !important;
  }

  .md\:max-h-136 {
    max-height: 34rem !important;
  }

  .md\:max-h-140 {
    max-height: 42rem !important;
  }

  .md\:max-h-144 {
    max-height: 36rem !important;
  }

  .md\:max-h-320 {
    max-height: 80rem !important;
  }

  .md\:max-h-768 {
    max-height: 45rem !important;
  }

  .md\:max-h-px {
    max-height: 1px !important;
  }

  .md\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .md\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .md\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .md\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .md\:max-h-50-em {
    max-height: 50em !important;
  }

  .md\:max-h-26-em {
    max-height: 26em !important;
  }

  .md\:max-h-full {
    max-height: 100% !important;
  }

  .md\:max-h-screen {
    max-height: 100vh !important;
  }

  .md\:max-h-8xl {
    max-height: 88rem !important;
  }

  .md\:max-h-9xl {
    max-height: 95rem !important;
  }

  .md\:max-h-sxl {
    max-height: 90% !important;
  }

  .md\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .md\:min-h-0 {
    min-height: 0px !important;
  }

  .md\:min-h-32 {
    min-height: 8rem !important;
  }

  .md\:min-h-40 {
    min-height: 10rem !important;
  }

  .md\:min-h-44 {
    min-height: 11rem !important;
  }

  .md\:min-h-48 {
    min-height: 12rem !important;
  }

  .md\:min-h-768 {
    min-height: 45rem !important;
  }

  .md\:min-h-full {
    min-height: 100% !important;
  }

  .md\:min-h-screen {
    min-height: 100vh !important;
  }

  .md\:w-0 {
    width: 0px !important;
  }

  .md\:w-1 {
    width: 0.25rem !important;
  }

  .md\:w-2 {
    width: 0.5rem !important;
  }

  .md\:w-3 {
    width: 0.75rem !important;
  }

  .md\:w-4 {
    width: 1rem !important;
  }

  .md\:w-5 {
    width: 1.25rem !important;
  }

  .md\:w-6 {
    width: 1.5rem !important;
  }

  .md\:w-7 {
    width: 1.75rem !important;
  }

  .md\:w-8 {
    width: 2rem !important;
  }

  .md\:w-9 {
    width: 2.25rem !important;
  }

  .md\:w-10 {
    width: 2.5rem !important;
  }

  .md\:w-11 {
    width: 2.75rem !important;
  }

  .md\:w-12 {
    width: 3rem !important;
  }

  .md\:w-14 {
    width: 3.5rem !important;
  }

  .md\:w-16 {
    width: 4rem !important;
  }

  .md\:w-20 {
    width: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem !important;
  }

  .md\:w-28 {
    width: 7rem !important;
  }

  .md\:w-32 {
    width: 8rem !important;
  }

  .md\:w-36 {
    width: 9rem !important;
  }

  .md\:w-40 {
    width: 10rem !important;
  }

  .md\:w-44 {
    width: 11rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-52 {
    width: 13rem !important;
  }

  .md\:w-56 {
    width: 14rem !important;
  }

  .md\:w-60 {
    width: 15rem !important;
  }

  .md\:w-64 {
    width: 16rem !important;
  }

  .md\:w-72 {
    width: 18.5rem !important;
  }

  .md\:w-80 {
    width: 20rem !important;
  }

  .md\:w-96 {
    width: 24rem !important;
  }

  .md\:w-100 {
    width: 25rem !important;
  }

  .md\:w-108 {
    width: 26rem !important;
  }

  .md\:w-112 {
    width: 28rem !important;
  }

  .md\:w-120 {
    width: 30rem !important;
  }

  .md\:w-128 {
    width: 32rem !important;
  }

  .md\:w-132 {
    width: 33rem !important;
  }

  .md\:w-136 {
    width: 34rem !important;
  }

  .md\:w-140 {
    width: 35rem !important;
  }

  .md\:w-144 {
    width: 36rem !important;
  }

  .md\:w-160 {
    width: 40rem !important;
  }

  .md\:w-180 {
    width: 45rem !important;
  }

  .md\:w-190 {
    width: 47rem !important;
  }

  .md\:w-195 {
    width: 50rem !important;
  }

  .md\:w-200 {
    width: 75rem !important;
  }

  .md\:w-320 {
    width: 80rem !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-px {
    width: 1px !important;
  }

  .md\:w-0\.5 {
    width: 0.125rem !important;
  }

  .md\:w-1\.5 {
    width: 0.375rem !important;
  }

  .md\:w-2\.5 {
    width: 0.625rem !important;
  }

  .md\:w-3\.5 {
    width: 0.875rem !important;
  }

  .md\:w-50-em {
    width: 50em !important;
  }

  .md\:w-26-em {
    width: 26em !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-1\/3 {
    width: 33.333333% !important;
  }

  .md\:w-2\/3 {
    width: 66.666667% !important;
  }

  .md\:w-1\/4 {
    width: 25% !important;
  }

  .md\:w-2\/4 {
    width: 50% !important;
  }

  .md\:w-3\/4 {
    width: 75% !important;
  }

  .md\:w-1\/5 {
    width: 20% !important;
  }

  .md\:w-2\/5 {
    width: 40% !important;
  }

  .md\:w-3\/5 {
    width: 60% !important;
  }

  .md\:w-4\/5 {
    width: 80% !important;
  }

  .md\:w-1\/6 {
    width: 16.666667% !important;
  }

  .md\:w-2\/6 {
    width: 33.333333% !important;
  }

  .md\:w-3\/6 {
    width: 50% !important;
  }

  .md\:w-4\/6 {
    width: 66.666667% !important;
  }

  .md\:w-5\/6 {
    width: 83.333333% !important;
  }

  .md\:w-1\/12 {
    width: 8.333333% !important;
  }

  .md\:w-2\/12 {
    width: 16.666667% !important;
  }

  .md\:w-3\/12 {
    width: 25% !important;
  }

  .md\:w-4\/12 {
    width: 33.333333% !important;
  }

  .md\:w-5\/12 {
    width: 41.666667% !important;
  }

  .md\:w-6\/12 {
    width: 50% !important;
  }

  .md\:w-7\/12 {
    width: 58.333333% !important;
  }

  .md\:w-8\/12 {
    width: 66.666667% !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-10\/12 {
    width: 83.333333% !important;
  }

  .md\:w-11\/12 {
    width: 91.666667% !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:w-screen {
    width: 100vw !important;
  }

  .md\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .md\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .md\:w-\[350px\] {
    width: 350px !important;
  }

  .md\:w-\[127px\] {
    width: 127px !important;
  }

  .md\:w-\[300px\] {
    width: 300px !important;
  }

  .md\:w-\[600px\] {
    width: 600px !important;
  }

  .md\:w-\[140px\] {
    width: 140px !important;
  }

  .md\:w-\[170px\] {
    width: 170px !important;
  }

  .md\:w-\[150px\] {
    width: 150px !important;
  }

  .md\:w-\[130px\] {
    width: 130px !important;
  }

  .md\:min-w-0 {
    min-width: 0px !important;
  }

  .md\:min-w-full {
    min-width: 100% !important;
  }

  .md\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .md\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .md\:max-w-0 {
    max-width: 0rem !important;
  }

  .md\:max-w-none {
    max-width: none !important;
  }

  .md\:max-w-xs {
    max-width: 20rem !important;
  }

  .md\:max-w-sm {
    max-width: 24rem !important;
  }

  .md\:max-w-md {
    max-width: 28rem !important;
  }

  .md\:max-w-lg {
    max-width: 32rem !important;
  }

  .md\:max-w-xl {
    max-width: 36rem !important;
  }

  .md\:max-w-2xl {
    max-width: 42rem !important;
  }

  .md\:max-w-3xl {
    max-width: 48rem !important;
  }

  .md\:max-w-4xl {
    max-width: 56rem !important;
  }

  .md\:max-w-5xl {
    max-width: 64rem !important;
  }

  .md\:max-w-6xl {
    max-width: 72rem !important;
  }

  .md\:max-w-7xl {
    max-width: 80rem !important;
  }

  .md\:max-w-full {
    max-width: 100% !important;
  }

  .md\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .md\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .md\:max-w-prose {
    max-width: 65ch !important;
  }

  .md\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .md\:max-w-screen-md {
    max-width: 768px !important;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .md\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .md\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .md\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .md\:max-w-8xl {
    max-width: 88rem !important;
  }

  .md\:max-w-9xl {
    max-width: 95rem !important;
  }

  .md\:max-w-sxl {
    max-width: 90% !important;
  }

  .md\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .md\:flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:flex-auto {
    flex: 1 1 auto !important;
  }

  .md\:flex-initial {
    flex: 0 1 auto !important;
  }

  .md\:flex-none {
    flex: none !important;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .md\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .md\:flex-grow {
    flex-grow: 1 !important;
  }

  .md\:table-auto {
    table-layout: auto !important;
  }

  .md\:table-fixed {
    table-layout: fixed !important;
  }

  .md\:border-collapse {
    border-collapse: collapse !important;
  }

  .md\:border-separate {
    border-collapse: separate !important;
  }

  .md\:origin-center {
    transform-origin: center !important;
  }

  .md\:origin-top {
    transform-origin: top !important;
  }

  .md\:origin-top-right {
    transform-origin: top right !important;
  }

  .md\:origin-right {
    transform-origin: right !important;
  }

  .md\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom {
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .md\:origin-left {
    transform-origin: left !important;
  }

  .md\:origin-top-left {
    transform-origin: top left !important;
  }

  .md\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .md\:transform-none {
    transform: none !important;
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .md\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .md\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .md\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .md\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .md\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .md\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .md\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .md\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .md\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .md\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .md\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .md\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .md\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .md\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .md\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .md\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .md\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .md\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .md\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .md\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .md\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .md\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .md\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .md\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .md\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .md\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .md\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .md\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .md\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .md\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .md\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .md\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .md\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .md\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .md\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .md\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .md\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .md\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .md\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .md\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .md\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .md\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .md\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .md\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .md\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .md\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .md\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .md\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .md\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .md\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .md\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .md\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .md\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .md\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .md\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .md\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .md\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .md\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .md\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .md\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .md\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .md\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .md\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .md\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .md\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .md\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .md\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .md\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .md\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .md\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .md\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .md\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .md\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .md\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .md\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .md\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .md\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .md\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .md\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .md\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .md\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .md\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .md\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .md\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .md\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .md\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .md\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .md\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .md\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .md\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .md\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .md\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .md\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .md\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .md\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .md\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .md\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .md\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .md\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .md\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .md\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .md\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .md\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .md\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .md\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .md\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .md\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .md\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .md\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .md\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .md\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .md\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .md\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .md\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .md\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .md\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .md\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .md\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .md\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .md\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .md\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .md\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .md\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .md\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .md\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .md\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .md\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .md\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .md\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .md\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .md\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .md\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .md\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .md\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .md\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .md\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .md\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .md\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .md\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .md\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .md\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .md\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .md\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .md\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .md\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .md\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .md\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .md\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .md\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .md\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .md\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .md\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .md\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .md\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .md\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .md\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .md\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .md\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .md\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .md\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .md\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .md\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .md\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .md\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .md\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .md\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .md\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .md\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .md\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .md\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .md\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .md\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .md\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .md\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .md\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .md\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .md\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .md\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .md\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .md\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .md\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .md\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .md\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .md\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .md\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .md\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .md\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .md\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .md\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .md\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .md\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .md\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .md\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .md\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .md\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .md\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .md\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .md\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .md\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .md\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .md\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .md\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .md\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .md\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .md\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .md\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .md\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .md\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .md\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .md\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .md\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .md\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .md\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .md\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .md\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .md\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .md\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .md\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .md\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .md\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .md\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .md\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .md\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .md\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .md\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .md\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .md\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .md\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .md\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .md\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .md\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .md\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .md\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .md\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .md\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .md\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .md\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .md\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .md\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .md\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .md\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .md\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .md\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .md\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .md\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .md\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .md\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .md\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .md\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .md\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .md\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .md\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .md\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .md\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .md\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .md\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .md\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .md\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .md\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .md\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .md\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .md\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .md\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .md\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .md\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .md\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .md\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .md\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .md\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .md\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .md\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .md\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .md\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .md\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .md\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .md\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .md\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .md\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .md\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .md\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .md\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .md\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .md\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .md\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .md\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .md\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .md\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .md\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .md\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .md\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .md\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .md\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .md\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .md\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .md\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .md\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .md\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .md\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .md\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .md\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .md\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .md\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .md\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .md\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .md\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .md\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .md\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .md\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .md\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .md\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .md\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .md\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .md\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .md\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .md\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .md\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .md\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .md\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .md\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .md\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .md\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .md\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .md\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .md\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .md\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .md\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .md\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .md\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .md\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .md\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .md\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .md\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .md\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .md\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .md\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .md\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .md\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .md\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .md\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .md\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .md\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .md\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .md\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .md\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .md\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .md\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .md\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .md\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .md\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .md\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .md\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .md\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .md\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .md\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .md\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .md\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .md\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .md\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .md\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .md\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .md\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .md\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .md\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .md\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .md\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .md\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .md\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .md\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .md\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .md\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .md\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .md\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .md\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .md\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .md\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .md\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .md\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .md\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .md\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .md\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .md\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .md\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .md\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .md\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .md\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .md\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .md\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .md\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .md\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .md\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .md\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .md\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .md\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .md\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .md\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .md\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .md\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .md\:animate-none {
    animation: none !important;
  }

  .md\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .md\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:cursor-auto {
    cursor: auto !important;
  }

  .md\:cursor-default {
    cursor: default !important;
  }

  .md\:cursor-pointer {
    cursor: pointer !important;
  }

  .md\:cursor-wait {
    cursor: wait !important;
  }

  .md\:cursor-text {
    cursor: text !important;
  }

  .md\:cursor-move {
    cursor: move !important;
  }

  .md\:cursor-help {
    cursor: help !important;
  }

  .md\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .md\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:resize-none {
    resize: none !important;
  }

  .md\:resize-y {
    resize: vertical !important;
  }

  .md\:resize-x {
    resize: horizontal !important;
  }

  .md\:resize {
    resize: both !important;
  }

  .md\:list-inside {
    list-style-position: inside !important;
  }

  .md\:list-outside {
    list-style-position: outside !important;
  }

  .md\:list-none {
    list-style-type: none !important;
  }

  .md\:list-disc {
    list-style-type: disc !important;
  }

  .md\:list-decimal {
    list-style-type: decimal !important;
  }

  .md\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .md\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .md\:flex-col {
    flex-direction: column !important;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .md\:place-content-center {
    place-content: center !important;
  }

  .md\:place-content-start {
    place-content: start !important;
  }

  .md\:place-content-end {
    place-content: end !important;
  }

  .md\:place-content-between {
    place-content: space-between !important;
  }

  .md\:place-content-around {
    place-content: space-around !important;
  }

  .md\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .md\:place-content-stretch {
    place-content: stretch !important;
  }

  .md\:place-items-start {
    place-items: start !important;
  }

  .md\:place-items-end {
    place-items: end !important;
  }

  .md\:place-items-center {
    place-items: center !important;
  }

  .md\:place-items-stretch {
    place-items: stretch !important;
  }

  .md\:content-center {
    align-content: center !important;
  }

  .md\:content-start {
    align-content: flex-start !important;
  }

  .md\:content-end {
    align-content: flex-end !important;
  }

  .md\:content-between {
    align-content: space-between !important;
  }

  .md\:content-around {
    align-content: space-around !important;
  }

  .md\:content-evenly {
    align-content: space-evenly !important;
  }

  .md\:items-start {
    align-items: flex-start !important;
  }

  .md\:items-end {
    align-items: flex-end !important;
  }

  .md\:items-center {
    align-items: center !important;
  }

  .md\:items-baseline {
    align-items: baseline !important;
  }

  .md\:items-stretch {
    align-items: stretch !important;
  }

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:justify-end {
    justify-content: flex-end !important;
  }

  .md\:justify-center {
    justify-content: center !important;
  }

  .md\:justify-between {
    justify-content: space-between !important;
  }

  .md\:justify-around {
    justify-content: space-around !important;
  }

  .md\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .md\:justify-items-start {
    justify-items: start !important;
  }

  .md\:justify-items-end {
    justify-items: end !important;
  }

  .md\:justify-items-center {
    justify-items: center !important;
  }

  .md\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .md\:gap-0 {
    gap: 0px !important;
  }

  .md\:gap-1 {
    gap: 0.25rem !important;
  }

  .md\:gap-2 {
    gap: 0.5rem !important;
  }

  .md\:gap-3 {
    gap: 0.75rem !important;
  }

  .md\:gap-4 {
    gap: 1rem !important;
  }

  .md\:gap-5 {
    gap: 1.25rem !important;
  }

  .md\:gap-6 {
    gap: 1.5rem !important;
  }

  .md\:gap-7 {
    gap: 1.75rem !important;
  }

  .md\:gap-8 {
    gap: 2rem !important;
  }

  .md\:gap-9 {
    gap: 2.25rem !important;
  }

  .md\:gap-10 {
    gap: 2.5rem !important;
  }

  .md\:gap-11 {
    gap: 2.75rem !important;
  }

  .md\:gap-12 {
    gap: 3rem !important;
  }

  .md\:gap-14 {
    gap: 3.5rem !important;
  }

  .md\:gap-16 {
    gap: 4rem !important;
  }

  .md\:gap-20 {
    gap: 5rem !important;
  }

  .md\:gap-24 {
    gap: 6rem !important;
  }

  .md\:gap-28 {
    gap: 7rem !important;
  }

  .md\:gap-32 {
    gap: 8rem !important;
  }

  .md\:gap-36 {
    gap: 9rem !important;
  }

  .md\:gap-40 {
    gap: 10rem !important;
  }

  .md\:gap-44 {
    gap: 11rem !important;
  }

  .md\:gap-48 {
    gap: 12rem !important;
  }

  .md\:gap-52 {
    gap: 13rem !important;
  }

  .md\:gap-56 {
    gap: 14rem !important;
  }

  .md\:gap-60 {
    gap: 15rem !important;
  }

  .md\:gap-64 {
    gap: 16rem !important;
  }

  .md\:gap-72 {
    gap: 18.5rem !important;
  }

  .md\:gap-80 {
    gap: 20rem !important;
  }

  .md\:gap-96 {
    gap: 24rem !important;
  }

  .md\:gap-108 {
    gap: 26rem !important;
  }

  .md\:gap-112 {
    gap: 28rem !important;
  }

  .md\:gap-120 {
    gap: 30rem !important;
  }

  .md\:gap-136 {
    gap: 34rem !important;
  }

  .md\:gap-140 {
    gap: 42rem !important;
  }

  .md\:gap-144 {
    gap: 36rem !important;
  }

  .md\:gap-320 {
    gap: 80rem !important;
  }

  .md\:gap-px {
    gap: 1px !important;
  }

  .md\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .md\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .md\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .md\:gap-50-em {
    gap: 50em !important;
  }

  .md\:gap-26-em {
    gap: 26em !important;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .md\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .md\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .md\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .md\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .md\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .md\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .md\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .md\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .md\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .md\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .md\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .md\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .md\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .md\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .md\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .md\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .md\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .md\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .md\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .md\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .md\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .md\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .md\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .md\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .md\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .md\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .md\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .md\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .md\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .md\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .md\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .md\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .md\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .md\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .md\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .md\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .md\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .md\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .md\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .md\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .md\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .md\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .md\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .md\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .md\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .md\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .md\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .md\:gap-y-px {
    row-gap: 1px !important;
  }

  .md\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .md\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .md\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .md\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .md\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .md\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .md\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .md\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .md\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .md\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .md\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .md\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .md\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .md\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .md\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .md\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .md\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .md\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .md\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .md\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .md\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .md\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .md\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .md\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .md\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .md\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .md\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .md\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .md\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .md\:place-self-auto {
    place-self: auto !important;
  }

  .md\:place-self-start {
    place-self: start !important;
  }

  .md\:place-self-end {
    place-self: end !important;
  }

  .md\:place-self-center {
    place-self: center !important;
  }

  .md\:place-self-stretch {
    place-self: stretch !important;
  }

  .md\:self-auto {
    align-self: auto !important;
  }

  .md\:self-start {
    align-self: flex-start !important;
  }

  .md\:self-end {
    align-self: flex-end !important;
  }

  .md\:self-center {
    align-self: center !important;
  }

  .md\:self-stretch {
    align-self: stretch !important;
  }

  .md\:self-baseline {
    align-self: baseline !important;
  }

  .md\:justify-self-auto {
    justify-self: auto !important;
  }

  .md\:justify-self-start {
    justify-self: start !important;
  }

  .md\:justify-self-end {
    justify-self: end !important;
  }

  .md\:justify-self-center {
    justify-self: center !important;
  }

  .md\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .md\:overflow-auto {
    overflow: auto !important;
  }

  .md\:overflow-hidden {
    overflow: hidden !important;
  }

  .md\:overflow-visible {
    overflow: visible !important;
  }

  .md\:overflow-scroll {
    overflow: scroll !important;
  }

  .md\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .md\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .md\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .md\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .md\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .md\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .md\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .md\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .md\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .md\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .md\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .md\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .md\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .md\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .md\:overflow-clip {
    text-overflow: clip !important;
  }

  .md\:whitespace-normal {
    white-space: normal !important;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .md\:whitespace-pre {
    white-space: pre !important;
  }

  .md\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .md\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .md\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words {
    overflow-wrap: break-word !important;
  }

  .md\:break-all {
    word-break: break-all !important;
  }

  .md\:rounded-none {
    border-radius: 0px !important;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .md\:rounded {
    border-radius: 0.25rem !important;
  }

  .md\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .md\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .md\:rounded-full {
    border-radius: 9999px !important;
  }

  .md\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .md\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .md\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .md\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .md\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .md\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .md\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .md\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .md\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .md\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .md\:border-0 {
    border-width: 0px !important;
  }

  .md\:border-2 {
    border-width: 2px !important;
  }

  .md\:border-4 {
    border-width: 4px !important;
  }

  .md\:border-8 {
    border-width: 8px !important;
  }

  .md\:border-12 {
    border-width: 12px !important;
  }

  .md\:border-18 {
    border-width: 18px !important;
  }

  .md\:border {
    border-width: 1px !important;
  }

  .md\:border-t-0 {
    border-top-width: 0px !important;
  }

  .md\:border-t-2 {
    border-top-width: 2px !important;
  }

  .md\:border-t-4 {
    border-top-width: 4px !important;
  }

  .md\:border-t-8 {
    border-top-width: 8px !important;
  }

  .md\:border-t-12 {
    border-top-width: 12px !important;
  }

  .md\:border-t-18 {
    border-top-width: 18px !important;
  }

  .md\:border-t {
    border-top-width: 1px !important;
  }

  .md\:border-r-0 {
    border-right-width: 0px !important;
  }

  .md\:border-r-2 {
    border-right-width: 2px !important;
  }

  .md\:border-r-4 {
    border-right-width: 4px !important;
  }

  .md\:border-r-8 {
    border-right-width: 8px !important;
  }

  .md\:border-r-12 {
    border-right-width: 12px !important;
  }

  .md\:border-r-18 {
    border-right-width: 18px !important;
  }

  .md\:border-r {
    border-right-width: 1px !important;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .md\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .md\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .md\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .md\:border-b {
    border-bottom-width: 1px !important;
  }

  .md\:border-l-0 {
    border-left-width: 0px !important;
  }

  .md\:border-l-2 {
    border-left-width: 2px !important;
  }

  .md\:border-l-4 {
    border-left-width: 4px !important;
  }

  .md\:border-l-8 {
    border-left-width: 8px !important;
  }

  .md\:border-l-12 {
    border-left-width: 12px !important;
  }

  .md\:border-l-18 {
    border-left-width: 18px !important;
  }

  .md\:border-l {
    border-left-width: 1px !important;
  }

  .md\:border-solid {
    border-style: solid !important;
  }

  .md\:border-dashed {
    border-style: dashed !important;
  }

  .md\:border-dotted {
    border-style: dotted !important;
  }

  .md\:border-double {
    border-style: double !important;
  }

  .md\:border-none {
    border-style: none !important;
  }

  .md\:border-transparent {
    border-color: transparent !important;
  }

  .md\:border-current {
    border-color: currentColor !important;
  }

  .md\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .md\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .md\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .md\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .md\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .md\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .md\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .md\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .md\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .md\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .md\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .md\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .md\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .md\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .md\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .md\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .md\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .md\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .md\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .md\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .md\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .md\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .md\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .md\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .md\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .md\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .md\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .md\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .md\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .md\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .md\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .md\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .md\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .md\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .md\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .md\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .md\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .md\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .md\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .md\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .md\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .md\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .md\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .md\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .md\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .md\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .md\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .md\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .md\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .md\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .md\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .md\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .md\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .md\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .md\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .md\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .md\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .md\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .md\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .md\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .md\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .md\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .md\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .md\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .md\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .md\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .md\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .md\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .md\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .md\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .md\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .md\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .md\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .md\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .md\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .md\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .md\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .md\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .md\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .md\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .md\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .md\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .md\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .md\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .md\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .md\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .md\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .md\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .md\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .md\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .md\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .md\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .md\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .md\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .md\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .md\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .md\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .md\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .md\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .md\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .md\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .md\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .md\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .md\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .md\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .md\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .md\:bg-transparent {
    background-color: transparent !important;
  }

  .md\:bg-current {
    background-color: currentColor !important;
  }

  .md\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .md\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .md\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .md\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .md\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .md\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .md\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .md\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .md\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .md\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .md\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .md\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .md\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .md\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .md\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .md\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .md\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .md\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .md\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .md\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .md\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .md\:bg-none {
    background-image: none !important;
  }

  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .md\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .md\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .md\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .md\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .md\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .md\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .md\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .md\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .md\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .md\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .md\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .md\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .md\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .md\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .md\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .md\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .md\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .md\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .md\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .md\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .md\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .md\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .md\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .md\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .md\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .md\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .md\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .md\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .md\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .md\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .md\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .md\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .md\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .md\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .md\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .md\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .md\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .md\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .md\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .md\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .md\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .md\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .md\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .md\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .md\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .md\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .md\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .md\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .md\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .md\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .md\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .md\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .md\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .md\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .md\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .md\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .md\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .md\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .md\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .md\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .md\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .md\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .md\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .md\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .md\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .md\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .md\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .md\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .md\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .md\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .md\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .md\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .md\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .md\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .md\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .md\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .md\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .md\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .md\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .md\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .md\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .md\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .md\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .md\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .md\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .md\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .md\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .md\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .md\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .md\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .md\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .md\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .md\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .md\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .md\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .md\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .md\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .md\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .md\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .md\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .md\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .md\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .md\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .md\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .md\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .md\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .md\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .md\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .md\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .md\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .md\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .md\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .md\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .md\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .md\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .md\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .md\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .md\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .md\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .md\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .md\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .md\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .md\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .md\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .md\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .md\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .md\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .md\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .md\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .md\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .md\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .md\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .md\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .md\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .md\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .md\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .md\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .md\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .md\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .md\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .md\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .md\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .md\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .md\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .md\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .md\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .md\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .md\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .md\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .md\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .md\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .md\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .md\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .md\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .md\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .md\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .md\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .md\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .md\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .md\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .md\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .md\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .md\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .md\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .md\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .md\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .md\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .md\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .md\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .md\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .md\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .md\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .md\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .md\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .md\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .md\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .md\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .md\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .md\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .md\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .md\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .md\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .md\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .md\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .md\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .md\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .md\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .md\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .md\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .md\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .md\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .md\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .md\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .md\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .md\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .md\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .md\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .md\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .md\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .md\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .md\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .md\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .md\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .md\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .md\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .md\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .md\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .md\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .md\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .md\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .md\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .md\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .md\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .md\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .md\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .md\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .md\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .md\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .md\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .md\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .md\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .md\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .md\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .md\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .md\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .md\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .md\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .md\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .md\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .md\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .md\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .md\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .md\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .md\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .md\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .md\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .md\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .md\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .md\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .md\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .md\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .md\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .md\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .md\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .md\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .md\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .md\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .md\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .md\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .md\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .md\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .md\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .md\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .md\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .md\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .md\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .md\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .md\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .md\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .md\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .md\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .md\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .md\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .md\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .md\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .md\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .md\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .md\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .md\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .md\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .md\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .md\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .md\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .md\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .md\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .md\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .md\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .md\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .md\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .md\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .md\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .md\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .md\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .md\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .md\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .md\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .md\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .md\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .md\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .md\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .md\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .md\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .md\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .md\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .md\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .md\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .md\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .md\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .md\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .md\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .md\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .md\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .md\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .md\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .md\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .md\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .md\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .md\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .md\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .md\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .md\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .md\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .md\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .md\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .md\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .md\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .md\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .md\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .md\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .md\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .md\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .md\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .md\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .md\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .md\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .md\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .md\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .md\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .md\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .md\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .md\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .md\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .md\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .md\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .md\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .md\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .md\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .md\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .md\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .md\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .md\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .md\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .md\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .md\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .md\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .md\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .md\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .md\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .md\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .md\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .md\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .md\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .md\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .md\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .md\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .md\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .md\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .md\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .md\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .md\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .md\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .md\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .md\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .md\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .md\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .md\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .md\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .md\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .md\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .md\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .md\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .md\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .md\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .md\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .md\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .md\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .md\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .md\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .md\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .md\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .md\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .md\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .md\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .md\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .md\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .md\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .md\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .md\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .md\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .md\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .md\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .md\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .md\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .md\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .md\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .md\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .md\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .md\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .md\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .md\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .md\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .md\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .md\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .md\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .md\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .md\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .md\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .md\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .md\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .md\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .md\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .md\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .md\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .md\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .md\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .md\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .md\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .md\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .md\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .md\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .md\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .md\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .md\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .md\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .md\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .md\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .md\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .md\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .md\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .md\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .md\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .md\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .md\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .md\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .md\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .md\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .md\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .md\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .md\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .md\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .md\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .md\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .md\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .md\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .md\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .md\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .md\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .md\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .md\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .md\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .md\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .md\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .md\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .md\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .md\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .md\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .md\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .md\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .md\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .md\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .md\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .md\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .md\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .md\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .md\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .md\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .md\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .md\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .md\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .md\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .md\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .md\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .md\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .md\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .md\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .md\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .md\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .md\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .md\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .md\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .md\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .md\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .md\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .md\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .md\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .md\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .md\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .md\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .md\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .md\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .md\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .md\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .md\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .md\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .md\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .md\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .md\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .md\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .md\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .md\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .md\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .md\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .md\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .md\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .md\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .md\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .md\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .md\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .md\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .md\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .md\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .md\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .md\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .md\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .md\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .md\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .md\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .md\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .md\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .md\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .md\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .md\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .md\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .md\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .md\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .md\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .md\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .md\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .md\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .md\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .md\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .md\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .md\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .md\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .md\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .md\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .md\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .md\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .md\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .md\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .md\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .md\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .md\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .md\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .md\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .md\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .md\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .md\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .md\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .md\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .md\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .md\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .md\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .md\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .md\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .md\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .md\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .md\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .md\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .md\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .md\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .md\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .md\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .md\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .md\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .md\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .md\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .md\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .md\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .md\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .md\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .md\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .md\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .md\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .md\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .md\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .md\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .md\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .md\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .md\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .md\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .md\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .md\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .md\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .md\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .md\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .md\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .md\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .md\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .md\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .md\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .md\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .md\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .md\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .md\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .md\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .md\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .md\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .md\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .md\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .md\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .md\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .md\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .md\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .md\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .md\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .md\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .md\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .md\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .md\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .md\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .md\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .md\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .md\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .md\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .md\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .md\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .md\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .md\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .md\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .md\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .md\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .md\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .md\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .md\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .md\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .md\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .md\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .md\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .md\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .md\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .md\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .md\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .md\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .md\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .md\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .md\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .md\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .md\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .md\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .md\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .md\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .md\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .md\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .md\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .md\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .md\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .md\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .md\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .md\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .md\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .md\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .md\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .md\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .md\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .md\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .md\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .md\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .md\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .md\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .md\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .md\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .md\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .md\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .md\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .md\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .md\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .md\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .md\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .md\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .md\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .md\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .md\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .md\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .md\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .md\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .md\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .md\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .md\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .md\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .md\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .md\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .md\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .md\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .md\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .md\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .md\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .md\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .md\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .md\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .md\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .md\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .md\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .md\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .md\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .md\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .md\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .md\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .md\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .md\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .md\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .md\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .md\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .md\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .md\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .md\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .md\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .md\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .md\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .md\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .md\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .md\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .md\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .md\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .md\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .md\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .md\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .md\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .md\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .md\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .md\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .md\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .md\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .md\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .md\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .md\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .md\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .md\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .md\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .md\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .md\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .md\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .md\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .md\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .md\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .md\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .md\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .md\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .md\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .md\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .md\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .md\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .md\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .md\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .md\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .md\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .md\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .md\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .md\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .md\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .md\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .md\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .md\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .md\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .md\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .md\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .md\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .md\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .md\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .md\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .md\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .md\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .md\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .md\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .md\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .md\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .md\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .md\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .md\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .md\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .md\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .md\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .md\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .md\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .md\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .md\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .md\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .md\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .md\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .md\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .md\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .md\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .md\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .md\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .md\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .md\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .md\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .md\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .md\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .md\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .md\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .md\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .md\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .md\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .md\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .md\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .md\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .md\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .md\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .md\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .md\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .md\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .md\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .md\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .md\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .md\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .md\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .md\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .md\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .md\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .md\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .md\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .md\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .md\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .md\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .md\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .md\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .md\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .md\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .md\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .md\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .md\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .md\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .md\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .md\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .md\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .md\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .md\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .md\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .md\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .md\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .md\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .md\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .md\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .md\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .md\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .md\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .md\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .md\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .md\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .md\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .md\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .md\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .md\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .md\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .md\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .md\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .md\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .md\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .md\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .md\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .md\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .md\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .md\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .md\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .md\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .md\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .md\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .md\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .md\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .md\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .md\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .md\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .md\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .md\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .md\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .md\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .md\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .md\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .md\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .md\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .md\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .md\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .md\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .md\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .md\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .md\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .md\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .md\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .md\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .md\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .md\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .md\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .md\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .md\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .md\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .md\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .md\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .md\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .md\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .md\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .md\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .md\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .md\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .md\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .md\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .md\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .md\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .md\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .md\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .md\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .md\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .md\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .md\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .md\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .md\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .md\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .md\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .md\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .md\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .md\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .md\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .md\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .md\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .md\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .md\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .md\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .md\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .md\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .md\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .md\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .md\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .md\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .md\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .md\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .md\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .md\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .md\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .md\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .md\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .md\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .md\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .md\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .md\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .md\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .md\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .md\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .md\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .md\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .md\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .md\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .md\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .md\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .md\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .md\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .md\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .md\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .md\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .md\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .md\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .md\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .md\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .md\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .md\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .md\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .md\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .md\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .md\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .md\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .md\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .md\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .md\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .md\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .md\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .md\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .md\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .md\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .md\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .md\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .md\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .md\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .md\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .md\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .md\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .md\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .md\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .md\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .md\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .md\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .md\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .md\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .md\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .md\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .md\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .md\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .md\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .md\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .md\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .md\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .md\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .md\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .md\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .md\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .md\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .md\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .md\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .md\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .md\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .md\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .md\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .md\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .md\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .md\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .md\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .md\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .md\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .md\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .md\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .md\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .md\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .md\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .md\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .md\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .md\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .md\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .md\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .md\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .md\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .md\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .md\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .md\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .md\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .md\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .md\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .md\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .md\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .md\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .md\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .md\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .md\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .md\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .md\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .md\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .md\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .md\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .md\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .md\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .md\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .md\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .md\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .md\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .md\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .md\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .md\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .md\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .md\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .md\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .md\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .md\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .md\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .md\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .md\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .md\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .md\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .md\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .md\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .md\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .md\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .md\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .md\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .md\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .md\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .md\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .md\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .md\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .md\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .md\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .md\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .md\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .md\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .md\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .md\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .md\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .md\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .md\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .md\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .md\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .md\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .md\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .md\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .md\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .md\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .md\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .md\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .md\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .md\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .md\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .md\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .md\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .md\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .md\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .md\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .md\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .md\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .md\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .md\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .md\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .md\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .md\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .md\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .md\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .md\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .md\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .md\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .md\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .md\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .md\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .md\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .md\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .md\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .md\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .md\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .md\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .md\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .md\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .md\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .md\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .md\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .md\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .md\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .md\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .md\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .md\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .md\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .md\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .md\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .md\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .md\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .md\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .md\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .md\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .md\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .md\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .md\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .md\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .md\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .md\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .md\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .md\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .md\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .md\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .md\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .md\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .md\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .md\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .md\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .md\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .md\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .md\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .md\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .md\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .md\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .md\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .md\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .md\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .md\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .md\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .md\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .md\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .md\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .md\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .md\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .md\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .md\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .md\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .md\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .md\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .md\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .md\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .md\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .md\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .md\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .md\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .md\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .md\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .md\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .md\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .md\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .md\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .md\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .md\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .md\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .md\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .md\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .md\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .md\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .md\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .md\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .md\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .md\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .md\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .md\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .md\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .md\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .md\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .md\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .md\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .md\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .md\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .md\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .md\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .md\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .md\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .md\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .md\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .md\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .md\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .md\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .md\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .md\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .md\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .md\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .md\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .md\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .md\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .md\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .md\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .md\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .md\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .md\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .md\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .md\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .md\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .md\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .md\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .md\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .md\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .md\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .md\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .md\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .md\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .md\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .md\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .md\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .md\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .md\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .md\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .md\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .md\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .md\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .md\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .md\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .md\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .md\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .md\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .md\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .md\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .md\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .md\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .md\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .md\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .md\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .md\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .md\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .md\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .md\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .md\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .md\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .md\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .md\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .md\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .md\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .md\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .md\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .md\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .md\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .md\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .md\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .md\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .md\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .md\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .md\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .md\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .md\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .md\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .md\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .md\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .md\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .md\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .md\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .md\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .md\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .md\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .md\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .md\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .md\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .md\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .md\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .md\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .md\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .md\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .md\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .md\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .md\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .md\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .md\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .md\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .md\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .md\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .md\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .md\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .md\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .md\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .md\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .md\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .md\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .md\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .md\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .md\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .md\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .md\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .md\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .md\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .md\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .md\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .md\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .md\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .md\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .md\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .md\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .md\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .md\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .md\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .md\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .md\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .md\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .md\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .md\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .md\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .md\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .md\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .md\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .md\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .md\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .md\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .md\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .md\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .md\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .md\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .md\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .md\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .md\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .md\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .md\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .md\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .md\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .md\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .md\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .md\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .md\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .md\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .md\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .md\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .md\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .md\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .md\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .md\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .md\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .md\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .md\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .md\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .md\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .md\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .md\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .md\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .md\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .md\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .md\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .md\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .md\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .md\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .md\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .md\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .md\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .md\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .md\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .md\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .md\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .md\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .md\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .md\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .md\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .md\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .md\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .md\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .md\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .md\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .md\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .md\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .md\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .md\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .md\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .md\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .md\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .md\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .md\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .md\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .md\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .md\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .md\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .md\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .md\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .md\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .md\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .md\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .md\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .md\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .md\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .md\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .md\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .md\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .md\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .md\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .md\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .md\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .md\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .md\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .md\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .md\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .md\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .md\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .md\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .md\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .md\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .md\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .md\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .md\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .md\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .md\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .md\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .md\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .md\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .md\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .md\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .md\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .md\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .md\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .md\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .md\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .md\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .md\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .md\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .md\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .md\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .md\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .md\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .md\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .md\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .md\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .md\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .md\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .md\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .md\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .md\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .md\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .md\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .md\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .md\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .md\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .md\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .md\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .md\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .md\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .md\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .md\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .md\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .md\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .md\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .md\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .md\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .md\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .md\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .md\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .md\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .md\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .md\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .md\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .md\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .md\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .md\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .md\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .md\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .md\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .md\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .md\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .md\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .md\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .md\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .md\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .md\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .md\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .md\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .md\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .md\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .md\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .md\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .md\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .md\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .md\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .md\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .md\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .md\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .md\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .md\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .md\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .md\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .md\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .md\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .md\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .md\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .md\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .md\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .md\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .md\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .md\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .md\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .md\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .md\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .md\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .md\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .md\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .md\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .md\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .md\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .md\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .md\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .md\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .md\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .md\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .md\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .md\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .md\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .md\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .md\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .md\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .md\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .md\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .md\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .md\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .md\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .md\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .md\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .md\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .md\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .md\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .md\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .md\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .md\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .md\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .md\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .md\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .md\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .md\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .md\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .md\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .md\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .md\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .md\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .md\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .md\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .md\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .md\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .md\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .md\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .md\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .md\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .md\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .md\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .md\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .md\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .md\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .md\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .md\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .md\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .md\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .md\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .md\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .md\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .md\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .md\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .md\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .md\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .md\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .md\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .md\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .md\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .md\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .md\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .md\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .md\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .md\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .md\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .md\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .md\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .md\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .md\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .md\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .md\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .md\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .md\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .md\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .md\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .md\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .md\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .md\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .md\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .md\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .md\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .md\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .md\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .md\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .md\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .md\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .md\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .md\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .md\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .md\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .md\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .md\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .md\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .md\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .md\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .md\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .md\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .md\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .md\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .md\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .md\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .md\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .md\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .md\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .md\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .md\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .md\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .md\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .md\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .md\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .md\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .md\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .md\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .md\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .md\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .md\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .md\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .md\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .md\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .md\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .md\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .md\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .md\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .md\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .md\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .md\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .md\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .md\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .md\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .md\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .md\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .md\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .md\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .md\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .md\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .md\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .md\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .md\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .md\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .md\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .md\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .md\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .md\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .md\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .md\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .md\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .md\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .md\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .md\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .md\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .md\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .md\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .md\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .md\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .md\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .md\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .md\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .md\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .md\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .md\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .md\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .md\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .md\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .md\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .md\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .md\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .md\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .md\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .md\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .md\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .md\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .md\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .md\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .md\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .md\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .md\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .md\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .md\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .md\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .md\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .md\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .md\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .md\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .md\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .md\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .md\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .md\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .md\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .md\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .md\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .md\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .md\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .md\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .md\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .md\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .md\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .md\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .md\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .md\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .md\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .md\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .md\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .md\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .md\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .md\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .md\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .md\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .md\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .md\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .md\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .md\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .md\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .md\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .md\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .md\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .md\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .md\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .md\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .md\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .md\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .md\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .md\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .md\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .md\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .md\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .md\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .md\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .md\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .md\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .md\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .md\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .md\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .md\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .md\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .md\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .md\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .md\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .md\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .md\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .md\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .md\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .md\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .md\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .md\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .md\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .md\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .md\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .md\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .md\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .md\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .md\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .md\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .md\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .md\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .md\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .md\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .md\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .md\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .md\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .md\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .md\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .md\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .md\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .md\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .md\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .md\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .md\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .md\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .md\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .md\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .md\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .md\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .md\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .md\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .md\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .md\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .md\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .md\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .md\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .md\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .md\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .md\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .md\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .md\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .md\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .md\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .md\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .md\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .md\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .md\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .md\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .md\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .md\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .md\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .md\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .md\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .md\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .md\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .md\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .md\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .md\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .md\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .md\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .md\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .md\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .md\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .md\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .md\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .md\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .md\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .md\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .md\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .md\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .md\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .md\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .md\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .md\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .md\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .md\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .md\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .md\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .md\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .md\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .md\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .md\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .md\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .md\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .md\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .md\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .md\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .md\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .md\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .md\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .md\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .md\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .md\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .md\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .md\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .md\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .md\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .md\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .md\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .md\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .md\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .md\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .md\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .md\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .md\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .md\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .md\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .md\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .md\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .md\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .md\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .md\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .md\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .md\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .md\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .md\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .md\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .md\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .md\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .md\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .md\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .md\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .md\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .md\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .md\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .md\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .md\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .md\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .md\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .md\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .md\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .md\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .md\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .md\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .md\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .md\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .md\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .md\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .md\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .md\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .md\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .md\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .md\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .md\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .md\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .md\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .md\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .md\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .md\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .md\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .md\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .md\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .md\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .md\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .md\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .md\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .md\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .md\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .md\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .md\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .md\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .md\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .md\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .md\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .md\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .md\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .md\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .md\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .md\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .md\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .md\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .md\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .md\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .md\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .md\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .md\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .md\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .md\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .md\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .md\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .md\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .md\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .md\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .md\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .md\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .md\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .md\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .md\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .md\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .md\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .md\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .md\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .md\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .md\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .md\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .md\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .md\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .md\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .md\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .md\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .md\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .md\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .md\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .md\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .md\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .md\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .md\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .md\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .md\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .md\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .md\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .md\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .md\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .md\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .md\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .md\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .md\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .md\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .md\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .md\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .md\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .md\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .md\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .md\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .md\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .md\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .md\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .md\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .md\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .md\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .md\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .md\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .md\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .md\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .md\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .md\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .md\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .md\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .md\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .md\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .md\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .md\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .md\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .md\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .md\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .md\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .md\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .md\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .md\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .md\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .md\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .md\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .md\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .md\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .md\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .md\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .md\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .md\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .md\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .md\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .md\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .md\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .md\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .md\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .md\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .md\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .md\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .md\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .md\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .md\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .md\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .md\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .md\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .md\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .md\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .md\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .md\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .md\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .md\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .md\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .md\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .md\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .md\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .md\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .md\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .md\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .md\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .md\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .md\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .md\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .md\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .md\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .md\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .md\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .md\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .md\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .md\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .md\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .md\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .md\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .md\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .md\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .md\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .md\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .md\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .md\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .md\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .md\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .md\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .md\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .md\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .md\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .md\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .md\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .md\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .md\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .md\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .md\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .md\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .md\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .md\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .md\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .md\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .md\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .md\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .md\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .md\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .md\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .md\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .md\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .md\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .md\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .md\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .md\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .md\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .md\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .md\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .md\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .md\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .md\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .md\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .md\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .md\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .md\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .md\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .md\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .md\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .md\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .md\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .md\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .md\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .md\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .md\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .md\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .md\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .md\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .md\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .md\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .md\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .md\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .md\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .md\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .md\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .md\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .md\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .md\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .md\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .md\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .md\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .md\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .md\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .md\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .md\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .md\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .md\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .md\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .md\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .md\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .md\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .md\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .md\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .md\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .md\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .md\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .md\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .md\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .md\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .md\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .md\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .md\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .md\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .md\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .md\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .md\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .md\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .md\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .md\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .md\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .md\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .md\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .md\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .md\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .md\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .md\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .md\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .md\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .md\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .md\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .md\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .md\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .md\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .md\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .md\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .md\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .md\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .md\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .md\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .md\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .md\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .md\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .md\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .md\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .md\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .md\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .md\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .md\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .md\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .md\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .md\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .md\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .md\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .md\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .md\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .md\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .md\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .md\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .md\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .md\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .md\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .md\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .md\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .md\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .md\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .md\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .md\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .md\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .md\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .md\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .md\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .md\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .md\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .md\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .md\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .md\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .md\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .md\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .md\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .md\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .md\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .md\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .md\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .md\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .md\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .md\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .md\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .md\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .md\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .md\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .md\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .md\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .md\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .md\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .md\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .md\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .md\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .md\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .md\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .md\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .md\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .md\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .md\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .md\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .md\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .md\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .md\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .md\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .md\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .md\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .md\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .md\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .md\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .md\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .md\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .md\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .md\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .md\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .md\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .md\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .md\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .md\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .md\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .md\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .md\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .md\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .md\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .md\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .md\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .md\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .md\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .md\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .md\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .md\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .md\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .md\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .md\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .md\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .md\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .md\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .md\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .md\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .md\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .md\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .md\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .md\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .md\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .md\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .md\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .md\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .md\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .md\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .md\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .md\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .md\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .md\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .md\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .md\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .md\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .md\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .md\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .md\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .md\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .md\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .md\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .md\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .md\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .md\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .md\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .md\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .md\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .md\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .md\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .md\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .md\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .md\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .md\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .md\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .md\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .md\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .md\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .md\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .md\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .md\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .md\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .md\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .md\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .md\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .md\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .md\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .md\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .md\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .md\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .md\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .md\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .md\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .md\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .md\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .md\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .md\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .md\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .md\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .md\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .md\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .md\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .md\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .md\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .md\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .md\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .md\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .md\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .md\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .md\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .md\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .md\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .md\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .md\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .md\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .md\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .md\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .md\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .md\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .md\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .md\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .md\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .md\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .md\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .md\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .md\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .md\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .md\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .md\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .md\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .md\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .md\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .md\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .md\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .md\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .md\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .md\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .md\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .md\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .md\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .md\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .md\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .md\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .md\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .md\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .md\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .md\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .md\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .md\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .md\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .md\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .md\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .md\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .md\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .md\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .md\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .md\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .md\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .md\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .md\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .md\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .md\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .md\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .md\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .md\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .md\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .md\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .md\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .md\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .md\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .md\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .md\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .md\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .md\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .md\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .md\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .md\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .md\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .md\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .md\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .md\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .md\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .md\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .md\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .md\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .md\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .md\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .md\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .md\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .md\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .md\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .md\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .md\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .md\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .md\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .md\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .md\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .md\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .md\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .md\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .md\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .md\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .md\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .md\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .md\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .md\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .md\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .md\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .md\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .md\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .md\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .md\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .md\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .md\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .md\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .md\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .md\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .md\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .md\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .md\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .md\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .md\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .md\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .md\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .md\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .md\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .md\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .md\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .md\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .md\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .md\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .md\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .md\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .md\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .md\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .md\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .md\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .md\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .md\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .md\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .md\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .md\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .md\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .md\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .md\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .md\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .md\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .md\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .md\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .md\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .md\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .md\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .md\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .md\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .md\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .md\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .md\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .md\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .md\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .md\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .md\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .md\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .md\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .md\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .md\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .md\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .md\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .md\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .md\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .md\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .md\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .md\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .md\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .md\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .md\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .md\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .md\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .md\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .md\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .md\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .md\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .md\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .md\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .md\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .md\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .md\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .md\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .md\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .md\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .md\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .md\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .md\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .md\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .md\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .md\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .md\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .md\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .md\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .md\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .md\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .md\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .md\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .md\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .md\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .md\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .md\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .md\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .md\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .md\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .md\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .md\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .md\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .md\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .md\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .md\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .md\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .md\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .md\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .md\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .md\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .md\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .md\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .md\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .md\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .md\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .md\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .md\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .md\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .md\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .md\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .md\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .md\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .md\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .md\:bg-auto {
    background-size: auto !important;
  }

  .md\:bg-cover {
    background-size: cover !important;
  }

  .md\:bg-contain {
    background-size: contain !important;
  }

  .md\:bg-125\% {
    background-size: 125% !important;
  }

  .md\:bg-135\% {
    background-size: 135% !important;
  }

  .md\:bg-150\% {
    background-size: 150% !important;
  }

  .md\:bg-fixed {
    background-attachment: fixed !important;
  }

  .md\:bg-local {
    background-attachment: local !important;
  }

  .md\:bg-scroll {
    background-attachment: scroll !important;
  }

  .md\:bg-clip-border {
    background-clip: border-box !important;
  }

  .md\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .md\:bg-clip-content {
    background-clip: content-box !important;
  }

  .md\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:bg-bottom {
    background-position: bottom !important;
  }

  .md\:bg-center {
    background-position: center !important;
  }

  .md\:bg-left {
    background-position: left !important;
  }

  .md\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .md\:bg-left-top {
    background-position: left top !important;
  }

  .md\:bg-right {
    background-position: right !important;
  }

  .md\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .md\:bg-right-top {
    background-position: right top !important;
  }

  .md\:bg-top {
    background-position: top !important;
  }

  .md\:bg-repeat {
    background-repeat: repeat !important;
  }

  .md\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .md\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .md\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .md\:bg-repeat-round {
    background-repeat: round !important;
  }

  .md\:bg-repeat-space {
    background-repeat: space !important;
  }

  .md\:bg-origin-border {
    background-origin: border-box !important;
  }

  .md\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .md\:bg-origin-content {
    background-origin: content-box !important;
  }

  .md\:fill-current {
    fill: currentColor !important;
  }

  .md\:stroke-current {
    stroke: currentColor !important;
  }

  .md\:stroke-0 {
    stroke-width: 0 !important;
  }

  .md\:stroke-1 {
    stroke-width: 1 !important;
  }

  .md\:stroke-2 {
    stroke-width: 2 !important;
  }

  .md\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:p-0 {
    padding: 0px !important;
  }

  .md\:p-1 {
    padding: 0.25rem !important;
  }

  .md\:p-2 {
    padding: 0.5rem !important;
  }

  .md\:p-3 {
    padding: 0.75rem !important;
  }

  .md\:p-4 {
    padding: 1rem !important;
  }

  .md\:p-5 {
    padding: 1.25rem !important;
  }

  .md\:p-6 {
    padding: 1.5rem !important;
  }

  .md\:p-7 {
    padding: 1.75rem !important;
  }

  .md\:p-8 {
    padding: 2rem !important;
  }

  .md\:p-9 {
    padding: 2.25rem !important;
  }

  .md\:p-10 {
    padding: 2.5rem !important;
  }

  .md\:p-11 {
    padding: 2.75rem !important;
  }

  .md\:p-12 {
    padding: 3rem !important;
  }

  .md\:p-14 {
    padding: 3.5rem !important;
  }

  .md\:p-16 {
    padding: 4rem !important;
  }

  .md\:p-20 {
    padding: 5rem !important;
  }

  .md\:p-24 {
    padding: 6rem !important;
  }

  .md\:p-28 {
    padding: 7rem !important;
  }

  .md\:p-32 {
    padding: 8rem !important;
  }

  .md\:p-36 {
    padding: 9rem !important;
  }

  .md\:p-40 {
    padding: 10rem !important;
  }

  .md\:p-44 {
    padding: 11rem !important;
  }

  .md\:p-48 {
    padding: 12rem !important;
  }

  .md\:p-52 {
    padding: 13rem !important;
  }

  .md\:p-56 {
    padding: 14rem !important;
  }

  .md\:p-60 {
    padding: 15rem !important;
  }

  .md\:p-64 {
    padding: 16rem !important;
  }

  .md\:p-72 {
    padding: 18.5rem !important;
  }

  .md\:p-80 {
    padding: 20rem !important;
  }

  .md\:p-96 {
    padding: 24rem !important;
  }

  .md\:p-108 {
    padding: 26rem !important;
  }

  .md\:p-112 {
    padding: 28rem !important;
  }

  .md\:p-120 {
    padding: 30rem !important;
  }

  .md\:p-136 {
    padding: 34rem !important;
  }

  .md\:p-140 {
    padding: 42rem !important;
  }

  .md\:p-144 {
    padding: 36rem !important;
  }

  .md\:p-320 {
    padding: 80rem !important;
  }

  .md\:p-px {
    padding: 1px !important;
  }

  .md\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .md\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .md\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .md\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .md\:p-50-em {
    padding: 50em !important;
  }

  .md\:p-26-em {
    padding: 26em !important;
  }

  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .md\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .md\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .md\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .md\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .md\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .md\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .md\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .md\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .md\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .md\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .md\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .md\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .md\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .md\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .md\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .md\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .md\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .md\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .md\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .md\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .md\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .md\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .md\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .md\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .md\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .md\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .md\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .md\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .md\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .md\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .md\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .md\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .md\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .md\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .md\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .md\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .md\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .md\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .md\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .md\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .md\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .md\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .md\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .md\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .md\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .md\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .md\:pt-0 {
    padding-top: 0px !important;
  }

  .md\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .md\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .md\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .md\:pt-4 {
    padding-top: 1rem !important;
  }

  .md\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .md\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .md\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .md\:pt-8 {
    padding-top: 2rem !important;
  }

  .md\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .md\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .md\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .md\:pt-12 {
    padding-top: 3rem !important;
  }

  .md\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .md\:pt-16 {
    padding-top: 4rem !important;
  }

  .md\:pt-20 {
    padding-top: 5rem !important;
  }

  .md\:pt-24 {
    padding-top: 6rem !important;
  }

  .md\:pt-28 {
    padding-top: 7rem !important;
  }

  .md\:pt-32 {
    padding-top: 8rem !important;
  }

  .md\:pt-36 {
    padding-top: 9rem !important;
  }

  .md\:pt-40 {
    padding-top: 10rem !important;
  }

  .md\:pt-44 {
    padding-top: 11rem !important;
  }

  .md\:pt-48 {
    padding-top: 12rem !important;
  }

  .md\:pt-52 {
    padding-top: 13rem !important;
  }

  .md\:pt-56 {
    padding-top: 14rem !important;
  }

  .md\:pt-60 {
    padding-top: 15rem !important;
  }

  .md\:pt-64 {
    padding-top: 16rem !important;
  }

  .md\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .md\:pt-80 {
    padding-top: 20rem !important;
  }

  .md\:pt-96 {
    padding-top: 24rem !important;
  }

  .md\:pt-108 {
    padding-top: 26rem !important;
  }

  .md\:pt-112 {
    padding-top: 28rem !important;
  }

  .md\:pt-120 {
    padding-top: 30rem !important;
  }

  .md\:pt-136 {
    padding-top: 34rem !important;
  }

  .md\:pt-140 {
    padding-top: 42rem !important;
  }

  .md\:pt-144 {
    padding-top: 36rem !important;
  }

  .md\:pt-320 {
    padding-top: 80rem !important;
  }

  .md\:pt-px {
    padding-top: 1px !important;
  }

  .md\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .md\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .md\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .md\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .md\:pt-50-em {
    padding-top: 50em !important;
  }

  .md\:pt-26-em {
    padding-top: 26em !important;
  }

  .md\:pr-0 {
    padding-right: 0px !important;
  }

  .md\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .md\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .md\:pr-4 {
    padding-right: 1rem !important;
  }

  .md\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .md\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .md\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .md\:pr-8 {
    padding-right: 2rem !important;
  }

  .md\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .md\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .md\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .md\:pr-12 {
    padding-right: 3rem !important;
  }

  .md\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .md\:pr-16 {
    padding-right: 4rem !important;
  }

  .md\:pr-20 {
    padding-right: 5rem !important;
  }

  .md\:pr-24 {
    padding-right: 6rem !important;
  }

  .md\:pr-28 {
    padding-right: 7rem !important;
  }

  .md\:pr-32 {
    padding-right: 8rem !important;
  }

  .md\:pr-36 {
    padding-right: 9rem !important;
  }

  .md\:pr-40 {
    padding-right: 10rem !important;
  }

  .md\:pr-44 {
    padding-right: 11rem !important;
  }

  .md\:pr-48 {
    padding-right: 12rem !important;
  }

  .md\:pr-52 {
    padding-right: 13rem !important;
  }

  .md\:pr-56 {
    padding-right: 14rem !important;
  }

  .md\:pr-60 {
    padding-right: 15rem !important;
  }

  .md\:pr-64 {
    padding-right: 16rem !important;
  }

  .md\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .md\:pr-80 {
    padding-right: 20rem !important;
  }

  .md\:pr-96 {
    padding-right: 24rem !important;
  }

  .md\:pr-108 {
    padding-right: 26rem !important;
  }

  .md\:pr-112 {
    padding-right: 28rem !important;
  }

  .md\:pr-120 {
    padding-right: 30rem !important;
  }

  .md\:pr-136 {
    padding-right: 34rem !important;
  }

  .md\:pr-140 {
    padding-right: 42rem !important;
  }

  .md\:pr-144 {
    padding-right: 36rem !important;
  }

  .md\:pr-320 {
    padding-right: 80rem !important;
  }

  .md\:pr-px {
    padding-right: 1px !important;
  }

  .md\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .md\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .md\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .md\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .md\:pr-50-em {
    padding-right: 50em !important;
  }

  .md\:pr-26-em {
    padding-right: 26em !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .md\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .md\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .md\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .md\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .md\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .md\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .md\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .md\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .md\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .md\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .md\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .md\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .md\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .md\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .md\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .md\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .md\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .md\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .md\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .md\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .md\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .md\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .md\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .md\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .md\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .md\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .md\:pb-px {
    padding-bottom: 1px !important;
  }

  .md\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .md\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .md\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .md\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .md\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .md\:pl-0 {
    padding-left: 0px !important;
  }

  .md\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .md\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .md\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .md\:pl-4 {
    padding-left: 1rem !important;
  }

  .md\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .md\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .md\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .md\:pl-8 {
    padding-left: 2rem !important;
  }

  .md\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .md\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .md\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .md\:pl-12 {
    padding-left: 3rem !important;
  }

  .md\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .md\:pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pl-20 {
    padding-left: 5rem !important;
  }

  .md\:pl-24 {
    padding-left: 6rem !important;
  }

  .md\:pl-28 {
    padding-left: 7rem !important;
  }

  .md\:pl-32 {
    padding-left: 8rem !important;
  }

  .md\:pl-36 {
    padding-left: 9rem !important;
  }

  .md\:pl-40 {
    padding-left: 10rem !important;
  }

  .md\:pl-44 {
    padding-left: 11rem !important;
  }

  .md\:pl-48 {
    padding-left: 12rem !important;
  }

  .md\:pl-52 {
    padding-left: 13rem !important;
  }

  .md\:pl-56 {
    padding-left: 14rem !important;
  }

  .md\:pl-60 {
    padding-left: 15rem !important;
  }

  .md\:pl-64 {
    padding-left: 16rem !important;
  }

  .md\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .md\:pl-80 {
    padding-left: 20rem !important;
  }

  .md\:pl-96 {
    padding-left: 24rem !important;
  }

  .md\:pl-108 {
    padding-left: 26rem !important;
  }

  .md\:pl-112 {
    padding-left: 28rem !important;
  }

  .md\:pl-120 {
    padding-left: 30rem !important;
  }

  .md\:pl-136 {
    padding-left: 34rem !important;
  }

  .md\:pl-140 {
    padding-left: 42rem !important;
  }

  .md\:pl-144 {
    padding-left: 36rem !important;
  }

  .md\:pl-320 {
    padding-left: 80rem !important;
  }

  .md\:pl-px {
    padding-left: 1px !important;
  }

  .md\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .md\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .md\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .md\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .md\:pl-50-em {
    padding-left: 50em !important;
  }

  .md\:pl-26-em {
    padding-left: 26em !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center !important;
  }

  .md\:text-right {
    text-align: right !important;
  }

  .md\:text-justify {
    text-align: justify !important;
  }

  .md\:align-baseline {
    vertical-align: baseline !important;
  }

  .md\:align-top {
    vertical-align: top !important;
  }

  .md\:align-middle {
    vertical-align: middle !important;
  }

  .md\:align-bottom {
    vertical-align: bottom !important;
  }

  .md\:align-text-top {
    vertical-align: text-top !important;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .md\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .md\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .md\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .md\:font-montserrat {
    font-family: Montserrat !important;
  }

  .md\:font-visuelt {
    font-family: visuelt !important;
  }

  .md\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .md\:font-gill {
    font-family: gill !important;
  }

  .md\:font-bambino {
    font-family: bambino !important;
  }

  .md\:font-avenir {
    font-family: avenir !important;
  }

  .md\:font-gotham {
    font-family: gotham !important;
  }

  .md\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .md\:font-effra {
    font-family: effra !important;
  }

  .md\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .md\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .md\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .md\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .md\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .md\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .md\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .md\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .md\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .md\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .md\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:text-7xl {
    font-size: 4.5rem !important;
  }

  .md\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .md\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .md\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .md\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .md\:font-thin {
    font-weight: 100 !important;
  }

  .md\:font-extralight {
    font-weight: 200 !important;
  }

  .md\:font-light {
    font-weight: 300 !important;
  }

  .md\:font-normal {
    font-weight: 400 !important;
  }

  .md\:font-medium {
    font-weight: 500 !important;
  }

  .md\:font-semibold {
    font-weight: 600 !important;
  }

  .md\:font-bold {
    font-weight: 700 !important;
  }

  .md\:font-extrabold {
    font-weight: 800 !important;
  }

  .md\:font-black {
    font-weight: 900 !important;
  }

  .md\:uppercase {
    text-transform: uppercase !important;
  }

  .md\:lowercase {
    text-transform: lowercase !important;
  }

  .md\:capitalize {
    text-transform: capitalize !important;
  }

  .md\:normal-case {
    text-transform: none !important;
  }

  .md\:italic {
    font-style: italic !important;
  }

  .md\:not-italic {
    font-style: normal !important;
  }

  .md\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .md\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .md\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .md\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .md\:leading-0 {
    line-height: 0 !important;
  }

  .md\:leading-3 {
    line-height: .75rem !important;
  }

  .md\:leading-4 {
    line-height: 1rem !important;
  }

  .md\:leading-5 {
    line-height: 1.25rem !important;
  }

  .md\:leading-6 {
    line-height: 1.5rem !important;
  }

  .md\:leading-7 {
    line-height: 1.75rem !important;
  }

  .md\:leading-8 {
    line-height: 2rem !important;
  }

  .md\:leading-9 {
    line-height: 2.25rem !important;
  }

  .md\:leading-10 {
    line-height: 2.5rem !important;
  }

  .md\:leading-none {
    line-height: 1 !important;
  }

  .md\:leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-snug {
    line-height: 1.375 !important;
  }

  .md\:leading-normal {
    line-height: 1.5 !important;
  }

  .md\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .md\:leading-loose {
    line-height: 2 !important;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .md\:text-transparent {
    color: transparent !important;
  }

  .md\:text-current {
    color: currentColor !important;
  }

  .md\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .md\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .md\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .md\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .md\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .md\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .md\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .md\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .md\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .md\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .md\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .md\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .md\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .md\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .md\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .md\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .md\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .md\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .md\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .md\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .md\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .md\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .md\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .md\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .md\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .md\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .md\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .md\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .md\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .md\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .md\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .md\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .md\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .md\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .md\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .md\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .md\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .md\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .md\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .md\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .md\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .md\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .md\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .md\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .md\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .md\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .md\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .md\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .md\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .md\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .md\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .md\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .md\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .md\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .md\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .md\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .md\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .md\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .md\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .md\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .md\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .md\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .md\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .md\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .md\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .md\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .md\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .md\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .md\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .md\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .md\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .md\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .md\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .md\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .md\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .md\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .md\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .md\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .md\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .md\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .md\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .md\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .md\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .md\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .md\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .md\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .md\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .md\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .md\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .md\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .md\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .md\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .md\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .md\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .md\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .md\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .md\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .md\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .md\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .md\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .md\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .md\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .md\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .md\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .md\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .md\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .md\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .md\:underline {
    text-decoration: underline !important;
  }

  .md\:line-through {
    text-decoration: line-through !important;
  }

  .md\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .md\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .md\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .md\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .md\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .md\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .md\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .md\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .md\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .md\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .md\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .md\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .md\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .md\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .md\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .md\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .md\:opacity-0 {
    opacity: 0 !important;
  }

  .md\:opacity-5 {
    opacity: 0.05 !important;
  }

  .md\:opacity-10 {
    opacity: 0.1 !important;
  }

  .md\:opacity-20 {
    opacity: 0.2 !important;
  }

  .md\:opacity-25 {
    opacity: 0.25 !important;
  }

  .md\:opacity-30 {
    opacity: 0.3 !important;
  }

  .md\:opacity-40 {
    opacity: 0.4 !important;
  }

  .md\:opacity-50 {
    opacity: 0.5 !important;
  }

  .md\:opacity-60 {
    opacity: 0.6 !important;
  }

  .md\:opacity-70 {
    opacity: 0.7 !important;
  }

  .md\:opacity-75 {
    opacity: 0.75 !important;
  }

  .md\:opacity-80 {
    opacity: 0.8 !important;
  }

  .md\:opacity-90 {
    opacity: 0.9 !important;
  }

  .md\:opacity-95 {
    opacity: 0.95 !important;
  }

  .md\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .md\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .md\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .md\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .md\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .md\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .md\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .md\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .md\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .md\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .md\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .md\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .md\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .md\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .md\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .md\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .md\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .md\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .md\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .md\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .md\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .md\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .md\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .md\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .md\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .md\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .md\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .md\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .md\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .md\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .md\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .md\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .md\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .md\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .md\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .md\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .md\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .md\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .md\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .md\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .md\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .md\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .md\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .md\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .md\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .md\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .md\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .md\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .md\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .md\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .md\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .md\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .md\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .md\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .md\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .md\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .md\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .md\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .md\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .md\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .md\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .md\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .md\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .md\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .md\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .md\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .md\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .md\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .md\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .md\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .md\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .md\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .md\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .md\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .md\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .md\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .md\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .md\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .md\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .md\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .md\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .md\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .md\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .md\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .md\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .md\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .md\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .md\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .md\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .md\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .md\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .md\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .md\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .md\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .md\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .md\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .md\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .md\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .md\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .md\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .md\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .md\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .md\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .md\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .md\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .md\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .md\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .md\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .md\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .md\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .md\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .md\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .md\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .md\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .md\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .md\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .md\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .md\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .md\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .md\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .md\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .md\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .md\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .md\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .md\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .md\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .md\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .md\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .md\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .md\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .md\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .md\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .md\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .md\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .md\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .md\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .md\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .md\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .md\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .md\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .md\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .md\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .md\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .md\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .md\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .md\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .md\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .md\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .md\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .md\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .md\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .md\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .md\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .md\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .md\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .md\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .md\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .md\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .md\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .md\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .md\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .md\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .md\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .md\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .md\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .md\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .md\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .md\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .md\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .md\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .md\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .md\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .md\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .md\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .md\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .md\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .md\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .md\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .md\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .md\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .md\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .md\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .md\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .md\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .md\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .md\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .md\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .md\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .md\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .md\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .md\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .md\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .md\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .md\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .md\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .md\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .md\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .md\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .md\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .md\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .md\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .md\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .md\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .md\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .md\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .md\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .md\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .md\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .md\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .md\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .md\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .md\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .md\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .md\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .md\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .md\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .md\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .md\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .md\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .md\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .md\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .md\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .md\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .md\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .md\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .md\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .md\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .md\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .md\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .md\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .md\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .md\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .md\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .md\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .md\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .md\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .md\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .md\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .md\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .md\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .md\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .md\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .md\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .md\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .md\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .md\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .md\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .md\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .md\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .md\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .md\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .md\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .md\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .md\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .md\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .md\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .md\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .md\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .md\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .md\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .md\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .md\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .md\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .md\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .md\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .md\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .md\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .md\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .md\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .md\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .md\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .md\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .md\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .md\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .md\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .md\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .md\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .md\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .md\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .md\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .md\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .md\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .md\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .md\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .md\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .md\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .md\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .md\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .md\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .md\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .md\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .md\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .md\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .md\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .md\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .md\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .md\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .md\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .md\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .md\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .md\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .md\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .md\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .md\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .md\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .md\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .md\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .md\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .md\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .md\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .md\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .md\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .md\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .md\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .md\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .md\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .md\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .md\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .md\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .md\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .md\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .md\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .md\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .md\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .md\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .md\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .md\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .md\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .md\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .md\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .md\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .md\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .md\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .md\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .md\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .md\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .md\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .md\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .md\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .md\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .md\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .md\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .md\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .md\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .md\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .md\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .md\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .md\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .md\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .md\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .md\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .md\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .md\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .md\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .md\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .md\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .md\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .md\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .md\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .md\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .md\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .md\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .md\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .md\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .md\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .md\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .md\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .md\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .md\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .md\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .md\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .md\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .md\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .md\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .md\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .md\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .md\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .md\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .md\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .md\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .md\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .md\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .md\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .md\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .md\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .md\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .md\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .md\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .md\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .md\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .md\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .md\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .md\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .md\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .md\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .md\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .md\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .md\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .md\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .md\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .md\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .md\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .md\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .md\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .md\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .md\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .md\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .md\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .md\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .md\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .md\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .md\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .md\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .md\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .md\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .md\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .md\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .md\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .md\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .md\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .md\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .md\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .md\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .md\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .md\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .md\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .md\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .md\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .md\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .md\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .md\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .md\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .md\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .md\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .md\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .md\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .md\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .md\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .md\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .md\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .md\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .md\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .md\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .md\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .md\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .md\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .md\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .md\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .md\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .md\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .md\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .md\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .md\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .md\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .md\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .md\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .md\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .md\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .md\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .md\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .md\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .md\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .md\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .md\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .md\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .md\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .md\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .md\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .md\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .md\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .md\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .md\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .md\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .md\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .md\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .md\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .md\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .md\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .md\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .md\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .md\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .md\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .md\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .md\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .md\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .md\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .md\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .md\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .md\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .md\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .md\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .md\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .md\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .md\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .md\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .md\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .md\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .md\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .md\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .md\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .md\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .md\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .md\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .md\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .md\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .md\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .md\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .md\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .md\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .md\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .md\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .md\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .md\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .md\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .md\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .md\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .md\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .md\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .md\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .md\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .md\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .md\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .md\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .md\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .md\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .md\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .md\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .md\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .md\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .md\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .md\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .md\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .md\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .md\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .md\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .md\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .md\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .md\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .md\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .md\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .md\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .md\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .md\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .md\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .md\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .md\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .md\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .md\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .md\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .md\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .md\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .md\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .md\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .md\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .md\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .md\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .md\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .md\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .md\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .md\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .md\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .md\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .md\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .md\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .md\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .md\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .md\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .md\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .md\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .md\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .md\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .md\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .md\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .md\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .md\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .md\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .md\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .md\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .md\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .md\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .md\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .md\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .md\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .md\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .md\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .md\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .md\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .md\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .md\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .md\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .md\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .md\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .md\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .md\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .md\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .md\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .md\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .md\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .md\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .md\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .md\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .md\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .md\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .md\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .md\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .md\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .md\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .md\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .md\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .md\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .md\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .md\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .md\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .md\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .md\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .md\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .md\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .md\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .md\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .md\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .md\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .md\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .md\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .md\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .md\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .md\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .md\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .md\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .md\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .md\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .md\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .md\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .md\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .md\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .md\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .md\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .md\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .md\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .md\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .md\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .md\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .md\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .md\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .md\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .md\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .md\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .md\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .md\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .md\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .md\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .md\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .md\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .md\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .md\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .md\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .md\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .md\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .md\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .md\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .md\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .md\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .md\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .md\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .md\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .md\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .md\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .md\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .md\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .md\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .md\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .md\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .md\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .md\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .md\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .md\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .md\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .md\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .md\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .md\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .md\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .md\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .md\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .md\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .md\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .md\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .md\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .md\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .md\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .md\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .md\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .md\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .md\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .md\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .md\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .md\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .md\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .md\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .md\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .md\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .md\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .md\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .md\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .md\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .md\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .md\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .md\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .md\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .md\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .md\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .md\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .md\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .md\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .md\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .md\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .md\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .md\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .md\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .md\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .md\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .md\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .md\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .md\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .md\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .md\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .md\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .md\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .md\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .md\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .md\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .md\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .md\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .md\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .md\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .md\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .md\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .md\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .md\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .md\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .md\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .md\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .md\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .md\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .md\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .md\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .md\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .md\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .md\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .md\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .md\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .md\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .md\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .md\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .md\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .md\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .md\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .md\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .md\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .md\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .md\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .md\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .md\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .md\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .md\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .md\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .md\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .md\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .md\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .md\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .md\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .md\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .md\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .md\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .md\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .md\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .md\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .md\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .md\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .md\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .md\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .md\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .md\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .md\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .md\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .md\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .md\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .md\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .md\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .md\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .md\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .md\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .md\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .md\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .md\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .md\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .md\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .md\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .md\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .md\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .md\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .md\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .md\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .md\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .md\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .md\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .md\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .md\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .md\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .md\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .md\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .md\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .md\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .md\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .md\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .md\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .md\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .md\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .md\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .md\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .md\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .md\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .md\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .md\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .md\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .md\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .md\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .md\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .md\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .md\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .md\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .md\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .md\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .md\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .md\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .md\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .md\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .md\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .md\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .md\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .md\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .md\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .md\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .md\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .md\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .md\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .md\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .md\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .md\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .md\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .md\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .md\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .md\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .md\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .md\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .md\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .md\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .md\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .md\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .md\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .md\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .md\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .md\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .md\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .md\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .md\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .md\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .md\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .md\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .md\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .md\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .md\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .md\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .md\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .md\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .md\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .md\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .md\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .md\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .md\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .md\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .md\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .md\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .md\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .md\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .md\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .md\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .md\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .md\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .md\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .md\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .md\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .md\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .md\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .md\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .md\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .md\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .md\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .md\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .md\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .md\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .md\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .md\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .md\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .md\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .md\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .md\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .md\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .md\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .md\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .md\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .md\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .md\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .md\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .md\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .md\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .md\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .md\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .md\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .md\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .md\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .md\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .md\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .md\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .md\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .md\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .md\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .md\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .md\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .md\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .md\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .md\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .md\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .md\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .md\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .md\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .md\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .md\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .md\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .md\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .md\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .md\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .md\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .md\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .md\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .md\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .md\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .md\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .md\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .md\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .md\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .md\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .md\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .md\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .md\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .md\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .md\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .md\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .md\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .md\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .md\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .md\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .md\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .md\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .md\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .md\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .md\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .md\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .md\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .md\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .md\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .md\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .md\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .md\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .md\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .md\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .md\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .md\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .md\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .md\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .md\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .md\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .md\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .md\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .md\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .md\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .md\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .md\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .md\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .md\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .md\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .md\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .md\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .md\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .md\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .md\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .md\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .md\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .md\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .md\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .md\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .md\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .md\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .md\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .md\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .md\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .md\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .md\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .md\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .md\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .md\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .md\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .md\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .md\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .md\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .md\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .md\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .md\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .md\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .md\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .md\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .md\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .md\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .md\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .md\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .md\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .md\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .md\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .md\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .md\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .md\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .md\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .md\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .md\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .md\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .md\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .md\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .md\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .md\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .md\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .md\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .md\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .md\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .md\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .md\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .md\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .md\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .md\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .md\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .md\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .md\:filter-none {
    filter: none !important;
  }

  .md\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .md\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .md\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .md\:blur {
    --tw-blur: blur(8px) !important;
  }

  .md\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .md\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .md\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .md\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .md\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .md\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .md\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .md\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .md\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .md\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .md\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .md\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .md\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .md\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .md\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .md\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .md\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .md\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .md\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .md\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .md\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .md\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .md\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .md\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .md\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .md\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .md\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .md\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .md\:invert {
    --tw-invert: invert(100%) !important;
  }

  .md\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .md\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .md\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .md\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .md\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .md\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .md\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .md\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .md\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .md\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .md\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .md\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .md\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .md\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .md\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .md\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .md\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .md\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .md\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .md\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .md\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .md\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .md\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .md\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .md\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .md\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .md\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .md\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .md\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .md\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .md\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .md\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .md\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .md\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .md\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .md\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .md\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .md\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .md\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .md\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .md\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .md\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .md\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .md\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .md\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .md\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .md\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .md\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .md\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .md\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .md\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .md\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .md\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .md\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .md\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .md\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .md\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .md\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .md\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .md\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .md\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .md\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .md\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .md\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .md\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .md\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .md\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .md\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .md\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .md\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .md\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .md\:transition-none {
    transition-property: none !important;
  }

  .md\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .md\:delay-75 {
    transition-delay: 75ms !important;
  }

  .md\:delay-100 {
    transition-delay: 100ms !important;
  }

  .md\:delay-150 {
    transition-delay: 150ms !important;
  }

  .md\:delay-200 {
    transition-delay: 200ms !important;
  }

  .md\:delay-300 {
    transition-delay: 300ms !important;
  }

  .md\:delay-500 {
    transition-delay: 500ms !important;
  }

  .md\:delay-700 {
    transition-delay: 700ms !important;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .md\:duration-75 {
    transition-duration: 75ms !important;
  }

  .md\:duration-100 {
    transition-duration: 100ms !important;
  }

  .md\:duration-150 {
    transition-duration: 150ms !important;
  }

  .md\:duration-200 {
    transition-duration: 200ms !important;
  }

  .md\:duration-300 {
    transition-duration: 300ms !important;
  }

  .md\:duration-500 {
    transition-duration: 500ms !important;
  }

  .md\:duration-700 {
    transition-duration: 700ms !important;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .md\:ease-linear {
    transition-timing-function: linear !important;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .lg\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .lg\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .lg\:container {
      max-width: 1938px;
    }
  }

  .lg\: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\: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-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    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\: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\: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\:pointer-events-none {
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .lg\:visible {
    visibility: visible !important;
  }

  .lg\:invisible {
    visibility: hidden !important;
  }

  .lg\:static {
    position: static !important;
  }

  .lg\:fixed {
    position: fixed !important;
  }

  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:relative {
    position: relative !important;
  }

  .lg\:sticky {
    position: sticky !important;
  }

  .lg\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .lg\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .lg\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .lg\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .lg\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .lg\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .lg\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .lg\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .lg\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .lg\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .lg\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .lg\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .lg\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .lg\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .lg\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .lg\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .lg\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .lg\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .lg\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .lg\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .lg\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .lg\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .lg\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .lg\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .lg\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .lg\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .lg\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .lg\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .lg\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .lg\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .lg\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .lg\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .lg\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .lg\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .lg\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .lg\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .lg\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .lg\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .lg\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .lg\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .lg\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .lg\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .lg\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .lg\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .lg\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .lg\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .lg\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .lg\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .lg\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .lg\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .lg\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .lg\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .lg\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .lg\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .lg\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .lg\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .lg\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .lg\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .lg\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .lg\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .lg\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .lg\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .lg\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .lg\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .lg\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .lg\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .lg\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .lg\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .lg\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .lg\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .lg\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .lg\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .lg\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .lg\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .lg\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .lg\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .lg\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .lg\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .lg\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .lg\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .lg\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .lg\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .lg\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .lg\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .lg\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .lg\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .lg\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .lg\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .lg\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .lg\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .lg\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .lg\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .lg\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .lg\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .lg\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .lg\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .lg\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .lg\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .lg\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .lg\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .lg\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .lg\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .lg\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .lg\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .lg\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .lg\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .lg\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .lg\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .lg\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .lg\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .lg\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .lg\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .lg\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .lg\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .lg\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .lg\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .lg\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .lg\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .lg\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .lg\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .lg\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .lg\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .lg\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .lg\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .lg\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .lg\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .lg\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .lg\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .lg\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .lg\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .lg\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .lg\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .lg\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .lg\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .lg\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .lg\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .lg\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .lg\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .lg\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .lg\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .lg\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .lg\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .lg\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .lg\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .lg\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .lg\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .lg\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .lg\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .lg\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .lg\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .lg\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .lg\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .lg\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .lg\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .lg\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .lg\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .lg\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .lg\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .lg\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .lg\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .lg\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .lg\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .lg\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .lg\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .lg\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .lg\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .lg\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .lg\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .lg\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .lg\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .lg\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .lg\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .lg\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .lg\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .lg\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .lg\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .lg\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .lg\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .lg\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .lg\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .lg\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .lg\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .lg\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .lg\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .lg\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .lg\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .lg\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .lg\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .lg\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .lg\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .lg\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .lg\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .lg\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .lg\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .lg\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .lg\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .lg\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .lg\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .lg\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .lg\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .lg\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .lg\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .lg\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .lg\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .lg\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .lg\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .lg\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .lg\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .lg\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .lg\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .lg\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .lg\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .lg\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .lg\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .lg\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .lg\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .lg\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .lg\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .lg\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .lg\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .lg\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .lg\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .lg\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .lg\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .lg\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .lg\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .lg\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .lg\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .lg\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .lg\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .lg\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .lg\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .lg\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .lg\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .lg\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .lg\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .lg\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .lg\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .lg\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .lg\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .lg\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .lg\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .lg\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .lg\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .lg\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .lg\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .lg\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .lg\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .lg\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .lg\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .lg\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .lg\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .lg\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .lg\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .lg\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .lg\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .lg\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .lg\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .lg\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .lg\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .lg\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .lg\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .lg\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .lg\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .lg\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .lg\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .lg\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .lg\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .lg\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .lg\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .lg\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .lg\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .lg\:top-0 {
    top: 0px !important;
  }

  .lg\:top-1 {
    top: 0.25rem !important;
  }

  .lg\:top-2 {
    top: 0.5rem !important;
  }

  .lg\:top-3 {
    top: 0.75rem !important;
  }

  .lg\:top-4 {
    top: 1rem !important;
  }

  .lg\:top-5 {
    top: 1.25rem !important;
  }

  .lg\:top-6 {
    top: 1.5rem !important;
  }

  .lg\:top-7 {
    top: 1.75rem !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:top-9 {
    top: 2.25rem !important;
  }

  .lg\:top-10 {
    top: 2.5rem !important;
  }

  .lg\:top-11 {
    top: 2.75rem !important;
  }

  .lg\:top-12 {
    top: 3rem !important;
  }

  .lg\:top-14 {
    top: 3.5rem !important;
  }

  .lg\:top-16 {
    top: 4rem !important;
  }

  .lg\:top-17 {
    top: 4.25rem !important;
  }

  .lg\:top-20 {
    top: 5rem !important;
  }

  .lg\:top-24 {
    top: 6rem !important;
  }

  .lg\:top-25 {
    top: 6.25rem !important;
  }

  .lg\:top-28 {
    top: 7rem !important;
  }

  .lg\:top-32 {
    top: 8rem !important;
  }

  .lg\:top-36 {
    top: 9rem !important;
  }

  .lg\:top-40 {
    top: 10rem !important;
  }

  .lg\:top-44 {
    top: 11rem !important;
  }

  .lg\:top-48 {
    top: 12rem !important;
  }

  .lg\:top-52 {
    top: 13rem !important;
  }

  .lg\:top-56 {
    top: 14rem !important;
  }

  .lg\:top-60 {
    top: 15rem !important;
  }

  .lg\:top-64 {
    top: 16rem !important;
  }

  .lg\:top-72 {
    top: 18.5rem !important;
  }

  .lg\:top-80 {
    top: 20rem !important;
  }

  .lg\:top-96 {
    top: 24rem !important;
  }

  .lg\:top-108 {
    top: 26rem !important;
  }

  .lg\:top-112 {
    top: 28rem !important;
  }

  .lg\:top-120 {
    top: 30rem !important;
  }

  .lg\:top-136 {
    top: 34rem !important;
  }

  .lg\:top-140 {
    top: 42rem !important;
  }

  .lg\:top-144 {
    top: 36rem !important;
  }

  .lg\:top-320 {
    top: 80rem !important;
  }

  .lg\:top-auto {
    top: auto !important;
  }

  .lg\:top-px {
    top: 1px !important;
  }

  .lg\:top-0\.5 {
    top: 0.125rem !important;
  }

  .lg\:top-1\.5 {
    top: 0.375rem !important;
  }

  .lg\:top-2\.5 {
    top: 0.625rem !important;
  }

  .lg\:top-3\.5 {
    top: 0.875rem !important;
  }

  .lg\:top-50-em {
    top: 50em !important;
  }

  .lg\:top-26-em {
    top: 26em !important;
  }

  .lg\:-top-0 {
    top: 0px !important;
  }

  .lg\:-top-1 {
    top: -0.25rem !important;
  }

  .lg\:-top-2 {
    top: -0.5rem !important;
  }

  .lg\:-top-3 {
    top: -0.75rem !important;
  }

  .lg\:-top-4 {
    top: -1rem !important;
  }

  .lg\:-top-5 {
    top: -1.25rem !important;
  }

  .lg\:-top-6 {
    top: -1.5rem !important;
  }

  .lg\:-top-7 {
    top: -1.75rem !important;
  }

  .lg\:-top-8 {
    top: -2rem !important;
  }

  .lg\:-top-9 {
    top: -2.25rem !important;
  }

  .lg\:-top-10 {
    top: -2.5rem !important;
  }

  .lg\:-top-11 {
    top: -2.75rem !important;
  }

  .lg\:-top-12 {
    top: -3rem !important;
  }

  .lg\:-top-14 {
    top: -3.5rem !important;
  }

  .lg\:-top-16 {
    top: -4rem !important;
  }

  .lg\:-top-20 {
    top: -5rem !important;
  }

  .lg\:-top-24 {
    top: -6rem !important;
  }

  .lg\:-top-28 {
    top: -7rem !important;
  }

  .lg\:-top-32 {
    top: -8rem !important;
  }

  .lg\:-top-36 {
    top: -9rem !important;
  }

  .lg\:-top-40 {
    top: -10rem !important;
  }

  .lg\:-top-44 {
    top: -11rem !important;
  }

  .lg\:-top-48 {
    top: -12rem !important;
  }

  .lg\:-top-52 {
    top: -13rem !important;
  }

  .lg\:-top-56 {
    top: -14rem !important;
  }

  .lg\:-top-60 {
    top: -15rem !important;
  }

  .lg\:-top-64 {
    top: -16rem !important;
  }

  .lg\:-top-72 {
    top: -18.5rem !important;
  }

  .lg\:-top-80 {
    top: -20rem !important;
  }

  .lg\:-top-96 {
    top: -24rem !important;
  }

  .lg\:-top-108 {
    top: -26rem !important;
  }

  .lg\:-top-112 {
    top: -28rem !important;
  }

  .lg\:-top-120 {
    top: -30rem !important;
  }

  .lg\:-top-136 {
    top: -34rem !important;
  }

  .lg\:-top-140 {
    top: -42rem !important;
  }

  .lg\:-top-144 {
    top: -36rem !important;
  }

  .lg\:-top-320 {
    top: -80rem !important;
  }

  .lg\:-top-px {
    top: -1px !important;
  }

  .lg\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .lg\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .lg\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .lg\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .lg\:-top-50-em {
    top: -50em !important;
  }

  .lg\:-top-26-em {
    top: -26em !important;
  }

  .lg\:top-1\/2 {
    top: 50% !important;
  }

  .lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .lg\:top-2\/3 {
    top: 66.666667% !important;
  }

  .lg\:top-1\/4 {
    top: 25% !important;
  }

  .lg\:top-2\/4 {
    top: 50% !important;
  }

  .lg\:top-3\/4 {
    top: 75% !important;
  }

  .lg\:top-full {
    top: 100% !important;
  }

  .lg\:-top-1\/2 {
    top: -50% !important;
  }

  .lg\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .lg\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .lg\:-top-1\/4 {
    top: -25% !important;
  }

  .lg\:-top-2\/4 {
    top: -50% !important;
  }

  .lg\:-top-3\/4 {
    top: -75% !important;
  }

  .lg\:-top-full {
    top: -100% !important;
  }

  .lg\:top-10\/12 {
    top: 83.333333% !important;
  }

  .lg\:top-11\/12 {
    top: 91.666667% !important;
  }

  .lg\:top-\[23\%\] {
    top: 23% !important;
  }

  .lg\:top-\[20\%\] {
    top: 20% !important;
  }

  .lg\:top-\[45\%\] {
    top: 45% !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:right-1 {
    right: 0.25rem !important;
  }

  .lg\:right-2 {
    right: 0.5rem !important;
  }

  .lg\:right-3 {
    right: 0.75rem !important;
  }

  .lg\:right-4 {
    right: 1rem !important;
  }

  .lg\:right-5 {
    right: 1.25rem !important;
  }

  .lg\:right-6 {
    right: 1.5rem !important;
  }

  .lg\:right-7 {
    right: 1.75rem !important;
  }

  .lg\:right-8 {
    right: 2rem !important;
  }

  .lg\:right-9 {
    right: 2.25rem !important;
  }

  .lg\:right-10 {
    right: 2.5rem !important;
  }

  .lg\:right-11 {
    right: 2.75rem !important;
  }

  .lg\:right-12 {
    right: 3rem !important;
  }

  .lg\:right-14 {
    right: 3.5rem !important;
  }

  .lg\:right-16 {
    right: 4rem !important;
  }

  .lg\:right-17 {
    right: 4.25rem !important;
  }

  .lg\:right-20 {
    right: 5rem !important;
  }

  .lg\:right-24 {
    right: 6rem !important;
  }

  .lg\:right-25 {
    right: 6.25rem !important;
  }

  .lg\:right-28 {
    right: 7rem !important;
  }

  .lg\:right-32 {
    right: 8rem !important;
  }

  .lg\:right-36 {
    right: 9rem !important;
  }

  .lg\:right-40 {
    right: 10rem !important;
  }

  .lg\:right-44 {
    right: 11rem !important;
  }

  .lg\:right-48 {
    right: 12rem !important;
  }

  .lg\:right-52 {
    right: 13rem !important;
  }

  .lg\:right-56 {
    right: 14rem !important;
  }

  .lg\:right-60 {
    right: 15rem !important;
  }

  .lg\:right-64 {
    right: 16rem !important;
  }

  .lg\:right-72 {
    right: 18.5rem !important;
  }

  .lg\:right-80 {
    right: 20rem !important;
  }

  .lg\:right-96 {
    right: 24rem !important;
  }

  .lg\:right-108 {
    right: 26rem !important;
  }

  .lg\:right-112 {
    right: 28rem !important;
  }

  .lg\:right-120 {
    right: 30rem !important;
  }

  .lg\:right-136 {
    right: 34rem !important;
  }

  .lg\:right-140 {
    right: 42rem !important;
  }

  .lg\:right-144 {
    right: 36rem !important;
  }

  .lg\:right-320 {
    right: 80rem !important;
  }

  .lg\:right-auto {
    right: auto !important;
  }

  .lg\:right-px {
    right: 1px !important;
  }

  .lg\:right-0\.5 {
    right: 0.125rem !important;
  }

  .lg\:right-1\.5 {
    right: 0.375rem !important;
  }

  .lg\:right-2\.5 {
    right: 0.625rem !important;
  }

  .lg\:right-3\.5 {
    right: 0.875rem !important;
  }

  .lg\:right-50-em {
    right: 50em !important;
  }

  .lg\:right-26-em {
    right: 26em !important;
  }

  .lg\:-right-0 {
    right: 0px !important;
  }

  .lg\:-right-1 {
    right: -0.25rem !important;
  }

  .lg\:-right-2 {
    right: -0.5rem !important;
  }

  .lg\:-right-3 {
    right: -0.75rem !important;
  }

  .lg\:-right-4 {
    right: -1rem !important;
  }

  .lg\:-right-5 {
    right: -1.25rem !important;
  }

  .lg\:-right-6 {
    right: -1.5rem !important;
  }

  .lg\:-right-7 {
    right: -1.75rem !important;
  }

  .lg\:-right-8 {
    right: -2rem !important;
  }

  .lg\:-right-9 {
    right: -2.25rem !important;
  }

  .lg\:-right-10 {
    right: -2.5rem !important;
  }

  .lg\:-right-11 {
    right: -2.75rem !important;
  }

  .lg\:-right-12 {
    right: -3rem !important;
  }

  .lg\:-right-14 {
    right: -3.5rem !important;
  }

  .lg\:-right-16 {
    right: -4rem !important;
  }

  .lg\:-right-20 {
    right: -5rem !important;
  }

  .lg\:-right-24 {
    right: -6rem !important;
  }

  .lg\:-right-28 {
    right: -7rem !important;
  }

  .lg\:-right-32 {
    right: -8rem !important;
  }

  .lg\:-right-36 {
    right: -9rem !important;
  }

  .lg\:-right-40 {
    right: -10rem !important;
  }

  .lg\:-right-44 {
    right: -11rem !important;
  }

  .lg\:-right-48 {
    right: -12rem !important;
  }

  .lg\:-right-52 {
    right: -13rem !important;
  }

  .lg\:-right-56 {
    right: -14rem !important;
  }

  .lg\:-right-60 {
    right: -15rem !important;
  }

  .lg\:-right-64 {
    right: -16rem !important;
  }

  .lg\:-right-72 {
    right: -18.5rem !important;
  }

  .lg\:-right-80 {
    right: -20rem !important;
  }

  .lg\:-right-96 {
    right: -24rem !important;
  }

  .lg\:-right-108 {
    right: -26rem !important;
  }

  .lg\:-right-112 {
    right: -28rem !important;
  }

  .lg\:-right-120 {
    right: -30rem !important;
  }

  .lg\:-right-136 {
    right: -34rem !important;
  }

  .lg\:-right-140 {
    right: -42rem !important;
  }

  .lg\:-right-144 {
    right: -36rem !important;
  }

  .lg\:-right-320 {
    right: -80rem !important;
  }

  .lg\:-right-px {
    right: -1px !important;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .lg\:-right-50-em {
    right: -50em !important;
  }

  .lg\:-right-26-em {
    right: -26em !important;
  }

  .lg\:right-1\/2 {
    right: 50% !important;
  }

  .lg\:right-1\/3 {
    right: 33.333333% !important;
  }

  .lg\:right-2\/3 {
    right: 66.666667% !important;
  }

  .lg\:right-1\/4 {
    right: 25% !important;
  }

  .lg\:right-2\/4 {
    right: 50% !important;
  }

  .lg\:right-3\/4 {
    right: 75% !important;
  }

  .lg\:right-full {
    right: 100% !important;
  }

  .lg\:-right-1\/2 {
    right: -50% !important;
  }

  .lg\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .lg\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .lg\:-right-1\/4 {
    right: -25% !important;
  }

  .lg\:-right-2\/4 {
    right: -50% !important;
  }

  .lg\:-right-3\/4 {
    right: -75% !important;
  }

  .lg\:-right-full {
    right: -100% !important;
  }

  .lg\:right-10\/12 {
    right: 83.333333% !important;
  }

  .lg\:right-11\/12 {
    right: 91.666667% !important;
  }

  .lg\:right-\[23\%\] {
    right: 23% !important;
  }

  .lg\:right-\[20\%\] {
    right: 20% !important;
  }

  .lg\:right-\[45\%\] {
    right: 45% !important;
  }

  .lg\:bottom-0 {
    bottom: 0px !important;
  }

  .lg\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .lg\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .lg\:bottom-4 {
    bottom: 1rem !important;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .lg\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .lg\:bottom-8 {
    bottom: 2rem !important;
  }

  .lg\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .lg\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .lg\:bottom-12 {
    bottom: 3rem !important;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .lg\:bottom-16 {
    bottom: 4rem !important;
  }

  .lg\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .lg\:bottom-20 {
    bottom: 5rem !important;
  }

  .lg\:bottom-24 {
    bottom: 6rem !important;
  }

  .lg\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .lg\:bottom-28 {
    bottom: 7rem !important;
  }

  .lg\:bottom-32 {
    bottom: 8rem !important;
  }

  .lg\:bottom-36 {
    bottom: 9rem !important;
  }

  .lg\:bottom-40 {
    bottom: 10rem !important;
  }

  .lg\:bottom-44 {
    bottom: 11rem !important;
  }

  .lg\:bottom-48 {
    bottom: 12rem !important;
  }

  .lg\:bottom-52 {
    bottom: 13rem !important;
  }

  .lg\:bottom-56 {
    bottom: 14rem !important;
  }

  .lg\:bottom-60 {
    bottom: 15rem !important;
  }

  .lg\:bottom-64 {
    bottom: 16rem !important;
  }

  .lg\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .lg\:bottom-80 {
    bottom: 20rem !important;
  }

  .lg\:bottom-96 {
    bottom: 24rem !important;
  }

  .lg\:bottom-108 {
    bottom: 26rem !important;
  }

  .lg\:bottom-112 {
    bottom: 28rem !important;
  }

  .lg\:bottom-120 {
    bottom: 30rem !important;
  }

  .lg\:bottom-136 {
    bottom: 34rem !important;
  }

  .lg\:bottom-140 {
    bottom: 42rem !important;
  }

  .lg\:bottom-144 {
    bottom: 36rem !important;
  }

  .lg\:bottom-320 {
    bottom: 80rem !important;
  }

  .lg\:bottom-auto {
    bottom: auto !important;
  }

  .lg\:bottom-px {
    bottom: 1px !important;
  }

  .lg\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .lg\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .lg\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .lg\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .lg\:bottom-50-em {
    bottom: 50em !important;
  }

  .lg\:bottom-26-em {
    bottom: 26em !important;
  }

  .lg\:-bottom-0 {
    bottom: 0px !important;
  }

  .lg\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .lg\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .lg\:-bottom-4 {
    bottom: -1rem !important;
  }

  .lg\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .lg\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .lg\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .lg\:-bottom-8 {
    bottom: -2rem !important;
  }

  .lg\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .lg\:-bottom-12 {
    bottom: -3rem !important;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .lg\:-bottom-16 {
    bottom: -4rem !important;
  }

  .lg\:-bottom-20 {
    bottom: -5rem !important;
  }

  .lg\:-bottom-24 {
    bottom: -6rem !important;
  }

  .lg\:-bottom-28 {
    bottom: -7rem !important;
  }

  .lg\:-bottom-32 {
    bottom: -8rem !important;
  }

  .lg\:-bottom-36 {
    bottom: -9rem !important;
  }

  .lg\:-bottom-40 {
    bottom: -10rem !important;
  }

  .lg\:-bottom-44 {
    bottom: -11rem !important;
  }

  .lg\:-bottom-48 {
    bottom: -12rem !important;
  }

  .lg\:-bottom-52 {
    bottom: -13rem !important;
  }

  .lg\:-bottom-56 {
    bottom: -14rem !important;
  }

  .lg\:-bottom-60 {
    bottom: -15rem !important;
  }

  .lg\:-bottom-64 {
    bottom: -16rem !important;
  }

  .lg\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .lg\:-bottom-80 {
    bottom: -20rem !important;
  }

  .lg\:-bottom-96 {
    bottom: -24rem !important;
  }

  .lg\:-bottom-108 {
    bottom: -26rem !important;
  }

  .lg\:-bottom-112 {
    bottom: -28rem !important;
  }

  .lg\:-bottom-120 {
    bottom: -30rem !important;
  }

  .lg\:-bottom-136 {
    bottom: -34rem !important;
  }

  .lg\:-bottom-140 {
    bottom: -42rem !important;
  }

  .lg\:-bottom-144 {
    bottom: -36rem !important;
  }

  .lg\:-bottom-320 {
    bottom: -80rem !important;
  }

  .lg\:-bottom-px {
    bottom: -1px !important;
  }

  .lg\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .lg\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .lg\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .lg\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .lg\:-bottom-50-em {
    bottom: -50em !important;
  }

  .lg\:-bottom-26-em {
    bottom: -26em !important;
  }

  .lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .lg\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .lg\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .lg\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .lg\:bottom-full {
    bottom: 100% !important;
  }

  .lg\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .lg\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .lg\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .lg\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .lg\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .lg\:-bottom-full {
    bottom: -100% !important;
  }

  .lg\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .lg\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .lg\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .lg\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .lg\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .lg\:left-0 {
    left: 0px !important;
  }

  .lg\:left-1 {
    left: 0.25rem !important;
  }

  .lg\:left-2 {
    left: 0.5rem !important;
  }

  .lg\:left-3 {
    left: 0.75rem !important;
  }

  .lg\:left-4 {
    left: 1rem !important;
  }

  .lg\:left-5 {
    left: 1.25rem !important;
  }

  .lg\:left-6 {
    left: 1.5rem !important;
  }

  .lg\:left-7 {
    left: 1.75rem !important;
  }

  .lg\:left-8 {
    left: 2rem !important;
  }

  .lg\:left-9 {
    left: 2.25rem !important;
  }

  .lg\:left-10 {
    left: 2.5rem !important;
  }

  .lg\:left-11 {
    left: 2.75rem !important;
  }

  .lg\:left-12 {
    left: 3rem !important;
  }

  .lg\:left-14 {
    left: 3.5rem !important;
  }

  .lg\:left-16 {
    left: 4rem !important;
  }

  .lg\:left-17 {
    left: 4.25rem !important;
  }

  .lg\:left-20 {
    left: 5rem !important;
  }

  .lg\:left-24 {
    left: 6rem !important;
  }

  .lg\:left-25 {
    left: 6.25rem !important;
  }

  .lg\:left-28 {
    left: 7rem !important;
  }

  .lg\:left-32 {
    left: 8rem !important;
  }

  .lg\:left-36 {
    left: 9rem !important;
  }

  .lg\:left-40 {
    left: 10rem !important;
  }

  .lg\:left-44 {
    left: 11rem !important;
  }

  .lg\:left-48 {
    left: 12rem !important;
  }

  .lg\:left-52 {
    left: 13rem !important;
  }

  .lg\:left-56 {
    left: 14rem !important;
  }

  .lg\:left-60 {
    left: 15rem !important;
  }

  .lg\:left-64 {
    left: 16rem !important;
  }

  .lg\:left-72 {
    left: 18.5rem !important;
  }

  .lg\:left-80 {
    left: 20rem !important;
  }

  .lg\:left-96 {
    left: 24rem !important;
  }

  .lg\:left-108 {
    left: 26rem !important;
  }

  .lg\:left-112 {
    left: 28rem !important;
  }

  .lg\:left-120 {
    left: 30rem !important;
  }

  .lg\:left-136 {
    left: 34rem !important;
  }

  .lg\:left-140 {
    left: 42rem !important;
  }

  .lg\:left-144 {
    left: 36rem !important;
  }

  .lg\:left-320 {
    left: 80rem !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:left-px {
    left: 1px !important;
  }

  .lg\:left-0\.5 {
    left: 0.125rem !important;
  }

  .lg\:left-1\.5 {
    left: 0.375rem !important;
  }

  .lg\:left-2\.5 {
    left: 0.625rem !important;
  }

  .lg\:left-3\.5 {
    left: 0.875rem !important;
  }

  .lg\:left-50-em {
    left: 50em !important;
  }

  .lg\:left-26-em {
    left: 26em !important;
  }

  .lg\:-left-0 {
    left: 0px !important;
  }

  .lg\:-left-1 {
    left: -0.25rem !important;
  }

  .lg\:-left-2 {
    left: -0.5rem !important;
  }

  .lg\:-left-3 {
    left: -0.75rem !important;
  }

  .lg\:-left-4 {
    left: -1rem !important;
  }

  .lg\:-left-5 {
    left: -1.25rem !important;
  }

  .lg\:-left-6 {
    left: -1.5rem !important;
  }

  .lg\:-left-7 {
    left: -1.75rem !important;
  }

  .lg\:-left-8 {
    left: -2rem !important;
  }

  .lg\:-left-9 {
    left: -2.25rem !important;
  }

  .lg\:-left-10 {
    left: -2.5rem !important;
  }

  .lg\:-left-11 {
    left: -2.75rem !important;
  }

  .lg\:-left-12 {
    left: -3rem !important;
  }

  .lg\:-left-14 {
    left: -3.5rem !important;
  }

  .lg\:-left-16 {
    left: -4rem !important;
  }

  .lg\:-left-20 {
    left: -5rem !important;
  }

  .lg\:-left-24 {
    left: -6rem !important;
  }

  .lg\:-left-28 {
    left: -7rem !important;
  }

  .lg\:-left-32 {
    left: -8rem !important;
  }

  .lg\:-left-36 {
    left: -9rem !important;
  }

  .lg\:-left-40 {
    left: -10rem !important;
  }

  .lg\:-left-44 {
    left: -11rem !important;
  }

  .lg\:-left-48 {
    left: -12rem !important;
  }

  .lg\:-left-52 {
    left: -13rem !important;
  }

  .lg\:-left-56 {
    left: -14rem !important;
  }

  .lg\:-left-60 {
    left: -15rem !important;
  }

  .lg\:-left-64 {
    left: -16rem !important;
  }

  .lg\:-left-72 {
    left: -18.5rem !important;
  }

  .lg\:-left-80 {
    left: -20rem !important;
  }

  .lg\:-left-96 {
    left: -24rem !important;
  }

  .lg\:-left-108 {
    left: -26rem !important;
  }

  .lg\:-left-112 {
    left: -28rem !important;
  }

  .lg\:-left-120 {
    left: -30rem !important;
  }

  .lg\:-left-136 {
    left: -34rem !important;
  }

  .lg\:-left-140 {
    left: -42rem !important;
  }

  .lg\:-left-144 {
    left: -36rem !important;
  }

  .lg\:-left-320 {
    left: -80rem !important;
  }

  .lg\:-left-px {
    left: -1px !important;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .lg\:-left-50-em {
    left: -50em !important;
  }

  .lg\:-left-26-em {
    left: -26em !important;
  }

  .lg\:left-1\/2 {
    left: 50% !important;
  }

  .lg\:left-1\/3 {
    left: 33.333333% !important;
  }

  .lg\:left-2\/3 {
    left: 66.666667% !important;
  }

  .lg\:left-1\/4 {
    left: 25% !important;
  }

  .lg\:left-2\/4 {
    left: 50% !important;
  }

  .lg\:left-3\/4 {
    left: 75% !important;
  }

  .lg\:left-full {
    left: 100% !important;
  }

  .lg\:-left-1\/2 {
    left: -50% !important;
  }

  .lg\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .lg\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .lg\:-left-1\/4 {
    left: -25% !important;
  }

  .lg\:-left-2\/4 {
    left: -50% !important;
  }

  .lg\:-left-3\/4 {
    left: -75% !important;
  }

  .lg\:-left-full {
    left: -100% !important;
  }

  .lg\:left-10\/12 {
    left: 83.333333% !important;
  }

  .lg\:left-11\/12 {
    left: 91.666667% !important;
  }

  .lg\:left-\[23\%\] {
    left: 23% !important;
  }

  .lg\:left-\[20\%\] {
    left: 20% !important;
  }

  .lg\:left-\[45\%\] {
    left: 45% !important;
  }

  .lg\:isolate {
    isolation: isolate !important;
  }

  .lg\:isolation-auto {
    isolation: auto !important;
  }

  .lg\:z-0 {
    z-index: 0 !important;
  }

  .lg\:z-10 {
    z-index: 10 !important;
  }

  .lg\:z-20 {
    z-index: 20 !important;
  }

  .lg\:z-30 {
    z-index: 30 !important;
  }

  .lg\:z-40 {
    z-index: 40 !important;
  }

  .lg\:z-50 {
    z-index: 50 !important;
  }

  .lg\:z-auto {
    z-index: auto !important;
  }

  .lg\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .lg\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .lg\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .lg\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .lg\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .lg\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .lg\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .lg\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .lg\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .lg\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .lg\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .lg\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .lg\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .lg\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-2 {
    order: 2 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:order-4 {
    order: 4 !important;
  }

  .lg\:order-5 {
    order: 5 !important;
  }

  .lg\:order-6 {
    order: 6 !important;
  }

  .lg\:order-7 {
    order: 7 !important;
  }

  .lg\:order-8 {
    order: 8 !important;
  }

  .lg\:order-9 {
    order: 9 !important;
  }

  .lg\:order-10 {
    order: 10 !important;
  }

  .lg\:order-11 {
    order: 11 !important;
  }

  .lg\:order-12 {
    order: 12 !important;
  }

  .lg\:order-first {
    order: -9999 !important;
  }

  .lg\:order-last {
    order: 9999 !important;
  }

  .lg\:order-none {
    order: 0 !important;
  }

  .lg\:col-auto {
    grid-column: auto !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .lg\:row-auto {
    grid-row: auto !important;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .lg\:float-right {
    float: right !important;
  }

  .lg\:float-left {
    float: left !important;
  }

  .lg\:float-none {
    float: none !important;
  }

  .lg\:clear-left {
    clear: left !important;
  }

  .lg\:clear-right {
    clear: right !important;
  }

  .lg\:clear-both {
    clear: both !important;
  }

  .lg\:clear-none {
    clear: none !important;
  }

  .lg\:m-0 {
    margin: 0px !important;
  }

  .lg\:m-1 {
    margin: 0.25rem !important;
  }

  .lg\:m-2 {
    margin: 0.5rem !important;
  }

  .lg\:m-3 {
    margin: 0.75rem !important;
  }

  .lg\:m-4 {
    margin: 1rem !important;
  }

  .lg\:m-5 {
    margin: 1.25rem !important;
  }

  .lg\:m-6 {
    margin: 1.5rem !important;
  }

  .lg\:m-7 {
    margin: 1.75rem !important;
  }

  .lg\:m-8 {
    margin: 2rem !important;
  }

  .lg\:m-9 {
    margin: 2.25rem !important;
  }

  .lg\:m-10 {
    margin: 2.5rem !important;
  }

  .lg\:m-11 {
    margin: 2.75rem !important;
  }

  .lg\:m-12 {
    margin: 3rem !important;
  }

  .lg\:m-14 {
    margin: 3.5rem !important;
  }

  .lg\:m-16 {
    margin: 4rem !important;
  }

  .lg\:m-20 {
    margin: 5rem !important;
  }

  .lg\:m-24 {
    margin: 6rem !important;
  }

  .lg\:m-28 {
    margin: 7rem !important;
  }

  .lg\:m-32 {
    margin: 8rem !important;
  }

  .lg\:m-36 {
    margin: 9rem !important;
  }

  .lg\:m-40 {
    margin: 10rem !important;
  }

  .lg\:m-44 {
    margin: 11rem !important;
  }

  .lg\:m-48 {
    margin: 12rem !important;
  }

  .lg\:m-52 {
    margin: 13rem !important;
  }

  .lg\:m-56 {
    margin: 14rem !important;
  }

  .lg\:m-60 {
    margin: 15rem !important;
  }

  .lg\:m-64 {
    margin: 16rem !important;
  }

  .lg\:m-72 {
    margin: 18.5rem !important;
  }

  .lg\:m-80 {
    margin: 20rem !important;
  }

  .lg\:m-96 {
    margin: 24rem !important;
  }

  .lg\:m-108 {
    margin: 26rem !important;
  }

  .lg\:m-112 {
    margin: 28rem !important;
  }

  .lg\:m-120 {
    margin: 30rem !important;
  }

  .lg\:m-136 {
    margin: 34rem !important;
  }

  .lg\:m-140 {
    margin: 42rem !important;
  }

  .lg\:m-144 {
    margin: 36rem !important;
  }

  .lg\:m-320 {
    margin: 80rem !important;
  }

  .lg\:m-auto {
    margin: auto !important;
  }

  .lg\:m-px {
    margin: 1px !important;
  }

  .lg\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .lg\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .lg\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .lg\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .lg\:m-50-em {
    margin: 50em !important;
  }

  .lg\:m-26-em {
    margin: 26em !important;
  }

  .lg\:-m-0 {
    margin: 0px !important;
  }

  .lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .lg\:-m-4 {
    margin: -1rem !important;
  }

  .lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .lg\:-m-7 {
    margin: -1.75rem !important;
  }

  .lg\:-m-8 {
    margin: -2rem !important;
  }

  .lg\:-m-9 {
    margin: -2.25rem !important;
  }

  .lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .lg\:-m-11 {
    margin: -2.75rem !important;
  }

  .lg\:-m-12 {
    margin: -3rem !important;
  }

  .lg\:-m-14 {
    margin: -3.5rem !important;
  }

  .lg\:-m-16 {
    margin: -4rem !important;
  }

  .lg\:-m-20 {
    margin: -5rem !important;
  }

  .lg\:-m-24 {
    margin: -6rem !important;
  }

  .lg\:-m-28 {
    margin: -7rem !important;
  }

  .lg\:-m-32 {
    margin: -8rem !important;
  }

  .lg\:-m-36 {
    margin: -9rem !important;
  }

  .lg\:-m-40 {
    margin: -10rem !important;
  }

  .lg\:-m-44 {
    margin: -11rem !important;
  }

  .lg\:-m-48 {
    margin: -12rem !important;
  }

  .lg\:-m-52 {
    margin: -13rem !important;
  }

  .lg\:-m-56 {
    margin: -14rem !important;
  }

  .lg\:-m-60 {
    margin: -15rem !important;
  }

  .lg\:-m-64 {
    margin: -16rem !important;
  }

  .lg\:-m-72 {
    margin: -18.5rem !important;
  }

  .lg\:-m-80 {
    margin: -20rem !important;
  }

  .lg\:-m-96 {
    margin: -24rem !important;
  }

  .lg\:-m-108 {
    margin: -26rem !important;
  }

  .lg\:-m-112 {
    margin: -28rem !important;
  }

  .lg\:-m-120 {
    margin: -30rem !important;
  }

  .lg\:-m-136 {
    margin: -34rem !important;
  }

  .lg\:-m-140 {
    margin: -42rem !important;
  }

  .lg\:-m-144 {
    margin: -36rem !important;
  }

  .lg\:-m-320 {
    margin: -80rem !important;
  }

  .lg\:-m-px {
    margin: -1px !important;
  }

  .lg\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .lg\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .lg\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .lg\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .lg\:-m-50-em {
    margin: -50em !important;
  }

  .lg\:-m-26-em {
    margin: -26em !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .lg\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .lg\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .lg\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .lg\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .lg\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .lg\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .lg\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .lg\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .lg\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .lg\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .lg\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .lg\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .lg\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .lg\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .lg\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .lg\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .lg\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .lg\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .lg\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .lg\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .lg\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .lg\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .lg\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .lg\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .lg\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .lg\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .lg\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .lg\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .lg\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .lg\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .lg\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .lg\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .lg\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .lg\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .lg\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .lg\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .lg\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .lg\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .lg\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .lg\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .lg\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .lg\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .lg\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .lg\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .lg\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .lg\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .lg\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .lg\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .lg\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .lg\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .lg\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mt-28 {
    margin-top: 7rem !important;
  }

  .lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .lg\:mt-36 {
    margin-top: 9rem !important;
  }

  .lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .lg\:mt-44 {
    margin-top: 11rem !important;
  }

  .lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .lg\:mt-52 {
    margin-top: 13rem !important;
  }

  .lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .lg\:mt-60 {
    margin-top: 15rem !important;
  }

  .lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .lg\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .lg\:mt-80 {
    margin-top: 20rem !important;
  }

  .lg\:mt-96 {
    margin-top: 24rem !important;
  }

  .lg\:mt-108 {
    margin-top: 26rem !important;
  }

  .lg\:mt-112 {
    margin-top: 28rem !important;
  }

  .lg\:mt-120 {
    margin-top: 30rem !important;
  }

  .lg\:mt-136 {
    margin-top: 34rem !important;
  }

  .lg\:mt-140 {
    margin-top: 42rem !important;
  }

  .lg\:mt-144 {
    margin-top: 36rem !important;
  }

  .lg\:mt-320 {
    margin-top: 80rem !important;
  }

  .lg\:mt-auto {
    margin-top: auto !important;
  }

  .lg\:mt-px {
    margin-top: 1px !important;
  }

  .lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .lg\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .lg\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .lg\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .lg\:mt-50-em {
    margin-top: 50em !important;
  }

  .lg\:mt-26-em {
    margin-top: 26em !important;
  }

  .lg\:-mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .lg\:-mt-28 {
    margin-top: -7rem !important;
  }

  .lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .lg\:-mt-36 {
    margin-top: -9rem !important;
  }

  .lg\:-mt-40 {
    margin-top: -10rem !important;
  }

  .lg\:-mt-44 {
    margin-top: -11rem !important;
  }

  .lg\:-mt-48 {
    margin-top: -12rem !important;
  }

  .lg\:-mt-52 {
    margin-top: -13rem !important;
  }

  .lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .lg\:-mt-60 {
    margin-top: -15rem !important;
  }

  .lg\:-mt-64 {
    margin-top: -16rem !important;
  }

  .lg\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .lg\:-mt-80 {
    margin-top: -20rem !important;
  }

  .lg\:-mt-96 {
    margin-top: -24rem !important;
  }

  .lg\:-mt-108 {
    margin-top: -26rem !important;
  }

  .lg\:-mt-112 {
    margin-top: -28rem !important;
  }

  .lg\:-mt-120 {
    margin-top: -30rem !important;
  }

  .lg\:-mt-136 {
    margin-top: -34rem !important;
  }

  .lg\:-mt-140 {
    margin-top: -42rem !important;
  }

  .lg\:-mt-144 {
    margin-top: -36rem !important;
  }

  .lg\:-mt-320 {
    margin-top: -80rem !important;
  }

  .lg\:-mt-px {
    margin-top: -1px !important;
  }

  .lg\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .lg\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .lg\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .lg\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .lg\:-mt-50-em {
    margin-top: -50em !important;
  }

  .lg\:-mt-26-em {
    margin-top: -26em !important;
  }

  .lg\:mr-0 {
    margin-right: 0px !important;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .lg\:mr-28 {
    margin-right: 7rem !important;
  }

  .lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .lg\:mr-36 {
    margin-right: 9rem !important;
  }

  .lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .lg\:mr-44 {
    margin-right: 11rem !important;
  }

  .lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .lg\:mr-52 {
    margin-right: 13rem !important;
  }

  .lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .lg\:mr-60 {
    margin-right: 15rem !important;
  }

  .lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .lg\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .lg\:mr-80 {
    margin-right: 20rem !important;
  }

  .lg\:mr-96 {
    margin-right: 24rem !important;
  }

  .lg\:mr-108 {
    margin-right: 26rem !important;
  }

  .lg\:mr-112 {
    margin-right: 28rem !important;
  }

  .lg\:mr-120 {
    margin-right: 30rem !important;
  }

  .lg\:mr-136 {
    margin-right: 34rem !important;
  }

  .lg\:mr-140 {
    margin-right: 42rem !important;
  }

  .lg\:mr-144 {
    margin-right: 36rem !important;
  }

  .lg\:mr-320 {
    margin-right: 80rem !important;
  }

  .lg\:mr-auto {
    margin-right: auto !important;
  }

  .lg\:mr-px {
    margin-right: 1px !important;
  }

  .lg\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .lg\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .lg\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .lg\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .lg\:mr-50-em {
    margin-right: 50em !important;
  }

  .lg\:mr-26-em {
    margin-right: 26em !important;
  }

  .lg\:-mr-0 {
    margin-right: 0px !important;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .lg\:-mr-28 {
    margin-right: -7rem !important;
  }

  .lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .lg\:-mr-36 {
    margin-right: -9rem !important;
  }

  .lg\:-mr-40 {
    margin-right: -10rem !important;
  }

  .lg\:-mr-44 {
    margin-right: -11rem !important;
  }

  .lg\:-mr-48 {
    margin-right: -12rem !important;
  }

  .lg\:-mr-52 {
    margin-right: -13rem !important;
  }

  .lg\:-mr-56 {
    margin-right: -14rem !important;
  }

  .lg\:-mr-60 {
    margin-right: -15rem !important;
  }

  .lg\:-mr-64 {
    margin-right: -16rem !important;
  }

  .lg\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .lg\:-mr-80 {
    margin-right: -20rem !important;
  }

  .lg\:-mr-96 {
    margin-right: -24rem !important;
  }

  .lg\:-mr-108 {
    margin-right: -26rem !important;
  }

  .lg\:-mr-112 {
    margin-right: -28rem !important;
  }

  .lg\:-mr-120 {
    margin-right: -30rem !important;
  }

  .lg\:-mr-136 {
    margin-right: -34rem !important;
  }

  .lg\:-mr-140 {
    margin-right: -42rem !important;
  }

  .lg\:-mr-144 {
    margin-right: -36rem !important;
  }

  .lg\:-mr-320 {
    margin-right: -80rem !important;
  }

  .lg\:-mr-px {
    margin-right: -1px !important;
  }

  .lg\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .lg\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .lg\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .lg\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .lg\:-mr-50-em {
    margin-right: -50em !important;
  }

  .lg\:-mr-26-em {
    margin-right: -26em !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .lg\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .lg\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .lg\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .lg\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .lg\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .lg\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .lg\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .lg\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .lg\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .lg\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .lg\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .lg\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .lg\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .lg\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .lg\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .lg\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .lg\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .lg\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .lg\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .lg\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .lg\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .lg\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .lg\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .lg\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .lg\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .lg\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .lg\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .lg\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .lg\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .lg\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .lg\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .lg\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .lg\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .lg\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .lg\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .lg\:ml-0 {
    margin-left: 0px !important;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .lg\:ml-28 {
    margin-left: 7rem !important;
  }

  .lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .lg\:ml-36 {
    margin-left: 9rem !important;
  }

  .lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .lg\:ml-44 {
    margin-left: 11rem !important;
  }

  .lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .lg\:ml-52 {
    margin-left: 13rem !important;
  }

  .lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .lg\:ml-60 {
    margin-left: 15rem !important;
  }

  .lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .lg\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .lg\:ml-80 {
    margin-left: 20rem !important;
  }

  .lg\:ml-96 {
    margin-left: 24rem !important;
  }

  .lg\:ml-108 {
    margin-left: 26rem !important;
  }

  .lg\:ml-112 {
    margin-left: 28rem !important;
  }

  .lg\:ml-120 {
    margin-left: 30rem !important;
  }

  .lg\:ml-136 {
    margin-left: 34rem !important;
  }

  .lg\:ml-140 {
    margin-left: 42rem !important;
  }

  .lg\:ml-144 {
    margin-left: 36rem !important;
  }

  .lg\:ml-320 {
    margin-left: 80rem !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:ml-px {
    margin-left: 1px !important;
  }

  .lg\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .lg\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .lg\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .lg\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .lg\:ml-50-em {
    margin-left: 50em !important;
  }

  .lg\:ml-26-em {
    margin-left: 26em !important;
  }

  .lg\:-ml-0 {
    margin-left: 0px !important;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .lg\:-ml-28 {
    margin-left: -7rem !important;
  }

  .lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .lg\:-ml-36 {
    margin-left: -9rem !important;
  }

  .lg\:-ml-40 {
    margin-left: -10rem !important;
  }

  .lg\:-ml-44 {
    margin-left: -11rem !important;
  }

  .lg\:-ml-48 {
    margin-left: -12rem !important;
  }

  .lg\:-ml-52 {
    margin-left: -13rem !important;
  }

  .lg\:-ml-56 {
    margin-left: -14rem !important;
  }

  .lg\:-ml-60 {
    margin-left: -15rem !important;
  }

  .lg\:-ml-64 {
    margin-left: -16rem !important;
  }

  .lg\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .lg\:-ml-80 {
    margin-left: -20rem !important;
  }

  .lg\:-ml-96 {
    margin-left: -24rem !important;
  }

  .lg\:-ml-108 {
    margin-left: -26rem !important;
  }

  .lg\:-ml-112 {
    margin-left: -28rem !important;
  }

  .lg\:-ml-120 {
    margin-left: -30rem !important;
  }

  .lg\:-ml-136 {
    margin-left: -34rem !important;
  }

  .lg\:-ml-140 {
    margin-left: -42rem !important;
  }

  .lg\:-ml-144 {
    margin-left: -36rem !important;
  }

  .lg\:-ml-320 {
    margin-left: -80rem !important;
  }

  .lg\:-ml-px {
    margin-left: -1px !important;
  }

  .lg\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .lg\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .lg\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .lg\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .lg\:-ml-50-em {
    margin-left: -50em !important;
  }

  .lg\:-ml-26-em {
    margin-left: -26em !important;
  }

  .lg\:box-border {
    box-sizing: border-box !important;
  }

  .lg\:box-content {
    box-sizing: content-box !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline-block {
    display: inline-block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:inline-flex {
    display: inline-flex !important;
  }

  .lg\:table {
    display: table !important;
  }

  .lg\:inline-table {
    display: inline-table !important;
  }

  .lg\:table-caption {
    display: table-caption !important;
  }

  .lg\:table-cell {
    display: table-cell !important;
  }

  .lg\:table-column {
    display: table-column !important;
  }

  .lg\:table-column-group {
    display: table-column-group !important;
  }

  .lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .lg\:table-header-group {
    display: table-header-group !important;
  }

  .lg\:table-row-group {
    display: table-row-group !important;
  }

  .lg\:table-row {
    display: table-row !important;
  }

  .lg\:flow-root {
    display: flow-root !important;
  }

  .lg\:grid {
    display: grid !important;
  }

  .lg\:inline-grid {
    display: inline-grid !important;
  }

  .lg\:contents {
    display: contents !important;
  }

  .lg\:list-item {
    display: list-item !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-0 {
    height: 0px !important;
  }

  .lg\:h-1 {
    height: 0.25rem !important;
  }

  .lg\:h-2 {
    height: 0.5rem !important;
  }

  .lg\:h-3 {
    height: 0.75rem !important;
  }

  .lg\:h-4 {
    height: 1rem !important;
  }

  .lg\:h-5 {
    height: 1.25rem !important;
  }

  .lg\:h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-7 {
    height: 1.75rem !important;
  }

  .lg\:h-8 {
    height: 2rem !important;
  }

  .lg\:h-9 {
    height: 2.25rem !important;
  }

  .lg\:h-10 {
    height: 2.5rem !important;
  }

  .lg\:h-11 {
    height: 2.75rem !important;
  }

  .lg\:h-12 {
    height: 3rem !important;
  }

  .lg\:h-14 {
    height: 3.5rem !important;
  }

  .lg\:h-16 {
    height: 4rem !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-24 {
    height: 6rem !important;
  }

  .lg\:h-28 {
    height: 7rem !important;
  }

  .lg\:h-32 {
    height: 8rem !important;
  }

  .lg\:h-36 {
    height: 9rem !important;
  }

  .lg\:h-40 {
    height: 10rem !important;
  }

  .lg\:h-44 {
    height: 11rem !important;
  }

  .lg\:h-48 {
    height: 12rem !important;
  }

  .lg\:h-52 {
    height: 13rem !important;
  }

  .lg\:h-56 {
    height: 14rem !important;
  }

  .lg\:h-60 {
    height: 15rem !important;
  }

  .lg\:h-64 {
    height: 16rem !important;
  }

  .lg\:h-72 {
    height: 18.5rem !important;
  }

  .lg\:h-80 {
    height: 20rem !important;
  }

  .lg\:h-88 {
    height: 22rem !important;
  }

  .lg\:h-89 {
    height: 26rem !important;
  }

  .lg\:h-90 {
    height: 30rem !important;
  }

  .lg\:h-96 {
    height: 24rem !important;
  }

  .lg\:h-108 {
    height: 26rem !important;
  }

  .lg\:h-112 {
    height: 28rem !important;
  }

  .lg\:h-120 {
    height: 30rem !important;
  }

  .lg\:h-128 {
    height: 32rem !important;
  }

  .lg\:h-136 {
    height: 34rem !important;
  }

  .lg\:h-140 {
    height: 42rem !important;
  }

  .lg\:h-144 {
    height: 36rem !important;
  }

  .lg\:h-288 {
    height: 40rem !important;
  }

  .lg\:h-320 {
    height: 80rem !important;
  }

  .lg\:h-768 {
    height: 45rem !important;
  }

  .lg\:h-800 {
    height: 50rem !important;
  }

  .lg\:h-856 {
    height: 65rem !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-px {
    height: 1px !important;
  }

  .lg\:h-0\.5 {
    height: 0.125rem !important;
  }

  .lg\:h-1\.5 {
    height: 0.375rem !important;
  }

  .lg\:h-2\.5 {
    height: 0.625rem !important;
  }

  .lg\:h-3\.5 {
    height: 0.875rem !important;
  }

  .lg\:h-50-em {
    height: 50em !important;
  }

  .lg\:h-26-em {
    height: 26em !important;
  }

  .lg\:h-1\/2 {
    height: 50% !important;
  }

  .lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .lg\:h-2\/3 {
    height: 66.666667% !important;
  }

  .lg\:h-1\/4 {
    height: 25% !important;
  }

  .lg\:h-2\/4 {
    height: 50% !important;
  }

  .lg\:h-3\/4 {
    height: 75% !important;
  }

  .lg\:h-1\/5 {
    height: 20% !important;
  }

  .lg\:h-2\/5 {
    height: 40% !important;
  }

  .lg\:h-3\/5 {
    height: 60% !important;
  }

  .lg\:h-4\/5 {
    height: 80% !important;
  }

  .lg\:h-1\/6 {
    height: 16.666667% !important;
  }

  .lg\:h-2\/6 {
    height: 33.333333% !important;
  }

  .lg\:h-3\/6 {
    height: 50% !important;
  }

  .lg\:h-4\/6 {
    height: 66.666667% !important;
  }

  .lg\:h-5\/6 {
    height: 83.333333% !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-screen {
    height: 100vh !important;
  }

  .lg\:h-\[300px\] {
    height: 300px !important;
  }

  .lg\:h-\[130px\] {
    height: 130px !important;
  }

  .lg\:max-h-0 {
    max-height: 0px !important;
  }

  .lg\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .lg\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .lg\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .lg\:max-h-4 {
    max-height: 1rem !important;
  }

  .lg\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .lg\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .lg\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .lg\:max-h-8 {
    max-height: 2rem !important;
  }

  .lg\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .lg\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .lg\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .lg\:max-h-12 {
    max-height: 3rem !important;
  }

  .lg\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .lg\:max-h-16 {
    max-height: 4rem !important;
  }

  .lg\:max-h-20 {
    max-height: 5rem !important;
  }

  .lg\:max-h-24 {
    max-height: 6rem !important;
  }

  .lg\:max-h-28 {
    max-height: 7rem !important;
  }

  .lg\:max-h-32 {
    max-height: 8rem !important;
  }

  .lg\:max-h-36 {
    max-height: 9rem !important;
  }

  .lg\:max-h-40 {
    max-height: 10rem !important;
  }

  .lg\:max-h-44 {
    max-height: 11rem !important;
  }

  .lg\:max-h-48 {
    max-height: 12rem !important;
  }

  .lg\:max-h-52 {
    max-height: 13rem !important;
  }

  .lg\:max-h-56 {
    max-height: 14rem !important;
  }

  .lg\:max-h-60 {
    max-height: 15rem !important;
  }

  .lg\:max-h-64 {
    max-height: 16rem !important;
  }

  .lg\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .lg\:max-h-80 {
    max-height: 20rem !important;
  }

  .lg\:max-h-96 {
    max-height: 24rem !important;
  }

  .lg\:max-h-108 {
    max-height: 26rem !important;
  }

  .lg\:max-h-112 {
    max-height: 28rem !important;
  }

  .lg\:max-h-120 {
    max-height: 30rem !important;
  }

  .lg\:max-h-136 {
    max-height: 34rem !important;
  }

  .lg\:max-h-140 {
    max-height: 42rem !important;
  }

  .lg\:max-h-144 {
    max-height: 36rem !important;
  }

  .lg\:max-h-320 {
    max-height: 80rem !important;
  }

  .lg\:max-h-768 {
    max-height: 45rem !important;
  }

  .lg\:max-h-px {
    max-height: 1px !important;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .lg\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .lg\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .lg\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .lg\:max-h-50-em {
    max-height: 50em !important;
  }

  .lg\:max-h-26-em {
    max-height: 26em !important;
  }

  .lg\:max-h-full {
    max-height: 100% !important;
  }

  .lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .lg\:max-h-8xl {
    max-height: 88rem !important;
  }

  .lg\:max-h-9xl {
    max-height: 95rem !important;
  }

  .lg\:max-h-sxl {
    max-height: 90% !important;
  }

  .lg\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .lg\:min-h-0 {
    min-height: 0px !important;
  }

  .lg\:min-h-32 {
    min-height: 8rem !important;
  }

  .lg\:min-h-40 {
    min-height: 10rem !important;
  }

  .lg\:min-h-44 {
    min-height: 11rem !important;
  }

  .lg\:min-h-48 {
    min-height: 12rem !important;
  }

  .lg\:min-h-768 {
    min-height: 45rem !important;
  }

  .lg\:min-h-full {
    min-height: 100% !important;
  }

  .lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .lg\:w-0 {
    width: 0px !important;
  }

  .lg\:w-1 {
    width: 0.25rem !important;
  }

  .lg\:w-2 {
    width: 0.5rem !important;
  }

  .lg\:w-3 {
    width: 0.75rem !important;
  }

  .lg\:w-4 {
    width: 1rem !important;
  }

  .lg\:w-5 {
    width: 1.25rem !important;
  }

  .lg\:w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-7 {
    width: 1.75rem !important;
  }

  .lg\:w-8 {
    width: 2rem !important;
  }

  .lg\:w-9 {
    width: 2.25rem !important;
  }

  .lg\:w-10 {
    width: 2.5rem !important;
  }

  .lg\:w-11 {
    width: 2.75rem !important;
  }

  .lg\:w-12 {
    width: 3rem !important;
  }

  .lg\:w-14 {
    width: 3.5rem !important;
  }

  .lg\:w-16 {
    width: 4rem !important;
  }

  .lg\:w-20 {
    width: 5rem !important;
  }

  .lg\:w-24 {
    width: 6rem !important;
  }

  .lg\:w-28 {
    width: 7rem !important;
  }

  .lg\:w-32 {
    width: 8rem !important;
  }

  .lg\:w-36 {
    width: 9rem !important;
  }

  .lg\:w-40 {
    width: 10rem !important;
  }

  .lg\:w-44 {
    width: 11rem !important;
  }

  .lg\:w-48 {
    width: 12rem !important;
  }

  .lg\:w-52 {
    width: 13rem !important;
  }

  .lg\:w-56 {
    width: 14rem !important;
  }

  .lg\:w-60 {
    width: 15rem !important;
  }

  .lg\:w-64 {
    width: 16rem !important;
  }

  .lg\:w-72 {
    width: 18.5rem !important;
  }

  .lg\:w-80 {
    width: 20rem !important;
  }

  .lg\:w-96 {
    width: 24rem !important;
  }

  .lg\:w-100 {
    width: 25rem !important;
  }

  .lg\:w-108 {
    width: 26rem !important;
  }

  .lg\:w-112 {
    width: 28rem !important;
  }

  .lg\:w-120 {
    width: 30rem !important;
  }

  .lg\:w-128 {
    width: 32rem !important;
  }

  .lg\:w-132 {
    width: 33rem !important;
  }

  .lg\:w-136 {
    width: 34rem !important;
  }

  .lg\:w-140 {
    width: 35rem !important;
  }

  .lg\:w-144 {
    width: 36rem !important;
  }

  .lg\:w-160 {
    width: 40rem !important;
  }

  .lg\:w-180 {
    width: 45rem !important;
  }

  .lg\:w-190 {
    width: 47rem !important;
  }

  .lg\:w-195 {
    width: 50rem !important;
  }

  .lg\:w-200 {
    width: 75rem !important;
  }

  .lg\:w-320 {
    width: 80rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-px {
    width: 1px !important;
  }

  .lg\:w-0\.5 {
    width: 0.125rem !important;
  }

  .lg\:w-1\.5 {
    width: 0.375rem !important;
  }

  .lg\:w-2\.5 {
    width: 0.625rem !important;
  }

  .lg\:w-3\.5 {
    width: 0.875rem !important;
  }

  .lg\:w-50-em {
    width: 50em !important;
  }

  .lg\:w-26-em {
    width: 26em !important;
  }

  .lg\:w-1\/2 {
    width: 50% !important;
  }

  .lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .lg\:w-1\/4 {
    width: 25% !important;
  }

  .lg\:w-2\/4 {
    width: 50% !important;
  }

  .lg\:w-3\/4 {
    width: 75% !important;
  }

  .lg\:w-1\/5 {
    width: 20% !important;
  }

  .lg\:w-2\/5 {
    width: 40% !important;
  }

  .lg\:w-3\/5 {
    width: 60% !important;
  }

  .lg\:w-4\/5 {
    width: 80% !important;
  }

  .lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .lg\:w-3\/6 {
    width: 50% !important;
  }

  .lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .lg\:w-3\/12 {
    width: 25% !important;
  }

  .lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .lg\:w-6\/12 {
    width: 50% !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .lg\:w-9\/12 {
    width: 75% !important;
  }

  .lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:w-screen {
    width: 100vw !important;
  }

  .lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .lg\:w-\[350px\] {
    width: 350px !important;
  }

  .lg\:w-\[127px\] {
    width: 127px !important;
  }

  .lg\:w-\[300px\] {
    width: 300px !important;
  }

  .lg\:w-\[600px\] {
    width: 600px !important;
  }

  .lg\:w-\[140px\] {
    width: 140px !important;
  }

  .lg\:w-\[170px\] {
    width: 170px !important;
  }

  .lg\:w-\[150px\] {
    width: 150px !important;
  }

  .lg\:w-\[130px\] {
    width: 130px !important;
  }

  .lg\:min-w-0 {
    min-width: 0px !important;
  }

  .lg\:min-w-full {
    min-width: 100% !important;
  }

  .lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .lg\:max-w-0 {
    max-width: 0rem !important;
  }

  .lg\:max-w-none {
    max-width: none !important;
  }

  .lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .lg\:max-w-md {
    max-width: 28rem !important;
  }

  .lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .lg\:max-w-7xl {
    max-width: 80rem !important;
  }

  .lg\:max-w-full {
    max-width: 100% !important;
  }

  .lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .lg\:max-w-prose {
    max-width: 65ch !important;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .lg\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .lg\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .lg\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .lg\:max-w-8xl {
    max-width: 88rem !important;
  }

  .lg\:max-w-9xl {
    max-width: 95rem !important;
  }

  .lg\:max-w-sxl {
    max-width: 90% !important;
  }

  .lg\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .lg\:flex-none {
    flex: none !important;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .lg\:table-auto {
    table-layout: auto !important;
  }

  .lg\:table-fixed {
    table-layout: fixed !important;
  }

  .lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .lg\:border-separate {
    border-collapse: separate !important;
  }

  .lg\:origin-center {
    transform-origin: center !important;
  }

  .lg\:origin-top {
    transform-origin: top !important;
  }

  .lg\:origin-top-right {
    transform-origin: top right !important;
  }

  .lg\:origin-right {
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom {
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .lg\:origin-left {
    transform-origin: left !important;
  }

  .lg\:origin-top-left {
    transform-origin: top left !important;
  }

  .lg\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:transform-none {
    transform: none !important;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .lg\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .lg\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .lg\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .lg\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .lg\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .lg\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .lg\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .lg\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .lg\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .lg\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .lg\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .lg\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .lg\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .lg\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .lg\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .lg\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .lg\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .lg\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .lg\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .lg\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .lg\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .lg\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .lg\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .lg\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .lg\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .lg\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .lg\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .lg\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .lg\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .lg\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .lg\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .lg\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .lg\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .lg\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .lg\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .lg\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .lg\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .lg\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .lg\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .lg\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .lg\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .lg\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .lg\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .lg\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .lg\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .lg\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .lg\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .lg\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .lg\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .lg\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .lg\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .lg\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .lg\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .lg\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .lg\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .lg\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .lg\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .lg\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .lg\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .lg\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .lg\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .lg\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .lg\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .lg\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .lg\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .lg\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .lg\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .lg\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .lg\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .lg\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .lg\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .lg\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .lg\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .lg\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .lg\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .lg\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .lg\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .lg\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .lg\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .lg\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .lg\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .lg\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .lg\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .lg\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .lg\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .lg\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .lg\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .lg\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .lg\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .lg\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .lg\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .lg\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .lg\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .lg\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .lg\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .lg\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .lg\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .lg\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .lg\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .lg\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .lg\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .lg\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .lg\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .lg\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .lg\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .lg\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .lg\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .lg\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .lg\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .lg\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .lg\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .lg\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .lg\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .lg\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .lg\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .lg\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .lg\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .lg\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .lg\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .lg\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .lg\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .lg\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .lg\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .lg\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .lg\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .lg\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .lg\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .lg\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .lg\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .lg\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .lg\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .lg\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .lg\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .lg\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .lg\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .lg\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .lg\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .lg\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .lg\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .lg\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .lg\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .lg\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .lg\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .lg\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .lg\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .lg\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .lg\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .lg\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .lg\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .lg\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .lg\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .lg\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .lg\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .lg\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .lg\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .lg\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .lg\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .lg\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .lg\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .lg\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .lg\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .lg\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .lg\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .lg\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .lg\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .lg\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .lg\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .lg\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .lg\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .lg\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .lg\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .lg\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .lg\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .lg\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .lg\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .lg\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .lg\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .lg\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .lg\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .lg\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .lg\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .lg\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .lg\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .lg\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .lg\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .lg\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .lg\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .lg\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .lg\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .lg\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .lg\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .lg\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .lg\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .lg\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .lg\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .lg\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .lg\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .lg\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .lg\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .lg\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .lg\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .lg\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .lg\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .lg\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .lg\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .lg\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .lg\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .lg\:animate-none {
    animation: none !important;
  }

  .lg\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .lg\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:cursor-auto {
    cursor: auto !important;
  }

  .lg\:cursor-default {
    cursor: default !important;
  }

  .lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .lg\:cursor-wait {
    cursor: wait !important;
  }

  .lg\:cursor-text {
    cursor: text !important;
  }

  .lg\:cursor-move {
    cursor: move !important;
  }

  .lg\:cursor-help {
    cursor: help !important;
  }

  .lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:resize-none {
    resize: none !important;
  }

  .lg\:resize-y {
    resize: vertical !important;
  }

  .lg\:resize-x {
    resize: horizontal !important;
  }

  .lg\:resize {
    resize: both !important;
  }

  .lg\:list-inside {
    list-style-position: inside !important;
  }

  .lg\:list-outside {
    list-style-position: outside !important;
  }

  .lg\:list-none {
    list-style-type: none !important;
  }

  .lg\:list-disc {
    list-style-type: disc !important;
  }

  .lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .lg\:place-content-center {
    place-content: center !important;
  }

  .lg\:place-content-start {
    place-content: start !important;
  }

  .lg\:place-content-end {
    place-content: end !important;
  }

  .lg\:place-content-between {
    place-content: space-between !important;
  }

  .lg\:place-content-around {
    place-content: space-around !important;
  }

  .lg\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .lg\:place-content-stretch {
    place-content: stretch !important;
  }

  .lg\:place-items-start {
    place-items: start !important;
  }

  .lg\:place-items-end {
    place-items: end !important;
  }

  .lg\:place-items-center {
    place-items: center !important;
  }

  .lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .lg\:content-center {
    align-content: center !important;
  }

  .lg\:content-start {
    align-content: flex-start !important;
  }

  .lg\:content-end {
    align-content: flex-end !important;
  }

  .lg\:content-between {
    align-content: space-between !important;
  }

  .lg\:content-around {
    align-content: space-around !important;
  }

  .lg\:content-evenly {
    align-content: space-evenly !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:items-center {
    align-items: center !important;
  }

  .lg\:items-baseline {
    align-items: baseline !important;
  }

  .lg\:items-stretch {
    align-items: stretch !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-end {
    justify-content: flex-end !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:justify-between {
    justify-content: space-between !important;
  }

  .lg\:justify-around {
    justify-content: space-around !important;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .lg\:justify-items-start {
    justify-items: start !important;
  }

  .lg\:justify-items-end {
    justify-items: end !important;
  }

  .lg\:justify-items-center {
    justify-items: center !important;
  }

  .lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-1 {
    gap: 0.25rem !important;
  }

  .lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .lg\:gap-3 {
    gap: 0.75rem !important;
  }

  .lg\:gap-4 {
    gap: 1rem !important;
  }

  .lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-7 {
    gap: 1.75rem !important;
  }

  .lg\:gap-8 {
    gap: 2rem !important;
  }

  .lg\:gap-9 {
    gap: 2.25rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .lg\:gap-11 {
    gap: 2.75rem !important;
  }

  .lg\:gap-12 {
    gap: 3rem !important;
  }

  .lg\:gap-14 {
    gap: 3.5rem !important;
  }

  .lg\:gap-16 {
    gap: 4rem !important;
  }

  .lg\:gap-20 {
    gap: 5rem !important;
  }

  .lg\:gap-24 {
    gap: 6rem !important;
  }

  .lg\:gap-28 {
    gap: 7rem !important;
  }

  .lg\:gap-32 {
    gap: 8rem !important;
  }

  .lg\:gap-36 {
    gap: 9rem !important;
  }

  .lg\:gap-40 {
    gap: 10rem !important;
  }

  .lg\:gap-44 {
    gap: 11rem !important;
  }

  .lg\:gap-48 {
    gap: 12rem !important;
  }

  .lg\:gap-52 {
    gap: 13rem !important;
  }

  .lg\:gap-56 {
    gap: 14rem !important;
  }

  .lg\:gap-60 {
    gap: 15rem !important;
  }

  .lg\:gap-64 {
    gap: 16rem !important;
  }

  .lg\:gap-72 {
    gap: 18.5rem !important;
  }

  .lg\:gap-80 {
    gap: 20rem !important;
  }

  .lg\:gap-96 {
    gap: 24rem !important;
  }

  .lg\:gap-108 {
    gap: 26rem !important;
  }

  .lg\:gap-112 {
    gap: 28rem !important;
  }

  .lg\:gap-120 {
    gap: 30rem !important;
  }

  .lg\:gap-136 {
    gap: 34rem !important;
  }

  .lg\:gap-140 {
    gap: 42rem !important;
  }

  .lg\:gap-144 {
    gap: 36rem !important;
  }

  .lg\:gap-320 {
    gap: 80rem !important;
  }

  .lg\:gap-px {
    gap: 1px !important;
  }

  .lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .lg\:gap-50-em {
    gap: 50em !important;
  }

  .lg\:gap-26-em {
    gap: 26em !important;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .lg\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .lg\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .lg\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .lg\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .lg\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .lg\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .lg\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .lg\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .lg\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .lg\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .lg\:gap-y-0 {
    row-gap: 0px !important;
  }

  .lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .lg\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .lg\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .lg\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .lg\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .lg\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .lg\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .lg\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .lg\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .lg\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .lg\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .lg\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .lg\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .lg\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .lg\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .lg\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .lg\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .lg\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .lg\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .lg\:gap-y-px {
    row-gap: 1px !important;
  }

  .lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .lg\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .lg\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .lg\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .lg\:place-self-auto {
    place-self: auto !important;
  }

  .lg\:place-self-start {
    place-self: start !important;
  }

  .lg\:place-self-end {
    place-self: end !important;
  }

  .lg\:place-self-center {
    place-self: center !important;
  }

  .lg\:place-self-stretch {
    place-self: stretch !important;
  }

  .lg\:self-auto {
    align-self: auto !important;
  }

  .lg\:self-start {
    align-self: flex-start !important;
  }

  .lg\:self-end {
    align-self: flex-end !important;
  }

  .lg\:self-center {
    align-self: center !important;
  }

  .lg\:self-stretch {
    align-self: stretch !important;
  }

  .lg\:self-baseline {
    align-self: baseline !important;
  }

  .lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .lg\:justify-self-start {
    justify-self: start !important;
  }

  .lg\:justify-self-end {
    justify-self: end !important;
  }

  .lg\:justify-self-center {
    justify-self: center !important;
  }

  .lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .lg\:overflow-auto {
    overflow: auto !important;
  }

  .lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .lg\:overflow-visible {
    overflow: visible !important;
  }

  .lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .lg\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .lg\:overflow-clip {
    text-overflow: clip !important;
  }

  .lg\:whitespace-normal {
    white-space: normal !important;
  }

  .lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .lg\:whitespace-pre {
    white-space: pre !important;
  }

  .lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words {
    overflow-wrap: break-word !important;
  }

  .lg\:break-all {
    word-break: break-all !important;
  }

  .lg\:rounded-none {
    border-radius: 0px !important;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .lg\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .lg\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .lg\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .lg\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .lg\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .lg\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .lg\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .lg\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .lg\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .lg\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .lg\:border-0 {
    border-width: 0px !important;
  }

  .lg\:border-2 {
    border-width: 2px !important;
  }

  .lg\:border-4 {
    border-width: 4px !important;
  }

  .lg\:border-8 {
    border-width: 8px !important;
  }

  .lg\:border-12 {
    border-width: 12px !important;
  }

  .lg\:border-18 {
    border-width: 18px !important;
  }

  .lg\:border {
    border-width: 1px !important;
  }

  .lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .lg\:border-t-12 {
    border-top-width: 12px !important;
  }

  .lg\:border-t-18 {
    border-top-width: 18px !important;
  }

  .lg\:border-t {
    border-top-width: 1px !important;
  }

  .lg\:border-r-0 {
    border-right-width: 0px !important;
  }

  .lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .lg\:border-r-12 {
    border-right-width: 12px !important;
  }

  .lg\:border-r-18 {
    border-right-width: 18px !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .lg\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .lg\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .lg\:border-l-0 {
    border-left-width: 0px !important;
  }

  .lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .lg\:border-l-12 {
    border-left-width: 12px !important;
  }

  .lg\:border-l-18 {
    border-left-width: 18px !important;
  }

  .lg\:border-l {
    border-left-width: 1px !important;
  }

  .lg\:border-solid {
    border-style: solid !important;
  }

  .lg\:border-dashed {
    border-style: dashed !important;
  }

  .lg\:border-dotted {
    border-style: dotted !important;
  }

  .lg\:border-double {
    border-style: double !important;
  }

  .lg\:border-none {
    border-style: none !important;
  }

  .lg\:border-transparent {
    border-color: transparent !important;
  }

  .lg\:border-current {
    border-color: currentColor !important;
  }

  .lg\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .lg\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .lg\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .lg\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .lg\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .lg\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .lg\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .lg\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .lg\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .lg\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .lg\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .lg\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .lg\:bg-transparent {
    background-color: transparent !important;
  }

  .lg\:bg-current {
    background-color: currentColor !important;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .lg\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .lg\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .lg\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .lg\:bg-none {
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .lg\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .lg\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .lg\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .lg\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .lg\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .lg\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .lg\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .lg\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .lg\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .lg\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .lg\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .lg\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .lg\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .lg\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .lg\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .lg\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .lg\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .lg\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .lg\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .lg\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .lg\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .lg\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .lg\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .lg\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .lg\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .lg\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .lg\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .lg\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .lg\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .lg\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .lg\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .lg\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .lg\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .lg\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .lg\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .lg\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .lg\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .lg\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .lg\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .lg\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .lg\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .lg\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .lg\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .lg\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .lg\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .lg\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .lg\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .lg\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .lg\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .lg\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .lg\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .lg\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .lg\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .lg\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .lg\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .lg\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .lg\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .lg\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .lg\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .lg\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .lg\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .lg\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .lg\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .lg\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .lg\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .lg\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .lg\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .lg\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .lg\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .lg\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .lg\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .lg\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .lg\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .lg\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .lg\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .lg\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .lg\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .lg\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .lg\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .lg\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .lg\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .lg\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .lg\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .lg\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .lg\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .lg\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .lg\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .lg\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .lg\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .lg\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .lg\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .lg\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .lg\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .lg\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .lg\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .lg\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .lg\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .lg\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .lg\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .lg\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .lg\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .lg\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .lg\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .lg\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .lg\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .lg\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .lg\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .lg\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .lg\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .lg\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .lg\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .lg\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .lg\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .lg\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .lg\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .lg\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .lg\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .lg\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .lg\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .lg\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .lg\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .lg\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .lg\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .lg\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .lg\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .lg\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .lg\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .lg\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .lg\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .lg\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .lg\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .lg\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .lg\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .lg\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .lg\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .lg\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .lg\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .lg\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .lg\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .lg\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .lg\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .lg\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .lg\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .lg\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .lg\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .lg\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .lg\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .lg\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .lg\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .lg\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .lg\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .lg\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .lg\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .lg\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .lg\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .lg\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .lg\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .lg\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .lg\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .lg\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .lg\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .lg\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .lg\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .lg\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .lg\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .lg\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .lg\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .lg\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .lg\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .lg\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .lg\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .lg\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .lg\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .lg\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .lg\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .lg\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .lg\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .lg\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .lg\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .lg\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .lg\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .lg\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .lg\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .lg\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .lg\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .lg\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .lg\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .lg\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .lg\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .lg\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .lg\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .lg\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .lg\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .lg\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .lg\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .lg\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .lg\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .lg\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .lg\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .lg\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .lg\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .lg\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .lg\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .lg\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .lg\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .lg\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .lg\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .lg\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .lg\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .lg\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .lg\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .lg\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .lg\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .lg\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .lg\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .lg\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .lg\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .lg\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .lg\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .lg\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .lg\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .lg\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .lg\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .lg\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .lg\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .lg\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .lg\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .lg\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .lg\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .lg\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .lg\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .lg\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .lg\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .lg\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .lg\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .lg\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .lg\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .lg\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .lg\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .lg\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .lg\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .lg\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .lg\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .lg\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .lg\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .lg\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .lg\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .lg\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .lg\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .lg\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .lg\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .lg\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .lg\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .lg\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .lg\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .lg\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .lg\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .lg\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .lg\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .lg\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .lg\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .lg\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .lg\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .lg\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .lg\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .lg\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .lg\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .lg\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .lg\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .lg\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .lg\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .lg\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .lg\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .lg\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .lg\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .lg\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .lg\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .lg\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .lg\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .lg\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .lg\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .lg\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .lg\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .lg\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .lg\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .lg\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .lg\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .lg\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .lg\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .lg\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .lg\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .lg\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .lg\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .lg\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .lg\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .lg\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .lg\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .lg\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .lg\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .lg\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .lg\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .lg\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .lg\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .lg\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .lg\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .lg\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .lg\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .lg\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .lg\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .lg\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .lg\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .lg\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .lg\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .lg\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .lg\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .lg\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .lg\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .lg\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .lg\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .lg\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .lg\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .lg\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .lg\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .lg\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .lg\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .lg\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .lg\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .lg\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .lg\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .lg\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .lg\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .lg\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .lg\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .lg\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .lg\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .lg\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .lg\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .lg\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .lg\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .lg\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .lg\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .lg\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .lg\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .lg\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .lg\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .lg\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .lg\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .lg\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .lg\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .lg\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .lg\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .lg\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .lg\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .lg\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .lg\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .lg\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .lg\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .lg\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .lg\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .lg\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .lg\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .lg\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .lg\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .lg\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .lg\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .lg\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .lg\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .lg\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .lg\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .lg\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .lg\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .lg\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .lg\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .lg\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .lg\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .lg\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .lg\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .lg\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .lg\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .lg\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .lg\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .lg\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .lg\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .lg\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .lg\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .lg\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .lg\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .lg\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .lg\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .lg\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .lg\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .lg\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .lg\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .lg\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .lg\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .lg\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .lg\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .lg\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .lg\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .lg\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .lg\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .lg\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .lg\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .lg\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .lg\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .lg\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .lg\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .lg\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .lg\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .lg\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .lg\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .lg\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .lg\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .lg\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .lg\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .lg\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .lg\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .lg\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .lg\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .lg\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .lg\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .lg\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .lg\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .lg\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .lg\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .lg\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .lg\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .lg\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .lg\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .lg\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .lg\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .lg\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .lg\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .lg\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .lg\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .lg\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .lg\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .lg\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .lg\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .lg\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .lg\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .lg\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .lg\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .lg\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .lg\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .lg\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .lg\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .lg\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .lg\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .lg\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .lg\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .lg\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .lg\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .lg\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .lg\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .lg\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .lg\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .lg\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .lg\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .lg\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .lg\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .lg\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .lg\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .lg\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .lg\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .lg\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .lg\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .lg\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .lg\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .lg\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .lg\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .lg\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .lg\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .lg\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .lg\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .lg\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .lg\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .lg\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .lg\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .lg\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .lg\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .lg\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .lg\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .lg\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .lg\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .lg\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .lg\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .lg\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .lg\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .lg\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .lg\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .lg\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .lg\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .lg\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .lg\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .lg\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .lg\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .lg\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .lg\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .lg\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .lg\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .lg\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .lg\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .lg\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .lg\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .lg\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .lg\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .lg\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .lg\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .lg\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .lg\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .lg\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .lg\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .lg\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .lg\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .lg\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .lg\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .lg\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .lg\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .lg\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .lg\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .lg\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .lg\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .lg\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .lg\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .lg\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .lg\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .lg\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .lg\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .lg\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .lg\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .lg\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .lg\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .lg\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .lg\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .lg\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .lg\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .lg\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .lg\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .lg\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .lg\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .lg\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .lg\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .lg\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .lg\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .lg\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .lg\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .lg\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .lg\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .lg\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .lg\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .lg\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .lg\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .lg\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .lg\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .lg\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .lg\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .lg\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .lg\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .lg\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .lg\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .lg\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .lg\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .lg\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .lg\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .lg\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .lg\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .lg\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .lg\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .lg\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .lg\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .lg\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .lg\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .lg\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .lg\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .lg\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .lg\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .lg\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .lg\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .lg\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .lg\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .lg\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .lg\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .lg\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .lg\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .lg\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .lg\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .lg\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .lg\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .lg\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .lg\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .lg\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .lg\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .lg\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .lg\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .lg\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .lg\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .lg\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .lg\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .lg\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .lg\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .lg\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .lg\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .lg\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .lg\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .lg\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .lg\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .lg\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .lg\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .lg\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .lg\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .lg\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .lg\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .lg\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .lg\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .lg\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .lg\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .lg\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .lg\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .lg\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .lg\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .lg\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .lg\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .lg\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .lg\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .lg\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .lg\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .lg\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .lg\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .lg\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .lg\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .lg\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .lg\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .lg\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .lg\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .lg\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .lg\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .lg\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .lg\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .lg\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .lg\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .lg\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .lg\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .lg\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .lg\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .lg\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .lg\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .lg\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .lg\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .lg\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .lg\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .lg\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .lg\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .lg\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .lg\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .lg\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .lg\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .lg\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .lg\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .lg\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .lg\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .lg\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .lg\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .lg\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .lg\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .lg\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .lg\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .lg\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .lg\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .lg\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .lg\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .lg\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .lg\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .lg\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .lg\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .lg\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .lg\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .lg\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .lg\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .lg\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .lg\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .lg\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .lg\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .lg\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .lg\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .lg\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .lg\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .lg\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .lg\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .lg\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .lg\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .lg\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .lg\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .lg\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .lg\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .lg\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .lg\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .lg\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .lg\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .lg\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .lg\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .lg\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .lg\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .lg\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .lg\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .lg\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .lg\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .lg\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .lg\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .lg\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .lg\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .lg\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .lg\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .lg\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .lg\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .lg\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .lg\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .lg\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .lg\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .lg\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .lg\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .lg\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .lg\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .lg\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .lg\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .lg\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .lg\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .lg\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .lg\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .lg\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .lg\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .lg\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .lg\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .lg\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .lg\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .lg\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .lg\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .lg\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .lg\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .lg\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .lg\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .lg\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .lg\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .lg\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .lg\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .lg\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .lg\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .lg\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .lg\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .lg\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .lg\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .lg\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .lg\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .lg\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .lg\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .lg\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .lg\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .lg\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .lg\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .lg\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .lg\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .lg\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .lg\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .lg\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .lg\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .lg\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .lg\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .lg\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .lg\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .lg\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .lg\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .lg\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .lg\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .lg\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .lg\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .lg\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .lg\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .lg\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .lg\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .lg\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .lg\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .lg\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .lg\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .lg\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .lg\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .lg\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .lg\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .lg\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .lg\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .lg\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .lg\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .lg\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .lg\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .lg\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .lg\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .lg\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .lg\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .lg\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .lg\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .lg\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .lg\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .lg\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .lg\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .lg\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .lg\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .lg\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .lg\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .lg\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .lg\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .lg\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .lg\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .lg\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .lg\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .lg\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .lg\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .lg\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .lg\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .lg\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .lg\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .lg\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .lg\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .lg\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .lg\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .lg\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .lg\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .lg\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .lg\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .lg\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .lg\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .lg\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .lg\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .lg\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .lg\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .lg\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .lg\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .lg\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .lg\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .lg\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .lg\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .lg\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .lg\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .lg\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .lg\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .lg\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .lg\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .lg\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .lg\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .lg\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .lg\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .lg\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .lg\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .lg\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .lg\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .lg\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .lg\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .lg\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .lg\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .lg\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .lg\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .lg\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .lg\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .lg\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .lg\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .lg\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .lg\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .lg\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .lg\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .lg\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .lg\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .lg\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .lg\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .lg\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .lg\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .lg\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .lg\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .lg\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .lg\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .lg\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .lg\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .lg\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .lg\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .lg\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .lg\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .lg\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .lg\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .lg\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .lg\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .lg\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .lg\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .lg\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .lg\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .lg\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .lg\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .lg\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .lg\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .lg\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .lg\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .lg\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .lg\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .lg\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .lg\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .lg\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .lg\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .lg\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .lg\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .lg\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .lg\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .lg\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .lg\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .lg\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .lg\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .lg\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .lg\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .lg\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .lg\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .lg\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .lg\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .lg\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .lg\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .lg\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .lg\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .lg\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .lg\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .lg\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .lg\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .lg\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .lg\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .lg\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .lg\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .lg\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .lg\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .lg\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .lg\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .lg\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .lg\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .lg\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .lg\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .lg\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .lg\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .lg\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .lg\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .lg\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .lg\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .lg\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .lg\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .lg\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .lg\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .lg\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .lg\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .lg\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .lg\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .lg\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .lg\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .lg\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .lg\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .lg\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .lg\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .lg\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .lg\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .lg\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .lg\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .lg\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .lg\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .lg\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .lg\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .lg\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .lg\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .lg\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .lg\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .lg\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .lg\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .lg\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .lg\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .lg\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .lg\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .lg\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .lg\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .lg\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .lg\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .lg\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .lg\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .lg\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .lg\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .lg\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .lg\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .lg\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .lg\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .lg\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .lg\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .lg\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .lg\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .lg\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .lg\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .lg\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .lg\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .lg\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .lg\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .lg\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .lg\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .lg\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .lg\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .lg\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .lg\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .lg\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .lg\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .lg\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .lg\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .lg\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .lg\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .lg\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .lg\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .lg\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .lg\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .lg\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .lg\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .lg\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .lg\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .lg\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .lg\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .lg\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .lg\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .lg\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .lg\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .lg\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .lg\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .lg\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .lg\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .lg\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .lg\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .lg\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .lg\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .lg\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .lg\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .lg\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .lg\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .lg\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .lg\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .lg\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .lg\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .lg\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .lg\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .lg\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .lg\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .lg\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .lg\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .lg\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .lg\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .lg\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .lg\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .lg\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .lg\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .lg\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .lg\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .lg\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .lg\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .lg\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .lg\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .lg\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .lg\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .lg\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .lg\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .lg\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .lg\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .lg\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .lg\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .lg\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .lg\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .lg\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .lg\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .lg\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .lg\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .lg\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .lg\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .lg\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .lg\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .lg\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .lg\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .lg\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .lg\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .lg\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .lg\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .lg\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .lg\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .lg\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .lg\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .lg\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .lg\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .lg\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .lg\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .lg\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .lg\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .lg\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .lg\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .lg\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .lg\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .lg\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .lg\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .lg\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .lg\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .lg\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .lg\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .lg\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .lg\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .lg\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .lg\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .lg\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .lg\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .lg\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .lg\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .lg\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .lg\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .lg\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .lg\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .lg\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .lg\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .lg\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .lg\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .lg\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .lg\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .lg\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .lg\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .lg\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .lg\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .lg\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .lg\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .lg\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .lg\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .lg\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .lg\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .lg\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .lg\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .lg\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .lg\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .lg\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .lg\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .lg\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .lg\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .lg\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .lg\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .lg\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .lg\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .lg\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .lg\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .lg\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .lg\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .lg\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .lg\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .lg\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .lg\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .lg\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .lg\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .lg\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .lg\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .lg\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .lg\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .lg\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .lg\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .lg\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .lg\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .lg\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .lg\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .lg\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .lg\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .lg\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .lg\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .lg\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .lg\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .lg\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .lg\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .lg\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .lg\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .lg\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .lg\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .lg\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .lg\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .lg\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .lg\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .lg\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .lg\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .lg\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .lg\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .lg\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .lg\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .lg\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .lg\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .lg\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .lg\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .lg\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .lg\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .lg\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .lg\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .lg\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .lg\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .lg\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .lg\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .lg\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .lg\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .lg\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .lg\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .lg\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .lg\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .lg\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .lg\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .lg\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .lg\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .lg\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .lg\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .lg\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .lg\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .lg\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .lg\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .lg\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .lg\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .lg\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .lg\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .lg\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .lg\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .lg\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .lg\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .lg\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .lg\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .lg\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .lg\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .lg\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .lg\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .lg\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .lg\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .lg\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .lg\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .lg\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .lg\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .lg\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .lg\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .lg\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .lg\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .lg\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .lg\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .lg\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .lg\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .lg\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .lg\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .lg\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .lg\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .lg\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .lg\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .lg\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .lg\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .lg\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .lg\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .lg\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .lg\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .lg\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .lg\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .lg\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .lg\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .lg\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .lg\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .lg\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .lg\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .lg\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .lg\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .lg\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .lg\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .lg\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .lg\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .lg\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .lg\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .lg\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .lg\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .lg\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .lg\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .lg\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .lg\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .lg\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .lg\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .lg\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .lg\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .lg\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .lg\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .lg\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .lg\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .lg\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .lg\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .lg\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .lg\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .lg\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .lg\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .lg\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .lg\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .lg\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .lg\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .lg\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .lg\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .lg\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .lg\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .lg\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .lg\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .lg\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .lg\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .lg\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .lg\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .lg\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .lg\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .lg\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .lg\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .lg\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .lg\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .lg\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .lg\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .lg\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .lg\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .lg\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .lg\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .lg\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .lg\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .lg\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .lg\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .lg\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .lg\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .lg\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .lg\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .lg\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .lg\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .lg\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .lg\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .lg\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .lg\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .lg\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .lg\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .lg\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .lg\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .lg\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .lg\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .lg\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .lg\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .lg\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .lg\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .lg\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .lg\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .lg\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .lg\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .lg\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .lg\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .lg\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .lg\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .lg\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .lg\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .lg\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .lg\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .lg\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .lg\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .lg\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .lg\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .lg\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .lg\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .lg\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .lg\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .lg\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .lg\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .lg\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .lg\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .lg\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .lg\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .lg\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .lg\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .lg\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .lg\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .lg\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .lg\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .lg\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .lg\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .lg\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .lg\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .lg\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .lg\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .lg\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .lg\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .lg\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .lg\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .lg\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .lg\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .lg\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .lg\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .lg\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .lg\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .lg\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .lg\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .lg\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .lg\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .lg\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .lg\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .lg\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .lg\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .lg\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .lg\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .lg\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .lg\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .lg\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .lg\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .lg\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .lg\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .lg\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .lg\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .lg\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .lg\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .lg\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .lg\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .lg\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .lg\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .lg\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .lg\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .lg\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .lg\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .lg\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .lg\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .lg\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .lg\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .lg\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .lg\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .lg\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .lg\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .lg\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .lg\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .lg\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .lg\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .lg\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .lg\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .lg\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .lg\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .lg\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .lg\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .lg\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .lg\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .lg\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .lg\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .lg\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .lg\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .lg\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .lg\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .lg\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .lg\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .lg\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .lg\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .lg\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .lg\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .lg\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .lg\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .lg\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .lg\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .lg\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .lg\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .lg\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .lg\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .lg\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .lg\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .lg\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .lg\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .lg\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .lg\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .lg\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .lg\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .lg\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .lg\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .lg\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .lg\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .lg\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .lg\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .lg\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .lg\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .lg\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .lg\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .lg\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .lg\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .lg\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .lg\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .lg\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .lg\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .lg\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .lg\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .lg\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .lg\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .lg\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .lg\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .lg\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .lg\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .lg\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .lg\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .lg\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .lg\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .lg\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .lg\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .lg\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .lg\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .lg\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .lg\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .lg\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .lg\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .lg\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .lg\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .lg\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .lg\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .lg\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .lg\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .lg\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .lg\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .lg\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .lg\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .lg\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .lg\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .lg\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .lg\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .lg\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .lg\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .lg\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .lg\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .lg\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .lg\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .lg\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .lg\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .lg\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .lg\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .lg\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .lg\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .lg\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .lg\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .lg\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .lg\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .lg\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .lg\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .lg\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .lg\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .lg\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .lg\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .lg\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .lg\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .lg\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .lg\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .lg\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .lg\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .lg\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .lg\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .lg\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .lg\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .lg\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .lg\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .lg\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .lg\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .lg\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .lg\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .lg\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .lg\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .lg\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .lg\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .lg\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .lg\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .lg\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .lg\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .lg\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .lg\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .lg\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .lg\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .lg\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .lg\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .lg\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .lg\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .lg\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .lg\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .lg\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .lg\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .lg\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .lg\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .lg\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .lg\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .lg\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .lg\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .lg\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .lg\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .lg\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .lg\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .lg\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .lg\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .lg\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .lg\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .lg\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .lg\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .lg\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .lg\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .lg\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .lg\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .lg\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .lg\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .lg\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .lg\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .lg\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .lg\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .lg\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .lg\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .lg\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .lg\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .lg\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .lg\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .lg\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .lg\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .lg\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .lg\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .lg\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .lg\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .lg\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .lg\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .lg\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .lg\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .lg\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .lg\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .lg\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .lg\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .lg\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .lg\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .lg\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .lg\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .lg\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .lg\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .lg\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .lg\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .lg\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .lg\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .lg\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .lg\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .lg\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .lg\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .lg\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .lg\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .lg\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .lg\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .lg\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .lg\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .lg\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .lg\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .lg\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .lg\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .lg\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .lg\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .lg\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .lg\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .lg\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .lg\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .lg\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .lg\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .lg\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .lg\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .lg\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .lg\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .lg\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .lg\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .lg\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .lg\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .lg\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .lg\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .lg\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .lg\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .lg\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .lg\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .lg\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .lg\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .lg\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .lg\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .lg\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .lg\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .lg\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .lg\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .lg\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .lg\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .lg\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .lg\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .lg\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .lg\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .lg\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .lg\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .lg\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .lg\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .lg\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .lg\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .lg\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .lg\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .lg\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .lg\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .lg\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .lg\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .lg\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .lg\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .lg\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .lg\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .lg\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .lg\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .lg\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .lg\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .lg\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .lg\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .lg\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .lg\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .lg\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .lg\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .lg\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .lg\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .lg\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .lg\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .lg\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .lg\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .lg\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .lg\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .lg\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .lg\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .lg\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .lg\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .lg\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .lg\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .lg\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .lg\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .lg\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .lg\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .lg\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .lg\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .lg\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .lg\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .lg\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .lg\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .lg\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .lg\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .lg\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .lg\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .lg\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .lg\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .lg\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .lg\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .lg\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .lg\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .lg\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .lg\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .lg\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .lg\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .lg\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .lg\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .lg\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .lg\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .lg\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .lg\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .lg\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .lg\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .lg\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .lg\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .lg\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .lg\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .lg\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .lg\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .lg\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .lg\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .lg\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .lg\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .lg\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .lg\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .lg\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .lg\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .lg\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .lg\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .lg\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .lg\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .lg\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .lg\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .lg\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .lg\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .lg\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .lg\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .lg\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .lg\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .lg\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .lg\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .lg\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .lg\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .lg\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .lg\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .lg\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .lg\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .lg\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .lg\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .lg\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .lg\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .lg\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .lg\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .lg\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .lg\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .lg\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .lg\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .lg\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .lg\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .lg\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .lg\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .lg\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .lg\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .lg\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .lg\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .lg\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .lg\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .lg\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .lg\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .lg\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .lg\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .lg\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .lg\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .lg\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .lg\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .lg\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .lg\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .lg\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .lg\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .lg\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .lg\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .lg\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .lg\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .lg\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .lg\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .lg\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .lg\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .lg\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .lg\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .lg\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .lg\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .lg\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .lg\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .lg\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .lg\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .lg\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .lg\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .lg\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .lg\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .lg\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .lg\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .lg\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .lg\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .lg\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .lg\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .lg\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .lg\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .lg\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .lg\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .lg\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .lg\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .lg\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .lg\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .lg\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .lg\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .lg\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .lg\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .lg\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .lg\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .lg\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .lg\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .lg\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .lg\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .lg\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .lg\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .lg\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .lg\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .lg\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .lg\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .lg\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .lg\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .lg\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .lg\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .lg\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .lg\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .lg\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .lg\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .lg\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .lg\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .lg\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .lg\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .lg\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .lg\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .lg\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .lg\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .lg\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .lg\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .lg\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .lg\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .lg\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .lg\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .lg\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .lg\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .lg\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .lg\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .lg\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .lg\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .lg\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .lg\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .lg\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .lg\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .lg\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .lg\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .lg\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .lg\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .lg\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .lg\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .lg\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .lg\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .lg\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .lg\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .lg\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .lg\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .lg\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .lg\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .lg\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .lg\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .lg\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .lg\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .lg\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .lg\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .lg\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .lg\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .lg\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .lg\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .lg\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .lg\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .lg\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .lg\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .lg\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .lg\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .lg\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .lg\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .lg\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .lg\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .lg\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .lg\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .lg\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .lg\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .lg\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .lg\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .lg\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .lg\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .lg\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .lg\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .lg\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .lg\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .lg\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .lg\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .lg\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .lg\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .lg\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .lg\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .lg\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .lg\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .lg\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .lg\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .lg\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .lg\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .lg\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .lg\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .lg\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .lg\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .lg\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .lg\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .lg\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .lg\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .lg\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .lg\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .lg\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .lg\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .lg\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .lg\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .lg\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .lg\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .lg\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .lg\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .lg\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .lg\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .lg\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .lg\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .lg\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .lg\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .lg\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .lg\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .lg\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .lg\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .lg\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .lg\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .lg\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .lg\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .lg\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .lg\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .lg\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .lg\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .lg\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .lg\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .lg\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .lg\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .lg\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .lg\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .lg\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .lg\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .lg\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .lg\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .lg\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .lg\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .lg\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .lg\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .lg\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .lg\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .lg\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .lg\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .lg\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .lg\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .lg\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .lg\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .lg\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .lg\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .lg\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .lg\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .lg\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .lg\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .lg\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .lg\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .lg\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .lg\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .lg\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .lg\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .lg\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .lg\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .lg\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .lg\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .lg\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .lg\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .lg\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .lg\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .lg\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .lg\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .lg\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .lg\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .lg\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .lg\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .lg\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .lg\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .lg\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .lg\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .lg\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .lg\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .lg\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .lg\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .lg\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .lg\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .lg\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .lg\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .lg\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .lg\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .lg\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .lg\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .lg\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .lg\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .lg\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .lg\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .lg\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .lg\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .lg\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .lg\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .lg\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .lg\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .lg\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .lg\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .lg\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .lg\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .lg\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .lg\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .lg\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .lg\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .lg\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .lg\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .lg\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .lg\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .lg\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .lg\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .lg\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .lg\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .lg\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .lg\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .lg\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .lg\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .lg\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .lg\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .lg\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .lg\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .lg\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .lg\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .lg\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .lg\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .lg\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .lg\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .lg\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .lg\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .lg\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .lg\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .lg\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .lg\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .lg\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .lg\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .lg\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .lg\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .lg\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .lg\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .lg\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .lg\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .lg\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .lg\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .lg\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .lg\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .lg\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .lg\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .lg\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .lg\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .lg\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .lg\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .lg\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .lg\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .lg\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .lg\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .lg\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .lg\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .lg\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .lg\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .lg\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .lg\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .lg\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .lg\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .lg\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .lg\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .lg\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .lg\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .lg\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .lg\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .lg\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .lg\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .lg\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .lg\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .lg\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .lg\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .lg\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .lg\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .lg\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .lg\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .lg\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .lg\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .lg\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .lg\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .lg\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .lg\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .lg\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .lg\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .lg\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .lg\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .lg\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .lg\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .lg\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .lg\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .lg\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .lg\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .lg\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .lg\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .lg\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .lg\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .lg\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .lg\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .lg\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .lg\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .lg\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .lg\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .lg\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .lg\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .lg\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .lg\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .lg\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .lg\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .lg\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .lg\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .lg\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .lg\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .lg\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .lg\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .lg\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .lg\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .lg\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .lg\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .lg\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .lg\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .lg\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .lg\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .lg\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .lg\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .lg\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .lg\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .lg\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .lg\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .lg\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .lg\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .lg\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .lg\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .lg\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .lg\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .lg\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .lg\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .lg\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .lg\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .lg\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .lg\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .lg\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .lg\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .lg\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .lg\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .lg\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .lg\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .lg\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .lg\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .lg\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .lg\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .lg\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .lg\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .lg\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .lg\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .lg\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .lg\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .lg\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .lg\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .lg\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .lg\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .lg\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .lg\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .lg\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .lg\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .lg\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .lg\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .lg\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .lg\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .lg\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .lg\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .lg\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .lg\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .lg\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .lg\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .lg\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .lg\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .lg\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .lg\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .lg\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .lg\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .lg\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .lg\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .lg\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .lg\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .lg\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .lg\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .lg\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .lg\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .lg\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .lg\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .lg\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .lg\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .lg\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .lg\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .lg\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .lg\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .lg\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .lg\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .lg\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .lg\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .lg\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .lg\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .lg\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .lg\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .lg\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .lg\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .lg\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .lg\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .lg\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .lg\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .lg\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .lg\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .lg\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .lg\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .lg\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .lg\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .lg\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .lg\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .lg\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .lg\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .lg\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .lg\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .lg\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .lg\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .lg\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .lg\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .lg\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .lg\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .lg\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .lg\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .lg\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .lg\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .lg\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .lg\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .lg\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .lg\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .lg\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .lg\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .lg\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .lg\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .lg\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .lg\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .lg\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .lg\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .lg\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .lg\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .lg\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .lg\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .lg\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .lg\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .lg\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .lg\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .lg\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .lg\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .lg\:bg-auto {
    background-size: auto !important;
  }

  .lg\:bg-cover {
    background-size: cover !important;
  }

  .lg\:bg-contain {
    background-size: contain !important;
  }

  .lg\:bg-125\% {
    background-size: 125% !important;
  }

  .lg\:bg-135\% {
    background-size: 135% !important;
  }

  .lg\:bg-150\% {
    background-size: 150% !important;
  }

  .lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .lg\:bg-local {
    background-attachment: local !important;
  }

  .lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  .lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  .lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:bg-bottom {
    background-position: bottom !important;
  }

  .lg\:bg-center {
    background-position: center !important;
  }

  .lg\:bg-left {
    background-position: left !important;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .lg\:bg-left-top {
    background-position: left top !important;
  }

  .lg\:bg-right {
    background-position: right !important;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .lg\:bg-right-top {
    background-position: right top !important;
  }

  .lg\:bg-top {
    background-position: top !important;
  }

  .lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .lg\:bg-origin-border {
    background-origin: border-box !important;
  }

  .lg\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .lg\:bg-origin-content {
    background-origin: content-box !important;
  }

  .lg\:fill-current {
    fill: currentColor !important;
  }

  .lg\:stroke-current {
    stroke: currentColor !important;
  }

  .lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:p-0 {
    padding: 0px !important;
  }

  .lg\:p-1 {
    padding: 0.25rem !important;
  }

  .lg\:p-2 {
    padding: 0.5rem !important;
  }

  .lg\:p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-4 {
    padding: 1rem !important;
  }

  .lg\:p-5 {
    padding: 1.25rem !important;
  }

  .lg\:p-6 {
    padding: 1.5rem !important;
  }

  .lg\:p-7 {
    padding: 1.75rem !important;
  }

  .lg\:p-8 {
    padding: 2rem !important;
  }

  .lg\:p-9 {
    padding: 2.25rem !important;
  }

  .lg\:p-10 {
    padding: 2.5rem !important;
  }

  .lg\:p-11 {
    padding: 2.75rem !important;
  }

  .lg\:p-12 {
    padding: 3rem !important;
  }

  .lg\:p-14 {
    padding: 3.5rem !important;
  }

  .lg\:p-16 {
    padding: 4rem !important;
  }

  .lg\:p-20 {
    padding: 5rem !important;
  }

  .lg\:p-24 {
    padding: 6rem !important;
  }

  .lg\:p-28 {
    padding: 7rem !important;
  }

  .lg\:p-32 {
    padding: 8rem !important;
  }

  .lg\:p-36 {
    padding: 9rem !important;
  }

  .lg\:p-40 {
    padding: 10rem !important;
  }

  .lg\:p-44 {
    padding: 11rem !important;
  }

  .lg\:p-48 {
    padding: 12rem !important;
  }

  .lg\:p-52 {
    padding: 13rem !important;
  }

  .lg\:p-56 {
    padding: 14rem !important;
  }

  .lg\:p-60 {
    padding: 15rem !important;
  }

  .lg\:p-64 {
    padding: 16rem !important;
  }

  .lg\:p-72 {
    padding: 18.5rem !important;
  }

  .lg\:p-80 {
    padding: 20rem !important;
  }

  .lg\:p-96 {
    padding: 24rem !important;
  }

  .lg\:p-108 {
    padding: 26rem !important;
  }

  .lg\:p-112 {
    padding: 28rem !important;
  }

  .lg\:p-120 {
    padding: 30rem !important;
  }

  .lg\:p-136 {
    padding: 34rem !important;
  }

  .lg\:p-140 {
    padding: 42rem !important;
  }

  .lg\:p-144 {
    padding: 36rem !important;
  }

  .lg\:p-320 {
    padding: 80rem !important;
  }

  .lg\:p-px {
    padding: 1px !important;
  }

  .lg\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .lg\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .lg\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .lg\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .lg\:p-50-em {
    padding: 50em !important;
  }

  .lg\:p-26-em {
    padding: 26em !important;
  }

  .lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .lg\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .lg\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .lg\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .lg\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .lg\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .lg\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .lg\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .lg\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .lg\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .lg\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .lg\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .lg\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .lg\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .lg\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .lg\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .lg\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .lg\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .lg\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .lg\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .lg\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .lg\:pt-36 {
    padding-top: 9rem !important;
  }

  .lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .lg\:pt-44 {
    padding-top: 11rem !important;
  }

  .lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .lg\:pt-52 {
    padding-top: 13rem !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .lg\:pt-60 {
    padding-top: 15rem !important;
  }

  .lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .lg\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .lg\:pt-80 {
    padding-top: 20rem !important;
  }

  .lg\:pt-96 {
    padding-top: 24rem !important;
  }

  .lg\:pt-108 {
    padding-top: 26rem !important;
  }

  .lg\:pt-112 {
    padding-top: 28rem !important;
  }

  .lg\:pt-120 {
    padding-top: 30rem !important;
  }

  .lg\:pt-136 {
    padding-top: 34rem !important;
  }

  .lg\:pt-140 {
    padding-top: 42rem !important;
  }

  .lg\:pt-144 {
    padding-top: 36rem !important;
  }

  .lg\:pt-320 {
    padding-top: 80rem !important;
  }

  .lg\:pt-px {
    padding-top: 1px !important;
  }

  .lg\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .lg\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .lg\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .lg\:pt-50-em {
    padding-top: 50em !important;
  }

  .lg\:pt-26-em {
    padding-top: 26em !important;
  }

  .lg\:pr-0 {
    padding-right: 0px !important;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .lg\:pr-28 {
    padding-right: 7rem !important;
  }

  .lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .lg\:pr-36 {
    padding-right: 9rem !important;
  }

  .lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .lg\:pr-44 {
    padding-right: 11rem !important;
  }

  .lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .lg\:pr-52 {
    padding-right: 13rem !important;
  }

  .lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .lg\:pr-60 {
    padding-right: 15rem !important;
  }

  .lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .lg\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .lg\:pr-80 {
    padding-right: 20rem !important;
  }

  .lg\:pr-96 {
    padding-right: 24rem !important;
  }

  .lg\:pr-108 {
    padding-right: 26rem !important;
  }

  .lg\:pr-112 {
    padding-right: 28rem !important;
  }

  .lg\:pr-120 {
    padding-right: 30rem !important;
  }

  .lg\:pr-136 {
    padding-right: 34rem !important;
  }

  .lg\:pr-140 {
    padding-right: 42rem !important;
  }

  .lg\:pr-144 {
    padding-right: 36rem !important;
  }

  .lg\:pr-320 {
    padding-right: 80rem !important;
  }

  .lg\:pr-px {
    padding-right: 1px !important;
  }

  .lg\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .lg\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .lg\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .lg\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .lg\:pr-50-em {
    padding-right: 50em !important;
  }

  .lg\:pr-26-em {
    padding-right: 26em !important;
  }

  .lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .lg\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .lg\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .lg\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .lg\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .lg\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .lg\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .lg\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .lg\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .lg\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .lg\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .lg\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .lg\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .lg\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .lg\:pl-0 {
    padding-left: 0px !important;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .lg\:pl-28 {
    padding-left: 7rem !important;
  }

  .lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .lg\:pl-36 {
    padding-left: 9rem !important;
  }

  .lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .lg\:pl-44 {
    padding-left: 11rem !important;
  }

  .lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .lg\:pl-52 {
    padding-left: 13rem !important;
  }

  .lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .lg\:pl-60 {
    padding-left: 15rem !important;
  }

  .lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .lg\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .lg\:pl-80 {
    padding-left: 20rem !important;
  }

  .lg\:pl-96 {
    padding-left: 24rem !important;
  }

  .lg\:pl-108 {
    padding-left: 26rem !important;
  }

  .lg\:pl-112 {
    padding-left: 28rem !important;
  }

  .lg\:pl-120 {
    padding-left: 30rem !important;
  }

  .lg\:pl-136 {
    padding-left: 34rem !important;
  }

  .lg\:pl-140 {
    padding-left: 42rem !important;
  }

  .lg\:pl-144 {
    padding-left: 36rem !important;
  }

  .lg\:pl-320 {
    padding-left: 80rem !important;
  }

  .lg\:pl-px {
    padding-left: 1px !important;
  }

  .lg\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .lg\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .lg\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .lg\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .lg\:pl-50-em {
    padding-left: 50em !important;
  }

  .lg\:pl-26-em {
    padding-left: 26em !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-right {
    text-align: right !important;
  }

  .lg\:text-justify {
    text-align: justify !important;
  }

  .lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .lg\:align-top {
    vertical-align: top !important;
  }

  .lg\:align-middle {
    vertical-align: middle !important;
  }

  .lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .lg\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .lg\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .lg\:font-montserrat {
    font-family: Montserrat !important;
  }

  .lg\:font-visuelt {
    font-family: visuelt !important;
  }

  .lg\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .lg\:font-gill {
    font-family: gill !important;
  }

  .lg\:font-bambino {
    font-family: bambino !important;
  }

  .lg\:font-avenir {
    font-family: avenir !important;
  }

  .lg\:font-gotham {
    font-family: gotham !important;
  }

  .lg\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .lg\:font-effra {
    font-family: effra !important;
  }

  .lg\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .lg\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .lg\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .lg\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .lg\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .lg\:text-7xl {
    font-size: 4.5rem !important;
  }

  .lg\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .lg\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .lg\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .lg\:font-thin {
    font-weight: 100 !important;
  }

  .lg\:font-extralight {
    font-weight: 200 !important;
  }

  .lg\:font-light {
    font-weight: 300 !important;
  }

  .lg\:font-normal {
    font-weight: 400 !important;
  }

  .lg\:font-medium {
    font-weight: 500 !important;
  }

  .lg\:font-semibold {
    font-weight: 600 !important;
  }

  .lg\:font-bold {
    font-weight: 700 !important;
  }

  .lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .lg\:font-black {
    font-weight: 900 !important;
  }

  .lg\:uppercase {
    text-transform: uppercase !important;
  }

  .lg\:lowercase {
    text-transform: lowercase !important;
  }

  .lg\:capitalize {
    text-transform: capitalize !important;
  }

  .lg\:normal-case {
    text-transform: none !important;
  }

  .lg\:italic {
    font-style: italic !important;
  }

  .lg\:not-italic {
    font-style: normal !important;
  }

  .lg\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .lg\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .lg\:leading-0 {
    line-height: 0 !important;
  }

  .lg\:leading-3 {
    line-height: .75rem !important;
  }

  .lg\:leading-4 {
    line-height: 1rem !important;
  }

  .lg\:leading-5 {
    line-height: 1.25rem !important;
  }

  .lg\:leading-6 {
    line-height: 1.5rem !important;
  }

  .lg\:leading-7 {
    line-height: 1.75rem !important;
  }

  .lg\:leading-8 {
    line-height: 2rem !important;
  }

  .lg\:leading-9 {
    line-height: 2.25rem !important;
  }

  .lg\:leading-10 {
    line-height: 2.5rem !important;
  }

  .lg\:leading-none {
    line-height: 1 !important;
  }

  .lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .lg\:leading-snug {
    line-height: 1.375 !important;
  }

  .lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .lg\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .lg\:leading-loose {
    line-height: 2 !important;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .lg\:text-transparent {
    color: transparent !important;
  }

  .lg\:text-current {
    color: currentColor !important;
  }

  .lg\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .lg\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .lg\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .lg\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .lg\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .lg\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .lg\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .lg\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .lg\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .lg\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .lg\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .lg\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .lg\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .lg\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .lg\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .lg\:underline {
    text-decoration: underline !important;
  }

  .lg\:line-through {
    text-decoration: line-through !important;
  }

  .lg\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .lg\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .lg\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .lg\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .lg\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .lg\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .lg\:opacity-0 {
    opacity: 0 !important;
  }

  .lg\:opacity-5 {
    opacity: 0.05 !important;
  }

  .lg\:opacity-10 {
    opacity: 0.1 !important;
  }

  .lg\:opacity-20 {
    opacity: 0.2 !important;
  }

  .lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .lg\:opacity-30 {
    opacity: 0.3 !important;
  }

  .lg\:opacity-40 {
    opacity: 0.4 !important;
  }

  .lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .lg\:opacity-60 {
    opacity: 0.6 !important;
  }

  .lg\:opacity-70 {
    opacity: 0.7 !important;
  }

  .lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .lg\:opacity-80 {
    opacity: 0.8 !important;
  }

  .lg\:opacity-90 {
    opacity: 0.9 !important;
  }

  .lg\:opacity-95 {
    opacity: 0.95 !important;
  }

  .lg\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .lg\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .lg\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .lg\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .lg\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .lg\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .lg\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .lg\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .lg\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .lg\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .lg\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .lg\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .lg\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .lg\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .lg\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .lg\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .lg\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .lg\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .lg\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .lg\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .lg\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .lg\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .lg\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .lg\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .lg\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .lg\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .lg\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .lg\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .lg\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .lg\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .lg\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .lg\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .lg\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .lg\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .lg\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .lg\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .lg\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .lg\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .lg\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .lg\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .lg\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .lg\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .lg\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .lg\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .lg\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .lg\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .lg\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .lg\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .lg\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .lg\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .lg\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .lg\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .lg\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .lg\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .lg\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .lg\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .lg\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .lg\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .lg\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .lg\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .lg\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .lg\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .lg\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .lg\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .lg\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .lg\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .lg\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .lg\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .lg\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .lg\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .lg\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .lg\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .lg\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .lg\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .lg\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .lg\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .lg\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .lg\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .lg\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .lg\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .lg\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .lg\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .lg\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .lg\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .lg\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .lg\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .lg\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .lg\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .lg\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .lg\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .lg\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .lg\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .lg\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .lg\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .lg\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .lg\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .lg\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .lg\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .lg\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .lg\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .lg\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .lg\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .lg\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .lg\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .lg\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .lg\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .lg\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .lg\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .lg\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .lg\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .lg\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .lg\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .lg\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .lg\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .lg\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .lg\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .lg\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .lg\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .lg\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .lg\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .lg\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .lg\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .lg\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .lg\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .lg\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .lg\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .lg\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .lg\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .lg\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .lg\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .lg\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .lg\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .lg\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .lg\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .lg\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .lg\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .lg\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .lg\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .lg\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .lg\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .lg\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .lg\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .lg\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .lg\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .lg\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .lg\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .lg\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .lg\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .lg\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .lg\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .lg\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .lg\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .lg\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .lg\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .lg\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .lg\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .lg\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .lg\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .lg\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .lg\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .lg\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .lg\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .lg\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .lg\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .lg\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .lg\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .lg\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .lg\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .lg\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .lg\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .lg\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .lg\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .lg\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .lg\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .lg\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .lg\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .lg\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .lg\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .lg\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .lg\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .lg\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .lg\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .lg\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .lg\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .lg\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .lg\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .lg\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .lg\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .lg\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .lg\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .lg\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .lg\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .lg\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .lg\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .lg\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .lg\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .lg\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .lg\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .lg\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .lg\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .lg\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .lg\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .lg\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .lg\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .lg\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .lg\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .lg\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .lg\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .lg\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .lg\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .lg\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .lg\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .lg\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .lg\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .lg\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .lg\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .lg\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .lg\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .lg\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .lg\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .lg\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .lg\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .lg\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .lg\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .lg\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .lg\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .lg\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .lg\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .lg\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .lg\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .lg\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .lg\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .lg\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .lg\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .lg\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .lg\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .lg\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .lg\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .lg\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .lg\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .lg\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .lg\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .lg\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .lg\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .lg\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .lg\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .lg\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .lg\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .lg\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .lg\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .lg\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .lg\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .lg\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .lg\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .lg\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .lg\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .lg\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .lg\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .lg\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .lg\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .lg\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .lg\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .lg\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .lg\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .lg\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .lg\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .lg\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .lg\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .lg\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .lg\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .lg\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .lg\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .lg\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .lg\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .lg\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .lg\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .lg\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .lg\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .lg\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .lg\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .lg\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .lg\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .lg\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .lg\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .lg\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .lg\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .lg\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .lg\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .lg\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .lg\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .lg\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .lg\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .lg\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .lg\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .lg\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .lg\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .lg\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .lg\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .lg\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .lg\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .lg\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .lg\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .lg\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .lg\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .lg\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .lg\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .lg\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .lg\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .lg\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .lg\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .lg\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .lg\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .lg\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .lg\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .lg\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .lg\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .lg\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .lg\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .lg\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .lg\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .lg\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .lg\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .lg\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .lg\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .lg\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .lg\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .lg\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .lg\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .lg\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .lg\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .lg\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .lg\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .lg\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .lg\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .lg\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .lg\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .lg\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .lg\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .lg\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .lg\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .lg\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .lg\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .lg\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .lg\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .lg\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .lg\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .lg\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .lg\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .lg\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .lg\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .lg\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .lg\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .lg\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .lg\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .lg\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .lg\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .lg\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .lg\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .lg\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .lg\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .lg\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .lg\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .lg\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .lg\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .lg\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .lg\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .lg\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .lg\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .lg\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .lg\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .lg\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .lg\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .lg\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .lg\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .lg\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .lg\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .lg\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .lg\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .lg\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .lg\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .lg\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .lg\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .lg\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .lg\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .lg\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .lg\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .lg\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .lg\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .lg\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .lg\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .lg\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .lg\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .lg\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .lg\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .lg\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .lg\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .lg\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .lg\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .lg\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .lg\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .lg\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .lg\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .lg\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .lg\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .lg\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .lg\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .lg\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .lg\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .lg\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .lg\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .lg\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .lg\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .lg\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .lg\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .lg\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .lg\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .lg\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .lg\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .lg\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .lg\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .lg\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .lg\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .lg\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .lg\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .lg\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .lg\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .lg\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .lg\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .lg\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .lg\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .lg\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .lg\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .lg\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .lg\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .lg\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .lg\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .lg\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .lg\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .lg\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .lg\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .lg\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .lg\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .lg\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .lg\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .lg\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .lg\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .lg\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .lg\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .lg\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .lg\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .lg\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .lg\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .lg\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .lg\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .lg\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .lg\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .lg\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .lg\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .lg\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .lg\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .lg\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .lg\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .lg\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .lg\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .lg\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .lg\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .lg\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .lg\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .lg\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .lg\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .lg\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .lg\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .lg\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .lg\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .lg\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .lg\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .lg\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .lg\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .lg\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .lg\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .lg\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .lg\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .lg\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .lg\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .lg\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .lg\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .lg\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .lg\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .lg\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .lg\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .lg\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .lg\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .lg\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .lg\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .lg\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .lg\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .lg\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .lg\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .lg\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .lg\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .lg\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .lg\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .lg\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .lg\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .lg\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .lg\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .lg\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .lg\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .lg\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .lg\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .lg\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .lg\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .lg\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .lg\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .lg\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .lg\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .lg\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .lg\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .lg\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .lg\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .lg\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .lg\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .lg\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .lg\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .lg\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .lg\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .lg\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .lg\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .lg\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .lg\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .lg\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .lg\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .lg\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .lg\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .lg\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .lg\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .lg\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .lg\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .lg\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .lg\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .lg\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .lg\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .lg\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .lg\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .lg\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .lg\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .lg\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .lg\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .lg\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .lg\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .lg\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .lg\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .lg\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .lg\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .lg\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .lg\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .lg\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .lg\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .lg\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .lg\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .lg\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .lg\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .lg\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .lg\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .lg\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .lg\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .lg\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .lg\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .lg\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .lg\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .lg\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .lg\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .lg\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .lg\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .lg\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .lg\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .lg\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .lg\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .lg\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .lg\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .lg\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .lg\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .lg\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .lg\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .lg\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .lg\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .lg\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .lg\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .lg\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .lg\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .lg\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .lg\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .lg\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .lg\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .lg\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .lg\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .lg\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .lg\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .lg\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .lg\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .lg\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .lg\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .lg\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .lg\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .lg\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .lg\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .lg\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .lg\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .lg\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .lg\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .lg\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .lg\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .lg\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .lg\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .lg\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .lg\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .lg\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .lg\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .lg\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .lg\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .lg\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .lg\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .lg\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .lg\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .lg\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .lg\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .lg\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .lg\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .lg\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .lg\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .lg\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .lg\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .lg\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .lg\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .lg\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .lg\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .lg\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .lg\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .lg\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .lg\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .lg\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .lg\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .lg\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .lg\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .lg\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .lg\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .lg\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .lg\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .lg\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .lg\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .lg\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .lg\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .lg\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .lg\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .lg\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .lg\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .lg\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .lg\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .lg\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .lg\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .lg\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .lg\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .lg\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .lg\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .lg\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .lg\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .lg\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .lg\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .lg\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .lg\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .lg\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .lg\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .lg\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .lg\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .lg\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .lg\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .lg\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .lg\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .lg\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .lg\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .lg\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .lg\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .lg\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .lg\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .lg\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .lg\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .lg\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .lg\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .lg\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .lg\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .lg\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .lg\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .lg\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .lg\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .lg\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .lg\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .lg\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .lg\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .lg\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .lg\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .lg\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .lg\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .lg\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .lg\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .lg\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .lg\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .lg\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .lg\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .lg\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .lg\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .lg\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .lg\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .lg\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .lg\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .lg\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .lg\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .lg\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .lg\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .lg\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .lg\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .lg\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .lg\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .lg\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .lg\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .lg\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .lg\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .lg\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .lg\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .lg\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .lg\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .lg\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .lg\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .lg\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .lg\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .lg\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .lg\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .lg\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .lg\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .lg\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .lg\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .lg\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .lg\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .lg\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .lg\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .lg\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .lg\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .lg\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .lg\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .lg\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .lg\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .lg\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .lg\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .lg\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .lg\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .lg\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .lg\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .lg\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .lg\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .lg\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .lg\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .lg\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .lg\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .lg\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .lg\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .lg\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .lg\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .lg\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .lg\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .lg\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .lg\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .lg\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .lg\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .lg\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .lg\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .lg\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .lg\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .lg\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .lg\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .lg\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .lg\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .lg\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .lg\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .lg\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .lg\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .lg\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .lg\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .lg\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .lg\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .lg\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .lg\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .lg\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .lg\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .lg\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .lg\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .lg\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .lg\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .lg\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .lg\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .lg\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .lg\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .lg\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .lg\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .lg\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .lg\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .lg\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .lg\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .lg\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .lg\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .lg\:filter-none {
    filter: none !important;
  }

  .lg\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .lg\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .lg\:blur {
    --tw-blur: blur(8px) !important;
  }

  .lg\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .lg\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .lg\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .lg\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .lg\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .lg\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .lg\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .lg\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .lg\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .lg\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .lg\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .lg\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .lg\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .lg\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .lg\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .lg\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .lg\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .lg\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .lg\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .lg\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .lg\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .lg\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .lg\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .lg\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .lg\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .lg\:invert {
    --tw-invert: invert(100%) !important;
  }

  .lg\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .lg\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .lg\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .lg\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .lg\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .lg\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .lg\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .lg\:transition-none {
    transition-property: none !important;
  }

  .lg\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .lg\:delay-75 {
    transition-delay: 75ms !important;
  }

  .lg\:delay-100 {
    transition-delay: 100ms !important;
  }

  .lg\:delay-150 {
    transition-delay: 150ms !important;
  }

  .lg\:delay-200 {
    transition-delay: 200ms !important;
  }

  .lg\:delay-300 {
    transition-delay: 300ms !important;
  }

  .lg\:delay-500 {
    transition-delay: 500ms !important;
  }

  .lg\:delay-700 {
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .lg\:duration-75 {
    transition-duration: 75ms !important;
  }

  .lg\:duration-100 {
    transition-duration: 100ms !important;
  }

  .lg\:duration-150 {
    transition-duration: 150ms !important;
  }

  .lg\:duration-200 {
    transition-duration: 200ms !important;
  }

  .lg\:duration-300 {
    transition-duration: 300ms !important;
  }

  .lg\:duration-500 {
    transition-duration: 500ms !important;
  }

  .lg\:duration-700 {
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .lg\:ease-linear {
    transition-timing-function: linear !important;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .xl\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .xl\:container {
      max-width: 1938px;
    }
  }

  .xl\: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\: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-within\:sr-only:focus-within {
    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-within\:not-sr-only:focus-within {
    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\: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\: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\:pointer-events-none {
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xl\:visible {
    visibility: visible !important;
  }

  .xl\:invisible {
    visibility: hidden !important;
  }

  .xl\:static {
    position: static !important;
  }

  .xl\:fixed {
    position: fixed !important;
  }

  .xl\:absolute {
    position: absolute !important;
  }

  .xl\:relative {
    position: relative !important;
  }

  .xl\:sticky {
    position: sticky !important;
  }

  .xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xl\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xl\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xl\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xl\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xl\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xl\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xl\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xl\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xl\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xl\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .xl\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xl\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xl\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xl\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xl\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xl\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xl\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xl\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xl\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .xl\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xl\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xl\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .xl\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .xl\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .xl\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .xl\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .xl\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .xl\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xl\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xl\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xl\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xl\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .xl\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xl\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xl\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xl\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xl\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xl\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xl\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xl\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xl\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xl\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xl\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xl\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xl\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xl\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xl\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xl\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xl\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xl\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xl\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xl\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xl\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xl\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xl\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xl\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xl\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xl\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xl\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .xl\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xl\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xl\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .xl\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .xl\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .xl\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .xl\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .xl\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .xl\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xl\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xl\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xl\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xl\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xl\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .xl\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xl\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xl\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .xl\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .xl\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xl\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .xl\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .xl\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .xl\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .xl\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .xl\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .xl\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .xl\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .xl\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .xl\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .xl\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .xl\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .xl\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .xl\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .xl\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .xl\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .xl\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .xl\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .xl\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .xl\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .xl\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .xl\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .xl\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .xl\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .xl\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .xl\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .xl\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .xl\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .xl\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .xl\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .xl\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .xl\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .xl\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .xl\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .xl\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .xl\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .xl\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .xl\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xl\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .xl\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .xl\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .xl\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .xl\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .xl\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xl\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .xl\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .xl\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .xl\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .xl\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .xl\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .xl\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .xl\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .xl\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .xl\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .xl\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .xl\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .xl\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .xl\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .xl\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .xl\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .xl\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .xl\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .xl\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .xl\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .xl\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .xl\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .xl\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .xl\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .xl\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .xl\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .xl\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .xl\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .xl\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .xl\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .xl\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .xl\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .xl\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .xl\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .xl\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .xl\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xl\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .xl\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .xl\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .xl\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .xl\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .xl\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xl\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .xl\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .xl\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .xl\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .xl\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xl\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xl\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xl\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xl\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xl\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xl\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xl\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xl\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xl\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xl\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .xl\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xl\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xl\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xl\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xl\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xl\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xl\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xl\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xl\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .xl\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xl\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xl\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .xl\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .xl\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .xl\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .xl\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .xl\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .xl\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xl\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xl\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xl\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xl\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .xl\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xl\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xl\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xl\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xl\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xl\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xl\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xl\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xl\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xl\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xl\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xl\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xl\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xl\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xl\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xl\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xl\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xl\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xl\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xl\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xl\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xl\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xl\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xl\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xl\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xl\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xl\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .xl\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xl\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xl\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .xl\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .xl\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .xl\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .xl\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .xl\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .xl\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xl\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xl\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xl\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xl\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xl\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .xl\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xl\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .xl\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .xl\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .xl\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .xl\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .xl\:top-0 {
    top: 0px !important;
  }

  .xl\:top-1 {
    top: 0.25rem !important;
  }

  .xl\:top-2 {
    top: 0.5rem !important;
  }

  .xl\:top-3 {
    top: 0.75rem !important;
  }

  .xl\:top-4 {
    top: 1rem !important;
  }

  .xl\:top-5 {
    top: 1.25rem !important;
  }

  .xl\:top-6 {
    top: 1.5rem !important;
  }

  .xl\:top-7 {
    top: 1.75rem !important;
  }

  .xl\:top-8 {
    top: 2rem !important;
  }

  .xl\:top-9 {
    top: 2.25rem !important;
  }

  .xl\:top-10 {
    top: 2.5rem !important;
  }

  .xl\:top-11 {
    top: 2.75rem !important;
  }

  .xl\:top-12 {
    top: 3rem !important;
  }

  .xl\:top-14 {
    top: 3.5rem !important;
  }

  .xl\:top-16 {
    top: 4rem !important;
  }

  .xl\:top-17 {
    top: 4.25rem !important;
  }

  .xl\:top-20 {
    top: 5rem !important;
  }

  .xl\:top-24 {
    top: 6rem !important;
  }

  .xl\:top-25 {
    top: 6.25rem !important;
  }

  .xl\:top-28 {
    top: 7rem !important;
  }

  .xl\:top-32 {
    top: 8rem !important;
  }

  .xl\:top-36 {
    top: 9rem !important;
  }

  .xl\:top-40 {
    top: 10rem !important;
  }

  .xl\:top-44 {
    top: 11rem !important;
  }

  .xl\:top-48 {
    top: 12rem !important;
  }

  .xl\:top-52 {
    top: 13rem !important;
  }

  .xl\:top-56 {
    top: 14rem !important;
  }

  .xl\:top-60 {
    top: 15rem !important;
  }

  .xl\:top-64 {
    top: 16rem !important;
  }

  .xl\:top-72 {
    top: 18.5rem !important;
  }

  .xl\:top-80 {
    top: 20rem !important;
  }

  .xl\:top-96 {
    top: 24rem !important;
  }

  .xl\:top-108 {
    top: 26rem !important;
  }

  .xl\:top-112 {
    top: 28rem !important;
  }

  .xl\:top-120 {
    top: 30rem !important;
  }

  .xl\:top-136 {
    top: 34rem !important;
  }

  .xl\:top-140 {
    top: 42rem !important;
  }

  .xl\:top-144 {
    top: 36rem !important;
  }

  .xl\:top-320 {
    top: 80rem !important;
  }

  .xl\:top-auto {
    top: auto !important;
  }

  .xl\:top-px {
    top: 1px !important;
  }

  .xl\:top-0\.5 {
    top: 0.125rem !important;
  }

  .xl\:top-1\.5 {
    top: 0.375rem !important;
  }

  .xl\:top-2\.5 {
    top: 0.625rem !important;
  }

  .xl\:top-3\.5 {
    top: 0.875rem !important;
  }

  .xl\:top-50-em {
    top: 50em !important;
  }

  .xl\:top-26-em {
    top: 26em !important;
  }

  .xl\:-top-0 {
    top: 0px !important;
  }

  .xl\:-top-1 {
    top: -0.25rem !important;
  }

  .xl\:-top-2 {
    top: -0.5rem !important;
  }

  .xl\:-top-3 {
    top: -0.75rem !important;
  }

  .xl\:-top-4 {
    top: -1rem !important;
  }

  .xl\:-top-5 {
    top: -1.25rem !important;
  }

  .xl\:-top-6 {
    top: -1.5rem !important;
  }

  .xl\:-top-7 {
    top: -1.75rem !important;
  }

  .xl\:-top-8 {
    top: -2rem !important;
  }

  .xl\:-top-9 {
    top: -2.25rem !important;
  }

  .xl\:-top-10 {
    top: -2.5rem !important;
  }

  .xl\:-top-11 {
    top: -2.75rem !important;
  }

  .xl\:-top-12 {
    top: -3rem !important;
  }

  .xl\:-top-14 {
    top: -3.5rem !important;
  }

  .xl\:-top-16 {
    top: -4rem !important;
  }

  .xl\:-top-20 {
    top: -5rem !important;
  }

  .xl\:-top-24 {
    top: -6rem !important;
  }

  .xl\:-top-28 {
    top: -7rem !important;
  }

  .xl\:-top-32 {
    top: -8rem !important;
  }

  .xl\:-top-36 {
    top: -9rem !important;
  }

  .xl\:-top-40 {
    top: -10rem !important;
  }

  .xl\:-top-44 {
    top: -11rem !important;
  }

  .xl\:-top-48 {
    top: -12rem !important;
  }

  .xl\:-top-52 {
    top: -13rem !important;
  }

  .xl\:-top-56 {
    top: -14rem !important;
  }

  .xl\:-top-60 {
    top: -15rem !important;
  }

  .xl\:-top-64 {
    top: -16rem !important;
  }

  .xl\:-top-72 {
    top: -18.5rem !important;
  }

  .xl\:-top-80 {
    top: -20rem !important;
  }

  .xl\:-top-96 {
    top: -24rem !important;
  }

  .xl\:-top-108 {
    top: -26rem !important;
  }

  .xl\:-top-112 {
    top: -28rem !important;
  }

  .xl\:-top-120 {
    top: -30rem !important;
  }

  .xl\:-top-136 {
    top: -34rem !important;
  }

  .xl\:-top-140 {
    top: -42rem !important;
  }

  .xl\:-top-144 {
    top: -36rem !important;
  }

  .xl\:-top-320 {
    top: -80rem !important;
  }

  .xl\:-top-px {
    top: -1px !important;
  }

  .xl\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .xl\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .xl\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .xl\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .xl\:-top-50-em {
    top: -50em !important;
  }

  .xl\:-top-26-em {
    top: -26em !important;
  }

  .xl\:top-1\/2 {
    top: 50% !important;
  }

  .xl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xl\:top-1\/4 {
    top: 25% !important;
  }

  .xl\:top-2\/4 {
    top: 50% !important;
  }

  .xl\:top-3\/4 {
    top: 75% !important;
  }

  .xl\:top-full {
    top: 100% !important;
  }

  .xl\:-top-1\/2 {
    top: -50% !important;
  }

  .xl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xl\:-top-1\/4 {
    top: -25% !important;
  }

  .xl\:-top-2\/4 {
    top: -50% !important;
  }

  .xl\:-top-3\/4 {
    top: -75% !important;
  }

  .xl\:-top-full {
    top: -100% !important;
  }

  .xl\:top-10\/12 {
    top: 83.333333% !important;
  }

  .xl\:top-11\/12 {
    top: 91.666667% !important;
  }

  .xl\:top-\[23\%\] {
    top: 23% !important;
  }

  .xl\:top-\[20\%\] {
    top: 20% !important;
  }

  .xl\:top-\[45\%\] {
    top: 45% !important;
  }

  .xl\:right-0 {
    right: 0px !important;
  }

  .xl\:right-1 {
    right: 0.25rem !important;
  }

  .xl\:right-2 {
    right: 0.5rem !important;
  }

  .xl\:right-3 {
    right: 0.75rem !important;
  }

  .xl\:right-4 {
    right: 1rem !important;
  }

  .xl\:right-5 {
    right: 1.25rem !important;
  }

  .xl\:right-6 {
    right: 1.5rem !important;
  }

  .xl\:right-7 {
    right: 1.75rem !important;
  }

  .xl\:right-8 {
    right: 2rem !important;
  }

  .xl\:right-9 {
    right: 2.25rem !important;
  }

  .xl\:right-10 {
    right: 2.5rem !important;
  }

  .xl\:right-11 {
    right: 2.75rem !important;
  }

  .xl\:right-12 {
    right: 3rem !important;
  }

  .xl\:right-14 {
    right: 3.5rem !important;
  }

  .xl\:right-16 {
    right: 4rem !important;
  }

  .xl\:right-17 {
    right: 4.25rem !important;
  }

  .xl\:right-20 {
    right: 5rem !important;
  }

  .xl\:right-24 {
    right: 6rem !important;
  }

  .xl\:right-25 {
    right: 6.25rem !important;
  }

  .xl\:right-28 {
    right: 7rem !important;
  }

  .xl\:right-32 {
    right: 8rem !important;
  }

  .xl\:right-36 {
    right: 9rem !important;
  }

  .xl\:right-40 {
    right: 10rem !important;
  }

  .xl\:right-44 {
    right: 11rem !important;
  }

  .xl\:right-48 {
    right: 12rem !important;
  }

  .xl\:right-52 {
    right: 13rem !important;
  }

  .xl\:right-56 {
    right: 14rem !important;
  }

  .xl\:right-60 {
    right: 15rem !important;
  }

  .xl\:right-64 {
    right: 16rem !important;
  }

  .xl\:right-72 {
    right: 18.5rem !important;
  }

  .xl\:right-80 {
    right: 20rem !important;
  }

  .xl\:right-96 {
    right: 24rem !important;
  }

  .xl\:right-108 {
    right: 26rem !important;
  }

  .xl\:right-112 {
    right: 28rem !important;
  }

  .xl\:right-120 {
    right: 30rem !important;
  }

  .xl\:right-136 {
    right: 34rem !important;
  }

  .xl\:right-140 {
    right: 42rem !important;
  }

  .xl\:right-144 {
    right: 36rem !important;
  }

  .xl\:right-320 {
    right: 80rem !important;
  }

  .xl\:right-auto {
    right: auto !important;
  }

  .xl\:right-px {
    right: 1px !important;
  }

  .xl\:right-0\.5 {
    right: 0.125rem !important;
  }

  .xl\:right-1\.5 {
    right: 0.375rem !important;
  }

  .xl\:right-2\.5 {
    right: 0.625rem !important;
  }

  .xl\:right-3\.5 {
    right: 0.875rem !important;
  }

  .xl\:right-50-em {
    right: 50em !important;
  }

  .xl\:right-26-em {
    right: 26em !important;
  }

  .xl\:-right-0 {
    right: 0px !important;
  }

  .xl\:-right-1 {
    right: -0.25rem !important;
  }

  .xl\:-right-2 {
    right: -0.5rem !important;
  }

  .xl\:-right-3 {
    right: -0.75rem !important;
  }

  .xl\:-right-4 {
    right: -1rem !important;
  }

  .xl\:-right-5 {
    right: -1.25rem !important;
  }

  .xl\:-right-6 {
    right: -1.5rem !important;
  }

  .xl\:-right-7 {
    right: -1.75rem !important;
  }

  .xl\:-right-8 {
    right: -2rem !important;
  }

  .xl\:-right-9 {
    right: -2.25rem !important;
  }

  .xl\:-right-10 {
    right: -2.5rem !important;
  }

  .xl\:-right-11 {
    right: -2.75rem !important;
  }

  .xl\:-right-12 {
    right: -3rem !important;
  }

  .xl\:-right-14 {
    right: -3.5rem !important;
  }

  .xl\:-right-16 {
    right: -4rem !important;
  }

  .xl\:-right-20 {
    right: -5rem !important;
  }

  .xl\:-right-24 {
    right: -6rem !important;
  }

  .xl\:-right-28 {
    right: -7rem !important;
  }

  .xl\:-right-32 {
    right: -8rem !important;
  }

  .xl\:-right-36 {
    right: -9rem !important;
  }

  .xl\:-right-40 {
    right: -10rem !important;
  }

  .xl\:-right-44 {
    right: -11rem !important;
  }

  .xl\:-right-48 {
    right: -12rem !important;
  }

  .xl\:-right-52 {
    right: -13rem !important;
  }

  .xl\:-right-56 {
    right: -14rem !important;
  }

  .xl\:-right-60 {
    right: -15rem !important;
  }

  .xl\:-right-64 {
    right: -16rem !important;
  }

  .xl\:-right-72 {
    right: -18.5rem !important;
  }

  .xl\:-right-80 {
    right: -20rem !important;
  }

  .xl\:-right-96 {
    right: -24rem !important;
  }

  .xl\:-right-108 {
    right: -26rem !important;
  }

  .xl\:-right-112 {
    right: -28rem !important;
  }

  .xl\:-right-120 {
    right: -30rem !important;
  }

  .xl\:-right-136 {
    right: -34rem !important;
  }

  .xl\:-right-140 {
    right: -42rem !important;
  }

  .xl\:-right-144 {
    right: -36rem !important;
  }

  .xl\:-right-320 {
    right: -80rem !important;
  }

  .xl\:-right-px {
    right: -1px !important;
  }

  .xl\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .xl\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .xl\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .xl\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .xl\:-right-50-em {
    right: -50em !important;
  }

  .xl\:-right-26-em {
    right: -26em !important;
  }

  .xl\:right-1\/2 {
    right: 50% !important;
  }

  .xl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xl\:right-1\/4 {
    right: 25% !important;
  }

  .xl\:right-2\/4 {
    right: 50% !important;
  }

  .xl\:right-3\/4 {
    right: 75% !important;
  }

  .xl\:right-full {
    right: 100% !important;
  }

  .xl\:-right-1\/2 {
    right: -50% !important;
  }

  .xl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xl\:-right-1\/4 {
    right: -25% !important;
  }

  .xl\:-right-2\/4 {
    right: -50% !important;
  }

  .xl\:-right-3\/4 {
    right: -75% !important;
  }

  .xl\:-right-full {
    right: -100% !important;
  }

  .xl\:right-10\/12 {
    right: 83.333333% !important;
  }

  .xl\:right-11\/12 {
    right: 91.666667% !important;
  }

  .xl\:right-\[23\%\] {
    right: 23% !important;
  }

  .xl\:right-\[20\%\] {
    right: 20% !important;
  }

  .xl\:right-\[45\%\] {
    right: 45% !important;
  }

  .xl\:bottom-0 {
    bottom: 0px !important;
  }

  .xl\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .xl\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .xl\:bottom-4 {
    bottom: 1rem !important;
  }

  .xl\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .xl\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .xl\:bottom-8 {
    bottom: 2rem !important;
  }

  .xl\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .xl\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .xl\:bottom-12 {
    bottom: 3rem !important;
  }

  .xl\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .xl\:bottom-16 {
    bottom: 4rem !important;
  }

  .xl\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .xl\:bottom-20 {
    bottom: 5rem !important;
  }

  .xl\:bottom-24 {
    bottom: 6rem !important;
  }

  .xl\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .xl\:bottom-28 {
    bottom: 7rem !important;
  }

  .xl\:bottom-32 {
    bottom: 8rem !important;
  }

  .xl\:bottom-36 {
    bottom: 9rem !important;
  }

  .xl\:bottom-40 {
    bottom: 10rem !important;
  }

  .xl\:bottom-44 {
    bottom: 11rem !important;
  }

  .xl\:bottom-48 {
    bottom: 12rem !important;
  }

  .xl\:bottom-52 {
    bottom: 13rem !important;
  }

  .xl\:bottom-56 {
    bottom: 14rem !important;
  }

  .xl\:bottom-60 {
    bottom: 15rem !important;
  }

  .xl\:bottom-64 {
    bottom: 16rem !important;
  }

  .xl\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .xl\:bottom-80 {
    bottom: 20rem !important;
  }

  .xl\:bottom-96 {
    bottom: 24rem !important;
  }

  .xl\:bottom-108 {
    bottom: 26rem !important;
  }

  .xl\:bottom-112 {
    bottom: 28rem !important;
  }

  .xl\:bottom-120 {
    bottom: 30rem !important;
  }

  .xl\:bottom-136 {
    bottom: 34rem !important;
  }

  .xl\:bottom-140 {
    bottom: 42rem !important;
  }

  .xl\:bottom-144 {
    bottom: 36rem !important;
  }

  .xl\:bottom-320 {
    bottom: 80rem !important;
  }

  .xl\:bottom-auto {
    bottom: auto !important;
  }

  .xl\:bottom-px {
    bottom: 1px !important;
  }

  .xl\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .xl\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .xl\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .xl\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .xl\:bottom-50-em {
    bottom: 50em !important;
  }

  .xl\:bottom-26-em {
    bottom: 26em !important;
  }

  .xl\:-bottom-0 {
    bottom: 0px !important;
  }

  .xl\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .xl\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .xl\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .xl\:-bottom-4 {
    bottom: -1rem !important;
  }

  .xl\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .xl\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .xl\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .xl\:-bottom-8 {
    bottom: -2rem !important;
  }

  .xl\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .xl\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .xl\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .xl\:-bottom-12 {
    bottom: -3rem !important;
  }

  .xl\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .xl\:-bottom-16 {
    bottom: -4rem !important;
  }

  .xl\:-bottom-20 {
    bottom: -5rem !important;
  }

  .xl\:-bottom-24 {
    bottom: -6rem !important;
  }

  .xl\:-bottom-28 {
    bottom: -7rem !important;
  }

  .xl\:-bottom-32 {
    bottom: -8rem !important;
  }

  .xl\:-bottom-36 {
    bottom: -9rem !important;
  }

  .xl\:-bottom-40 {
    bottom: -10rem !important;
  }

  .xl\:-bottom-44 {
    bottom: -11rem !important;
  }

  .xl\:-bottom-48 {
    bottom: -12rem !important;
  }

  .xl\:-bottom-52 {
    bottom: -13rem !important;
  }

  .xl\:-bottom-56 {
    bottom: -14rem !important;
  }

  .xl\:-bottom-60 {
    bottom: -15rem !important;
  }

  .xl\:-bottom-64 {
    bottom: -16rem !important;
  }

  .xl\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .xl\:-bottom-80 {
    bottom: -20rem !important;
  }

  .xl\:-bottom-96 {
    bottom: -24rem !important;
  }

  .xl\:-bottom-108 {
    bottom: -26rem !important;
  }

  .xl\:-bottom-112 {
    bottom: -28rem !important;
  }

  .xl\:-bottom-120 {
    bottom: -30rem !important;
  }

  .xl\:-bottom-136 {
    bottom: -34rem !important;
  }

  .xl\:-bottom-140 {
    bottom: -42rem !important;
  }

  .xl\:-bottom-144 {
    bottom: -36rem !important;
  }

  .xl\:-bottom-320 {
    bottom: -80rem !important;
  }

  .xl\:-bottom-px {
    bottom: -1px !important;
  }

  .xl\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .xl\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .xl\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .xl\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .xl\:-bottom-50-em {
    bottom: -50em !important;
  }

  .xl\:-bottom-26-em {
    bottom: -26em !important;
  }

  .xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xl\:bottom-full {
    bottom: 100% !important;
  }

  .xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xl\:-bottom-full {
    bottom: -100% !important;
  }

  .xl\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .xl\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .xl\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .xl\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .xl\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .xl\:left-0 {
    left: 0px !important;
  }

  .xl\:left-1 {
    left: 0.25rem !important;
  }

  .xl\:left-2 {
    left: 0.5rem !important;
  }

  .xl\:left-3 {
    left: 0.75rem !important;
  }

  .xl\:left-4 {
    left: 1rem !important;
  }

  .xl\:left-5 {
    left: 1.25rem !important;
  }

  .xl\:left-6 {
    left: 1.5rem !important;
  }

  .xl\:left-7 {
    left: 1.75rem !important;
  }

  .xl\:left-8 {
    left: 2rem !important;
  }

  .xl\:left-9 {
    left: 2.25rem !important;
  }

  .xl\:left-10 {
    left: 2.5rem !important;
  }

  .xl\:left-11 {
    left: 2.75rem !important;
  }

  .xl\:left-12 {
    left: 3rem !important;
  }

  .xl\:left-14 {
    left: 3.5rem !important;
  }

  .xl\:left-16 {
    left: 4rem !important;
  }

  .xl\:left-17 {
    left: 4.25rem !important;
  }

  .xl\:left-20 {
    left: 5rem !important;
  }

  .xl\:left-24 {
    left: 6rem !important;
  }

  .xl\:left-25 {
    left: 6.25rem !important;
  }

  .xl\:left-28 {
    left: 7rem !important;
  }

  .xl\:left-32 {
    left: 8rem !important;
  }

  .xl\:left-36 {
    left: 9rem !important;
  }

  .xl\:left-40 {
    left: 10rem !important;
  }

  .xl\:left-44 {
    left: 11rem !important;
  }

  .xl\:left-48 {
    left: 12rem !important;
  }

  .xl\:left-52 {
    left: 13rem !important;
  }

  .xl\:left-56 {
    left: 14rem !important;
  }

  .xl\:left-60 {
    left: 15rem !important;
  }

  .xl\:left-64 {
    left: 16rem !important;
  }

  .xl\:left-72 {
    left: 18.5rem !important;
  }

  .xl\:left-80 {
    left: 20rem !important;
  }

  .xl\:left-96 {
    left: 24rem !important;
  }

  .xl\:left-108 {
    left: 26rem !important;
  }

  .xl\:left-112 {
    left: 28rem !important;
  }

  .xl\:left-120 {
    left: 30rem !important;
  }

  .xl\:left-136 {
    left: 34rem !important;
  }

  .xl\:left-140 {
    left: 42rem !important;
  }

  .xl\:left-144 {
    left: 36rem !important;
  }

  .xl\:left-320 {
    left: 80rem !important;
  }

  .xl\:left-auto {
    left: auto !important;
  }

  .xl\:left-px {
    left: 1px !important;
  }

  .xl\:left-0\.5 {
    left: 0.125rem !important;
  }

  .xl\:left-1\.5 {
    left: 0.375rem !important;
  }

  .xl\:left-2\.5 {
    left: 0.625rem !important;
  }

  .xl\:left-3\.5 {
    left: 0.875rem !important;
  }

  .xl\:left-50-em {
    left: 50em !important;
  }

  .xl\:left-26-em {
    left: 26em !important;
  }

  .xl\:-left-0 {
    left: 0px !important;
  }

  .xl\:-left-1 {
    left: -0.25rem !important;
  }

  .xl\:-left-2 {
    left: -0.5rem !important;
  }

  .xl\:-left-3 {
    left: -0.75rem !important;
  }

  .xl\:-left-4 {
    left: -1rem !important;
  }

  .xl\:-left-5 {
    left: -1.25rem !important;
  }

  .xl\:-left-6 {
    left: -1.5rem !important;
  }

  .xl\:-left-7 {
    left: -1.75rem !important;
  }

  .xl\:-left-8 {
    left: -2rem !important;
  }

  .xl\:-left-9 {
    left: -2.25rem !important;
  }

  .xl\:-left-10 {
    left: -2.5rem !important;
  }

  .xl\:-left-11 {
    left: -2.75rem !important;
  }

  .xl\:-left-12 {
    left: -3rem !important;
  }

  .xl\:-left-14 {
    left: -3.5rem !important;
  }

  .xl\:-left-16 {
    left: -4rem !important;
  }

  .xl\:-left-20 {
    left: -5rem !important;
  }

  .xl\:-left-24 {
    left: -6rem !important;
  }

  .xl\:-left-28 {
    left: -7rem !important;
  }

  .xl\:-left-32 {
    left: -8rem !important;
  }

  .xl\:-left-36 {
    left: -9rem !important;
  }

  .xl\:-left-40 {
    left: -10rem !important;
  }

  .xl\:-left-44 {
    left: -11rem !important;
  }

  .xl\:-left-48 {
    left: -12rem !important;
  }

  .xl\:-left-52 {
    left: -13rem !important;
  }

  .xl\:-left-56 {
    left: -14rem !important;
  }

  .xl\:-left-60 {
    left: -15rem !important;
  }

  .xl\:-left-64 {
    left: -16rem !important;
  }

  .xl\:-left-72 {
    left: -18.5rem !important;
  }

  .xl\:-left-80 {
    left: -20rem !important;
  }

  .xl\:-left-96 {
    left: -24rem !important;
  }

  .xl\:-left-108 {
    left: -26rem !important;
  }

  .xl\:-left-112 {
    left: -28rem !important;
  }

  .xl\:-left-120 {
    left: -30rem !important;
  }

  .xl\:-left-136 {
    left: -34rem !important;
  }

  .xl\:-left-140 {
    left: -42rem !important;
  }

  .xl\:-left-144 {
    left: -36rem !important;
  }

  .xl\:-left-320 {
    left: -80rem !important;
  }

  .xl\:-left-px {
    left: -1px !important;
  }

  .xl\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .xl\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .xl\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .xl\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .xl\:-left-50-em {
    left: -50em !important;
  }

  .xl\:-left-26-em {
    left: -26em !important;
  }

  .xl\:left-1\/2 {
    left: 50% !important;
  }

  .xl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xl\:left-1\/4 {
    left: 25% !important;
  }

  .xl\:left-2\/4 {
    left: 50% !important;
  }

  .xl\:left-3\/4 {
    left: 75% !important;
  }

  .xl\:left-full {
    left: 100% !important;
  }

  .xl\:-left-1\/2 {
    left: -50% !important;
  }

  .xl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xl\:-left-1\/4 {
    left: -25% !important;
  }

  .xl\:-left-2\/4 {
    left: -50% !important;
  }

  .xl\:-left-3\/4 {
    left: -75% !important;
  }

  .xl\:-left-full {
    left: -100% !important;
  }

  .xl\:left-10\/12 {
    left: 83.333333% !important;
  }

  .xl\:left-11\/12 {
    left: 91.666667% !important;
  }

  .xl\:left-\[23\%\] {
    left: 23% !important;
  }

  .xl\:left-\[20\%\] {
    left: 20% !important;
  }

  .xl\:left-\[45\%\] {
    left: 45% !important;
  }

  .xl\:isolate {
    isolation: isolate !important;
  }

  .xl\:isolation-auto {
    isolation: auto !important;
  }

  .xl\:z-0 {
    z-index: 0 !important;
  }

  .xl\:z-10 {
    z-index: 10 !important;
  }

  .xl\:z-20 {
    z-index: 20 !important;
  }

  .xl\:z-30 {
    z-index: 30 !important;
  }

  .xl\:z-40 {
    z-index: 40 !important;
  }

  .xl\:z-50 {
    z-index: 50 !important;
  }

  .xl\:z-auto {
    z-index: auto !important;
  }

  .xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:order-3 {
    order: 3 !important;
  }

  .xl\:order-4 {
    order: 4 !important;
  }

  .xl\:order-5 {
    order: 5 !important;
  }

  .xl\:order-6 {
    order: 6 !important;
  }

  .xl\:order-7 {
    order: 7 !important;
  }

  .xl\:order-8 {
    order: 8 !important;
  }

  .xl\:order-9 {
    order: 9 !important;
  }

  .xl\:order-10 {
    order: 10 !important;
  }

  .xl\:order-11 {
    order: 11 !important;
  }

  .xl\:order-12 {
    order: 12 !important;
  }

  .xl\:order-first {
    order: -9999 !important;
  }

  .xl\:order-last {
    order: 9999 !important;
  }

  .xl\:order-none {
    order: 0 !important;
  }

  .xl\:col-auto {
    grid-column: auto !important;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xl\:row-auto {
    grid-row: auto !important;
  }

  .xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xl\:float-right {
    float: right !important;
  }

  .xl\:float-left {
    float: left !important;
  }

  .xl\:float-none {
    float: none !important;
  }

  .xl\:clear-left {
    clear: left !important;
  }

  .xl\:clear-right {
    clear: right !important;
  }

  .xl\:clear-both {
    clear: both !important;
  }

  .xl\:clear-none {
    clear: none !important;
  }

  .xl\:m-0 {
    margin: 0px !important;
  }

  .xl\:m-1 {
    margin: 0.25rem !important;
  }

  .xl\:m-2 {
    margin: 0.5rem !important;
  }

  .xl\:m-3 {
    margin: 0.75rem !important;
  }

  .xl\:m-4 {
    margin: 1rem !important;
  }

  .xl\:m-5 {
    margin: 1.25rem !important;
  }

  .xl\:m-6 {
    margin: 1.5rem !important;
  }

  .xl\:m-7 {
    margin: 1.75rem !important;
  }

  .xl\:m-8 {
    margin: 2rem !important;
  }

  .xl\:m-9 {
    margin: 2.25rem !important;
  }

  .xl\:m-10 {
    margin: 2.5rem !important;
  }

  .xl\:m-11 {
    margin: 2.75rem !important;
  }

  .xl\:m-12 {
    margin: 3rem !important;
  }

  .xl\:m-14 {
    margin: 3.5rem !important;
  }

  .xl\:m-16 {
    margin: 4rem !important;
  }

  .xl\:m-20 {
    margin: 5rem !important;
  }

  .xl\:m-24 {
    margin: 6rem !important;
  }

  .xl\:m-28 {
    margin: 7rem !important;
  }

  .xl\:m-32 {
    margin: 8rem !important;
  }

  .xl\:m-36 {
    margin: 9rem !important;
  }

  .xl\:m-40 {
    margin: 10rem !important;
  }

  .xl\:m-44 {
    margin: 11rem !important;
  }

  .xl\:m-48 {
    margin: 12rem !important;
  }

  .xl\:m-52 {
    margin: 13rem !important;
  }

  .xl\:m-56 {
    margin: 14rem !important;
  }

  .xl\:m-60 {
    margin: 15rem !important;
  }

  .xl\:m-64 {
    margin: 16rem !important;
  }

  .xl\:m-72 {
    margin: 18.5rem !important;
  }

  .xl\:m-80 {
    margin: 20rem !important;
  }

  .xl\:m-96 {
    margin: 24rem !important;
  }

  .xl\:m-108 {
    margin: 26rem !important;
  }

  .xl\:m-112 {
    margin: 28rem !important;
  }

  .xl\:m-120 {
    margin: 30rem !important;
  }

  .xl\:m-136 {
    margin: 34rem !important;
  }

  .xl\:m-140 {
    margin: 42rem !important;
  }

  .xl\:m-144 {
    margin: 36rem !important;
  }

  .xl\:m-320 {
    margin: 80rem !important;
  }

  .xl\:m-auto {
    margin: auto !important;
  }

  .xl\:m-px {
    margin: 1px !important;
  }

  .xl\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .xl\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .xl\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .xl\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .xl\:m-50-em {
    margin: 50em !important;
  }

  .xl\:m-26-em {
    margin: 26em !important;
  }

  .xl\:-m-0 {
    margin: 0px !important;
  }

  .xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .xl\:-m-4 {
    margin: -1rem !important;
  }

  .xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .xl\:-m-7 {
    margin: -1.75rem !important;
  }

  .xl\:-m-8 {
    margin: -2rem !important;
  }

  .xl\:-m-9 {
    margin: -2.25rem !important;
  }

  .xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .xl\:-m-11 {
    margin: -2.75rem !important;
  }

  .xl\:-m-12 {
    margin: -3rem !important;
  }

  .xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .xl\:-m-16 {
    margin: -4rem !important;
  }

  .xl\:-m-20 {
    margin: -5rem !important;
  }

  .xl\:-m-24 {
    margin: -6rem !important;
  }

  .xl\:-m-28 {
    margin: -7rem !important;
  }

  .xl\:-m-32 {
    margin: -8rem !important;
  }

  .xl\:-m-36 {
    margin: -9rem !important;
  }

  .xl\:-m-40 {
    margin: -10rem !important;
  }

  .xl\:-m-44 {
    margin: -11rem !important;
  }

  .xl\:-m-48 {
    margin: -12rem !important;
  }

  .xl\:-m-52 {
    margin: -13rem !important;
  }

  .xl\:-m-56 {
    margin: -14rem !important;
  }

  .xl\:-m-60 {
    margin: -15rem !important;
  }

  .xl\:-m-64 {
    margin: -16rem !important;
  }

  .xl\:-m-72 {
    margin: -18.5rem !important;
  }

  .xl\:-m-80 {
    margin: -20rem !important;
  }

  .xl\:-m-96 {
    margin: -24rem !important;
  }

  .xl\:-m-108 {
    margin: -26rem !important;
  }

  .xl\:-m-112 {
    margin: -28rem !important;
  }

  .xl\:-m-120 {
    margin: -30rem !important;
  }

  .xl\:-m-136 {
    margin: -34rem !important;
  }

  .xl\:-m-140 {
    margin: -42rem !important;
  }

  .xl\:-m-144 {
    margin: -36rem !important;
  }

  .xl\:-m-320 {
    margin: -80rem !important;
  }

  .xl\:-m-px {
    margin: -1px !important;
  }

  .xl\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .xl\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .xl\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .xl\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .xl\:-m-50-em {
    margin: -50em !important;
  }

  .xl\:-m-26-em {
    margin: -26em !important;
  }

  .xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xl\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .xl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .xl\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .xl\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .xl\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .xl\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .xl\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xl\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .xl\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xl\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .xl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .xl\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .xl\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .xl\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .xl\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .xl\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xl\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .xl\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xl\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .xl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .xl\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .xl\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .xl\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .xl\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .xl\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xl\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .xl\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xl\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .xl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .xl\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .xl\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .xl\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .xl\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .xl\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xl\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .xl\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .xl\:mt-0 {
    margin-top: 0px !important;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .xl\:mt-36 {
    margin-top: 9rem !important;
  }

  .xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .xl\:mt-44 {
    margin-top: 11rem !important;
  }

  .xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .xl\:mt-52 {
    margin-top: 13rem !important;
  }

  .xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .xl\:mt-60 {
    margin-top: 15rem !important;
  }

  .xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .xl\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .xl\:mt-80 {
    margin-top: 20rem !important;
  }

  .xl\:mt-96 {
    margin-top: 24rem !important;
  }

  .xl\:mt-108 {
    margin-top: 26rem !important;
  }

  .xl\:mt-112 {
    margin-top: 28rem !important;
  }

  .xl\:mt-120 {
    margin-top: 30rem !important;
  }

  .xl\:mt-136 {
    margin-top: 34rem !important;
  }

  .xl\:mt-140 {
    margin-top: 42rem !important;
  }

  .xl\:mt-144 {
    margin-top: 36rem !important;
  }

  .xl\:mt-320 {
    margin-top: 80rem !important;
  }

  .xl\:mt-auto {
    margin-top: auto !important;
  }

  .xl\:mt-px {
    margin-top: 1px !important;
  }

  .xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xl\:mt-50-em {
    margin-top: 50em !important;
  }

  .xl\:mt-26-em {
    margin-top: 26em !important;
  }

  .xl\:-mt-0 {
    margin-top: 0px !important;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .xl\:-mt-36 {
    margin-top: -9rem !important;
  }

  .xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .xl\:-mt-44 {
    margin-top: -11rem !important;
  }

  .xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .xl\:-mt-52 {
    margin-top: -13rem !important;
  }

  .xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .xl\:-mt-60 {
    margin-top: -15rem !important;
  }

  .xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .xl\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .xl\:-mt-80 {
    margin-top: -20rem !important;
  }

  .xl\:-mt-96 {
    margin-top: -24rem !important;
  }

  .xl\:-mt-108 {
    margin-top: -26rem !important;
  }

  .xl\:-mt-112 {
    margin-top: -28rem !important;
  }

  .xl\:-mt-120 {
    margin-top: -30rem !important;
  }

  .xl\:-mt-136 {
    margin-top: -34rem !important;
  }

  .xl\:-mt-140 {
    margin-top: -42rem !important;
  }

  .xl\:-mt-144 {
    margin-top: -36rem !important;
  }

  .xl\:-mt-320 {
    margin-top: -80rem !important;
  }

  .xl\:-mt-px {
    margin-top: -1px !important;
  }

  .xl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xl\:-mt-50-em {
    margin-top: -50em !important;
  }

  .xl\:-mt-26-em {
    margin-top: -26em !important;
  }

  .xl\:mr-0 {
    margin-right: 0px !important;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .xl\:mr-36 {
    margin-right: 9rem !important;
  }

  .xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .xl\:mr-44 {
    margin-right: 11rem !important;
  }

  .xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .xl\:mr-52 {
    margin-right: 13rem !important;
  }

  .xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .xl\:mr-60 {
    margin-right: 15rem !important;
  }

  .xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .xl\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .xl\:mr-80 {
    margin-right: 20rem !important;
  }

  .xl\:mr-96 {
    margin-right: 24rem !important;
  }

  .xl\:mr-108 {
    margin-right: 26rem !important;
  }

  .xl\:mr-112 {
    margin-right: 28rem !important;
  }

  .xl\:mr-120 {
    margin-right: 30rem !important;
  }

  .xl\:mr-136 {
    margin-right: 34rem !important;
  }

  .xl\:mr-140 {
    margin-right: 42rem !important;
  }

  .xl\:mr-144 {
    margin-right: 36rem !important;
  }

  .xl\:mr-320 {
    margin-right: 80rem !important;
  }

  .xl\:mr-auto {
    margin-right: auto !important;
  }

  .xl\:mr-px {
    margin-right: 1px !important;
  }

  .xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xl\:mr-50-em {
    margin-right: 50em !important;
  }

  .xl\:mr-26-em {
    margin-right: 26em !important;
  }

  .xl\:-mr-0 {
    margin-right: 0px !important;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .xl\:-mr-28 {
    margin-right: -7rem !important;
  }

  .xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .xl\:-mr-36 {
    margin-right: -9rem !important;
  }

  .xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .xl\:-mr-44 {
    margin-right: -11rem !important;
  }

  .xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .xl\:-mr-52 {
    margin-right: -13rem !important;
  }

  .xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .xl\:-mr-60 {
    margin-right: -15rem !important;
  }

  .xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .xl\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .xl\:-mr-80 {
    margin-right: -20rem !important;
  }

  .xl\:-mr-96 {
    margin-right: -24rem !important;
  }

  .xl\:-mr-108 {
    margin-right: -26rem !important;
  }

  .xl\:-mr-112 {
    margin-right: -28rem !important;
  }

  .xl\:-mr-120 {
    margin-right: -30rem !important;
  }

  .xl\:-mr-136 {
    margin-right: -34rem !important;
  }

  .xl\:-mr-140 {
    margin-right: -42rem !important;
  }

  .xl\:-mr-144 {
    margin-right: -36rem !important;
  }

  .xl\:-mr-320 {
    margin-right: -80rem !important;
  }

  .xl\:-mr-px {
    margin-right: -1px !important;
  }

  .xl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xl\:-mr-50-em {
    margin-right: -50em !important;
  }

  .xl\:-mr-26-em {
    margin-right: -26em !important;
  }

  .xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xl\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .xl\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .xl\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .xl\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .xl\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .xl\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .xl\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .xl\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .xl\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .xl\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .xl\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .xl\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .xl\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xl\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .xl\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .xl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .xl\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .xl\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .xl\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .xl\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .xl\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .xl\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .xl\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .xl\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .xl\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .xl\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .xl\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .xl\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .xl\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xl\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .xl\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .xl\:ml-0 {
    margin-left: 0px !important;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .xl\:ml-36 {
    margin-left: 9rem !important;
  }

  .xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .xl\:ml-44 {
    margin-left: 11rem !important;
  }

  .xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .xl\:ml-52 {
    margin-left: 13rem !important;
  }

  .xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .xl\:ml-60 {
    margin-left: 15rem !important;
  }

  .xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .xl\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .xl\:ml-80 {
    margin-left: 20rem !important;
  }

  .xl\:ml-96 {
    margin-left: 24rem !important;
  }

  .xl\:ml-108 {
    margin-left: 26rem !important;
  }

  .xl\:ml-112 {
    margin-left: 28rem !important;
  }

  .xl\:ml-120 {
    margin-left: 30rem !important;
  }

  .xl\:ml-136 {
    margin-left: 34rem !important;
  }

  .xl\:ml-140 {
    margin-left: 42rem !important;
  }

  .xl\:ml-144 {
    margin-left: 36rem !important;
  }

  .xl\:ml-320 {
    margin-left: 80rem !important;
  }

  .xl\:ml-auto {
    margin-left: auto !important;
  }

  .xl\:ml-px {
    margin-left: 1px !important;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xl\:ml-50-em {
    margin-left: 50em !important;
  }

  .xl\:ml-26-em {
    margin-left: 26em !important;
  }

  .xl\:-ml-0 {
    margin-left: 0px !important;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .xl\:-ml-28 {
    margin-left: -7rem !important;
  }

  .xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .xl\:-ml-36 {
    margin-left: -9rem !important;
  }

  .xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .xl\:-ml-44 {
    margin-left: -11rem !important;
  }

  .xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .xl\:-ml-52 {
    margin-left: -13rem !important;
  }

  .xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .xl\:-ml-60 {
    margin-left: -15rem !important;
  }

  .xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .xl\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .xl\:-ml-80 {
    margin-left: -20rem !important;
  }

  .xl\:-ml-96 {
    margin-left: -24rem !important;
  }

  .xl\:-ml-108 {
    margin-left: -26rem !important;
  }

  .xl\:-ml-112 {
    margin-left: -28rem !important;
  }

  .xl\:-ml-120 {
    margin-left: -30rem !important;
  }

  .xl\:-ml-136 {
    margin-left: -34rem !important;
  }

  .xl\:-ml-140 {
    margin-left: -42rem !important;
  }

  .xl\:-ml-144 {
    margin-left: -36rem !important;
  }

  .xl\:-ml-320 {
    margin-left: -80rem !important;
  }

  .xl\:-ml-px {
    margin-left: -1px !important;
  }

  .xl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xl\:-ml-50-em {
    margin-left: -50em !important;
  }

  .xl\:-ml-26-em {
    margin-left: -26em !important;
  }

  .xl\:box-border {
    box-sizing: border-box !important;
  }

  .xl\:box-content {
    box-sizing: content-box !important;
  }

  .xl\:block {
    display: block !important;
  }

  .xl\:inline-block {
    display: inline-block !important;
  }

  .xl\:inline {
    display: inline !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:inline-flex {
    display: inline-flex !important;
  }

  .xl\:table {
    display: table !important;
  }

  .xl\:inline-table {
    display: inline-table !important;
  }

  .xl\:table-caption {
    display: table-caption !important;
  }

  .xl\:table-cell {
    display: table-cell !important;
  }

  .xl\:table-column {
    display: table-column !important;
  }

  .xl\:table-column-group {
    display: table-column-group !important;
  }

  .xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .xl\:table-header-group {
    display: table-header-group !important;
  }

  .xl\:table-row-group {
    display: table-row-group !important;
  }

  .xl\:table-row {
    display: table-row !important;
  }

  .xl\:flow-root {
    display: flow-root !important;
  }

  .xl\:grid {
    display: grid !important;
  }

  .xl\:inline-grid {
    display: inline-grid !important;
  }

  .xl\:contents {
    display: contents !important;
  }

  .xl\:list-item {
    display: list-item !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:h-0 {
    height: 0px !important;
  }

  .xl\:h-1 {
    height: 0.25rem !important;
  }

  .xl\:h-2 {
    height: 0.5rem !important;
  }

  .xl\:h-3 {
    height: 0.75rem !important;
  }

  .xl\:h-4 {
    height: 1rem !important;
  }

  .xl\:h-5 {
    height: 1.25rem !important;
  }

  .xl\:h-6 {
    height: 1.5rem !important;
  }

  .xl\:h-7 {
    height: 1.75rem !important;
  }

  .xl\:h-8 {
    height: 2rem !important;
  }

  .xl\:h-9 {
    height: 2.25rem !important;
  }

  .xl\:h-10 {
    height: 2.5rem !important;
  }

  .xl\:h-11 {
    height: 2.75rem !important;
  }

  .xl\:h-12 {
    height: 3rem !important;
  }

  .xl\:h-14 {
    height: 3.5rem !important;
  }

  .xl\:h-16 {
    height: 4rem !important;
  }

  .xl\:h-20 {
    height: 5rem !important;
  }

  .xl\:h-24 {
    height: 6rem !important;
  }

  .xl\:h-28 {
    height: 7rem !important;
  }

  .xl\:h-32 {
    height: 8rem !important;
  }

  .xl\:h-36 {
    height: 9rem !important;
  }

  .xl\:h-40 {
    height: 10rem !important;
  }

  .xl\:h-44 {
    height: 11rem !important;
  }

  .xl\:h-48 {
    height: 12rem !important;
  }

  .xl\:h-52 {
    height: 13rem !important;
  }

  .xl\:h-56 {
    height: 14rem !important;
  }

  .xl\:h-60 {
    height: 15rem !important;
  }

  .xl\:h-64 {
    height: 16rem !important;
  }

  .xl\:h-72 {
    height: 18.5rem !important;
  }

  .xl\:h-80 {
    height: 20rem !important;
  }

  .xl\:h-88 {
    height: 22rem !important;
  }

  .xl\:h-89 {
    height: 26rem !important;
  }

  .xl\:h-90 {
    height: 30rem !important;
  }

  .xl\:h-96 {
    height: 24rem !important;
  }

  .xl\:h-108 {
    height: 26rem !important;
  }

  .xl\:h-112 {
    height: 28rem !important;
  }

  .xl\:h-120 {
    height: 30rem !important;
  }

  .xl\:h-128 {
    height: 32rem !important;
  }

  .xl\:h-136 {
    height: 34rem !important;
  }

  .xl\:h-140 {
    height: 42rem !important;
  }

  .xl\:h-144 {
    height: 36rem !important;
  }

  .xl\:h-288 {
    height: 40rem !important;
  }

  .xl\:h-320 {
    height: 80rem !important;
  }

  .xl\:h-768 {
    height: 45rem !important;
  }

  .xl\:h-800 {
    height: 50rem !important;
  }

  .xl\:h-856 {
    height: 65rem !important;
  }

  .xl\:h-auto {
    height: auto !important;
  }

  .xl\:h-px {
    height: 1px !important;
  }

  .xl\:h-0\.5 {
    height: 0.125rem !important;
  }

  .xl\:h-1\.5 {
    height: 0.375rem !important;
  }

  .xl\:h-2\.5 {
    height: 0.625rem !important;
  }

  .xl\:h-3\.5 {
    height: 0.875rem !important;
  }

  .xl\:h-50-em {
    height: 50em !important;
  }

  .xl\:h-26-em {
    height: 26em !important;
  }

  .xl\:h-1\/2 {
    height: 50% !important;
  }

  .xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xl\:h-1\/4 {
    height: 25% !important;
  }

  .xl\:h-2\/4 {
    height: 50% !important;
  }

  .xl\:h-3\/4 {
    height: 75% !important;
  }

  .xl\:h-1\/5 {
    height: 20% !important;
  }

  .xl\:h-2\/5 {
    height: 40% !important;
  }

  .xl\:h-3\/5 {
    height: 60% !important;
  }

  .xl\:h-4\/5 {
    height: 80% !important;
  }

  .xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xl\:h-3\/6 {
    height: 50% !important;
  }

  .xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xl\:h-full {
    height: 100% !important;
  }

  .xl\:h-screen {
    height: 100vh !important;
  }

  .xl\:h-\[300px\] {
    height: 300px !important;
  }

  .xl\:h-\[130px\] {
    height: 130px !important;
  }

  .xl\:max-h-0 {
    max-height: 0px !important;
  }

  .xl\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .xl\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .xl\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .xl\:max-h-4 {
    max-height: 1rem !important;
  }

  .xl\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .xl\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .xl\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .xl\:max-h-8 {
    max-height: 2rem !important;
  }

  .xl\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .xl\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .xl\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .xl\:max-h-12 {
    max-height: 3rem !important;
  }

  .xl\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .xl\:max-h-16 {
    max-height: 4rem !important;
  }

  .xl\:max-h-20 {
    max-height: 5rem !important;
  }

  .xl\:max-h-24 {
    max-height: 6rem !important;
  }

  .xl\:max-h-28 {
    max-height: 7rem !important;
  }

  .xl\:max-h-32 {
    max-height: 8rem !important;
  }

  .xl\:max-h-36 {
    max-height: 9rem !important;
  }

  .xl\:max-h-40 {
    max-height: 10rem !important;
  }

  .xl\:max-h-44 {
    max-height: 11rem !important;
  }

  .xl\:max-h-48 {
    max-height: 12rem !important;
  }

  .xl\:max-h-52 {
    max-height: 13rem !important;
  }

  .xl\:max-h-56 {
    max-height: 14rem !important;
  }

  .xl\:max-h-60 {
    max-height: 15rem !important;
  }

  .xl\:max-h-64 {
    max-height: 16rem !important;
  }

  .xl\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .xl\:max-h-80 {
    max-height: 20rem !important;
  }

  .xl\:max-h-96 {
    max-height: 24rem !important;
  }

  .xl\:max-h-108 {
    max-height: 26rem !important;
  }

  .xl\:max-h-112 {
    max-height: 28rem !important;
  }

  .xl\:max-h-120 {
    max-height: 30rem !important;
  }

  .xl\:max-h-136 {
    max-height: 34rem !important;
  }

  .xl\:max-h-140 {
    max-height: 42rem !important;
  }

  .xl\:max-h-144 {
    max-height: 36rem !important;
  }

  .xl\:max-h-320 {
    max-height: 80rem !important;
  }

  .xl\:max-h-768 {
    max-height: 45rem !important;
  }

  .xl\:max-h-px {
    max-height: 1px !important;
  }

  .xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xl\:max-h-50-em {
    max-height: 50em !important;
  }

  .xl\:max-h-26-em {
    max-height: 26em !important;
  }

  .xl\:max-h-full {
    max-height: 100% !important;
  }

  .xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .xl\:max-h-8xl {
    max-height: 88rem !important;
  }

  .xl\:max-h-9xl {
    max-height: 95rem !important;
  }

  .xl\:max-h-sxl {
    max-height: 90% !important;
  }

  .xl\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .xl\:min-h-0 {
    min-height: 0px !important;
  }

  .xl\:min-h-32 {
    min-height: 8rem !important;
  }

  .xl\:min-h-40 {
    min-height: 10rem !important;
  }

  .xl\:min-h-44 {
    min-height: 11rem !important;
  }

  .xl\:min-h-48 {
    min-height: 12rem !important;
  }

  .xl\:min-h-768 {
    min-height: 45rem !important;
  }

  .xl\:min-h-full {
    min-height: 100% !important;
  }

  .xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .xl\:w-0 {
    width: 0px !important;
  }

  .xl\:w-1 {
    width: 0.25rem !important;
  }

  .xl\:w-2 {
    width: 0.5rem !important;
  }

  .xl\:w-3 {
    width: 0.75rem !important;
  }

  .xl\:w-4 {
    width: 1rem !important;
  }

  .xl\:w-5 {
    width: 1.25rem !important;
  }

  .xl\:w-6 {
    width: 1.5rem !important;
  }

  .xl\:w-7 {
    width: 1.75rem !important;
  }

  .xl\:w-8 {
    width: 2rem !important;
  }

  .xl\:w-9 {
    width: 2.25rem !important;
  }

  .xl\:w-10 {
    width: 2.5rem !important;
  }

  .xl\:w-11 {
    width: 2.75rem !important;
  }

  .xl\:w-12 {
    width: 3rem !important;
  }

  .xl\:w-14 {
    width: 3.5rem !important;
  }

  .xl\:w-16 {
    width: 4rem !important;
  }

  .xl\:w-20 {
    width: 5rem !important;
  }

  .xl\:w-24 {
    width: 6rem !important;
  }

  .xl\:w-28 {
    width: 7rem !important;
  }

  .xl\:w-32 {
    width: 8rem !important;
  }

  .xl\:w-36 {
    width: 9rem !important;
  }

  .xl\:w-40 {
    width: 10rem !important;
  }

  .xl\:w-44 {
    width: 11rem !important;
  }

  .xl\:w-48 {
    width: 12rem !important;
  }

  .xl\:w-52 {
    width: 13rem !important;
  }

  .xl\:w-56 {
    width: 14rem !important;
  }

  .xl\:w-60 {
    width: 15rem !important;
  }

  .xl\:w-64 {
    width: 16rem !important;
  }

  .xl\:w-72 {
    width: 18.5rem !important;
  }

  .xl\:w-80 {
    width: 20rem !important;
  }

  .xl\:w-96 {
    width: 24rem !important;
  }

  .xl\:w-100 {
    width: 25rem !important;
  }

  .xl\:w-108 {
    width: 26rem !important;
  }

  .xl\:w-112 {
    width: 28rem !important;
  }

  .xl\:w-120 {
    width: 30rem !important;
  }

  .xl\:w-128 {
    width: 32rem !important;
  }

  .xl\:w-132 {
    width: 33rem !important;
  }

  .xl\:w-136 {
    width: 34rem !important;
  }

  .xl\:w-140 {
    width: 35rem !important;
  }

  .xl\:w-144 {
    width: 36rem !important;
  }

  .xl\:w-160 {
    width: 40rem !important;
  }

  .xl\:w-180 {
    width: 45rem !important;
  }

  .xl\:w-190 {
    width: 47rem !important;
  }

  .xl\:w-195 {
    width: 50rem !important;
  }

  .xl\:w-200 {
    width: 75rem !important;
  }

  .xl\:w-320 {
    width: 80rem !important;
  }

  .xl\:w-auto {
    width: auto !important;
  }

  .xl\:w-px {
    width: 1px !important;
  }

  .xl\:w-0\.5 {
    width: 0.125rem !important;
  }

  .xl\:w-1\.5 {
    width: 0.375rem !important;
  }

  .xl\:w-2\.5 {
    width: 0.625rem !important;
  }

  .xl\:w-3\.5 {
    width: 0.875rem !important;
  }

  .xl\:w-50-em {
    width: 50em !important;
  }

  .xl\:w-26-em {
    width: 26em !important;
  }

  .xl\:w-1\/2 {
    width: 50% !important;
  }

  .xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xl\:w-1\/4 {
    width: 25% !important;
  }

  .xl\:w-2\/4 {
    width: 50% !important;
  }

  .xl\:w-3\/4 {
    width: 75% !important;
  }

  .xl\:w-1\/5 {
    width: 20% !important;
  }

  .xl\:w-2\/5 {
    width: 40% !important;
  }

  .xl\:w-3\/5 {
    width: 60% !important;
  }

  .xl\:w-4\/5 {
    width: 80% !important;
  }

  .xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xl\:w-3\/6 {
    width: 50% !important;
  }

  .xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xl\:w-3\/12 {
    width: 25% !important;
  }

  .xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xl\:w-6\/12 {
    width: 50% !important;
  }

  .xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xl\:w-9\/12 {
    width: 75% !important;
  }

  .xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xl\:w-full {
    width: 100% !important;
  }

  .xl\:w-screen {
    width: 100vw !important;
  }

  .xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xl\:w-\[350px\] {
    width: 350px !important;
  }

  .xl\:w-\[127px\] {
    width: 127px !important;
  }

  .xl\:w-\[300px\] {
    width: 300px !important;
  }

  .xl\:w-\[600px\] {
    width: 600px !important;
  }

  .xl\:w-\[140px\] {
    width: 140px !important;
  }

  .xl\:w-\[170px\] {
    width: 170px !important;
  }

  .xl\:w-\[150px\] {
    width: 150px !important;
  }

  .xl\:w-\[130px\] {
    width: 130px !important;
  }

  .xl\:min-w-0 {
    min-width: 0px !important;
  }

  .xl\:min-w-full {
    min-width: 100% !important;
  }

  .xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xl\:max-w-0 {
    max-width: 0rem !important;
  }

  .xl\:max-w-none {
    max-width: none !important;
  }

  .xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .xl\:max-w-md {
    max-width: 28rem !important;
  }

  .xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xl\:max-w-full {
    max-width: 100% !important;
  }

  .xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xl\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .xl\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .xl\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .xl\:max-w-8xl {
    max-width: 88rem !important;
  }

  .xl\:max-w-9xl {
    max-width: 95rem !important;
  }

  .xl\:max-w-sxl {
    max-width: 90% !important;
  }

  .xl\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xl\:flex-none {
    flex: none !important;
  }

  .xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .xl\:table-auto {
    table-layout: auto !important;
  }

  .xl\:table-fixed {
    table-layout: fixed !important;
  }

  .xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .xl\:border-separate {
    border-collapse: separate !important;
  }

  .xl\:origin-center {
    transform-origin: center !important;
  }

  .xl\:origin-top {
    transform-origin: top !important;
  }

  .xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .xl\:origin-right {
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xl\:origin-left {
    transform-origin: left !important;
  }

  .xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xl\:transform-none {
    transform: none !important;
  }

  .xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .xl\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .xl\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .xl\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .xl\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .xl\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .xl\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .xl\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .xl\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .xl\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .xl\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .xl\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .xl\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .xl\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .xl\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .xl\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .xl\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .xl\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .xl\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .xl\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .xl\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .xl\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .xl\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .xl\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .xl\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .xl\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .xl\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .xl\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .xl\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .xl\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .xl\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .xl\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .xl\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .xl\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .xl\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .xl\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .xl\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .xl\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .xl\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .xl\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .xl\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .xl\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .xl\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .xl\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .xl\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .xl\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .xl\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .xl\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .xl\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .xl\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .xl\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .xl\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .xl\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .xl\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .xl\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .xl\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .xl\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .xl\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .xl\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .xl\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .xl\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .xl\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .xl\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .xl\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .xl\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .xl\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .xl\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .xl\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .xl\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .xl\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .xl\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .xl\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .xl\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .xl\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .xl\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .xl\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .xl\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .xl\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .xl\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .xl\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .xl\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .xl\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .xl\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .xl\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .xl\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .xl\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .xl\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .xl\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .xl\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .xl\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .xl\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .xl\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .xl\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .xl\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .xl\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .xl\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .xl\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .xl\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .xl\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .xl\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .xl\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .xl\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .xl\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .xl\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .xl\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .xl\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .xl\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .xl\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .xl\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .xl\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .xl\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .xl\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .xl\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .xl\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .xl\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .xl\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .xl\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .xl\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .xl\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .xl\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .xl\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .xl\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .xl\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .xl\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .xl\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .xl\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .xl\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .xl\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .xl\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .xl\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .xl\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .xl\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .xl\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .xl\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .xl\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .xl\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .xl\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .xl\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .xl\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .xl\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .xl\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .xl\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .xl\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .xl\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .xl\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .xl\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .xl\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .xl\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .xl\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .xl\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .xl\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .xl\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .xl\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xl\:animate-none {
    animation: none !important;
  }

  .xl\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .xl\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:cursor-auto {
    cursor: auto !important;
  }

  .xl\:cursor-default {
    cursor: default !important;
  }

  .xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .xl\:cursor-wait {
    cursor: wait !important;
  }

  .xl\:cursor-text {
    cursor: text !important;
  }

  .xl\:cursor-move {
    cursor: move !important;
  }

  .xl\:cursor-help {
    cursor: help !important;
  }

  .xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:resize-none {
    resize: none !important;
  }

  .xl\:resize-y {
    resize: vertical !important;
  }

  .xl\:resize-x {
    resize: horizontal !important;
  }

  .xl\:resize {
    resize: both !important;
  }

  .xl\:list-inside {
    list-style-position: inside !important;
  }

  .xl\:list-outside {
    list-style-position: outside !important;
  }

  .xl\:list-none {
    list-style-type: none !important;
  }

  .xl\:list-disc {
    list-style-type: disc !important;
  }

  .xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xl\:flex-row {
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col {
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:place-content-center {
    place-content: center !important;
  }

  .xl\:place-content-start {
    place-content: start !important;
  }

  .xl\:place-content-end {
    place-content: end !important;
  }

  .xl\:place-content-between {
    place-content: space-between !important;
  }

  .xl\:place-content-around {
    place-content: space-around !important;
  }

  .xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .xl\:place-items-start {
    place-items: start !important;
  }

  .xl\:place-items-end {
    place-items: end !important;
  }

  .xl\:place-items-center {
    place-items: center !important;
  }

  .xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .xl\:content-center {
    align-content: center !important;
  }

  .xl\:content-start {
    align-content: flex-start !important;
  }

  .xl\:content-end {
    align-content: flex-end !important;
  }

  .xl\:content-between {
    align-content: space-between !important;
  }

  .xl\:content-around {
    align-content: space-around !important;
  }

  .xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .xl\:items-start {
    align-items: flex-start !important;
  }

  .xl\:items-end {
    align-items: flex-end !important;
  }

  .xl\:items-center {
    align-items: center !important;
  }

  .xl\:items-baseline {
    align-items: baseline !important;
  }

  .xl\:items-stretch {
    align-items: stretch !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:justify-end {
    justify-content: flex-end !important;
  }

  .xl\:justify-center {
    justify-content: center !important;
  }

  .xl\:justify-between {
    justify-content: space-between !important;
  }

  .xl\:justify-around {
    justify-content: space-around !important;
  }

  .xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xl\:justify-items-start {
    justify-items: start !important;
  }

  .xl\:justify-items-end {
    justify-items: end !important;
  }

  .xl\:justify-items-center {
    justify-items: center !important;
  }

  .xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xl\:gap-0 {
    gap: 0px !important;
  }

  .xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .xl\:gap-4 {
    gap: 1rem !important;
  }

  .xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .xl\:gap-8 {
    gap: 2rem !important;
  }

  .xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .xl\:gap-12 {
    gap: 3rem !important;
  }

  .xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .xl\:gap-16 {
    gap: 4rem !important;
  }

  .xl\:gap-20 {
    gap: 5rem !important;
  }

  .xl\:gap-24 {
    gap: 6rem !important;
  }

  .xl\:gap-28 {
    gap: 7rem !important;
  }

  .xl\:gap-32 {
    gap: 8rem !important;
  }

  .xl\:gap-36 {
    gap: 9rem !important;
  }

  .xl\:gap-40 {
    gap: 10rem !important;
  }

  .xl\:gap-44 {
    gap: 11rem !important;
  }

  .xl\:gap-48 {
    gap: 12rem !important;
  }

  .xl\:gap-52 {
    gap: 13rem !important;
  }

  .xl\:gap-56 {
    gap: 14rem !important;
  }

  .xl\:gap-60 {
    gap: 15rem !important;
  }

  .xl\:gap-64 {
    gap: 16rem !important;
  }

  .xl\:gap-72 {
    gap: 18.5rem !important;
  }

  .xl\:gap-80 {
    gap: 20rem !important;
  }

  .xl\:gap-96 {
    gap: 24rem !important;
  }

  .xl\:gap-108 {
    gap: 26rem !important;
  }

  .xl\:gap-112 {
    gap: 28rem !important;
  }

  .xl\:gap-120 {
    gap: 30rem !important;
  }

  .xl\:gap-136 {
    gap: 34rem !important;
  }

  .xl\:gap-140 {
    gap: 42rem !important;
  }

  .xl\:gap-144 {
    gap: 36rem !important;
  }

  .xl\:gap-320 {
    gap: 80rem !important;
  }

  .xl\:gap-px {
    gap: 1px !important;
  }

  .xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xl\:gap-50-em {
    gap: 50em !important;
  }

  .xl\:gap-26-em {
    gap: 26em !important;
  }

  .xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xl\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .xl\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .xl\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .xl\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .xl\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .xl\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .xl\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xl\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .xl\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xl\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xl\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .xl\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .xl\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .xl\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .xl\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .xl\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .xl\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xl\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .xl\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .xl\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xl\:place-self-auto {
    place-self: auto !important;
  }

  .xl\:place-self-start {
    place-self: start !important;
  }

  .xl\:place-self-end {
    place-self: end !important;
  }

  .xl\:place-self-center {
    place-self: center !important;
  }

  .xl\:place-self-stretch {
    place-self: stretch !important;
  }

  .xl\:self-auto {
    align-self: auto !important;
  }

  .xl\:self-start {
    align-self: flex-start !important;
  }

  .xl\:self-end {
    align-self: flex-end !important;
  }

  .xl\:self-center {
    align-self: center !important;
  }

  .xl\:self-stretch {
    align-self: stretch !important;
  }

  .xl\:self-baseline {
    align-self: baseline !important;
  }

  .xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .xl\:justify-self-start {
    justify-self: start !important;
  }

  .xl\:justify-self-end {
    justify-self: end !important;
  }

  .xl\:justify-self-center {
    justify-self: center !important;
  }

  .xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xl\:overflow-auto {
    overflow: auto !important;
  }

  .xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .xl\:overflow-visible {
    overflow: visible !important;
  }

  .xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xl\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xl\:overflow-clip {
    text-overflow: clip !important;
  }

  .xl\:whitespace-normal {
    white-space: normal !important;
  }

  .xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xl\:whitespace-pre {
    white-space: pre !important;
  }

  .xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .xl\:break-all {
    word-break: break-all !important;
  }

  .xl\:rounded-none {
    border-radius: 0px !important;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xl\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .xl\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .xl\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .xl\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .xl\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .xl\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .xl\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .xl\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .xl\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .xl\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .xl\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .xl\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .xl\:border-0 {
    border-width: 0px !important;
  }

  .xl\:border-2 {
    border-width: 2px !important;
  }

  .xl\:border-4 {
    border-width: 4px !important;
  }

  .xl\:border-8 {
    border-width: 8px !important;
  }

  .xl\:border-12 {
    border-width: 12px !important;
  }

  .xl\:border-18 {
    border-width: 18px !important;
  }

  .xl\:border {
    border-width: 1px !important;
  }

  .xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xl\:border-t-12 {
    border-top-width: 12px !important;
  }

  .xl\:border-t-18 {
    border-top-width: 18px !important;
  }

  .xl\:border-t {
    border-top-width: 1px !important;
  }

  .xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xl\:border-r-12 {
    border-right-width: 12px !important;
  }

  .xl\:border-r-18 {
    border-right-width: 18px !important;
  }

  .xl\:border-r {
    border-right-width: 1px !important;
  }

  .xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xl\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .xl\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xl\:border-l-12 {
    border-left-width: 12px !important;
  }

  .xl\:border-l-18 {
    border-left-width: 18px !important;
  }

  .xl\:border-l {
    border-left-width: 1px !important;
  }

  .xl\:border-solid {
    border-style: solid !important;
  }

  .xl\:border-dashed {
    border-style: dashed !important;
  }

  .xl\:border-dotted {
    border-style: dotted !important;
  }

  .xl\:border-double {
    border-style: double !important;
  }

  .xl\:border-none {
    border-style: none !important;
  }

  .xl\:border-transparent {
    border-color: transparent !important;
  }

  .xl\:border-current {
    border-color: currentColor !important;
  }

  .xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xl\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xl\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xl\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xl\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xl\:bg-transparent {
    background-color: transparent !important;
  }

  .xl\:bg-current {
    background-color: currentColor !important;
  }

  .xl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xl\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xl\:bg-none {
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xl\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .xl\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .xl\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .xl\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .xl\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .xl\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .xl\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .xl\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .xl\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .xl\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .xl\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .xl\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .xl\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .xl\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .xl\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .xl\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .xl\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .xl\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .xl\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .xl\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .xl\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .xl\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .xl\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .xl\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .xl\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .xl\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .xl\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .xl\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .xl\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .xl\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .xl\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .xl\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .xl\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .xl\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .xl\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .xl\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .xl\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .xl\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .xl\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xl\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xl\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xl\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xl\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xl\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xl\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xl\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xl\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xl\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xl\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xl\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xl\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xl\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xl\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xl\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xl\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xl\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xl\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xl\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xl\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xl\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xl\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xl\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xl\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xl\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xl\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xl\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xl\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xl\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xl\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xl\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xl\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xl\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xl\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xl\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xl\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xl\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xl\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xl\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xl\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xl\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xl\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xl\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xl\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xl\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xl\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xl\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xl\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xl\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xl\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xl\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xl\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xl\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xl\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xl\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xl\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xl\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xl\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xl\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xl\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xl\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xl\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xl\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xl\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xl\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xl\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xl\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xl\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xl\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xl\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xl\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xl\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xl\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xl\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xl\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xl\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xl\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xl\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xl\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xl\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xl\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xl\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xl\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xl\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xl\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xl\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xl\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xl\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xl\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xl\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xl\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xl\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xl\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xl\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xl\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xl\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xl\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xl\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xl\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xl\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xl\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xl\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xl\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xl\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xl\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xl\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xl\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xl\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xl\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xl\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xl\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xl\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xl\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xl\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xl\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xl\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xl\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xl\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xl\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xl\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xl\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xl\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xl\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xl\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xl\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xl\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xl\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xl\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xl\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xl\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xl\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xl\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xl\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xl\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xl\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xl\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xl\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xl\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xl\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xl\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xl\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xl\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xl\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xl\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xl\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xl\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xl\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xl\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xl\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xl\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xl\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xl\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xl\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xl\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xl\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xl\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xl\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xl\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xl\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xl\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xl\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xl\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xl\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xl\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xl\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xl\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xl\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xl\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xl\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xl\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xl\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xl\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xl\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xl\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xl\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xl\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xl\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xl\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xl\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xl\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xl\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xl\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xl\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xl\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xl\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xl\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xl\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xl\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xl\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xl\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xl\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xl\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xl\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xl\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xl\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xl\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xl\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xl\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xl\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xl\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xl\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xl\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xl\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xl\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xl\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xl\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xl\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xl\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xl\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xl\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xl\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xl\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xl\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xl\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xl\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xl\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xl\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xl\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xl\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xl\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xl\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xl\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xl\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xl\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xl\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xl\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xl\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xl\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xl\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xl\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xl\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xl\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xl\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xl\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xl\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xl\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xl\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xl\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xl\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xl\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xl\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xl\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xl\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xl\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xl\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xl\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xl\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xl\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xl\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xl\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xl\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xl\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xl\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xl\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xl\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xl\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xl\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xl\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xl\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xl\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xl\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xl\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xl\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xl\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xl\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xl\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xl\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xl\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xl\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xl\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xl\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xl\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xl\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xl\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xl\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xl\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xl\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xl\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xl\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xl\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xl\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xl\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xl\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xl\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xl\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xl\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xl\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xl\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xl\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xl\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xl\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xl\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xl\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xl\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xl\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xl\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xl\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xl\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xl\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xl\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xl\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xl\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xl\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xl\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xl\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xl\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xl\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xl\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xl\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xl\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xl\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xl\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xl\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xl\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xl\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xl\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xl\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xl\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xl\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xl\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xl\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xl\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xl\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xl\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xl\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xl\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xl\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xl\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xl\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xl\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xl\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xl\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xl\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xl\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xl\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xl\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xl\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xl\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xl\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xl\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xl\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xl\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xl\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xl\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xl\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xl\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xl\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xl\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xl\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xl\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xl\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xl\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xl\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xl\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xl\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xl\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xl\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xl\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xl\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xl\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xl\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xl\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xl\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xl\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xl\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xl\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xl\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xl\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xl\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xl\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xl\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xl\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xl\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xl\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xl\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xl\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xl\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xl\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xl\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xl\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xl\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xl\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xl\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xl\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xl\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xl\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xl\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xl\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xl\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xl\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xl\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xl\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xl\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xl\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xl\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xl\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xl\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xl\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xl\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xl\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xl\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xl\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xl\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xl\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xl\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xl\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xl\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xl\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xl\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xl\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xl\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xl\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xl\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xl\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xl\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xl\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xl\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xl\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xl\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xl\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xl\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xl\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xl\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xl\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xl\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xl\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xl\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xl\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xl\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xl\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xl\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xl\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xl\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xl\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xl\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xl\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xl\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xl\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xl\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xl\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xl\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xl\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xl\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xl\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xl\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xl\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xl\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xl\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xl\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xl\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xl\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xl\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xl\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xl\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xl\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xl\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xl\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xl\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xl\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xl\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xl\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xl\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xl\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xl\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xl\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xl\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xl\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xl\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xl\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xl\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xl\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xl\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xl\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xl\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xl\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xl\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xl\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xl\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xl\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xl\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xl\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xl\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xl\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xl\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xl\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xl\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xl\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xl\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xl\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xl\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xl\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xl\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xl\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xl\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xl\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xl\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xl\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xl\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xl\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xl\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xl\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xl\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xl\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xl\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xl\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xl\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xl\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xl\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xl\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xl\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xl\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xl\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xl\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xl\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xl\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xl\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xl\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xl\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xl\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xl\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xl\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xl\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xl\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xl\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xl\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xl\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xl\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xl\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xl\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xl\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xl\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xl\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xl\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xl\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xl\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xl\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xl\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xl\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xl\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xl\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xl\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xl\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xl\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xl\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xl\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xl\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xl\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xl\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xl\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xl\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xl\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xl\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xl\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xl\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xl\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xl\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xl\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xl\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xl\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xl\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xl\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xl\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xl\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xl\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xl\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xl\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xl\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xl\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xl\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xl\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xl\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xl\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xl\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xl\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xl\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xl\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xl\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xl\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xl\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xl\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xl\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xl\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xl\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xl\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xl\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xl\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xl\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xl\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xl\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xl\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xl\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xl\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xl\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xl\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xl\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xl\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xl\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xl\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xl\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xl\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xl\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xl\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xl\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xl\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xl\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xl\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xl\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xl\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xl\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xl\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xl\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xl\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xl\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xl\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xl\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xl\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xl\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xl\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xl\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xl\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xl\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xl\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xl\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xl\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xl\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xl\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xl\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xl\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xl\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xl\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xl\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xl\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xl\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xl\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xl\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xl\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xl\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xl\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xl\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xl\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xl\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xl\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xl\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xl\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xl\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xl\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xl\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xl\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xl\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xl\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xl\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xl\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xl\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xl\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xl\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xl\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xl\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xl\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xl\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xl\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xl\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xl\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xl\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xl\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xl\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xl\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xl\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xl\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xl\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xl\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xl\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xl\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xl\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xl\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xl\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xl\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xl\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xl\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xl\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xl\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xl\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xl\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xl\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xl\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xl\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xl\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xl\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xl\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xl\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xl\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xl\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xl\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xl\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xl\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xl\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xl\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xl\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xl\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xl\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xl\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xl\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xl\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xl\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xl\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xl\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xl\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xl\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xl\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xl\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xl\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xl\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xl\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xl\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xl\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xl\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xl\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xl\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xl\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xl\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xl\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xl\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xl\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xl\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xl\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xl\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xl\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xl\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xl\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xl\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xl\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xl\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xl\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xl\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xl\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xl\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xl\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xl\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xl\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xl\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xl\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xl\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xl\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xl\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xl\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xl\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xl\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xl\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xl\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xl\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xl\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xl\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xl\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xl\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xl\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xl\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xl\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xl\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xl\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xl\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xl\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xl\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xl\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xl\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xl\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xl\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xl\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xl\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xl\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xl\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xl\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xl\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xl\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xl\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xl\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xl\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xl\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xl\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xl\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xl\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xl\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xl\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xl\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xl\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xl\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xl\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xl\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xl\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xl\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xl\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xl\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xl\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xl\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xl\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xl\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xl\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xl\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xl\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xl\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xl\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xl\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xl\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xl\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xl\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xl\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xl\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xl\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xl\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xl\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xl\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xl\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xl\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xl\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xl\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xl\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xl\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xl\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xl\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xl\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xl\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xl\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xl\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xl\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xl\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xl\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xl\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xl\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xl\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xl\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xl\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xl\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xl\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xl\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xl\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xl\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xl\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xl\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xl\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xl\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xl\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xl\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xl\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xl\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xl\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xl\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xl\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xl\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xl\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xl\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xl\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xl\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xl\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xl\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xl\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xl\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xl\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xl\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xl\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xl\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xl\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xl\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xl\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xl\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xl\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xl\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xl\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xl\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xl\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xl\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xl\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xl\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xl\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xl\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xl\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xl\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xl\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xl\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xl\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xl\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xl\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xl\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xl\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xl\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xl\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xl\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xl\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xl\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xl\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xl\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xl\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xl\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xl\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xl\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xl\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xl\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xl\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xl\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xl\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xl\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xl\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xl\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xl\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xl\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xl\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xl\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xl\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xl\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xl\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xl\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xl\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xl\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xl\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xl\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xl\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xl\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xl\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xl\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xl\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xl\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xl\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xl\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xl\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xl\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xl\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xl\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xl\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xl\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xl\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xl\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xl\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xl\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xl\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xl\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xl\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xl\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xl\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xl\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xl\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xl\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xl\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xl\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xl\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xl\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xl\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xl\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xl\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xl\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xl\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xl\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xl\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xl\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xl\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xl\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xl\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xl\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xl\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xl\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xl\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xl\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xl\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xl\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xl\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xl\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xl\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xl\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xl\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xl\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xl\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xl\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xl\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xl\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xl\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xl\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xl\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xl\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xl\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xl\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xl\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xl\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xl\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xl\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xl\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xl\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xl\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xl\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xl\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xl\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xl\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xl\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xl\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xl\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xl\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xl\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xl\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xl\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xl\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xl\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xl\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xl\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xl\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xl\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xl\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xl\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xl\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xl\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xl\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xl\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xl\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xl\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xl\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xl\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xl\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xl\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xl\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xl\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xl\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xl\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xl\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xl\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xl\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xl\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xl\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xl\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xl\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xl\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xl\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xl\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xl\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xl\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xl\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xl\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xl\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xl\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xl\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xl\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xl\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xl\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xl\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xl\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xl\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xl\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xl\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xl\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xl\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xl\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xl\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xl\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xl\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xl\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xl\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xl\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xl\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xl\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xl\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xl\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xl\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xl\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xl\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xl\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xl\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xl\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xl\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xl\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xl\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xl\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xl\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xl\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xl\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xl\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xl\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xl\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xl\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xl\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xl\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xl\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xl\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xl\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xl\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xl\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xl\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xl\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xl\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xl\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xl\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xl\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xl\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xl\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xl\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xl\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xl\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xl\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xl\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xl\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xl\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xl\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xl\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xl\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xl\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xl\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xl\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xl\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xl\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xl\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xl\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xl\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xl\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xl\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xl\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xl\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xl\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xl\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xl\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xl\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xl\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xl\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xl\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xl\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xl\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xl\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xl\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xl\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xl\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xl\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xl\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xl\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xl\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xl\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xl\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xl\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xl\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xl\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xl\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xl\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xl\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xl\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xl\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xl\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xl\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xl\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xl\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xl\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xl\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xl\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xl\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xl\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xl\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xl\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xl\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xl\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xl\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xl\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xl\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xl\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xl\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xl\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xl\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xl\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xl\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xl\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xl\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xl\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xl\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xl\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xl\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xl\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xl\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xl\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xl\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xl\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xl\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xl\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xl\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xl\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xl\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xl\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xl\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xl\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xl\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xl\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xl\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xl\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xl\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xl\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xl\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xl\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xl\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xl\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xl\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xl\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xl\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xl\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xl\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xl\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xl\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xl\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xl\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xl\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xl\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xl\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xl\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xl\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xl\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xl\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xl\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xl\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xl\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xl\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xl\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xl\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xl\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xl\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xl\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xl\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xl\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xl\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xl\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xl\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xl\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xl\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xl\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xl\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xl\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xl\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xl\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xl\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xl\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xl\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xl\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xl\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xl\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xl\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xl\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xl\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xl\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xl\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xl\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xl\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xl\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xl\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xl\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xl\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xl\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xl\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xl\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xl\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xl\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xl\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xl\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xl\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xl\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xl\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xl\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xl\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xl\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xl\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xl\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xl\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xl\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xl\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xl\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xl\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xl\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xl\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xl\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xl\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xl\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xl\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xl\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xl\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xl\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xl\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xl\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xl\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xl\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xl\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xl\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xl\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xl\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xl\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xl\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xl\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xl\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xl\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xl\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xl\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xl\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xl\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xl\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xl\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xl\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xl\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xl\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xl\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xl\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xl\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xl\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xl\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xl\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xl\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xl\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xl\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xl\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xl\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xl\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xl\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xl\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xl\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xl\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xl\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xl\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xl\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xl\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xl\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xl\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xl\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xl\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xl\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xl\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .xl\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .xl\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xl\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xl\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xl\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xl\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .xl\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .xl\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xl\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .xl\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .xl\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .xl\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xl\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xl\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .xl\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .xl\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xl\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .xl\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .xl\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .xl\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .xl\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .xl\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .xl\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .xl\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .xl\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .xl\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .xl\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .xl\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .xl\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .xl\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .xl\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .xl\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .xl\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .xl\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .xl\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .xl\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .xl\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .xl\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .xl\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .xl\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .xl\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .xl\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .xl\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .xl\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .xl\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .xl\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .xl\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .xl\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .xl\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .xl\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .xl\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .xl\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .xl\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .xl\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .xl\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .xl\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .xl\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .xl\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .xl\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .xl\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .xl\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .xl\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .xl\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .xl\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .xl\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .xl\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .xl\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .xl\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .xl\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .xl\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .xl\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .xl\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .xl\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .xl\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .xl\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .xl\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .xl\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .xl\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .xl\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .xl\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .xl\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .xl\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .xl\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .xl\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .xl\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .xl\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .xl\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .xl\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .xl\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .xl\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .xl\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .xl\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .xl\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .xl\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .xl\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .xl\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .xl\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .xl\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .xl\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .xl\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .xl\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .xl\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .xl\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .xl\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .xl\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .xl\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .xl\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .xl\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .xl\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .xl\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .xl\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .xl\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .xl\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .xl\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .xl\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xl\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .xl\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .xl\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .xl\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .xl\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .xl\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xl\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .xl\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .xl\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .xl\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .xl\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xl\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .xl\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .xl\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .xl\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .xl\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .xl\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .xl\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xl\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .xl\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .xl\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .xl\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .xl\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xl\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xl\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .xl\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xl\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .xl\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .xl\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .xl\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .xl\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .xl\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .xl\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .xl\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xl\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .xl\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .xl\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .xl\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .xl\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .xl\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .xl\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .xl\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .xl\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .xl\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .xl\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .xl\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .xl\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .xl\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .xl\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .xl\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .xl\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .xl\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .xl\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .xl\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .xl\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .xl\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .xl\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .xl\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .xl\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .xl\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .xl\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .xl\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .xl\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .xl\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .xl\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .xl\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .xl\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .xl\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .xl\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .xl\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .xl\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .xl\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .xl\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .xl\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .xl\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .xl\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .xl\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .xl\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .xl\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .xl\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .xl\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .xl\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .xl\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .xl\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .xl\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .xl\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .xl\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .xl\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .xl\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .xl\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .xl\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .xl\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .xl\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .xl\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .xl\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .xl\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .xl\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .xl\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .xl\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .xl\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .xl\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .xl\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .xl\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xl\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .xl\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .xl\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .xl\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .xl\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .xl\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .xl\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .xl\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .xl\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .xl\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .xl\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .xl\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .xl\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .xl\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .xl\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .xl\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .xl\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .xl\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .xl\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .xl\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .xl\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .xl\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .xl\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .xl\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .xl\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .xl\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .xl\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .xl\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .xl\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .xl\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .xl\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .xl\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .xl\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .xl\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .xl\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .xl\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .xl\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .xl\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .xl\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .xl\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .xl\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xl\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xl\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .xl\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .xl\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .xl\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .xl\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .xl\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .xl\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .xl\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .xl\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .xl\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .xl\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .xl\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .xl\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .xl\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .xl\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .xl\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .xl\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .xl\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .xl\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .xl\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .xl\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .xl\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .xl\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .xl\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .xl\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .xl\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .xl\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .xl\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .xl\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .xl\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .xl\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .xl\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .xl\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xl\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .xl\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .xl\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .xl\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .xl\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .xl\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .xl\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .xl\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .xl\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .xl\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .xl\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xl\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .xl\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .xl\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .xl\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .xl\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .xl\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .xl\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .xl\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .xl\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .xl\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .xl\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .xl\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xl\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .xl\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .xl\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .xl\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .xl\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .xl\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .xl\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .xl\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .xl\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .xl\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .xl\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .xl\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .xl\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .xl\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .xl\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .xl\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .xl\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .xl\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .xl\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .xl\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .xl\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .xl\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .xl\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .xl\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .xl\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .xl\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .xl\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .xl\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .xl\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .xl\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .xl\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .xl\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .xl\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .xl\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .xl\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .xl\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .xl\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .xl\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .xl\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .xl\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .xl\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .xl\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .xl\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .xl\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .xl\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .xl\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .xl\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .xl\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .xl\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .xl\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .xl\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .xl\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .xl\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .xl\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .xl\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .xl\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .xl\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .xl\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .xl\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .xl\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .xl\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .xl\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .xl\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .xl\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .xl\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .xl\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .xl\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .xl\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .xl\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .xl\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .xl\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .xl\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .xl\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .xl\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .xl\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .xl\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .xl\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .xl\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .xl\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .xl\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .xl\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .xl\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .xl\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .xl\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .xl\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .xl\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .xl\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .xl\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .xl\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .xl\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .xl\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .xl\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .xl\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .xl\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .xl\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .xl\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .xl\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .xl\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .xl\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .xl\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .xl\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .xl\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .xl\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .xl\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .xl\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .xl\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .xl\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .xl\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .xl\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .xl\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .xl\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .xl\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .xl\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .xl\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .xl\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .xl\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .xl\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .xl\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .xl\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .xl\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .xl\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .xl\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .xl\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .xl\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .xl\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .xl\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .xl\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .xl\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xl\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .xl\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .xl\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .xl\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .xl\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .xl\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xl\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .xl\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .xl\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .xl\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .xl\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xl\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .xl\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .xl\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .xl\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .xl\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .xl\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .xl\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xl\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .xl\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .xl\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .xl\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .xl\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xl\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xl\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .xl\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xl\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .xl\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .xl\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .xl\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .xl\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .xl\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .xl\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .xl\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xl\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .xl\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .xl\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .xl\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .xl\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .xl\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .xl\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .xl\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .xl\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .xl\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .xl\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .xl\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .xl\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .xl\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .xl\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .xl\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .xl\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .xl\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .xl\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .xl\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .xl\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .xl\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .xl\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .xl\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .xl\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .xl\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .xl\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .xl\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .xl\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .xl\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .xl\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .xl\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .xl\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .xl\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .xl\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .xl\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .xl\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .xl\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .xl\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .xl\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .xl\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .xl\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .xl\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .xl\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .xl\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .xl\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .xl\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .xl\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .xl\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .xl\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .xl\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .xl\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .xl\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .xl\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .xl\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .xl\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .xl\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .xl\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .xl\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .xl\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .xl\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .xl\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .xl\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .xl\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .xl\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .xl\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .xl\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .xl\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .xl\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xl\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .xl\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .xl\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .xl\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .xl\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .xl\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .xl\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .xl\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .xl\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .xl\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .xl\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .xl\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .xl\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .xl\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .xl\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .xl\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .xl\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .xl\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .xl\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .xl\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .xl\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .xl\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .xl\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .xl\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .xl\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .xl\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .xl\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .xl\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .xl\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .xl\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .xl\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .xl\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .xl\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .xl\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .xl\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .xl\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .xl\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .xl\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .xl\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .xl\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .xl\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xl\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xl\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .xl\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .xl\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .xl\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .xl\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .xl\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .xl\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .xl\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .xl\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .xl\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .xl\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .xl\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .xl\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xl\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .xl\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .xl\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .xl\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .xl\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .xl\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .xl\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .xl\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .xl\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .xl\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .xl\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xl\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .xl\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .xl\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .xl\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .xl\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .xl\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .xl\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .xl\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .xl\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .xl\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .xl\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .xl\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .xl\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .xl\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .xl\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .xl\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .xl\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .xl\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .xl\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .xl\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .xl\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .xl\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .xl\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .xl\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .xl\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .xl\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .xl\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .xl\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .xl\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .xl\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .xl\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xl\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xl\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .xl\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .xl\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .xl\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .xl\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .xl\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .xl\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .xl\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .xl\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .xl\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .xl\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .xl\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .xl\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .xl\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .xl\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .xl\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .xl\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .xl\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .xl\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .xl\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .xl\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .xl\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .xl\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .xl\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .xl\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .xl\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .xl\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .xl\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .xl\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .xl\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .xl\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .xl\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .xl\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .xl\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .xl\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .xl\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .xl\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .xl\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .xl\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .xl\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .xl\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .xl\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .xl\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .xl\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .xl\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .xl\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .xl\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .xl\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .xl\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .xl\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .xl\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .xl\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .xl\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .xl\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .xl\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .xl\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .xl\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .xl\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .xl\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .xl\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .xl\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .xl\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .xl\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .xl\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .xl\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .xl\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .xl\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .xl\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .xl\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .xl\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .xl\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .xl\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .xl\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .xl\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .xl\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .xl\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .xl\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .xl\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .xl\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .xl\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .xl\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .xl\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .xl\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .xl\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .xl\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .xl\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .xl\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .xl\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .xl\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .xl\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .xl\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .xl\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .xl\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .xl\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xl\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .xl\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .xl\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .xl\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .xl\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .xl\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xl\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .xl\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .xl\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .xl\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .xl\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xl\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .xl\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .xl\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .xl\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .xl\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .xl\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .xl\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xl\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .xl\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .xl\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .xl\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .xl\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xl\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xl\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .xl\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xl\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .xl\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .xl\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .xl\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .xl\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .xl\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .xl\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .xl\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xl\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .xl\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .xl\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .xl\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .xl\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .xl\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .xl\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .xl\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .xl\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .xl\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .xl\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .xl\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .xl\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .xl\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .xl\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .xl\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .xl\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .xl\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xl\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .xl\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .xl\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .xl\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .xl\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .xl\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .xl\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .xl\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .xl\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .xl\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .xl\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .xl\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .xl\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .xl\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .xl\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .xl\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .xl\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .xl\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .xl\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .xl\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .xl\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .xl\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .xl\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .xl\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .xl\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .xl\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .xl\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .xl\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .xl\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .xl\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .xl\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .xl\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .xl\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .xl\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .xl\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .xl\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .xl\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .xl\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .xl\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .xl\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .xl\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .xl\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .xl\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .xl\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .xl\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .xl\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .xl\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .xl\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .xl\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .xl\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .xl\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .xl\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .xl\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xl\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .xl\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .xl\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .xl\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .xl\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .xl\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .xl\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .xl\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .xl\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .xl\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .xl\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .xl\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .xl\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .xl\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .xl\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .xl\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .xl\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .xl\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .xl\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .xl\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .xl\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .xl\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .xl\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .xl\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .xl\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .xl\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .xl\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .xl\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .xl\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .xl\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .xl\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .xl\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .xl\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .xl\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .xl\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .xl\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .xl\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .xl\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .xl\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .xl\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .xl\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xl\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xl\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .xl\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .xl\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .xl\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .xl\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .xl\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .xl\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .xl\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .xl\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .xl\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .xl\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .xl\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .xl\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xl\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .xl\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .xl\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .xl\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .xl\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .xl\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .xl\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .xl\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .xl\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .xl\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .xl\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xl\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .xl\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .xl\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .xl\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .xl\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .xl\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .xl\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .xl\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .xl\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .xl\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .xl\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .xl\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .xl\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .xl\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .xl\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .xl\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .xl\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .xl\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .xl\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .xl\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .xl\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .xl\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .xl\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .xl\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .xl\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .xl\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .xl\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .xl\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .xl\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .xl\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .xl\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xl\:bg-auto {
    background-size: auto !important;
  }

  .xl\:bg-cover {
    background-size: cover !important;
  }

  .xl\:bg-contain {
    background-size: contain !important;
  }

  .xl\:bg-125\% {
    background-size: 125% !important;
  }

  .xl\:bg-135\% {
    background-size: 135% !important;
  }

  .xl\:bg-150\% {
    background-size: 150% !important;
  }

  .xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xl\:bg-local {
    background-attachment: local !important;
  }

  .xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:bg-bottom {
    background-position: bottom !important;
  }

  .xl\:bg-center {
    background-position: center !important;
  }

  .xl\:bg-left {
    background-position: left !important;
  }

  .xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xl\:bg-left-top {
    background-position: left top !important;
  }

  .xl\:bg-right {
    background-position: right !important;
  }

  .xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xl\:bg-right-top {
    background-position: right top !important;
  }

  .xl\:bg-top {
    background-position: top !important;
  }

  .xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xl\:fill-current {
    fill: currentColor !important;
  }

  .xl\:stroke-current {
    stroke: currentColor !important;
  }

  .xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:p-0 {
    padding: 0px !important;
  }

  .xl\:p-1 {
    padding: 0.25rem !important;
  }

  .xl\:p-2 {
    padding: 0.5rem !important;
  }

  .xl\:p-3 {
    padding: 0.75rem !important;
  }

  .xl\:p-4 {
    padding: 1rem !important;
  }

  .xl\:p-5 {
    padding: 1.25rem !important;
  }

  .xl\:p-6 {
    padding: 1.5rem !important;
  }

  .xl\:p-7 {
    padding: 1.75rem !important;
  }

  .xl\:p-8 {
    padding: 2rem !important;
  }

  .xl\:p-9 {
    padding: 2.25rem !important;
  }

  .xl\:p-10 {
    padding: 2.5rem !important;
  }

  .xl\:p-11 {
    padding: 2.75rem !important;
  }

  .xl\:p-12 {
    padding: 3rem !important;
  }

  .xl\:p-14 {
    padding: 3.5rem !important;
  }

  .xl\:p-16 {
    padding: 4rem !important;
  }

  .xl\:p-20 {
    padding: 5rem !important;
  }

  .xl\:p-24 {
    padding: 6rem !important;
  }

  .xl\:p-28 {
    padding: 7rem !important;
  }

  .xl\:p-32 {
    padding: 8rem !important;
  }

  .xl\:p-36 {
    padding: 9rem !important;
  }

  .xl\:p-40 {
    padding: 10rem !important;
  }

  .xl\:p-44 {
    padding: 11rem !important;
  }

  .xl\:p-48 {
    padding: 12rem !important;
  }

  .xl\:p-52 {
    padding: 13rem !important;
  }

  .xl\:p-56 {
    padding: 14rem !important;
  }

  .xl\:p-60 {
    padding: 15rem !important;
  }

  .xl\:p-64 {
    padding: 16rem !important;
  }

  .xl\:p-72 {
    padding: 18.5rem !important;
  }

  .xl\:p-80 {
    padding: 20rem !important;
  }

  .xl\:p-96 {
    padding: 24rem !important;
  }

  .xl\:p-108 {
    padding: 26rem !important;
  }

  .xl\:p-112 {
    padding: 28rem !important;
  }

  .xl\:p-120 {
    padding: 30rem !important;
  }

  .xl\:p-136 {
    padding: 34rem !important;
  }

  .xl\:p-140 {
    padding: 42rem !important;
  }

  .xl\:p-144 {
    padding: 36rem !important;
  }

  .xl\:p-320 {
    padding: 80rem !important;
  }

  .xl\:p-px {
    padding: 1px !important;
  }

  .xl\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .xl\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .xl\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .xl\:p-50-em {
    padding: 50em !important;
  }

  .xl\:p-26-em {
    padding: 26em !important;
  }

  .xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xl\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .xl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .xl\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .xl\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .xl\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .xl\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .xl\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xl\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .xl\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xl\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .xl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .xl\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .xl\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .xl\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .xl\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .xl\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xl\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .xl\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .xl\:pt-0 {
    padding-top: 0px !important;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .xl\:pt-36 {
    padding-top: 9rem !important;
  }

  .xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .xl\:pt-44 {
    padding-top: 11rem !important;
  }

  .xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .xl\:pt-52 {
    padding-top: 13rem !important;
  }

  .xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .xl\:pt-60 {
    padding-top: 15rem !important;
  }

  .xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .xl\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .xl\:pt-80 {
    padding-top: 20rem !important;
  }

  .xl\:pt-96 {
    padding-top: 24rem !important;
  }

  .xl\:pt-108 {
    padding-top: 26rem !important;
  }

  .xl\:pt-112 {
    padding-top: 28rem !important;
  }

  .xl\:pt-120 {
    padding-top: 30rem !important;
  }

  .xl\:pt-136 {
    padding-top: 34rem !important;
  }

  .xl\:pt-140 {
    padding-top: 42rem !important;
  }

  .xl\:pt-144 {
    padding-top: 36rem !important;
  }

  .xl\:pt-320 {
    padding-top: 80rem !important;
  }

  .xl\:pt-px {
    padding-top: 1px !important;
  }

  .xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xl\:pt-50-em {
    padding-top: 50em !important;
  }

  .xl\:pt-26-em {
    padding-top: 26em !important;
  }

  .xl\:pr-0 {
    padding-right: 0px !important;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .xl\:pr-36 {
    padding-right: 9rem !important;
  }

  .xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .xl\:pr-44 {
    padding-right: 11rem !important;
  }

  .xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .xl\:pr-52 {
    padding-right: 13rem !important;
  }

  .xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .xl\:pr-60 {
    padding-right: 15rem !important;
  }

  .xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .xl\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .xl\:pr-80 {
    padding-right: 20rem !important;
  }

  .xl\:pr-96 {
    padding-right: 24rem !important;
  }

  .xl\:pr-108 {
    padding-right: 26rem !important;
  }

  .xl\:pr-112 {
    padding-right: 28rem !important;
  }

  .xl\:pr-120 {
    padding-right: 30rem !important;
  }

  .xl\:pr-136 {
    padding-right: 34rem !important;
  }

  .xl\:pr-140 {
    padding-right: 42rem !important;
  }

  .xl\:pr-144 {
    padding-right: 36rem !important;
  }

  .xl\:pr-320 {
    padding-right: 80rem !important;
  }

  .xl\:pr-px {
    padding-right: 1px !important;
  }

  .xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xl\:pr-50-em {
    padding-right: 50em !important;
  }

  .xl\:pr-26-em {
    padding-right: 26em !important;
  }

  .xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xl\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .xl\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .xl\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xl\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .xl\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .xl\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .xl\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .xl\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .xl\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .xl\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .xl\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xl\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .xl\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .xl\:pl-0 {
    padding-left: 0px !important;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .xl\:pl-36 {
    padding-left: 9rem !important;
  }

  .xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .xl\:pl-44 {
    padding-left: 11rem !important;
  }

  .xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .xl\:pl-52 {
    padding-left: 13rem !important;
  }

  .xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .xl\:pl-60 {
    padding-left: 15rem !important;
  }

  .xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .xl\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .xl\:pl-80 {
    padding-left: 20rem !important;
  }

  .xl\:pl-96 {
    padding-left: 24rem !important;
  }

  .xl\:pl-108 {
    padding-left: 26rem !important;
  }

  .xl\:pl-112 {
    padding-left: 28rem !important;
  }

  .xl\:pl-120 {
    padding-left: 30rem !important;
  }

  .xl\:pl-136 {
    padding-left: 34rem !important;
  }

  .xl\:pl-140 {
    padding-left: 42rem !important;
  }

  .xl\:pl-144 {
    padding-left: 36rem !important;
  }

  .xl\:pl-320 {
    padding-left: 80rem !important;
  }

  .xl\:pl-px {
    padding-left: 1px !important;
  }

  .xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xl\:pl-50-em {
    padding-left: 50em !important;
  }

  .xl\:pl-26-em {
    padding-left: 26em !important;
  }

  .xl\:text-left {
    text-align: left !important;
  }

  .xl\:text-center {
    text-align: center !important;
  }

  .xl\:text-right {
    text-align: right !important;
  }

  .xl\:text-justify {
    text-align: justify !important;
  }

  .xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .xl\:align-top {
    vertical-align: top !important;
  }

  .xl\:align-middle {
    vertical-align: middle !important;
  }

  .xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xl\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .xl\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .xl\:font-montserrat {
    font-family: Montserrat !important;
  }

  .xl\:font-visuelt {
    font-family: visuelt !important;
  }

  .xl\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .xl\:font-gill {
    font-family: gill !important;
  }

  .xl\:font-bambino {
    font-family: bambino !important;
  }

  .xl\:font-avenir {
    font-family: avenir !important;
  }

  .xl\:font-gotham {
    font-family: gotham !important;
  }

  .xl\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .xl\:font-effra {
    font-family: effra !important;
  }

  .xl\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .xl\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .xl\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .xl\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xl\:text-7xl {
    font-size: 4.5rem !important;
  }

  .xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xl\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .xl\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .xl\:font-thin {
    font-weight: 100 !important;
  }

  .xl\:font-extralight {
    font-weight: 200 !important;
  }

  .xl\:font-light {
    font-weight: 300 !important;
  }

  .xl\:font-normal {
    font-weight: 400 !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }

  .xl\:font-semibold {
    font-weight: 600 !important;
  }

  .xl\:font-bold {
    font-weight: 700 !important;
  }

  .xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .xl\:font-black {
    font-weight: 900 !important;
  }

  .xl\:uppercase {
    text-transform: uppercase !important;
  }

  .xl\:lowercase {
    text-transform: lowercase !important;
  }

  .xl\:capitalize {
    text-transform: capitalize !important;
  }

  .xl\:normal-case {
    text-transform: none !important;
  }

  .xl\:italic {
    font-style: italic !important;
  }

  .xl\:not-italic {
    font-style: normal !important;
  }

  .xl\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xl\:leading-0 {
    line-height: 0 !important;
  }

  .xl\:leading-3 {
    line-height: .75rem !important;
  }

  .xl\:leading-4 {
    line-height: 1rem !important;
  }

  .xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .xl\:leading-8 {
    line-height: 2rem !important;
  }

  .xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .xl\:leading-none {
    line-height: 1 !important;
  }

  .xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .xl\:leading-snug {
    line-height: 1.375 !important;
  }

  .xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .xl\:leading-loose {
    line-height: 2 !important;
  }

  .xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xl\:text-transparent {
    color: transparent !important;
  }

  .xl\:text-current {
    color: currentColor !important;
  }

  .xl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xl\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xl\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xl\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xl\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xl\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xl\:underline {
    text-decoration: underline !important;
  }

  .xl\:line-through {
    text-decoration: line-through !important;
  }

  .xl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xl\:opacity-0 {
    opacity: 0 !important;
  }

  .xl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xl\:opacity-10 {
    opacity: 0.1 !important;
  }

  .xl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xl\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xl\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xl\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xl\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .xl\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .xl\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .xl\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .xl\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .xl\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .xl\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .xl\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .xl\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .xl\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .xl\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .xl\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .xl\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .xl\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .xl\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .xl\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .xl\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .xl\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .xl\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .xl\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .xl\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .xl\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .xl\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .xl\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .xl\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .xl\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .xl\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .xl\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .xl\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .xl\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .xl\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .xl\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .xl\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .xl\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .xl\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .xl\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .xl\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .xl\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .xl\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .xl\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .xl\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .xl\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .xl\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .xl\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .xl\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .xl\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .xl\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .xl\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .xl\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .xl\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .xl\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .xl\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .xl\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .xl\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .xl\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .xl\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .xl\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .xl\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .xl\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .xl\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .xl\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .xl\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .xl\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .xl\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .xl\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .xl\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .xl\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .xl\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .xl\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .xl\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .xl\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .xl\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .xl\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .xl\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .xl\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .xl\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .xl\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .xl\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .xl\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .xl\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xl\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .xl\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .xl\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .xl\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xl\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .xl\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .xl\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .xl\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .xl\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .xl\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xl\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .xl\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .xl\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .xl\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .xl\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xl\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xl\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xl\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xl\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xl\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .xl\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xl\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xl\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xl\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xl\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xl\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xl\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xl\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xl\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .xl\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .xl\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .xl\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xl\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .xl\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .xl\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .xl\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .xl\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .xl\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .xl\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .xl\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .xl\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .xl\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .xl\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .xl\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .xl\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .xl\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .xl\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .xl\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .xl\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .xl\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .xl\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .xl\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .xl\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .xl\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .xl\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .xl\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .xl\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .xl\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .xl\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .xl\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .xl\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .xl\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .xl\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .xl\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .xl\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .xl\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .xl\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .xl\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .xl\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .xl\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .xl\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .xl\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .xl\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .xl\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .xl\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .xl\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .xl\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .xl\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .xl\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .xl\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .xl\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .xl\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .xl\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .xl\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .xl\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .xl\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .xl\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .xl\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .xl\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .xl\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .xl\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .xl\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .xl\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .xl\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xl\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xl\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .xl\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .xl\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .xl\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .xl\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xl\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .xl\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .xl\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .xl\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .xl\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .xl\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .xl\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .xl\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .xl\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .xl\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .xl\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .xl\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .xl\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .xl\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .xl\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .xl\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .xl\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .xl\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .xl\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .xl\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .xl\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .xl\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .xl\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .xl\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .xl\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .xl\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .xl\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .xl\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .xl\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .xl\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .xl\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .xl\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .xl\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .xl\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .xl\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .xl\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .xl\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .xl\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .xl\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .xl\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .xl\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xl\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xl\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .xl\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .xl\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .xl\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .xl\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .xl\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .xl\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .xl\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .xl\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .xl\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .xl\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .xl\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .xl\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xl\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .xl\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .xl\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .xl\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .xl\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .xl\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .xl\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .xl\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .xl\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .xl\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .xl\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xl\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .xl\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .xl\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .xl\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .xl\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .xl\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .xl\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .xl\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .xl\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .xl\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .xl\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .xl\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .xl\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .xl\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .xl\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .xl\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .xl\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .xl\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .xl\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .xl\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .xl\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .xl\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .xl\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .xl\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .xl\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .xl\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .xl\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .xl\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .xl\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .xl\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .xl\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xl\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .xl\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .xl\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .xl\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .xl\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .xl\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .xl\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .xl\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .xl\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .xl\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .xl\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .xl\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .xl\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .xl\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .xl\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .xl\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .xl\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .xl\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .xl\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .xl\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .xl\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .xl\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .xl\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .xl\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .xl\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .xl\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .xl\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .xl\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .xl\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .xl\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .xl\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .xl\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .xl\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .xl\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .xl\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .xl\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .xl\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .xl\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .xl\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .xl\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .xl\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .xl\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .xl\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .xl\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .xl\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .xl\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .xl\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .xl\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .xl\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .xl\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .xl\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .xl\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .xl\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .xl\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .xl\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .xl\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .xl\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .xl\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .xl\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .xl\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .xl\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .xl\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .xl\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .xl\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xl\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .xl\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .xl\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .xl\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xl\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .xl\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .xl\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .xl\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .xl\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .xl\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xl\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .xl\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .xl\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .xl\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .xl\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xl\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xl\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xl\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xl\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xl\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xl\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xl\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .xl\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xl\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xl\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xl\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xl\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xl\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xl\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xl\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xl\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .xl\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .xl\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .xl\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xl\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .xl\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .xl\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .xl\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .xl\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .xl\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .xl\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .xl\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .xl\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .xl\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .xl\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .xl\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .xl\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .xl\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .xl\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .xl\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .xl\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .xl\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .xl\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .xl\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .xl\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .xl\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .xl\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .xl\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .xl\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .xl\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .xl\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .xl\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .xl\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .xl\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .xl\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .xl\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .xl\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .xl\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .xl\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .xl\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .xl\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .xl\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .xl\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .xl\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .xl\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .xl\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .xl\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .xl\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .xl\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .xl\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .xl\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .xl\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .xl\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .xl\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .xl\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .xl\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .xl\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .xl\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .xl\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .xl\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .xl\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .xl\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .xl\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .xl\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .xl\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .xl\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xl\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xl\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .xl\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .xl\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .xl\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .xl\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xl\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .xl\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .xl\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .xl\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .xl\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .xl\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .xl\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .xl\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .xl\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .xl\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .xl\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .xl\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .xl\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .xl\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .xl\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .xl\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .xl\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .xl\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .xl\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .xl\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .xl\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .xl\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .xl\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .xl\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .xl\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .xl\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .xl\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .xl\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .xl\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .xl\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .xl\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .xl\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .xl\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .xl\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .xl\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .xl\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .xl\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .xl\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xl\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xl\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .xl\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .xl\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .xl\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .xl\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .xl\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .xl\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .xl\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .xl\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .xl\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .xl\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .xl\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .xl\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .xl\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .xl\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .xl\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .xl\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .xl\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .xl\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .xl\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .xl\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .xl\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .xl\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .xl\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .xl\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .xl\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .xl\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .xl\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .xl\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .xl\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .xl\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .xl\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .xl\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .xl\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .xl\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .xl\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .xl\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .xl\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .xl\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .xl\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .xl\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .xl\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .xl\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .xl\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .xl\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .xl\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .xl\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .xl\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .xl\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .xl\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .xl\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .xl\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .xl\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .xl\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .xl\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .xl\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .xl\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .xl\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .xl\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .xl\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .xl\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .xl\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .xl\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .xl\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .xl\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .xl\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .xl\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .xl\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .xl\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .xl\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .xl\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .xl\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .xl\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .xl\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .xl\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xl\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .xl\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .xl\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .xl\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xl\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .xl\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .xl\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .xl\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .xl\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .xl\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xl\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .xl\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .xl\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .xl\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .xl\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xl\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xl\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xl\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xl\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xl\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .xl\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xl\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xl\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xl\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xl\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xl\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xl\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xl\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xl\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .xl\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .xl\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .xl\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xl\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .xl\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .xl\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .xl\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .xl\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .xl\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .xl\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .xl\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .xl\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .xl\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .xl\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .xl\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .xl\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .xl\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .xl\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .xl\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .xl\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .xl\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xl\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .xl\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .xl\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .xl\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .xl\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .xl\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .xl\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .xl\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .xl\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .xl\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .xl\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .xl\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .xl\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .xl\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .xl\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .xl\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .xl\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .xl\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .xl\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .xl\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .xl\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .xl\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .xl\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .xl\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .xl\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .xl\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .xl\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .xl\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .xl\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .xl\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .xl\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .xl\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xl\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .xl\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .xl\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .xl\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .xl\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .xl\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .xl\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .xl\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .xl\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .xl\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .xl\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .xl\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .xl\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .xl\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .xl\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xl\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xl\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .xl\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .xl\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .xl\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .xl\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xl\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .xl\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .xl\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .xl\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .xl\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .xl\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .xl\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .xl\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .xl\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .xl\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .xl\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .xl\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .xl\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .xl\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .xl\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .xl\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .xl\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .xl\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .xl\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .xl\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .xl\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .xl\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .xl\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .xl\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .xl\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .xl\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .xl\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .xl\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .xl\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .xl\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .xl\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .xl\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .xl\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .xl\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .xl\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .xl\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .xl\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .xl\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .xl\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .xl\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .xl\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .xl\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .xl\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .xl\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .xl\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xl\:filter-none {
    filter: none !important;
  }

  .xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xl\:transition-none {
    transition-property: none !important;
  }

  .xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .\32xl\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .\32xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .\32xl\:container {
      max-width: 1938px;
    }
  }

  .\32xl\: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;
  }

  .\32xl\: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;
  }

  .\32xl\:focus-within\:sr-only:focus-within {
    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;
  }

  .\32xl\:focus-within\:not-sr-only:focus-within {
    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;
  }

  .\32xl\:focus\: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;
  }

  .\32xl\:focus\: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;
  }

  .\32xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .\32xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .\32xl\:visible {
    visibility: visible !important;
  }

  .\32xl\:invisible {
    visibility: hidden !important;
  }

  .\32xl\:static {
    position: static !important;
  }

  .\32xl\:fixed {
    position: fixed !important;
  }

  .\32xl\:absolute {
    position: absolute !important;
  }

  .\32xl\:relative {
    position: relative !important;
  }

  .\32xl\:sticky {
    position: sticky !important;
  }

  .\32xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\32xl\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\32xl\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\32xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\32xl\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\32xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\32xl\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\32xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\32xl\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\32xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\32xl\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\32xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\32xl\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\32xl\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\32xl\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .\32xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\32xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\32xl\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .\32xl\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\32xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\32xl\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\32xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\32xl\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\32xl\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\32xl\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\32xl\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\32xl\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\32xl\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\32xl\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .\32xl\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\32xl\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\32xl\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .\32xl\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .\32xl\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .\32xl\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .\32xl\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .\32xl\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .\32xl\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .\32xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\32xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\32xl\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\32xl\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\32xl\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\32xl\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\32xl\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .\32xl\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .\32xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\32xl\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\32xl\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\32xl\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\32xl\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\32xl\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\32xl\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\32xl\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\32xl\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\32xl\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\32xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\32xl\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\32xl\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\32xl\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\32xl\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\32xl\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\32xl\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\32xl\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\32xl\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\32xl\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\32xl\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\32xl\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\32xl\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\32xl\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\32xl\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\32xl\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\32xl\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\32xl\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .\32xl\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\32xl\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\32xl\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .\32xl\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .\32xl\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .\32xl\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .\32xl\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .\32xl\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .\32xl\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .\32xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\32xl\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\32xl\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\32xl\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\32xl\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\32xl\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .\32xl\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .\32xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\32xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\32xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\32xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\32xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\32xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\32xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\32xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\32xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\32xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\32xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\32xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\32xl\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .\32xl\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .\32xl\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .\32xl\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .\32xl\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .\32xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .\32xl\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .\32xl\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .\32xl\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .\32xl\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .\32xl\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .\32xl\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .\32xl\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .\32xl\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .\32xl\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .\32xl\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .\32xl\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .\32xl\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .\32xl\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .\32xl\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .\32xl\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .\32xl\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .\32xl\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .\32xl\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .\32xl\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .\32xl\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .\32xl\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .\32xl\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .\32xl\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .\32xl\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .\32xl\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .\32xl\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .\32xl\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .\32xl\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .\32xl\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .\32xl\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .\32xl\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .\32xl\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .\32xl\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .\32xl\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .\32xl\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .\32xl\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .\32xl\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .\32xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .\32xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .\32xl\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .\32xl\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .\32xl\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .\32xl\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .\32xl\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .\32xl\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .\32xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .\32xl\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .\32xl\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .\32xl\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .\32xl\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .\32xl\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .\32xl\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .\32xl\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .\32xl\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .\32xl\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .\32xl\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .\32xl\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .\32xl\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .\32xl\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .\32xl\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .\32xl\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .\32xl\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .\32xl\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .\32xl\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .\32xl\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .\32xl\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .\32xl\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .\32xl\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .\32xl\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .\32xl\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .\32xl\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .\32xl\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .\32xl\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .\32xl\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .\32xl\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .\32xl\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .\32xl\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .\32xl\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .\32xl\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .\32xl\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .\32xl\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .\32xl\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .\32xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .\32xl\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .\32xl\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .\32xl\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .\32xl\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .\32xl\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .\32xl\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .\32xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .\32xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .\32xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .\32xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .\32xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .\32xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .\32xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .\32xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .\32xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .\32xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .\32xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .\32xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .\32xl\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .\32xl\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .\32xl\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .\32xl\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .\32xl\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .\32xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\32xl\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\32xl\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\32xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\32xl\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\32xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\32xl\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\32xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\32xl\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\32xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\32xl\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\32xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\32xl\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\32xl\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\32xl\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .\32xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\32xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\32xl\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .\32xl\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\32xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\32xl\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\32xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\32xl\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\32xl\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\32xl\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\32xl\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\32xl\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\32xl\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\32xl\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .\32xl\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\32xl\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\32xl\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .\32xl\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .\32xl\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .\32xl\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .\32xl\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .\32xl\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .\32xl\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .\32xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\32xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .\32xl\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\32xl\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\32xl\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\32xl\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\32xl\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .\32xl\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .\32xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\32xl\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\32xl\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\32xl\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\32xl\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\32xl\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\32xl\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\32xl\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\32xl\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\32xl\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\32xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\32xl\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\32xl\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\32xl\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\32xl\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\32xl\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\32xl\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\32xl\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\32xl\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\32xl\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\32xl\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\32xl\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\32xl\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\32xl\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\32xl\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\32xl\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\32xl\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\32xl\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .\32xl\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\32xl\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\32xl\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .\32xl\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .\32xl\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .\32xl\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .\32xl\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .\32xl\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .\32xl\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .\32xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .\32xl\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\32xl\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\32xl\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\32xl\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\32xl\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .\32xl\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .\32xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\32xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\32xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .\32xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\32xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .\32xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .\32xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\32xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\32xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .\32xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\32xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .\32xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .\32xl\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .\32xl\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .\32xl\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .\32xl\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .\32xl\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .\32xl\:top-0 {
    top: 0px !important;
  }

  .\32xl\:top-1 {
    top: 0.25rem !important;
  }

  .\32xl\:top-2 {
    top: 0.5rem !important;
  }

  .\32xl\:top-3 {
    top: 0.75rem !important;
  }

  .\32xl\:top-4 {
    top: 1rem !important;
  }

  .\32xl\:top-5 {
    top: 1.25rem !important;
  }

  .\32xl\:top-6 {
    top: 1.5rem !important;
  }

  .\32xl\:top-7 {
    top: 1.75rem !important;
  }

  .\32xl\:top-8 {
    top: 2rem !important;
  }

  .\32xl\:top-9 {
    top: 2.25rem !important;
  }

  .\32xl\:top-10 {
    top: 2.5rem !important;
  }

  .\32xl\:top-11 {
    top: 2.75rem !important;
  }

  .\32xl\:top-12 {
    top: 3rem !important;
  }

  .\32xl\:top-14 {
    top: 3.5rem !important;
  }

  .\32xl\:top-16 {
    top: 4rem !important;
  }

  .\32xl\:top-17 {
    top: 4.25rem !important;
  }

  .\32xl\:top-20 {
    top: 5rem !important;
  }

  .\32xl\:top-24 {
    top: 6rem !important;
  }

  .\32xl\:top-25 {
    top: 6.25rem !important;
  }

  .\32xl\:top-28 {
    top: 7rem !important;
  }

  .\32xl\:top-32 {
    top: 8rem !important;
  }

  .\32xl\:top-36 {
    top: 9rem !important;
  }

  .\32xl\:top-40 {
    top: 10rem !important;
  }

  .\32xl\:top-44 {
    top: 11rem !important;
  }

  .\32xl\:top-48 {
    top: 12rem !important;
  }

  .\32xl\:top-52 {
    top: 13rem !important;
  }

  .\32xl\:top-56 {
    top: 14rem !important;
  }

  .\32xl\:top-60 {
    top: 15rem !important;
  }

  .\32xl\:top-64 {
    top: 16rem !important;
  }

  .\32xl\:top-72 {
    top: 18.5rem !important;
  }

  .\32xl\:top-80 {
    top: 20rem !important;
  }

  .\32xl\:top-96 {
    top: 24rem !important;
  }

  .\32xl\:top-108 {
    top: 26rem !important;
  }

  .\32xl\:top-112 {
    top: 28rem !important;
  }

  .\32xl\:top-120 {
    top: 30rem !important;
  }

  .\32xl\:top-136 {
    top: 34rem !important;
  }

  .\32xl\:top-140 {
    top: 42rem !important;
  }

  .\32xl\:top-144 {
    top: 36rem !important;
  }

  .\32xl\:top-320 {
    top: 80rem !important;
  }

  .\32xl\:top-auto {
    top: auto !important;
  }

  .\32xl\:top-px {
    top: 1px !important;
  }

  .\32xl\:top-0\.5 {
    top: 0.125rem !important;
  }

  .\32xl\:top-1\.5 {
    top: 0.375rem !important;
  }

  .\32xl\:top-2\.5 {
    top: 0.625rem !important;
  }

  .\32xl\:top-3\.5 {
    top: 0.875rem !important;
  }

  .\32xl\:top-50-em {
    top: 50em !important;
  }

  .\32xl\:top-26-em {
    top: 26em !important;
  }

  .\32xl\:-top-0 {
    top: 0px !important;
  }

  .\32xl\:-top-1 {
    top: -0.25rem !important;
  }

  .\32xl\:-top-2 {
    top: -0.5rem !important;
  }

  .\32xl\:-top-3 {
    top: -0.75rem !important;
  }

  .\32xl\:-top-4 {
    top: -1rem !important;
  }

  .\32xl\:-top-5 {
    top: -1.25rem !important;
  }

  .\32xl\:-top-6 {
    top: -1.5rem !important;
  }

  .\32xl\:-top-7 {
    top: -1.75rem !important;
  }

  .\32xl\:-top-8 {
    top: -2rem !important;
  }

  .\32xl\:-top-9 {
    top: -2.25rem !important;
  }

  .\32xl\:-top-10 {
    top: -2.5rem !important;
  }

  .\32xl\:-top-11 {
    top: -2.75rem !important;
  }

  .\32xl\:-top-12 {
    top: -3rem !important;
  }

  .\32xl\:-top-14 {
    top: -3.5rem !important;
  }

  .\32xl\:-top-16 {
    top: -4rem !important;
  }

  .\32xl\:-top-20 {
    top: -5rem !important;
  }

  .\32xl\:-top-24 {
    top: -6rem !important;
  }

  .\32xl\:-top-28 {
    top: -7rem !important;
  }

  .\32xl\:-top-32 {
    top: -8rem !important;
  }

  .\32xl\:-top-36 {
    top: -9rem !important;
  }

  .\32xl\:-top-40 {
    top: -10rem !important;
  }

  .\32xl\:-top-44 {
    top: -11rem !important;
  }

  .\32xl\:-top-48 {
    top: -12rem !important;
  }

  .\32xl\:-top-52 {
    top: -13rem !important;
  }

  .\32xl\:-top-56 {
    top: -14rem !important;
  }

  .\32xl\:-top-60 {
    top: -15rem !important;
  }

  .\32xl\:-top-64 {
    top: -16rem !important;
  }

  .\32xl\:-top-72 {
    top: -18.5rem !important;
  }

  .\32xl\:-top-80 {
    top: -20rem !important;
  }

  .\32xl\:-top-96 {
    top: -24rem !important;
  }

  .\32xl\:-top-108 {
    top: -26rem !important;
  }

  .\32xl\:-top-112 {
    top: -28rem !important;
  }

  .\32xl\:-top-120 {
    top: -30rem !important;
  }

  .\32xl\:-top-136 {
    top: -34rem !important;
  }

  .\32xl\:-top-140 {
    top: -42rem !important;
  }

  .\32xl\:-top-144 {
    top: -36rem !important;
  }

  .\32xl\:-top-320 {
    top: -80rem !important;
  }

  .\32xl\:-top-px {
    top: -1px !important;
  }

  .\32xl\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .\32xl\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .\32xl\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .\32xl\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .\32xl\:-top-50-em {
    top: -50em !important;
  }

  .\32xl\:-top-26-em {
    top: -26em !important;
  }

  .\32xl\:top-1\/2 {
    top: 50% !important;
  }

  .\32xl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .\32xl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .\32xl\:top-1\/4 {
    top: 25% !important;
  }

  .\32xl\:top-2\/4 {
    top: 50% !important;
  }

  .\32xl\:top-3\/4 {
    top: 75% !important;
  }

  .\32xl\:top-full {
    top: 100% !important;
  }

  .\32xl\:-top-1\/2 {
    top: -50% !important;
  }

  .\32xl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .\32xl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .\32xl\:-top-1\/4 {
    top: -25% !important;
  }

  .\32xl\:-top-2\/4 {
    top: -50% !important;
  }

  .\32xl\:-top-3\/4 {
    top: -75% !important;
  }

  .\32xl\:-top-full {
    top: -100% !important;
  }

  .\32xl\:top-10\/12 {
    top: 83.333333% !important;
  }

  .\32xl\:top-11\/12 {
    top: 91.666667% !important;
  }

  .\32xl\:top-\[23\%\] {
    top: 23% !important;
  }

  .\32xl\:top-\[20\%\] {
    top: 20% !important;
  }

  .\32xl\:top-\[45\%\] {
    top: 45% !important;
  }

  .\32xl\:right-0 {
    right: 0px !important;
  }

  .\32xl\:right-1 {
    right: 0.25rem !important;
  }

  .\32xl\:right-2 {
    right: 0.5rem !important;
  }

  .\32xl\:right-3 {
    right: 0.75rem !important;
  }

  .\32xl\:right-4 {
    right: 1rem !important;
  }

  .\32xl\:right-5 {
    right: 1.25rem !important;
  }

  .\32xl\:right-6 {
    right: 1.5rem !important;
  }

  .\32xl\:right-7 {
    right: 1.75rem !important;
  }

  .\32xl\:right-8 {
    right: 2rem !important;
  }

  .\32xl\:right-9 {
    right: 2.25rem !important;
  }

  .\32xl\:right-10 {
    right: 2.5rem !important;
  }

  .\32xl\:right-11 {
    right: 2.75rem !important;
  }

  .\32xl\:right-12 {
    right: 3rem !important;
  }

  .\32xl\:right-14 {
    right: 3.5rem !important;
  }

  .\32xl\:right-16 {
    right: 4rem !important;
  }

  .\32xl\:right-17 {
    right: 4.25rem !important;
  }

  .\32xl\:right-20 {
    right: 5rem !important;
  }

  .\32xl\:right-24 {
    right: 6rem !important;
  }

  .\32xl\:right-25 {
    right: 6.25rem !important;
  }

  .\32xl\:right-28 {
    right: 7rem !important;
  }

  .\32xl\:right-32 {
    right: 8rem !important;
  }

  .\32xl\:right-36 {
    right: 9rem !important;
  }

  .\32xl\:right-40 {
    right: 10rem !important;
  }

  .\32xl\:right-44 {
    right: 11rem !important;
  }

  .\32xl\:right-48 {
    right: 12rem !important;
  }

  .\32xl\:right-52 {
    right: 13rem !important;
  }

  .\32xl\:right-56 {
    right: 14rem !important;
  }

  .\32xl\:right-60 {
    right: 15rem !important;
  }

  .\32xl\:right-64 {
    right: 16rem !important;
  }

  .\32xl\:right-72 {
    right: 18.5rem !important;
  }

  .\32xl\:right-80 {
    right: 20rem !important;
  }

  .\32xl\:right-96 {
    right: 24rem !important;
  }

  .\32xl\:right-108 {
    right: 26rem !important;
  }

  .\32xl\:right-112 {
    right: 28rem !important;
  }

  .\32xl\:right-120 {
    right: 30rem !important;
  }

  .\32xl\:right-136 {
    right: 34rem !important;
  }

  .\32xl\:right-140 {
    right: 42rem !important;
  }

  .\32xl\:right-144 {
    right: 36rem !important;
  }

  .\32xl\:right-320 {
    right: 80rem !important;
  }

  .\32xl\:right-auto {
    right: auto !important;
  }

  .\32xl\:right-px {
    right: 1px !important;
  }

  .\32xl\:right-0\.5 {
    right: 0.125rem !important;
  }

  .\32xl\:right-1\.5 {
    right: 0.375rem !important;
  }

  .\32xl\:right-2\.5 {
    right: 0.625rem !important;
  }

  .\32xl\:right-3\.5 {
    right: 0.875rem !important;
  }

  .\32xl\:right-50-em {
    right: 50em !important;
  }

  .\32xl\:right-26-em {
    right: 26em !important;
  }

  .\32xl\:-right-0 {
    right: 0px !important;
  }

  .\32xl\:-right-1 {
    right: -0.25rem !important;
  }

  .\32xl\:-right-2 {
    right: -0.5rem !important;
  }

  .\32xl\:-right-3 {
    right: -0.75rem !important;
  }

  .\32xl\:-right-4 {
    right: -1rem !important;
  }

  .\32xl\:-right-5 {
    right: -1.25rem !important;
  }

  .\32xl\:-right-6 {
    right: -1.5rem !important;
  }

  .\32xl\:-right-7 {
    right: -1.75rem !important;
  }

  .\32xl\:-right-8 {
    right: -2rem !important;
  }

  .\32xl\:-right-9 {
    right: -2.25rem !important;
  }

  .\32xl\:-right-10 {
    right: -2.5rem !important;
  }

  .\32xl\:-right-11 {
    right: -2.75rem !important;
  }

  .\32xl\:-right-12 {
    right: -3rem !important;
  }

  .\32xl\:-right-14 {
    right: -3.5rem !important;
  }

  .\32xl\:-right-16 {
    right: -4rem !important;
  }

  .\32xl\:-right-20 {
    right: -5rem !important;
  }

  .\32xl\:-right-24 {
    right: -6rem !important;
  }

  .\32xl\:-right-28 {
    right: -7rem !important;
  }

  .\32xl\:-right-32 {
    right: -8rem !important;
  }

  .\32xl\:-right-36 {
    right: -9rem !important;
  }

  .\32xl\:-right-40 {
    right: -10rem !important;
  }

  .\32xl\:-right-44 {
    right: -11rem !important;
  }

  .\32xl\:-right-48 {
    right: -12rem !important;
  }

  .\32xl\:-right-52 {
    right: -13rem !important;
  }

  .\32xl\:-right-56 {
    right: -14rem !important;
  }

  .\32xl\:-right-60 {
    right: -15rem !important;
  }

  .\32xl\:-right-64 {
    right: -16rem !important;
  }

  .\32xl\:-right-72 {
    right: -18.5rem !important;
  }

  .\32xl\:-right-80 {
    right: -20rem !important;
  }

  .\32xl\:-right-96 {
    right: -24rem !important;
  }

  .\32xl\:-right-108 {
    right: -26rem !important;
  }

  .\32xl\:-right-112 {
    right: -28rem !important;
  }

  .\32xl\:-right-120 {
    right: -30rem !important;
  }

  .\32xl\:-right-136 {
    right: -34rem !important;
  }

  .\32xl\:-right-140 {
    right: -42rem !important;
  }

  .\32xl\:-right-144 {
    right: -36rem !important;
  }

  .\32xl\:-right-320 {
    right: -80rem !important;
  }

  .\32xl\:-right-px {
    right: -1px !important;
  }

  .\32xl\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .\32xl\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .\32xl\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .\32xl\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .\32xl\:-right-50-em {
    right: -50em !important;
  }

  .\32xl\:-right-26-em {
    right: -26em !important;
  }

  .\32xl\:right-1\/2 {
    right: 50% !important;
  }

  .\32xl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .\32xl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .\32xl\:right-1\/4 {
    right: 25% !important;
  }

  .\32xl\:right-2\/4 {
    right: 50% !important;
  }

  .\32xl\:right-3\/4 {
    right: 75% !important;
  }

  .\32xl\:right-full {
    right: 100% !important;
  }

  .\32xl\:-right-1\/2 {
    right: -50% !important;
  }

  .\32xl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .\32xl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .\32xl\:-right-1\/4 {
    right: -25% !important;
  }

  .\32xl\:-right-2\/4 {
    right: -50% !important;
  }

  .\32xl\:-right-3\/4 {
    right: -75% !important;
  }

  .\32xl\:-right-full {
    right: -100% !important;
  }

  .\32xl\:right-10\/12 {
    right: 83.333333% !important;
  }

  .\32xl\:right-11\/12 {
    right: 91.666667% !important;
  }

  .\32xl\:right-\[23\%\] {
    right: 23% !important;
  }

  .\32xl\:right-\[20\%\] {
    right: 20% !important;
  }

  .\32xl\:right-\[45\%\] {
    right: 45% !important;
  }

  .\32xl\:bottom-0 {
    bottom: 0px !important;
  }

  .\32xl\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .\32xl\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .\32xl\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .\32xl\:bottom-4 {
    bottom: 1rem !important;
  }

  .\32xl\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .\32xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .\32xl\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .\32xl\:bottom-8 {
    bottom: 2rem !important;
  }

  .\32xl\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .\32xl\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .\32xl\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem !important;
  }

  .\32xl\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .\32xl\:bottom-16 {
    bottom: 4rem !important;
  }

  .\32xl\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .\32xl\:bottom-20 {
    bottom: 5rem !important;
  }

  .\32xl\:bottom-24 {
    bottom: 6rem !important;
  }

  .\32xl\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .\32xl\:bottom-28 {
    bottom: 7rem !important;
  }

  .\32xl\:bottom-32 {
    bottom: 8rem !important;
  }

  .\32xl\:bottom-36 {
    bottom: 9rem !important;
  }

  .\32xl\:bottom-40 {
    bottom: 10rem !important;
  }

  .\32xl\:bottom-44 {
    bottom: 11rem !important;
  }

  .\32xl\:bottom-48 {
    bottom: 12rem !important;
  }

  .\32xl\:bottom-52 {
    bottom: 13rem !important;
  }

  .\32xl\:bottom-56 {
    bottom: 14rem !important;
  }

  .\32xl\:bottom-60 {
    bottom: 15rem !important;
  }

  .\32xl\:bottom-64 {
    bottom: 16rem !important;
  }

  .\32xl\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .\32xl\:bottom-80 {
    bottom: 20rem !important;
  }

  .\32xl\:bottom-96 {
    bottom: 24rem !important;
  }

  .\32xl\:bottom-108 {
    bottom: 26rem !important;
  }

  .\32xl\:bottom-112 {
    bottom: 28rem !important;
  }

  .\32xl\:bottom-120 {
    bottom: 30rem !important;
  }

  .\32xl\:bottom-136 {
    bottom: 34rem !important;
  }

  .\32xl\:bottom-140 {
    bottom: 42rem !important;
  }

  .\32xl\:bottom-144 {
    bottom: 36rem !important;
  }

  .\32xl\:bottom-320 {
    bottom: 80rem !important;
  }

  .\32xl\:bottom-auto {
    bottom: auto !important;
  }

  .\32xl\:bottom-px {
    bottom: 1px !important;
  }

  .\32xl\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .\32xl\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .\32xl\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .\32xl\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .\32xl\:bottom-50-em {
    bottom: 50em !important;
  }

  .\32xl\:bottom-26-em {
    bottom: 26em !important;
  }

  .\32xl\:-bottom-0 {
    bottom: 0px !important;
  }

  .\32xl\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .\32xl\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .\32xl\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .\32xl\:-bottom-4 {
    bottom: -1rem !important;
  }

  .\32xl\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .\32xl\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .\32xl\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .\32xl\:-bottom-8 {
    bottom: -2rem !important;
  }

  .\32xl\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .\32xl\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .\32xl\:-bottom-12 {
    bottom: -3rem !important;
  }

  .\32xl\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem !important;
  }

  .\32xl\:-bottom-20 {
    bottom: -5rem !important;
  }

  .\32xl\:-bottom-24 {
    bottom: -6rem !important;
  }

  .\32xl\:-bottom-28 {
    bottom: -7rem !important;
  }

  .\32xl\:-bottom-32 {
    bottom: -8rem !important;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem !important;
  }

  .\32xl\:-bottom-40 {
    bottom: -10rem !important;
  }

  .\32xl\:-bottom-44 {
    bottom: -11rem !important;
  }

  .\32xl\:-bottom-48 {
    bottom: -12rem !important;
  }

  .\32xl\:-bottom-52 {
    bottom: -13rem !important;
  }

  .\32xl\:-bottom-56 {
    bottom: -14rem !important;
  }

  .\32xl\:-bottom-60 {
    bottom: -15rem !important;
  }

  .\32xl\:-bottom-64 {
    bottom: -16rem !important;
  }

  .\32xl\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .\32xl\:-bottom-80 {
    bottom: -20rem !important;
  }

  .\32xl\:-bottom-96 {
    bottom: -24rem !important;
  }

  .\32xl\:-bottom-108 {
    bottom: -26rem !important;
  }

  .\32xl\:-bottom-112 {
    bottom: -28rem !important;
  }

  .\32xl\:-bottom-120 {
    bottom: -30rem !important;
  }

  .\32xl\:-bottom-136 {
    bottom: -34rem !important;
  }

  .\32xl\:-bottom-140 {
    bottom: -42rem !important;
  }

  .\32xl\:-bottom-144 {
    bottom: -36rem !important;
  }

  .\32xl\:-bottom-320 {
    bottom: -80rem !important;
  }

  .\32xl\:-bottom-px {
    bottom: -1px !important;
  }

  .\32xl\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .\32xl\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .\32xl\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .\32xl\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .\32xl\:-bottom-50-em {
    bottom: -50em !important;
  }

  .\32xl\:-bottom-26-em {
    bottom: -26em !important;
  }

  .\32xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .\32xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .\32xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .\32xl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .\32xl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .\32xl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .\32xl\:bottom-full {
    bottom: 100% !important;
  }

  .\32xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .\32xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .\32xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .\32xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .\32xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .\32xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .\32xl\:-bottom-full {
    bottom: -100% !important;
  }

  .\32xl\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .\32xl\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .\32xl\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .\32xl\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .\32xl\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .\32xl\:left-0 {
    left: 0px !important;
  }

  .\32xl\:left-1 {
    left: 0.25rem !important;
  }

  .\32xl\:left-2 {
    left: 0.5rem !important;
  }

  .\32xl\:left-3 {
    left: 0.75rem !important;
  }

  .\32xl\:left-4 {
    left: 1rem !important;
  }

  .\32xl\:left-5 {
    left: 1.25rem !important;
  }

  .\32xl\:left-6 {
    left: 1.5rem !important;
  }

  .\32xl\:left-7 {
    left: 1.75rem !important;
  }

  .\32xl\:left-8 {
    left: 2rem !important;
  }

  .\32xl\:left-9 {
    left: 2.25rem !important;
  }

  .\32xl\:left-10 {
    left: 2.5rem !important;
  }

  .\32xl\:left-11 {
    left: 2.75rem !important;
  }

  .\32xl\:left-12 {
    left: 3rem !important;
  }

  .\32xl\:left-14 {
    left: 3.5rem !important;
  }

  .\32xl\:left-16 {
    left: 4rem !important;
  }

  .\32xl\:left-17 {
    left: 4.25rem !important;
  }

  .\32xl\:left-20 {
    left: 5rem !important;
  }

  .\32xl\:left-24 {
    left: 6rem !important;
  }

  .\32xl\:left-25 {
    left: 6.25rem !important;
  }

  .\32xl\:left-28 {
    left: 7rem !important;
  }

  .\32xl\:left-32 {
    left: 8rem !important;
  }

  .\32xl\:left-36 {
    left: 9rem !important;
  }

  .\32xl\:left-40 {
    left: 10rem !important;
  }

  .\32xl\:left-44 {
    left: 11rem !important;
  }

  .\32xl\:left-48 {
    left: 12rem !important;
  }

  .\32xl\:left-52 {
    left: 13rem !important;
  }

  .\32xl\:left-56 {
    left: 14rem !important;
  }

  .\32xl\:left-60 {
    left: 15rem !important;
  }

  .\32xl\:left-64 {
    left: 16rem !important;
  }

  .\32xl\:left-72 {
    left: 18.5rem !important;
  }

  .\32xl\:left-80 {
    left: 20rem !important;
  }

  .\32xl\:left-96 {
    left: 24rem !important;
  }

  .\32xl\:left-108 {
    left: 26rem !important;
  }

  .\32xl\:left-112 {
    left: 28rem !important;
  }

  .\32xl\:left-120 {
    left: 30rem !important;
  }

  .\32xl\:left-136 {
    left: 34rem !important;
  }

  .\32xl\:left-140 {
    left: 42rem !important;
  }

  .\32xl\:left-144 {
    left: 36rem !important;
  }

  .\32xl\:left-320 {
    left: 80rem !important;
  }

  .\32xl\:left-auto {
    left: auto !important;
  }

  .\32xl\:left-px {
    left: 1px !important;
  }

  .\32xl\:left-0\.5 {
    left: 0.125rem !important;
  }

  .\32xl\:left-1\.5 {
    left: 0.375rem !important;
  }

  .\32xl\:left-2\.5 {
    left: 0.625rem !important;
  }

  .\32xl\:left-3\.5 {
    left: 0.875rem !important;
  }

  .\32xl\:left-50-em {
    left: 50em !important;
  }

  .\32xl\:left-26-em {
    left: 26em !important;
  }

  .\32xl\:-left-0 {
    left: 0px !important;
  }

  .\32xl\:-left-1 {
    left: -0.25rem !important;
  }

  .\32xl\:-left-2 {
    left: -0.5rem !important;
  }

  .\32xl\:-left-3 {
    left: -0.75rem !important;
  }

  .\32xl\:-left-4 {
    left: -1rem !important;
  }

  .\32xl\:-left-5 {
    left: -1.25rem !important;
  }

  .\32xl\:-left-6 {
    left: -1.5rem !important;
  }

  .\32xl\:-left-7 {
    left: -1.75rem !important;
  }

  .\32xl\:-left-8 {
    left: -2rem !important;
  }

  .\32xl\:-left-9 {
    left: -2.25rem !important;
  }

  .\32xl\:-left-10 {
    left: -2.5rem !important;
  }

  .\32xl\:-left-11 {
    left: -2.75rem !important;
  }

  .\32xl\:-left-12 {
    left: -3rem !important;
  }

  .\32xl\:-left-14 {
    left: -3.5rem !important;
  }

  .\32xl\:-left-16 {
    left: -4rem !important;
  }

  .\32xl\:-left-20 {
    left: -5rem !important;
  }

  .\32xl\:-left-24 {
    left: -6rem !important;
  }

  .\32xl\:-left-28 {
    left: -7rem !important;
  }

  .\32xl\:-left-32 {
    left: -8rem !important;
  }

  .\32xl\:-left-36 {
    left: -9rem !important;
  }

  .\32xl\:-left-40 {
    left: -10rem !important;
  }

  .\32xl\:-left-44 {
    left: -11rem !important;
  }

  .\32xl\:-left-48 {
    left: -12rem !important;
  }

  .\32xl\:-left-52 {
    left: -13rem !important;
  }

  .\32xl\:-left-56 {
    left: -14rem !important;
  }

  .\32xl\:-left-60 {
    left: -15rem !important;
  }

  .\32xl\:-left-64 {
    left: -16rem !important;
  }

  .\32xl\:-left-72 {
    left: -18.5rem !important;
  }

  .\32xl\:-left-80 {
    left: -20rem !important;
  }

  .\32xl\:-left-96 {
    left: -24rem !important;
  }

  .\32xl\:-left-108 {
    left: -26rem !important;
  }

  .\32xl\:-left-112 {
    left: -28rem !important;
  }

  .\32xl\:-left-120 {
    left: -30rem !important;
  }

  .\32xl\:-left-136 {
    left: -34rem !important;
  }

  .\32xl\:-left-140 {
    left: -42rem !important;
  }

  .\32xl\:-left-144 {
    left: -36rem !important;
  }

  .\32xl\:-left-320 {
    left: -80rem !important;
  }

  .\32xl\:-left-px {
    left: -1px !important;
  }

  .\32xl\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .\32xl\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .\32xl\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .\32xl\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .\32xl\:-left-50-em {
    left: -50em !important;
  }

  .\32xl\:-left-26-em {
    left: -26em !important;
  }

  .\32xl\:left-1\/2 {
    left: 50% !important;
  }

  .\32xl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .\32xl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .\32xl\:left-1\/4 {
    left: 25% !important;
  }

  .\32xl\:left-2\/4 {
    left: 50% !important;
  }

  .\32xl\:left-3\/4 {
    left: 75% !important;
  }

  .\32xl\:left-full {
    left: 100% !important;
  }

  .\32xl\:-left-1\/2 {
    left: -50% !important;
  }

  .\32xl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .\32xl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .\32xl\:-left-1\/4 {
    left: -25% !important;
  }

  .\32xl\:-left-2\/4 {
    left: -50% !important;
  }

  .\32xl\:-left-3\/4 {
    left: -75% !important;
  }

  .\32xl\:-left-full {
    left: -100% !important;
  }

  .\32xl\:left-10\/12 {
    left: 83.333333% !important;
  }

  .\32xl\:left-11\/12 {
    left: 91.666667% !important;
  }

  .\32xl\:left-\[23\%\] {
    left: 23% !important;
  }

  .\32xl\:left-\[20\%\] {
    left: 20% !important;
  }

  .\32xl\:left-\[45\%\] {
    left: 45% !important;
  }

  .\32xl\:isolate {
    isolation: isolate !important;
  }

  .\32xl\:isolation-auto {
    isolation: auto !important;
  }

  .\32xl\:z-0 {
    z-index: 0 !important;
  }

  .\32xl\:z-10 {
    z-index: 10 !important;
  }

  .\32xl\:z-20 {
    z-index: 20 !important;
  }

  .\32xl\:z-30 {
    z-index: 30 !important;
  }

  .\32xl\:z-40 {
    z-index: 40 !important;
  }

  .\32xl\:z-50 {
    z-index: 50 !important;
  }

  .\32xl\:z-auto {
    z-index: auto !important;
  }

  .\32xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .\32xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .\32xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .\32xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .\32xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .\32xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .\32xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .\32xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .\32xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .\32xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .\32xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .\32xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .\32xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .\32xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .\32xl\:order-1 {
    order: 1 !important;
  }

  .\32xl\:order-2 {
    order: 2 !important;
  }

  .\32xl\:order-3 {
    order: 3 !important;
  }

  .\32xl\:order-4 {
    order: 4 !important;
  }

  .\32xl\:order-5 {
    order: 5 !important;
  }

  .\32xl\:order-6 {
    order: 6 !important;
  }

  .\32xl\:order-7 {
    order: 7 !important;
  }

  .\32xl\:order-8 {
    order: 8 !important;
  }

  .\32xl\:order-9 {
    order: 9 !important;
  }

  .\32xl\:order-10 {
    order: 10 !important;
  }

  .\32xl\:order-11 {
    order: 11 !important;
  }

  .\32xl\:order-12 {
    order: 12 !important;
  }

  .\32xl\:order-first {
    order: -9999 !important;
  }

  .\32xl\:order-last {
    order: 9999 !important;
  }

  .\32xl\:order-none {
    order: 0 !important;
  }

  .\32xl\:col-auto {
    grid-column: auto !important;
  }

  .\32xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\32xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\32xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\32xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\32xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\32xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\32xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\32xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\32xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\32xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .\32xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .\32xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .\32xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .\32xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .\32xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .\32xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .\32xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .\32xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .\32xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .\32xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .\32xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .\32xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .\32xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .\32xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .\32xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .\32xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .\32xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .\32xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .\32xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .\32xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .\32xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .\32xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .\32xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .\32xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .\32xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .\32xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .\32xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .\32xl\:row-auto {
    grid-row: auto !important;
  }

  .\32xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\32xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\32xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\32xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\32xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\32xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\32xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\32xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .\32xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .\32xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .\32xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .\32xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .\32xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .\32xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .\32xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .\32xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .\32xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .\32xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .\32xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .\32xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .\32xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .\32xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .\32xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .\32xl\:float-right {
    float: right !important;
  }

  .\32xl\:float-left {
    float: left !important;
  }

  .\32xl\:float-none {
    float: none !important;
  }

  .\32xl\:clear-left {
    clear: left !important;
  }

  .\32xl\:clear-right {
    clear: right !important;
  }

  .\32xl\:clear-both {
    clear: both !important;
  }

  .\32xl\:clear-none {
    clear: none !important;
  }

  .\32xl\:m-0 {
    margin: 0px !important;
  }

  .\32xl\:m-1 {
    margin: 0.25rem !important;
  }

  .\32xl\:m-2 {
    margin: 0.5rem !important;
  }

  .\32xl\:m-3 {
    margin: 0.75rem !important;
  }

  .\32xl\:m-4 {
    margin: 1rem !important;
  }

  .\32xl\:m-5 {
    margin: 1.25rem !important;
  }

  .\32xl\:m-6 {
    margin: 1.5rem !important;
  }

  .\32xl\:m-7 {
    margin: 1.75rem !important;
  }

  .\32xl\:m-8 {
    margin: 2rem !important;
  }

  .\32xl\:m-9 {
    margin: 2.25rem !important;
  }

  .\32xl\:m-10 {
    margin: 2.5rem !important;
  }

  .\32xl\:m-11 {
    margin: 2.75rem !important;
  }

  .\32xl\:m-12 {
    margin: 3rem !important;
  }

  .\32xl\:m-14 {
    margin: 3.5rem !important;
  }

  .\32xl\:m-16 {
    margin: 4rem !important;
  }

  .\32xl\:m-20 {
    margin: 5rem !important;
  }

  .\32xl\:m-24 {
    margin: 6rem !important;
  }

  .\32xl\:m-28 {
    margin: 7rem !important;
  }

  .\32xl\:m-32 {
    margin: 8rem !important;
  }

  .\32xl\:m-36 {
    margin: 9rem !important;
  }

  .\32xl\:m-40 {
    margin: 10rem !important;
  }

  .\32xl\:m-44 {
    margin: 11rem !important;
  }

  .\32xl\:m-48 {
    margin: 12rem !important;
  }

  .\32xl\:m-52 {
    margin: 13rem !important;
  }

  .\32xl\:m-56 {
    margin: 14rem !important;
  }

  .\32xl\:m-60 {
    margin: 15rem !important;
  }

  .\32xl\:m-64 {
    margin: 16rem !important;
  }

  .\32xl\:m-72 {
    margin: 18.5rem !important;
  }

  .\32xl\:m-80 {
    margin: 20rem !important;
  }

  .\32xl\:m-96 {
    margin: 24rem !important;
  }

  .\32xl\:m-108 {
    margin: 26rem !important;
  }

  .\32xl\:m-112 {
    margin: 28rem !important;
  }

  .\32xl\:m-120 {
    margin: 30rem !important;
  }

  .\32xl\:m-136 {
    margin: 34rem !important;
  }

  .\32xl\:m-140 {
    margin: 42rem !important;
  }

  .\32xl\:m-144 {
    margin: 36rem !important;
  }

  .\32xl\:m-320 {
    margin: 80rem !important;
  }

  .\32xl\:m-auto {
    margin: auto !important;
  }

  .\32xl\:m-px {
    margin: 1px !important;
  }

  .\32xl\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .\32xl\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .\32xl\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .\32xl\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .\32xl\:m-50-em {
    margin: 50em !important;
  }

  .\32xl\:m-26-em {
    margin: 26em !important;
  }

  .\32xl\:-m-0 {
    margin: 0px !important;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .\32xl\:-m-4 {
    margin: -1rem !important;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem !important;
  }

  .\32xl\:-m-8 {
    margin: -2rem !important;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem !important;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem !important;
  }

  .\32xl\:-m-12 {
    margin: -3rem !important;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .\32xl\:-m-16 {
    margin: -4rem !important;
  }

  .\32xl\:-m-20 {
    margin: -5rem !important;
  }

  .\32xl\:-m-24 {
    margin: -6rem !important;
  }

  .\32xl\:-m-28 {
    margin: -7rem !important;
  }

  .\32xl\:-m-32 {
    margin: -8rem !important;
  }

  .\32xl\:-m-36 {
    margin: -9rem !important;
  }

  .\32xl\:-m-40 {
    margin: -10rem !important;
  }

  .\32xl\:-m-44 {
    margin: -11rem !important;
  }

  .\32xl\:-m-48 {
    margin: -12rem !important;
  }

  .\32xl\:-m-52 {
    margin: -13rem !important;
  }

  .\32xl\:-m-56 {
    margin: -14rem !important;
  }

  .\32xl\:-m-60 {
    margin: -15rem !important;
  }

  .\32xl\:-m-64 {
    margin: -16rem !important;
  }

  .\32xl\:-m-72 {
    margin: -18.5rem !important;
  }

  .\32xl\:-m-80 {
    margin: -20rem !important;
  }

  .\32xl\:-m-96 {
    margin: -24rem !important;
  }

  .\32xl\:-m-108 {
    margin: -26rem !important;
  }

  .\32xl\:-m-112 {
    margin: -28rem !important;
  }

  .\32xl\:-m-120 {
    margin: -30rem !important;
  }

  .\32xl\:-m-136 {
    margin: -34rem !important;
  }

  .\32xl\:-m-140 {
    margin: -42rem !important;
  }

  .\32xl\:-m-144 {
    margin: -36rem !important;
  }

  .\32xl\:-m-320 {
    margin: -80rem !important;
  }

  .\32xl\:-m-px {
    margin: -1px !important;
  }

  .\32xl\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .\32xl\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .\32xl\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .\32xl\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .\32xl\:-m-50-em {
    margin: -50em !important;
  }

  .\32xl\:-m-26-em {
    margin: -26em !important;
  }

  .\32xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\32xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\32xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\32xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\32xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\32xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\32xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\32xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\32xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\32xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\32xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\32xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\32xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\32xl\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .\32xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\32xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\32xl\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .\32xl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .\32xl\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .\32xl\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .\32xl\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .\32xl\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .\32xl\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .\32xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\32xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\32xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\32xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\32xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\32xl\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .\32xl\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .\32xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\32xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\32xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\32xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\32xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\32xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\32xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\32xl\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\32xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\32xl\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\32xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\32xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\32xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\32xl\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .\32xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\32xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\32xl\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .\32xl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .\32xl\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .\32xl\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .\32xl\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .\32xl\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .\32xl\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .\32xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\32xl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\32xl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\32xl\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .\32xl\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .\32xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\32xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\32xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\32xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\32xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\32xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\32xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\32xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\32xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\32xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\32xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\32xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\32xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\32xl\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .\32xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\32xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\32xl\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .\32xl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .\32xl\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .\32xl\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .\32xl\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .\32xl\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .\32xl\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .\32xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\32xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\32xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .\32xl\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .\32xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\32xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\32xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\32xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\32xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\32xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\32xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\32xl\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\32xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\32xl\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\32xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\32xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\32xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\32xl\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .\32xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\32xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\32xl\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .\32xl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .\32xl\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .\32xl\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .\32xl\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .\32xl\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .\32xl\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .\32xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\32xl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .\32xl\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .\32xl\:mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\32xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .\32xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .\32xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .\32xl\:mt-36 {
    margin-top: 9rem !important;
  }

  .\32xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .\32xl\:mt-44 {
    margin-top: 11rem !important;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .\32xl\:mt-52 {
    margin-top: 13rem !important;
  }

  .\32xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .\32xl\:mt-60 {
    margin-top: 15rem !important;
  }

  .\32xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .\32xl\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .\32xl\:mt-80 {
    margin-top: 20rem !important;
  }

  .\32xl\:mt-96 {
    margin-top: 24rem !important;
  }

  .\32xl\:mt-108 {
    margin-top: 26rem !important;
  }

  .\32xl\:mt-112 {
    margin-top: 28rem !important;
  }

  .\32xl\:mt-120 {
    margin-top: 30rem !important;
  }

  .\32xl\:mt-136 {
    margin-top: 34rem !important;
  }

  .\32xl\:mt-140 {
    margin-top: 42rem !important;
  }

  .\32xl\:mt-144 {
    margin-top: 36rem !important;
  }

  .\32xl\:mt-320 {
    margin-top: 80rem !important;
  }

  .\32xl\:mt-auto {
    margin-top: auto !important;
  }

  .\32xl\:mt-px {
    margin-top: 1px !important;
  }

  .\32xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .\32xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .\32xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .\32xl\:mt-50-em {
    margin-top: 50em !important;
  }

  .\32xl\:mt-26-em {
    margin-top: 26em !important;
  }

  .\32xl\:-mt-0 {
    margin-top: 0px !important;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .\32xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .\32xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .\32xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .\32xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .\32xl\:-mt-36 {
    margin-top: -9rem !important;
  }

  .\32xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .\32xl\:-mt-44 {
    margin-top: -11rem !important;
  }

  .\32xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .\32xl\:-mt-52 {
    margin-top: -13rem !important;
  }

  .\32xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .\32xl\:-mt-60 {
    margin-top: -15rem !important;
  }

  .\32xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .\32xl\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .\32xl\:-mt-80 {
    margin-top: -20rem !important;
  }

  .\32xl\:-mt-96 {
    margin-top: -24rem !important;
  }

  .\32xl\:-mt-108 {
    margin-top: -26rem !important;
  }

  .\32xl\:-mt-112 {
    margin-top: -28rem !important;
  }

  .\32xl\:-mt-120 {
    margin-top: -30rem !important;
  }

  .\32xl\:-mt-136 {
    margin-top: -34rem !important;
  }

  .\32xl\:-mt-140 {
    margin-top: -42rem !important;
  }

  .\32xl\:-mt-144 {
    margin-top: -36rem !important;
  }

  .\32xl\:-mt-320 {
    margin-top: -80rem !important;
  }

  .\32xl\:-mt-px {
    margin-top: -1px !important;
  }

  .\32xl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .\32xl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .\32xl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .\32xl\:-mt-50-em {
    margin-top: -50em !important;
  }

  .\32xl\:-mt-26-em {
    margin-top: -26em !important;
  }

  .\32xl\:mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .\32xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .\32xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .\32xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .\32xl\:mr-36 {
    margin-right: 9rem !important;
  }

  .\32xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .\32xl\:mr-44 {
    margin-right: 11rem !important;
  }

  .\32xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .\32xl\:mr-52 {
    margin-right: 13rem !important;
  }

  .\32xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .\32xl\:mr-60 {
    margin-right: 15rem !important;
  }

  .\32xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .\32xl\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .\32xl\:mr-80 {
    margin-right: 20rem !important;
  }

  .\32xl\:mr-96 {
    margin-right: 24rem !important;
  }

  .\32xl\:mr-108 {
    margin-right: 26rem !important;
  }

  .\32xl\:mr-112 {
    margin-right: 28rem !important;
  }

  .\32xl\:mr-120 {
    margin-right: 30rem !important;
  }

  .\32xl\:mr-136 {
    margin-right: 34rem !important;
  }

  .\32xl\:mr-140 {
    margin-right: 42rem !important;
  }

  .\32xl\:mr-144 {
    margin-right: 36rem !important;
  }

  .\32xl\:mr-320 {
    margin-right: 80rem !important;
  }

  .\32xl\:mr-auto {
    margin-right: auto !important;
  }

  .\32xl\:mr-px {
    margin-right: 1px !important;
  }

  .\32xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .\32xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .\32xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .\32xl\:mr-50-em {
    margin-right: 50em !important;
  }

  .\32xl\:mr-26-em {
    margin-right: 26em !important;
  }

  .\32xl\:-mr-0 {
    margin-right: 0px !important;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .\32xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .\32xl\:-mr-28 {
    margin-right: -7rem !important;
  }

  .\32xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .\32xl\:-mr-36 {
    margin-right: -9rem !important;
  }

  .\32xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .\32xl\:-mr-44 {
    margin-right: -11rem !important;
  }

  .\32xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .\32xl\:-mr-52 {
    margin-right: -13rem !important;
  }

  .\32xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .\32xl\:-mr-60 {
    margin-right: -15rem !important;
  }

  .\32xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .\32xl\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .\32xl\:-mr-80 {
    margin-right: -20rem !important;
  }

  .\32xl\:-mr-96 {
    margin-right: -24rem !important;
  }

  .\32xl\:-mr-108 {
    margin-right: -26rem !important;
  }

  .\32xl\:-mr-112 {
    margin-right: -28rem !important;
  }

  .\32xl\:-mr-120 {
    margin-right: -30rem !important;
  }

  .\32xl\:-mr-136 {
    margin-right: -34rem !important;
  }

  .\32xl\:-mr-140 {
    margin-right: -42rem !important;
  }

  .\32xl\:-mr-144 {
    margin-right: -36rem !important;
  }

  .\32xl\:-mr-320 {
    margin-right: -80rem !important;
  }

  .\32xl\:-mr-px {
    margin-right: -1px !important;
  }

  .\32xl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .\32xl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .\32xl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .\32xl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .\32xl\:-mr-50-em {
    margin-right: -50em !important;
  }

  .\32xl\:-mr-26-em {
    margin-right: -26em !important;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .\32xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .\32xl\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .\32xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .\32xl\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .\32xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .\32xl\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .\32xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .\32xl\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .\32xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .\32xl\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .\32xl\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .\32xl\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .\32xl\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .\32xl\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .\32xl\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .\32xl\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .\32xl\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .\32xl\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .\32xl\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .\32xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .\32xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .\32xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .\32xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .\32xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .\32xl\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .\32xl\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .\32xl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .\32xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .\32xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .\32xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .\32xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .\32xl\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .\32xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .\32xl\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .\32xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .\32xl\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .\32xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .\32xl\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .\32xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .\32xl\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .\32xl\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .\32xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .\32xl\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .\32xl\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .\32xl\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .\32xl\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .\32xl\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .\32xl\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .\32xl\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .\32xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .\32xl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .\32xl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .\32xl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .\32xl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .\32xl\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .\32xl\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .\32xl\:ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .\32xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .\32xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .\32xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .\32xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .\32xl\:ml-36 {
    margin-left: 9rem !important;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .\32xl\:ml-44 {
    margin-left: 11rem !important;
  }

  .\32xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\32xl\:ml-52 {
    margin-left: 13rem !important;
  }

  .\32xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .\32xl\:ml-60 {
    margin-left: 15rem !important;
  }

  .\32xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .\32xl\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .\32xl\:ml-80 {
    margin-left: 20rem !important;
  }

  .\32xl\:ml-96 {
    margin-left: 24rem !important;
  }

  .\32xl\:ml-108 {
    margin-left: 26rem !important;
  }

  .\32xl\:ml-112 {
    margin-left: 28rem !important;
  }

  .\32xl\:ml-120 {
    margin-left: 30rem !important;
  }

  .\32xl\:ml-136 {
    margin-left: 34rem !important;
  }

  .\32xl\:ml-140 {
    margin-left: 42rem !important;
  }

  .\32xl\:ml-144 {
    margin-left: 36rem !important;
  }

  .\32xl\:ml-320 {
    margin-left: 80rem !important;
  }

  .\32xl\:ml-auto {
    margin-left: auto !important;
  }

  .\32xl\:ml-px {
    margin-left: 1px !important;
  }

  .\32xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .\32xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .\32xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .\32xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .\32xl\:ml-50-em {
    margin-left: 50em !important;
  }

  .\32xl\:ml-26-em {
    margin-left: 26em !important;
  }

  .\32xl\:-ml-0 {
    margin-left: 0px !important;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .\32xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .\32xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .\32xl\:-ml-28 {
    margin-left: -7rem !important;
  }

  .\32xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .\32xl\:-ml-36 {
    margin-left: -9rem !important;
  }

  .\32xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .\32xl\:-ml-44 {
    margin-left: -11rem !important;
  }

  .\32xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .\32xl\:-ml-52 {
    margin-left: -13rem !important;
  }

  .\32xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .\32xl\:-ml-60 {
    margin-left: -15rem !important;
  }

  .\32xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .\32xl\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .\32xl\:-ml-80 {
    margin-left: -20rem !important;
  }

  .\32xl\:-ml-96 {
    margin-left: -24rem !important;
  }

  .\32xl\:-ml-108 {
    margin-left: -26rem !important;
  }

  .\32xl\:-ml-112 {
    margin-left: -28rem !important;
  }

  .\32xl\:-ml-120 {
    margin-left: -30rem !important;
  }

  .\32xl\:-ml-136 {
    margin-left: -34rem !important;
  }

  .\32xl\:-ml-140 {
    margin-left: -42rem !important;
  }

  .\32xl\:-ml-144 {
    margin-left: -36rem !important;
  }

  .\32xl\:-ml-320 {
    margin-left: -80rem !important;
  }

  .\32xl\:-ml-px {
    margin-left: -1px !important;
  }

  .\32xl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .\32xl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .\32xl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .\32xl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .\32xl\:-ml-50-em {
    margin-left: -50em !important;
  }

  .\32xl\:-ml-26-em {
    margin-left: -26em !important;
  }

  .\32xl\:box-border {
    box-sizing: border-box !important;
  }

  .\32xl\:box-content {
    box-sizing: content-box !important;
  }

  .\32xl\:block {
    display: block !important;
  }

  .\32xl\:inline-block {
    display: inline-block !important;
  }

  .\32xl\:inline {
    display: inline !important;
  }

  .\32xl\:flex {
    display: flex !important;
  }

  .\32xl\:inline-flex {
    display: inline-flex !important;
  }

  .\32xl\:table {
    display: table !important;
  }

  .\32xl\:inline-table {
    display: inline-table !important;
  }

  .\32xl\:table-caption {
    display: table-caption !important;
  }

  .\32xl\:table-cell {
    display: table-cell !important;
  }

  .\32xl\:table-column {
    display: table-column !important;
  }

  .\32xl\:table-column-group {
    display: table-column-group !important;
  }

  .\32xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .\32xl\:table-header-group {
    display: table-header-group !important;
  }

  .\32xl\:table-row-group {
    display: table-row-group !important;
  }

  .\32xl\:table-row {
    display: table-row !important;
  }

  .\32xl\:flow-root {
    display: flow-root !important;
  }

  .\32xl\:grid {
    display: grid !important;
  }

  .\32xl\:inline-grid {
    display: inline-grid !important;
  }

  .\32xl\:contents {
    display: contents !important;
  }

  .\32xl\:list-item {
    display: list-item !important;
  }

  .\32xl\:hidden {
    display: none !important;
  }

  .\32xl\:h-0 {
    height: 0px !important;
  }

  .\32xl\:h-1 {
    height: 0.25rem !important;
  }

  .\32xl\:h-2 {
    height: 0.5rem !important;
  }

  .\32xl\:h-3 {
    height: 0.75rem !important;
  }

  .\32xl\:h-4 {
    height: 1rem !important;
  }

  .\32xl\:h-5 {
    height: 1.25rem !important;
  }

  .\32xl\:h-6 {
    height: 1.5rem !important;
  }

  .\32xl\:h-7 {
    height: 1.75rem !important;
  }

  .\32xl\:h-8 {
    height: 2rem !important;
  }

  .\32xl\:h-9 {
    height: 2.25rem !important;
  }

  .\32xl\:h-10 {
    height: 2.5rem !important;
  }

  .\32xl\:h-11 {
    height: 2.75rem !important;
  }

  .\32xl\:h-12 {
    height: 3rem !important;
  }

  .\32xl\:h-14 {
    height: 3.5rem !important;
  }

  .\32xl\:h-16 {
    height: 4rem !important;
  }

  .\32xl\:h-20 {
    height: 5rem !important;
  }

  .\32xl\:h-24 {
    height: 6rem !important;
  }

  .\32xl\:h-28 {
    height: 7rem !important;
  }

  .\32xl\:h-32 {
    height: 8rem !important;
  }

  .\32xl\:h-36 {
    height: 9rem !important;
  }

  .\32xl\:h-40 {
    height: 10rem !important;
  }

  .\32xl\:h-44 {
    height: 11rem !important;
  }

  .\32xl\:h-48 {
    height: 12rem !important;
  }

  .\32xl\:h-52 {
    height: 13rem !important;
  }

  .\32xl\:h-56 {
    height: 14rem !important;
  }

  .\32xl\:h-60 {
    height: 15rem !important;
  }

  .\32xl\:h-64 {
    height: 16rem !important;
  }

  .\32xl\:h-72 {
    height: 18.5rem !important;
  }

  .\32xl\:h-80 {
    height: 20rem !important;
  }

  .\32xl\:h-88 {
    height: 22rem !important;
  }

  .\32xl\:h-89 {
    height: 26rem !important;
  }

  .\32xl\:h-90 {
    height: 30rem !important;
  }

  .\32xl\:h-96 {
    height: 24rem !important;
  }

  .\32xl\:h-108 {
    height: 26rem !important;
  }

  .\32xl\:h-112 {
    height: 28rem !important;
  }

  .\32xl\:h-120 {
    height: 30rem !important;
  }

  .\32xl\:h-128 {
    height: 32rem !important;
  }

  .\32xl\:h-136 {
    height: 34rem !important;
  }

  .\32xl\:h-140 {
    height: 42rem !important;
  }

  .\32xl\:h-144 {
    height: 36rem !important;
  }

  .\32xl\:h-288 {
    height: 40rem !important;
  }

  .\32xl\:h-320 {
    height: 80rem !important;
  }

  .\32xl\:h-768 {
    height: 45rem !important;
  }

  .\32xl\:h-800 {
    height: 50rem !important;
  }

  .\32xl\:h-856 {
    height: 65rem !important;
  }

  .\32xl\:h-auto {
    height: auto !important;
  }

  .\32xl\:h-px {
    height: 1px !important;
  }

  .\32xl\:h-0\.5 {
    height: 0.125rem !important;
  }

  .\32xl\:h-1\.5 {
    height: 0.375rem !important;
  }

  .\32xl\:h-2\.5 {
    height: 0.625rem !important;
  }

  .\32xl\:h-3\.5 {
    height: 0.875rem !important;
  }

  .\32xl\:h-50-em {
    height: 50em !important;
  }

  .\32xl\:h-26-em {
    height: 26em !important;
  }

  .\32xl\:h-1\/2 {
    height: 50% !important;
  }

  .\32xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .\32xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .\32xl\:h-1\/4 {
    height: 25% !important;
  }

  .\32xl\:h-2\/4 {
    height: 50% !important;
  }

  .\32xl\:h-3\/4 {
    height: 75% !important;
  }

  .\32xl\:h-1\/5 {
    height: 20% !important;
  }

  .\32xl\:h-2\/5 {
    height: 40% !important;
  }

  .\32xl\:h-3\/5 {
    height: 60% !important;
  }

  .\32xl\:h-4\/5 {
    height: 80% !important;
  }

  .\32xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .\32xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .\32xl\:h-3\/6 {
    height: 50% !important;
  }

  .\32xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .\32xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .\32xl\:h-full {
    height: 100% !important;
  }

  .\32xl\:h-screen {
    height: 100vh !important;
  }

  .\32xl\:h-\[300px\] {
    height: 300px !important;
  }

  .\32xl\:h-\[130px\] {
    height: 130px !important;
  }

  .\32xl\:max-h-0 {
    max-height: 0px !important;
  }

  .\32xl\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .\32xl\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .\32xl\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .\32xl\:max-h-4 {
    max-height: 1rem !important;
  }

  .\32xl\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .\32xl\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .\32xl\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .\32xl\:max-h-8 {
    max-height: 2rem !important;
  }

  .\32xl\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .\32xl\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .\32xl\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .\32xl\:max-h-12 {
    max-height: 3rem !important;
  }

  .\32xl\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .\32xl\:max-h-16 {
    max-height: 4rem !important;
  }

  .\32xl\:max-h-20 {
    max-height: 5rem !important;
  }

  .\32xl\:max-h-24 {
    max-height: 6rem !important;
  }

  .\32xl\:max-h-28 {
    max-height: 7rem !important;
  }

  .\32xl\:max-h-32 {
    max-height: 8rem !important;
  }

  .\32xl\:max-h-36 {
    max-height: 9rem !important;
  }

  .\32xl\:max-h-40 {
    max-height: 10rem !important;
  }

  .\32xl\:max-h-44 {
    max-height: 11rem !important;
  }

  .\32xl\:max-h-48 {
    max-height: 12rem !important;
  }

  .\32xl\:max-h-52 {
    max-height: 13rem !important;
  }

  .\32xl\:max-h-56 {
    max-height: 14rem !important;
  }

  .\32xl\:max-h-60 {
    max-height: 15rem !important;
  }

  .\32xl\:max-h-64 {
    max-height: 16rem !important;
  }

  .\32xl\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .\32xl\:max-h-80 {
    max-height: 20rem !important;
  }

  .\32xl\:max-h-96 {
    max-height: 24rem !important;
  }

  .\32xl\:max-h-108 {
    max-height: 26rem !important;
  }

  .\32xl\:max-h-112 {
    max-height: 28rem !important;
  }

  .\32xl\:max-h-120 {
    max-height: 30rem !important;
  }

  .\32xl\:max-h-136 {
    max-height: 34rem !important;
  }

  .\32xl\:max-h-140 {
    max-height: 42rem !important;
  }

  .\32xl\:max-h-144 {
    max-height: 36rem !important;
  }

  .\32xl\:max-h-320 {
    max-height: 80rem !important;
  }

  .\32xl\:max-h-768 {
    max-height: 45rem !important;
  }

  .\32xl\:max-h-px {
    max-height: 1px !important;
  }

  .\32xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .\32xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .\32xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .\32xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .\32xl\:max-h-50-em {
    max-height: 50em !important;
  }

  .\32xl\:max-h-26-em {
    max-height: 26em !important;
  }

  .\32xl\:max-h-full {
    max-height: 100% !important;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .\32xl\:max-h-8xl {
    max-height: 88rem !important;
  }

  .\32xl\:max-h-9xl {
    max-height: 95rem !important;
  }

  .\32xl\:max-h-sxl {
    max-height: 90% !important;
  }

  .\32xl\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .\32xl\:min-h-0 {
    min-height: 0px !important;
  }

  .\32xl\:min-h-32 {
    min-height: 8rem !important;
  }

  .\32xl\:min-h-40 {
    min-height: 10rem !important;
  }

  .\32xl\:min-h-44 {
    min-height: 11rem !important;
  }

  .\32xl\:min-h-48 {
    min-height: 12rem !important;
  }

  .\32xl\:min-h-768 {
    min-height: 45rem !important;
  }

  .\32xl\:min-h-full {
    min-height: 100% !important;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .\32xl\:w-0 {
    width: 0px !important;
  }

  .\32xl\:w-1 {
    width: 0.25rem !important;
  }

  .\32xl\:w-2 {
    width: 0.5rem !important;
  }

  .\32xl\:w-3 {
    width: 0.75rem !important;
  }

  .\32xl\:w-4 {
    width: 1rem !important;
  }

  .\32xl\:w-5 {
    width: 1.25rem !important;
  }

  .\32xl\:w-6 {
    width: 1.5rem !important;
  }

  .\32xl\:w-7 {
    width: 1.75rem !important;
  }

  .\32xl\:w-8 {
    width: 2rem !important;
  }

  .\32xl\:w-9 {
    width: 2.25rem !important;
  }

  .\32xl\:w-10 {
    width: 2.5rem !important;
  }

  .\32xl\:w-11 {
    width: 2.75rem !important;
  }

  .\32xl\:w-12 {
    width: 3rem !important;
  }

  .\32xl\:w-14 {
    width: 3.5rem !important;
  }

  .\32xl\:w-16 {
    width: 4rem !important;
  }

  .\32xl\:w-20 {
    width: 5rem !important;
  }

  .\32xl\:w-24 {
    width: 6rem !important;
  }

  .\32xl\:w-28 {
    width: 7rem !important;
  }

  .\32xl\:w-32 {
    width: 8rem !important;
  }

  .\32xl\:w-36 {
    width: 9rem !important;
  }

  .\32xl\:w-40 {
    width: 10rem !important;
  }

  .\32xl\:w-44 {
    width: 11rem !important;
  }

  .\32xl\:w-48 {
    width: 12rem !important;
  }

  .\32xl\:w-52 {
    width: 13rem !important;
  }

  .\32xl\:w-56 {
    width: 14rem !important;
  }

  .\32xl\:w-60 {
    width: 15rem !important;
  }

  .\32xl\:w-64 {
    width: 16rem !important;
  }

  .\32xl\:w-72 {
    width: 18.5rem !important;
  }

  .\32xl\:w-80 {
    width: 20rem !important;
  }

  .\32xl\:w-96 {
    width: 24rem !important;
  }

  .\32xl\:w-100 {
    width: 25rem !important;
  }

  .\32xl\:w-108 {
    width: 26rem !important;
  }

  .\32xl\:w-112 {
    width: 28rem !important;
  }

  .\32xl\:w-120 {
    width: 30rem !important;
  }

  .\32xl\:w-128 {
    width: 32rem !important;
  }

  .\32xl\:w-132 {
    width: 33rem !important;
  }

  .\32xl\:w-136 {
    width: 34rem !important;
  }

  .\32xl\:w-140 {
    width: 35rem !important;
  }

  .\32xl\:w-144 {
    width: 36rem !important;
  }

  .\32xl\:w-160 {
    width: 40rem !important;
  }

  .\32xl\:w-180 {
    width: 45rem !important;
  }

  .\32xl\:w-190 {
    width: 47rem !important;
  }

  .\32xl\:w-195 {
    width: 50rem !important;
  }

  .\32xl\:w-200 {
    width: 75rem !important;
  }

  .\32xl\:w-320 {
    width: 80rem !important;
  }

  .\32xl\:w-auto {
    width: auto !important;
  }

  .\32xl\:w-px {
    width: 1px !important;
  }

  .\32xl\:w-0\.5 {
    width: 0.125rem !important;
  }

  .\32xl\:w-1\.5 {
    width: 0.375rem !important;
  }

  .\32xl\:w-2\.5 {
    width: 0.625rem !important;
  }

  .\32xl\:w-3\.5 {
    width: 0.875rem !important;
  }

  .\32xl\:w-50-em {
    width: 50em !important;
  }

  .\32xl\:w-26-em {
    width: 26em !important;
  }

  .\32xl\:w-1\/2 {
    width: 50% !important;
  }

  .\32xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\32xl\:w-1\/4 {
    width: 25% !important;
  }

  .\32xl\:w-2\/4 {
    width: 50% !important;
  }

  .\32xl\:w-3\/4 {
    width: 75% !important;
  }

  .\32xl\:w-1\/5 {
    width: 20% !important;
  }

  .\32xl\:w-2\/5 {
    width: 40% !important;
  }

  .\32xl\:w-3\/5 {
    width: 60% !important;
  }

  .\32xl\:w-4\/5 {
    width: 80% !important;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .\32xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .\32xl\:w-3\/6 {
    width: 50% !important;
  }

  .\32xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .\32xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .\32xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\32xl\:w-3\/12 {
    width: 25% !important;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .\32xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\32xl\:w-6\/12 {
    width: 50% !important;
  }

  .\32xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\32xl\:w-9\/12 {
    width: 75% !important;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\32xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\32xl\:w-full {
    width: 100% !important;
  }

  .\32xl\:w-screen {
    width: 100vw !important;
  }

  .\32xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\32xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\32xl\:w-\[350px\] {
    width: 350px !important;
  }

  .\32xl\:w-\[127px\] {
    width: 127px !important;
  }

  .\32xl\:w-\[300px\] {
    width: 300px !important;
  }

  .\32xl\:w-\[600px\] {
    width: 600px !important;
  }

  .\32xl\:w-\[140px\] {
    width: 140px !important;
  }

  .\32xl\:w-\[170px\] {
    width: 170px !important;
  }

  .\32xl\:w-\[150px\] {
    width: 150px !important;
  }

  .\32xl\:w-\[130px\] {
    width: 130px !important;
  }

  .\32xl\:min-w-0 {
    min-width: 0px !important;
  }

  .\32xl\:min-w-full {
    min-width: 100% !important;
  }

  .\32xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\32xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\32xl\:max-w-0 {
    max-width: 0rem !important;
  }

  .\32xl\:max-w-none {
    max-width: none !important;
  }

  .\32xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .\32xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .\32xl\:max-w-md {
    max-width: 28rem !important;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .\32xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .\32xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .\32xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .\32xl\:max-w-full {
    max-width: 100% !important;
  }

  .\32xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\32xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\32xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .\32xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .\32xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .\32xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .\32xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\32xl\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .\32xl\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .\32xl\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .\32xl\:max-w-8xl {
    max-width: 88rem !important;
  }

  .\32xl\:max-w-9xl {
    max-width: 95rem !important;
  }

  .\32xl\:max-w-sxl {
    max-width: 90% !important;
  }

  .\32xl\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .\32xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .\32xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .\32xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .\32xl\:flex-none {
    flex: none !important;
  }

  .\32xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\32xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .\32xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\32xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .\32xl\:table-auto {
    table-layout: auto !important;
  }

  .\32xl\:table-fixed {
    table-layout: fixed !important;
  }

  .\32xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .\32xl\:border-separate {
    border-collapse: separate !important;
  }

  .\32xl\:origin-center {
    transform-origin: center !important;
  }

  .\32xl\:origin-top {
    transform-origin: top !important;
  }

  .\32xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .\32xl\:origin-right {
    transform-origin: right !important;
  }

  .\32xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\32xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .\32xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\32xl\:origin-left {
    transform-origin: left !important;
  }

  .\32xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .\32xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\32xl\:transform-none {
    transform: none !important;
  }

  .\32xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .\32xl\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .\32xl\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .\32xl\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .\32xl\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .\32xl\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .\32xl\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .\32xl\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .\32xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .\32xl\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .\32xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .\32xl\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .\32xl\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .\32xl\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .\32xl\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .\32xl\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .\32xl\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .\32xl\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .\32xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .\32xl\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .\32xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .\32xl\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .\32xl\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .\32xl\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .\32xl\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .\32xl\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .\32xl\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .\32xl\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .\32xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .\32xl\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .\32xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .\32xl\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .\32xl\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .\32xl\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .\32xl\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .\32xl\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .\32xl\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .\32xl\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .\32xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .\32xl\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .\32xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .\32xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .\32xl\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .\32xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .\32xl\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .\32xl\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .\32xl\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .\32xl\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .\32xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .\32xl\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .\32xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .\32xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .\32xl\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .\32xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .\32xl\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .\32xl\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .\32xl\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .\32xl\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .\32xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .\32xl\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .\32xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .\32xl\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .\32xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .\32xl\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .\32xl\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .\32xl\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .\32xl\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .\32xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .\32xl\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .\32xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .\32xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .\32xl\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .\32xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .\32xl\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .\32xl\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .\32xl\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .\32xl\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .\32xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .\32xl\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .\32xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .\32xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .\32xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .\32xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .\32xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .\32xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .\32xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .\32xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .\32xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .\32xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .\32xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .\32xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .\32xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .\32xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .\32xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .\32xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .\32xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .\32xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .\32xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .\32xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .\32xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .\32xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .\32xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .\32xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .\32xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .\32xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .\32xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .\32xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .\32xl\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .\32xl\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .\32xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .\32xl\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .\32xl\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .\32xl\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .\32xl\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .\32xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .\32xl\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .\32xl\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .\32xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\32xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .\32xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .\32xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .\32xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .\32xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .\32xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .\32xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .\32xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .\32xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .\32xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .\32xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .\32xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .\32xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .\32xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .\32xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .\32xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .\32xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .\32xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .\32xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .\32xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .\32xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .\32xl\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .\32xl\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .\32xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .\32xl\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .\32xl\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .\32xl\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .\32xl\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .\32xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .\32xl\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .\32xl\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .\32xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .\32xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .\32xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .\32xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .\32xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .\32xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .\32xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .\32xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .\32xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .\32xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .\32xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .\32xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .\32xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .\32xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .\32xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .\32xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .\32xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .\32xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .\32xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .\32xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .\32xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .\32xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .\32xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .\32xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .\32xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .\32xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .\32xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .\32xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .\32xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .\32xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .\32xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .\32xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .\32xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .\32xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .\32xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .\32xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .\32xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .\32xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .\32xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .\32xl\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .\32xl\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .\32xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .\32xl\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .\32xl\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .\32xl\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .\32xl\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .\32xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .\32xl\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .\32xl\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .\32xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\32xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .\32xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .\32xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .\32xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .\32xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .\32xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .\32xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .\32xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .\32xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .\32xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .\32xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .\32xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .\32xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .\32xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .\32xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .\32xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .\32xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .\32xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .\32xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .\32xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .\32xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .\32xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .\32xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .\32xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .\32xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .\32xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .\32xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .\32xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .\32xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .\32xl\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .\32xl\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .\32xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .\32xl\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .\32xl\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .\32xl\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .\32xl\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .\32xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .\32xl\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .\32xl\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .\32xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .\32xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .\32xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .\32xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .\32xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .\32xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .\32xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .\32xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .\32xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .\32xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .\32xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .\32xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .\32xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .\32xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .\32xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .\32xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .\32xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .\32xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .\32xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .\32xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .\32xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .\32xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .\32xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .\32xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .\32xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .\32xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .\32xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .\32xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .\32xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .\32xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .\32xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .\32xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .\32xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .\32xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .\32xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .\32xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .\32xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .\32xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .\32xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .\32xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .\32xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .\32xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .\32xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .\32xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .\32xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .\32xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .\32xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .\32xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .\32xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .\32xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .\32xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .\32xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .\32xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .\32xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .\32xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .\32xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .\32xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .\32xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .\32xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .\32xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .\32xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .\32xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .\32xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .\32xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .\32xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .\32xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .\32xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .\32xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .\32xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .\32xl\:animate-none {
    animation: none !important;
  }

  .\32xl\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .\32xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\32xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .\32xl\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\32xl\:cursor-auto {
    cursor: auto !important;
  }

  .\32xl\:cursor-default {
    cursor: default !important;
  }

  .\32xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .\32xl\:cursor-wait {
    cursor: wait !important;
  }

  .\32xl\:cursor-text {
    cursor: text !important;
  }

  .\32xl\:cursor-move {
    cursor: move !important;
  }

  .\32xl\:cursor-help {
    cursor: help !important;
  }

  .\32xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\32xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .\32xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .\32xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .\32xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .\32xl\:resize-none {
    resize: none !important;
  }

  .\32xl\:resize-y {
    resize: vertical !important;
  }

  .\32xl\:resize-x {
    resize: horizontal !important;
  }

  .\32xl\:resize {
    resize: both !important;
  }

  .\32xl\:list-inside {
    list-style-position: inside !important;
  }

  .\32xl\:list-outside {
    list-style-position: outside !important;
  }

  .\32xl\:list-none {
    list-style-type: none !important;
  }

  .\32xl\:list-disc {
    list-style-type: disc !important;
  }

  .\32xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .\32xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\32xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\32xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .\32xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .\32xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\32xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\32xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\32xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\32xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .\32xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\32xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .\32xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .\32xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\32xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .\32xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .\32xl\:flex-row {
    flex-direction: row !important;
  }

  .\32xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\32xl\:flex-col {
    flex-direction: column !important;
  }

  .\32xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\32xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .\32xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\32xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .\32xl\:place-content-center {
    place-content: center !important;
  }

  .\32xl\:place-content-start {
    place-content: start !important;
  }

  .\32xl\:place-content-end {
    place-content: end !important;
  }

  .\32xl\:place-content-between {
    place-content: space-between !important;
  }

  .\32xl\:place-content-around {
    place-content: space-around !important;
  }

  .\32xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .\32xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .\32xl\:place-items-start {
    place-items: start !important;
  }

  .\32xl\:place-items-end {
    place-items: end !important;
  }

  .\32xl\:place-items-center {
    place-items: center !important;
  }

  .\32xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .\32xl\:content-center {
    align-content: center !important;
  }

  .\32xl\:content-start {
    align-content: flex-start !important;
  }

  .\32xl\:content-end {
    align-content: flex-end !important;
  }

  .\32xl\:content-between {
    align-content: space-between !important;
  }

  .\32xl\:content-around {
    align-content: space-around !important;
  }

  .\32xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .\32xl\:items-start {
    align-items: flex-start !important;
  }

  .\32xl\:items-end {
    align-items: flex-end !important;
  }

  .\32xl\:items-center {
    align-items: center !important;
  }

  .\32xl\:items-baseline {
    align-items: baseline !important;
  }

  .\32xl\:items-stretch {
    align-items: stretch !important;
  }

  .\32xl\:justify-start {
    justify-content: flex-start !important;
  }

  .\32xl\:justify-end {
    justify-content: flex-end !important;
  }

  .\32xl\:justify-center {
    justify-content: center !important;
  }

  .\32xl\:justify-between {
    justify-content: space-between !important;
  }

  .\32xl\:justify-around {
    justify-content: space-around !important;
  }

  .\32xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .\32xl\:justify-items-start {
    justify-items: start !important;
  }

  .\32xl\:justify-items-end {
    justify-items: end !important;
  }

  .\32xl\:justify-items-center {
    justify-items: center !important;
  }

  .\32xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .\32xl\:gap-0 {
    gap: 0px !important;
  }

  .\32xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .\32xl\:gap-4 {
    gap: 1rem !important;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .\32xl\:gap-8 {
    gap: 2rem !important;
  }

  .\32xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .\32xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .\32xl\:gap-12 {
    gap: 3rem !important;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .\32xl\:gap-16 {
    gap: 4rem !important;
  }

  .\32xl\:gap-20 {
    gap: 5rem !important;
  }

  .\32xl\:gap-24 {
    gap: 6rem !important;
  }

  .\32xl\:gap-28 {
    gap: 7rem !important;
  }

  .\32xl\:gap-32 {
    gap: 8rem !important;
  }

  .\32xl\:gap-36 {
    gap: 9rem !important;
  }

  .\32xl\:gap-40 {
    gap: 10rem !important;
  }

  .\32xl\:gap-44 {
    gap: 11rem !important;
  }

  .\32xl\:gap-48 {
    gap: 12rem !important;
  }

  .\32xl\:gap-52 {
    gap: 13rem !important;
  }

  .\32xl\:gap-56 {
    gap: 14rem !important;
  }

  .\32xl\:gap-60 {
    gap: 15rem !important;
  }

  .\32xl\:gap-64 {
    gap: 16rem !important;
  }

  .\32xl\:gap-72 {
    gap: 18.5rem !important;
  }

  .\32xl\:gap-80 {
    gap: 20rem !important;
  }

  .\32xl\:gap-96 {
    gap: 24rem !important;
  }

  .\32xl\:gap-108 {
    gap: 26rem !important;
  }

  .\32xl\:gap-112 {
    gap: 28rem !important;
  }

  .\32xl\:gap-120 {
    gap: 30rem !important;
  }

  .\32xl\:gap-136 {
    gap: 34rem !important;
  }

  .\32xl\:gap-140 {
    gap: 42rem !important;
  }

  .\32xl\:gap-144 {
    gap: 36rem !important;
  }

  .\32xl\:gap-320 {
    gap: 80rem !important;
  }

  .\32xl\:gap-px {
    gap: 1px !important;
  }

  .\32xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\32xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .\32xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\32xl\:gap-50-em {
    gap: 50em !important;
  }

  .\32xl\:gap-26-em {
    gap: 26em !important;
  }

  .\32xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\32xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\32xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\32xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\32xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\32xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\32xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\32xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\32xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\32xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\32xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\32xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\32xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\32xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\32xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\32xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\32xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\32xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\32xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\32xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\32xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\32xl\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .\32xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\32xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\32xl\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .\32xl\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .\32xl\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .\32xl\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .\32xl\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .\32xl\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .\32xl\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .\32xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\32xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\32xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\32xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\32xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\32xl\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .\32xl\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .\32xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .\32xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .\32xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\32xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\32xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\32xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\32xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .\32xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .\32xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .\32xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .\32xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .\32xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .\32xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .\32xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .\32xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .\32xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .\32xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .\32xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .\32xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .\32xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .\32xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .\32xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .\32xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .\32xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .\32xl\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .\32xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .\32xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .\32xl\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .\32xl\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .\32xl\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .\32xl\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .\32xl\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .\32xl\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .\32xl\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .\32xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .\32xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\32xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .\32xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\32xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\32xl\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .\32xl\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .\32xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\32xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .\32xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .\32xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .\32xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\32xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\32xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .\32xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .\32xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .\32xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .\32xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .\32xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .\32xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .\32xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .\32xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .\32xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .\32xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .\32xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .\32xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .\32xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .\32xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .\32xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .\32xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .\32xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .\32xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .\32xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .\32xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .\32xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .\32xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .\32xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .\32xl\:place-self-auto {
    place-self: auto !important;
  }

  .\32xl\:place-self-start {
    place-self: start !important;
  }

  .\32xl\:place-self-end {
    place-self: end !important;
  }

  .\32xl\:place-self-center {
    place-self: center !important;
  }

  .\32xl\:place-self-stretch {
    place-self: stretch !important;
  }

  .\32xl\:self-auto {
    align-self: auto !important;
  }

  .\32xl\:self-start {
    align-self: flex-start !important;
  }

  .\32xl\:self-end {
    align-self: flex-end !important;
  }

  .\32xl\:self-center {
    align-self: center !important;
  }

  .\32xl\:self-stretch {
    align-self: stretch !important;
  }

  .\32xl\:self-baseline {
    align-self: baseline !important;
  }

  .\32xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .\32xl\:justify-self-start {
    justify-self: start !important;
  }

  .\32xl\:justify-self-end {
    justify-self: end !important;
  }

  .\32xl\:justify-self-center {
    justify-self: center !important;
  }

  .\32xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .\32xl\:overflow-auto {
    overflow: auto !important;
  }

  .\32xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .\32xl\:overflow-visible {
    overflow: visible !important;
  }

  .\32xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .\32xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .\32xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .\32xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\32xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\32xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .\32xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .\32xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\32xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\32xl\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .\32xl\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .\32xl\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .\32xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\32xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\32xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\32xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\32xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\32xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\32xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\32xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .\32xl\:overflow-clip {
    text-overflow: clip !important;
  }

  .\32xl\:whitespace-normal {
    white-space: normal !important;
  }

  .\32xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .\32xl\:whitespace-pre {
    white-space: pre !important;
  }

  .\32xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\32xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\32xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\32xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .\32xl\:break-all {
    word-break: break-all !important;
  }

  .\32xl\:rounded-none {
    border-radius: 0px !important;
  }

  .\32xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .\32xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .\32xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\32xl\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\32xl\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .\32xl\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\32xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .\32xl\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .\32xl\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .\32xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .\32xl\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .\32xl\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .\32xl\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .\32xl\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .\32xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\32xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\32xl\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .\32xl\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .\32xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\32xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\32xl\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .\32xl\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .\32xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\32xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\32xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\32xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\32xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\32xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\32xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\32xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\32xl\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .\32xl\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .\32xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\32xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\32xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\32xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\32xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\32xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\32xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\32xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\32xl\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .\32xl\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .\32xl\:border-0 {
    border-width: 0px !important;
  }

  .\32xl\:border-2 {
    border-width: 2px !important;
  }

  .\32xl\:border-4 {
    border-width: 4px !important;
  }

  .\32xl\:border-8 {
    border-width: 8px !important;
  }

  .\32xl\:border-12 {
    border-width: 12px !important;
  }

  .\32xl\:border-18 {
    border-width: 18px !important;
  }

  .\32xl\:border {
    border-width: 1px !important;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .\32xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .\32xl\:border-t-12 {
    border-top-width: 12px !important;
  }

  .\32xl\:border-t-18 {
    border-top-width: 18px !important;
  }

  .\32xl\:border-t {
    border-top-width: 1px !important;
  }

  .\32xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .\32xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .\32xl\:border-r-12 {
    border-right-width: 12px !important;
  }

  .\32xl\:border-r-18 {
    border-right-width: 18px !important;
  }

  .\32xl\:border-r {
    border-right-width: 1px !important;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\32xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .\32xl\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .\32xl\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .\32xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .\32xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .\32xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .\32xl\:border-l-12 {
    border-left-width: 12px !important;
  }

  .\32xl\:border-l-18 {
    border-left-width: 18px !important;
  }

  .\32xl\:border-l {
    border-left-width: 1px !important;
  }

  .\32xl\:border-solid {
    border-style: solid !important;
  }

  .\32xl\:border-dashed {
    border-style: dashed !important;
  }

  .\32xl\:border-dotted {
    border-style: dotted !important;
  }

  .\32xl\:border-double {
    border-style: double !important;
  }

  .\32xl\:border-none {
    border-style: none !important;
  }

  .\32xl\:border-transparent {
    border-color: transparent !important;
  }

  .\32xl\:border-current {
    border-color: currentColor !important;
  }

  .\32xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .\32xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .\32xl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .\32xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .\32xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .\32xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .\32xl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .\32xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .\32xl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\32xl\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\32xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .\32xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .\32xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .\32xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .\32xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .\32xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .\32xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .\32xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .\32xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .\32xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .\32xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .\32xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .\32xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .\32xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .\32xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .\32xl\:bg-transparent {
    background-color: transparent !important;
  }

  .\32xl\:bg-current {
    background-color: currentColor !important;
  }

  .\32xl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .\32xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .\32xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .\32xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .\32xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .\32xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .\32xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .\32xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .\32xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\32xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .\32xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .\32xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .\32xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .\32xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .\32xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .\32xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .\32xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .\32xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .\32xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .\32xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .\32xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .\32xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .\32xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .\32xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .\32xl\:bg-none {
    background-image: none !important;
  }

  .\32xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\32xl\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .\32xl\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .\32xl\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .\32xl\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .\32xl\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .\32xl\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .\32xl\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .\32xl\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .\32xl\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .\32xl\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .\32xl\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .\32xl\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .\32xl\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .\32xl\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .\32xl\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .\32xl\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .\32xl\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .\32xl\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .\32xl\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .\32xl\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .\32xl\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .\32xl\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .\32xl\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .\32xl\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .\32xl\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .\32xl\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .\32xl\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .\32xl\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .\32xl\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .\32xl\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .\32xl\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .\32xl\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .\32xl\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .\32xl\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .\32xl\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .\32xl\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .\32xl\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .\32xl\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .\32xl\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .\32xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\32xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\32xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\32xl\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\32xl\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\32xl\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\32xl\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\32xl\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\32xl\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\32xl\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\32xl\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\32xl\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\32xl\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\32xl\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\32xl\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\32xl\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\32xl\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\32xl\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\32xl\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\32xl\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\32xl\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\32xl\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\32xl\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\32xl\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\32xl\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\32xl\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\32xl\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\32xl\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\32xl\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\32xl\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\32xl\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\32xl\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\32xl\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\32xl\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\32xl\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\32xl\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\32xl\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\32xl\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\32xl\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\32xl\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\32xl\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\32xl\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\32xl\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\32xl\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\32xl\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\32xl\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\32xl\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\32xl\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\32xl\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\32xl\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\32xl\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\32xl\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\32xl\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\32xl\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\32xl\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\32xl\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\32xl\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\32xl\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\32xl\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\32xl\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\32xl\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\32xl\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\32xl\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\32xl\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\32xl\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\32xl\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\32xl\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\32xl\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\32xl\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\32xl\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\32xl\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\32xl\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\32xl\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\32xl\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\32xl\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\32xl\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\32xl\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\32xl\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\32xl\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\32xl\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\32xl\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\32xl\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\32xl\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\32xl\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\32xl\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\32xl\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\32xl\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\32xl\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\32xl\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\32xl\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\32xl\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\32xl\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\32xl\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\32xl\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\32xl\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\32xl\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\32xl\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\32xl\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\32xl\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\32xl\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\32xl\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\32xl\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\32xl\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\32xl\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\32xl\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\32xl\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\32xl\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\32xl\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\32xl\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\32xl\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\32xl\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\32xl\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\32xl\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\32xl\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\32xl\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\32xl\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\32xl\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\32xl\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\32xl\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\32xl\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\32xl\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\32xl\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\32xl\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\32xl\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\32xl\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\32xl\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\32xl\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\32xl\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\32xl\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\32xl\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\32xl\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\32xl\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\32xl\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\32xl\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\32xl\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\32xl\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\32xl\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\32xl\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\32xl\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\32xl\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\32xl\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\32xl\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\32xl\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\32xl\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\32xl\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\32xl\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\32xl\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\32xl\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\32xl\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\32xl\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\32xl\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\32xl\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\32xl\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\32xl\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\32xl\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\32xl\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\32xl\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\32xl\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\32xl\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\32xl\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\32xl\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\32xl\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\32xl\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\32xl\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\32xl\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\32xl\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\32xl\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\32xl\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\32xl\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\32xl\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\32xl\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\32xl\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\32xl\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\32xl\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\32xl\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\32xl\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\32xl\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\32xl\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\32xl\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\32xl\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\32xl\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\32xl\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\32xl\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\32xl\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\32xl\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\32xl\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\32xl\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\32xl\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\32xl\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\32xl\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\32xl\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\32xl\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\32xl\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\32xl\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\32xl\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\32xl\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\32xl\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\32xl\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\32xl\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\32xl\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\32xl\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\32xl\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\32xl\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\32xl\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\32xl\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\32xl\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\32xl\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\32xl\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\32xl\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\32xl\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\32xl\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\32xl\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\32xl\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\32xl\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\32xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\32xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\32xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\32xl\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\32xl\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\32xl\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\32xl\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\32xl\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\32xl\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\32xl\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\32xl\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\32xl\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\32xl\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\32xl\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\32xl\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\32xl\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\32xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\32xl\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\32xl\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\32xl\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\32xl\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\32xl\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\32xl\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\32xl\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\32xl\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\32xl\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\32xl\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\32xl\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\32xl\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\32xl\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\32xl\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\32xl\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\32xl\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\32xl\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\32xl\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\32xl\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\32xl\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\32xl\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\32xl\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\32xl\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\32xl\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\32xl\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\32xl\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\32xl\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\32xl\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\32xl\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\32xl\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\32xl\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\32xl\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\32xl\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\32xl\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\32xl\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\32xl\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\32xl\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\32xl\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\32xl\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\32xl\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\32xl\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\32xl\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\32xl\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\32xl\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\32xl\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\32xl\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\32xl\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\32xl\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\32xl\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\32xl\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\32xl\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\32xl\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\32xl\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\32xl\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\32xl\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\32xl\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\32xl\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\32xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\32xl\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\32xl\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\32xl\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\32xl\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\32xl\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\32xl\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\32xl\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\32xl\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\32xl\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\32xl\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\32xl\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\32xl\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\32xl\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\32xl\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\32xl\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\32xl\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\32xl\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\32xl\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\32xl\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\32xl\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\32xl\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\32xl\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\32xl\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\32xl\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\32xl\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\32xl\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\32xl\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\32xl\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\32xl\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\32xl\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\32xl\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\32xl\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\32xl\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\32xl\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\32xl\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\32xl\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\32xl\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\32xl\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\32xl\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\32xl\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\32xl\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\32xl\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\32xl\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\32xl\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\32xl\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\32xl\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\32xl\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\32xl\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\32xl\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\32xl\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\32xl\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\32xl\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\32xl\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\32xl\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\32xl\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\32xl\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\32xl\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\32xl\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\32xl\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\32xl\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\32xl\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\32xl\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\32xl\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\32xl\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\32xl\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\32xl\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\32xl\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\32xl\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\32xl\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\32xl\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\32xl\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\32xl\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\32xl\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\32xl\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\32xl\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\32xl\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\32xl\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\32xl\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\32xl\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\32xl\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\32xl\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\32xl\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\32xl\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\32xl\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\32xl\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\32xl\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\32xl\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\32xl\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\32xl\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\32xl\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\32xl\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\32xl\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\32xl\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\32xl\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\32xl\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\32xl\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\32xl\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\32xl\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\32xl\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\32xl\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\32xl\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\32xl\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\32xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\32xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\32xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\32xl\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\32xl\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\32xl\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\32xl\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\32xl\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\32xl\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\32xl\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\32xl\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\32xl\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\32xl\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\32xl\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\32xl\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\32xl\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\32xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\32xl\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\32xl\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\32xl\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\32xl\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\32xl\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\32xl\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\32xl\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\32xl\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\32xl\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\32xl\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\32xl\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\32xl\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\32xl\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\32xl\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\32xl\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\32xl\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\32xl\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\32xl\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\32xl\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\32xl\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\32xl\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\32xl\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\32xl\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\32xl\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\32xl\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\32xl\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\32xl\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\32xl\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\32xl\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\32xl\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\32xl\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\32xl\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\32xl\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\32xl\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\32xl\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\32xl\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\32xl\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\32xl\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\32xl\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\32xl\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\32xl\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\32xl\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\32xl\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\32xl\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\32xl\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\32xl\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\32xl\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\32xl\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\32xl\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\32xl\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\32xl\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\32xl\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\32xl\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\32xl\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\32xl\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\32xl\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\32xl\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\32xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\32xl\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\32xl\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\32xl\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\32xl\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\32xl\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\32xl\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\32xl\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\32xl\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\32xl\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\32xl\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\32xl\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\32xl\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\32xl\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\32xl\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\32xl\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\32xl\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\32xl\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\32xl\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\32xl\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\32xl\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\32xl\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\32xl\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\32xl\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\32xl\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\32xl\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\32xl\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\32xl\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\32xl\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\32xl\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\32xl\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\32xl\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\32xl\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\32xl\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\32xl\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\32xl\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\32xl\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\32xl\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\32xl\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\32xl\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\32xl\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\32xl\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\32xl\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\32xl\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\32xl\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\32xl\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\32xl\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\32xl\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\32xl\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\32xl\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\32xl\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\32xl\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\32xl\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\32xl\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\32xl\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\32xl\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\32xl\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\32xl\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\32xl\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\32xl\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\32xl\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\32xl\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\32xl\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\32xl\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\32xl\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\32xl\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\32xl\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\32xl\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\32xl\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\32xl\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\32xl\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\32xl\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\32xl\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\32xl\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\32xl\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\32xl\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\32xl\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\32xl\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\32xl\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\32xl\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\32xl\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\32xl\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\32xl\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\32xl\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\32xl\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\32xl\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\32xl\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\32xl\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\32xl\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\32xl\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\32xl\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\32xl\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\32xl\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\32xl\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\32xl\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\32xl\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\32xl\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\32xl\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\32xl\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\32xl\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\32xl\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\32xl\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\32xl\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\32xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\32xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\32xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\32xl\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\32xl\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\32xl\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\32xl\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\32xl\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\32xl\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\32xl\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\32xl\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\32xl\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\32xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\32xl\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\32xl\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\32xl\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\32xl\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\32xl\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\32xl\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\32xl\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\32xl\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\32xl\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\32xl\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\32xl\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\32xl\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\32xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\32xl\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\32xl\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\32xl\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\32xl\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\32xl\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\32xl\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\32xl\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\32xl\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\32xl\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\32xl\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\32xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\32xl\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\32xl\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\32xl\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\32xl\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\32xl\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\32xl\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\32xl\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\32xl\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\32xl\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\32xl\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\32xl\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\32xl\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\32xl\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\32xl\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\32xl\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\32xl\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\32xl\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\32xl\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\32xl\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\32xl\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\32xl\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\32xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\32xl\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\32xl\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\32xl\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\32xl\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\32xl\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\32xl\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\32xl\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\32xl\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\32xl\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\32xl\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\32xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\32xl\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\32xl\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\32xl\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\32xl\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\32xl\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\32xl\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\32xl\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\32xl\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\32xl\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\32xl\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\32xl\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\32xl\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\32xl\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\32xl\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\32xl\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\32xl\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\32xl\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\32xl\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\32xl\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\32xl\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\32xl\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\32xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\32xl\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\32xl\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\32xl\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\32xl\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\32xl\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\32xl\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\32xl\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\32xl\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\32xl\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\32xl\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\32xl\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\32xl\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\32xl\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\32xl\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\32xl\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\32xl\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\32xl\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\32xl\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\32xl\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\32xl\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\32xl\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\32xl\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\32xl\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\32xl\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\32xl\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\32xl\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\32xl\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\32xl\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\32xl\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\32xl\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\32xl\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\32xl\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\32xl\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\32xl\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\32xl\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\32xl\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\32xl\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\32xl\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\32xl\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\32xl\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\32xl\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\32xl\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\32xl\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\32xl\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\32xl\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\32xl\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\32xl\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\32xl\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\32xl\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\32xl\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\32xl\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\32xl\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\32xl\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\32xl\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\32xl\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\32xl\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\32xl\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\32xl\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\32xl\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\32xl\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\32xl\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\32xl\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\32xl\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\32xl\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\32xl\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\32xl\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\32xl\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\32xl\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\32xl\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\32xl\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\32xl\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\32xl\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\32xl\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\32xl\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\32xl\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\32xl\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\32xl\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\32xl\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\32xl\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\32xl\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\32xl\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\32xl\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\32xl\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\32xl\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\32xl\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\32xl\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\32xl\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\32xl\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\32xl\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\32xl\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\32xl\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\32xl\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\32xl\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\32xl\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\32xl\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\32xl\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\32xl\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\32xl\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\32xl\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\32xl\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\32xl\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\32xl\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\32xl\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\32xl\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\32xl\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\32xl\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\32xl\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\32xl\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\32xl\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\32xl\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\32xl\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\32xl\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\32xl\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\32xl\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\32xl\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\32xl\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\32xl\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\32xl\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\32xl\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\32xl\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\32xl\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\32xl\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\32xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\32xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\32xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\32xl\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\32xl\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\32xl\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\32xl\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\32xl\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\32xl\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\32xl\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\32xl\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\32xl\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\32xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\32xl\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\32xl\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\32xl\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\32xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\32xl\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\32xl\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\32xl\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\32xl\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\32xl\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\32xl\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\32xl\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\32xl\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\32xl\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\32xl\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\32xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\32xl\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\32xl\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\32xl\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\32xl\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\32xl\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\32xl\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\32xl\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\32xl\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\32xl\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\32xl\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\32xl\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\32xl\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\32xl\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\32xl\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\32xl\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\32xl\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\32xl\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\32xl\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\32xl\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\32xl\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\32xl\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\32xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\32xl\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\32xl\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\32xl\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\32xl\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\32xl\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\32xl\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\32xl\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\32xl\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\32xl\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\32xl\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\32xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\32xl\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\32xl\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\32xl\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\32xl\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\32xl\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\32xl\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\32xl\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\32xl\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\32xl\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\32xl\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\32xl\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\32xl\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\32xl\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\32xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\32xl\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\32xl\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\32xl\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\32xl\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\32xl\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\32xl\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\32xl\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\32xl\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\32xl\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\32xl\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\32xl\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\32xl\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\32xl\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\32xl\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\32xl\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\32xl\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\32xl\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\32xl\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\32xl\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\32xl\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\32xl\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\32xl\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\32xl\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\32xl\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\32xl\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\32xl\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\32xl\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\32xl\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\32xl\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\32xl\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\32xl\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\32xl\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\32xl\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\32xl\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\32xl\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\32xl\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\32xl\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\32xl\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\32xl\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\32xl\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\32xl\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\32xl\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\32xl\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\32xl\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\32xl\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\32xl\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\32xl\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\32xl\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\32xl\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\32xl\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\32xl\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\32xl\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\32xl\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\32xl\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\32xl\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\32xl\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\32xl\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\32xl\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\32xl\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\32xl\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\32xl\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\32xl\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\32xl\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\32xl\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\32xl\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\32xl\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\32xl\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\32xl\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\32xl\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\32xl\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\32xl\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\32xl\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\32xl\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\32xl\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\32xl\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\32xl\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\32xl\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\32xl\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\32xl\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\32xl\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\32xl\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\32xl\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\32xl\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\32xl\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\32xl\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\32xl\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\32xl\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\32xl\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\32xl\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\32xl\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\32xl\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\32xl\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\32xl\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\32xl\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\32xl\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\32xl\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\32xl\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\32xl\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\32xl\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\32xl\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\32xl\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\32xl\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\32xl\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\32xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\32xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\32xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\32xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\32xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\32xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\32xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\32xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\32xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\32xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\32xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\32xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\32xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\32xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\32xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\32xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\32xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\32xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\32xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\32xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\32xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\32xl\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\32xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\32xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\32xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\32xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\32xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\32xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\32xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\32xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\32xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\32xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\32xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\32xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\32xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\32xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\32xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\32xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\32xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\32xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\32xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\32xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\32xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\32xl\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\32xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\32xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\32xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\32xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\32xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\32xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\32xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\32xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\32xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\32xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\32xl\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\32xl\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\32xl\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\32xl\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\32xl\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\32xl\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\32xl\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\32xl\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\32xl\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\32xl\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\32xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\32xl\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\32xl\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\32xl\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\32xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\32xl\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\32xl\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\32xl\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\32xl\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\32xl\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\32xl\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\32xl\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\32xl\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\32xl\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\32xl\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\32xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\32xl\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\32xl\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\32xl\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\32xl\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\32xl\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\32xl\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\32xl\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\32xl\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\32xl\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\32xl\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\32xl\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\32xl\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\32xl\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\32xl\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\32xl\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\32xl\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\32xl\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\32xl\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\32xl\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\32xl\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\32xl\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\32xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\32xl\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\32xl\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\32xl\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\32xl\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\32xl\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\32xl\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\32xl\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\32xl\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\32xl\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\32xl\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\32xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\32xl\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\32xl\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\32xl\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\32xl\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\32xl\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\32xl\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\32xl\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\32xl\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\32xl\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\32xl\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\32xl\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\32xl\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\32xl\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\32xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\32xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\32xl\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\32xl\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\32xl\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\32xl\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\32xl\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\32xl\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\32xl\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\32xl\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\32xl\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\32xl\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\32xl\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\32xl\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\32xl\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\32xl\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\32xl\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\32xl\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\32xl\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\32xl\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\32xl\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\32xl\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\32xl\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\32xl\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\32xl\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\32xl\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\32xl\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\32xl\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\32xl\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\32xl\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\32xl\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\32xl\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\32xl\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\32xl\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\32xl\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\32xl\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\32xl\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\32xl\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\32xl\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\32xl\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\32xl\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\32xl\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\32xl\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\32xl\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\32xl\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\32xl\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\32xl\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\32xl\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\32xl\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\32xl\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\32xl\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\32xl\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\32xl\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\32xl\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\32xl\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\32xl\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\32xl\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\32xl\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\32xl\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\32xl\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\32xl\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\32xl\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\32xl\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\32xl\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\32xl\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\32xl\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\32xl\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\32xl\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\32xl\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\32xl\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\32xl\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\32xl\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\32xl\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\32xl\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\32xl\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\32xl\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\32xl\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\32xl\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\32xl\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\32xl\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\32xl\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\32xl\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\32xl\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\32xl\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\32xl\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\32xl\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\32xl\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\32xl\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\32xl\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\32xl\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\32xl\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\32xl\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\32xl\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\32xl\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\32xl\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\32xl\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\32xl\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\32xl\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\32xl\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\32xl\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\32xl\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\32xl\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\32xl\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\32xl\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\32xl\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\32xl\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\32xl\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\32xl\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\32xl\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\32xl\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\32xl\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\32xl\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\32xl\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\32xl\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\32xl\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\32xl\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\32xl\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\32xl\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\32xl\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\32xl\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\32xl\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\32xl\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\32xl\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\32xl\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\32xl\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\32xl\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\32xl\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\32xl\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\32xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\32xl\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\32xl\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\32xl\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\32xl\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .\32xl\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .\32xl\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\32xl\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .\32xl\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .\32xl\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .\32xl\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .\32xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\32xl\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\32xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\32xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\32xl\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .\32xl\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .\32xl\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .\32xl\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .\32xl\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .\32xl\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .\32xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .\32xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .\32xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\32xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .\32xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .\32xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\32xl\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .\32xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\32xl\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .\32xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\32xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .\32xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\32xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\32xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\32xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .\32xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .\32xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\32xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .\32xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .\32xl\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .\32xl\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .\32xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\32xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\32xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\32xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\32xl\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .\32xl\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .\32xl\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .\32xl\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .\32xl\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .\32xl\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .\32xl\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .\32xl\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .\32xl\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .\32xl\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .\32xl\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .\32xl\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .\32xl\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .\32xl\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .\32xl\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .\32xl\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .\32xl\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .\32xl\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .\32xl\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .\32xl\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .\32xl\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .\32xl\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .\32xl\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .\32xl\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .\32xl\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .\32xl\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .\32xl\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .\32xl\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .\32xl\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .\32xl\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .\32xl\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .\32xl\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .\32xl\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .\32xl\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .\32xl\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .\32xl\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .\32xl\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .\32xl\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .\32xl\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .\32xl\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .\32xl\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .\32xl\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .\32xl\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .\32xl\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .\32xl\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .\32xl\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .\32xl\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .\32xl\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .\32xl\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .\32xl\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .\32xl\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .\32xl\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .\32xl\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .\32xl\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .\32xl\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .\32xl\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .\32xl\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .\32xl\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .\32xl\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .\32xl\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .\32xl\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .\32xl\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .\32xl\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .\32xl\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .\32xl\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .\32xl\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .\32xl\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .\32xl\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .\32xl\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .\32xl\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .\32xl\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .\32xl\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .\32xl\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .\32xl\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .\32xl\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .\32xl\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .\32xl\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .\32xl\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .\32xl\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .\32xl\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .\32xl\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .\32xl\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .\32xl\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .\32xl\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .\32xl\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .\32xl\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .\32xl\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .\32xl\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .\32xl\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .\32xl\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .\32xl\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .\32xl\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .\32xl\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .\32xl\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .\32xl\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .\32xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .\32xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .\32xl\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .\32xl\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .\32xl\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .\32xl\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\32xl\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .\32xl\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .\32xl\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .\32xl\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .\32xl\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .\32xl\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\32xl\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .\32xl\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .\32xl\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .\32xl\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .\32xl\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\32xl\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .\32xl\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .\32xl\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .\32xl\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .\32xl\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .\32xl\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .\32xl\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\32xl\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .\32xl\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .\32xl\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .\32xl\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .\32xl\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\32xl\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\32xl\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .\32xl\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\32xl\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .\32xl\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .\32xl\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .\32xl\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .\32xl\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .\32xl\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .\32xl\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .\32xl\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\32xl\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .\32xl\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .\32xl\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .\32xl\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .\32xl\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .\32xl\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .\32xl\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .\32xl\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .\32xl\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .\32xl\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .\32xl\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .\32xl\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .\32xl\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .\32xl\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .\32xl\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .\32xl\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .\32xl\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .\32xl\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .\32xl\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .\32xl\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .\32xl\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .\32xl\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .\32xl\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .\32xl\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .\32xl\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .\32xl\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .\32xl\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .\32xl\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .\32xl\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .\32xl\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .\32xl\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .\32xl\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .\32xl\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .\32xl\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .\32xl\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .\32xl\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .\32xl\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .\32xl\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .\32xl\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .\32xl\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .\32xl\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .\32xl\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .\32xl\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .\32xl\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .\32xl\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .\32xl\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .\32xl\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .\32xl\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .\32xl\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .\32xl\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .\32xl\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .\32xl\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .\32xl\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .\32xl\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .\32xl\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .\32xl\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .\32xl\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .\32xl\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .\32xl\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .\32xl\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .\32xl\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .\32xl\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .\32xl\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .\32xl\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .\32xl\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .\32xl\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .\32xl\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .\32xl\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\32xl\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .\32xl\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .\32xl\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .\32xl\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .\32xl\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .\32xl\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .\32xl\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .\32xl\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .\32xl\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .\32xl\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .\32xl\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .\32xl\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .\32xl\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .\32xl\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .\32xl\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .\32xl\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .\32xl\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .\32xl\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .\32xl\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .\32xl\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .\32xl\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .\32xl\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .\32xl\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .\32xl\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .\32xl\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .\32xl\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .\32xl\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .\32xl\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .\32xl\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .\32xl\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .\32xl\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .\32xl\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .\32xl\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .\32xl\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .\32xl\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .\32xl\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .\32xl\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .\32xl\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .\32xl\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .\32xl\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .\32xl\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\32xl\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\32xl\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .\32xl\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .\32xl\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .\32xl\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .\32xl\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .\32xl\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .\32xl\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .\32xl\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .\32xl\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .\32xl\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .\32xl\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .\32xl\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .\32xl\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .\32xl\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .\32xl\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .\32xl\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .\32xl\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .\32xl\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .\32xl\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .\32xl\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .\32xl\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .\32xl\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .\32xl\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .\32xl\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .\32xl\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .\32xl\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\32xl\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .\32xl\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .\32xl\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .\32xl\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .\32xl\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .\32xl\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .\32xl\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .\32xl\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .\32xl\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .\32xl\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .\32xl\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\32xl\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .\32xl\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .\32xl\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .\32xl\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .\32xl\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .\32xl\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .\32xl\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .\32xl\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .\32xl\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .\32xl\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .\32xl\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .\32xl\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\32xl\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .\32xl\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .\32xl\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .\32xl\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .\32xl\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .\32xl\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .\32xl\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .\32xl\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .\32xl\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .\32xl\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .\32xl\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .\32xl\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .\32xl\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .\32xl\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .\32xl\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .\32xl\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .\32xl\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .\32xl\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .\32xl\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .\32xl\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .\32xl\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .\32xl\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .\32xl\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .\32xl\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .\32xl\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .\32xl\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .\32xl\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .\32xl\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .\32xl\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .\32xl\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .\32xl\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .\32xl\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .\32xl\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .\32xl\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .\32xl\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .\32xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\32xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\32xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\32xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\32xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .\32xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .\32xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\32xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .\32xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .\32xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .\32xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .\32xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\32xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\32xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\32xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\32xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .\32xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .\32xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .\32xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .\32xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .\32xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .\32xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .\32xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .\32xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\32xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .\32xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .\32xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\32xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .\32xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\32xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .\32xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\32xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .\32xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\32xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\32xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\32xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .\32xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .\32xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\32xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .\32xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .\32xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .\32xl\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .\32xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\32xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\32xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\32xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\32xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .\32xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .\32xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .\32xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .\32xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .\32xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .\32xl\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .\32xl\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .\32xl\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .\32xl\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .\32xl\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .\32xl\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .\32xl\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .\32xl\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .\32xl\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .\32xl\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .\32xl\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .\32xl\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .\32xl\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .\32xl\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .\32xl\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .\32xl\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .\32xl\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .\32xl\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .\32xl\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .\32xl\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .\32xl\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .\32xl\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .\32xl\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .\32xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .\32xl\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .\32xl\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .\32xl\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .\32xl\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .\32xl\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .\32xl\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .\32xl\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .\32xl\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .\32xl\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .\32xl\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .\32xl\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .\32xl\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .\32xl\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .\32xl\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .\32xl\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .\32xl\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .\32xl\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .\32xl\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .\32xl\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .\32xl\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .\32xl\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .\32xl\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .\32xl\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .\32xl\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .\32xl\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .\32xl\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .\32xl\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .\32xl\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .\32xl\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .\32xl\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .\32xl\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .\32xl\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .\32xl\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .\32xl\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .\32xl\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .\32xl\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .\32xl\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .\32xl\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .\32xl\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .\32xl\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .\32xl\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .\32xl\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .\32xl\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .\32xl\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .\32xl\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .\32xl\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .\32xl\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .\32xl\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .\32xl\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .\32xl\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .\32xl\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .\32xl\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .\32xl\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .\32xl\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .\32xl\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .\32xl\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .\32xl\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .\32xl\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .\32xl\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .\32xl\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .\32xl\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .\32xl\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .\32xl\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .\32xl\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .\32xl\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .\32xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .\32xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .\32xl\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .\32xl\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .\32xl\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .\32xl\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\32xl\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .\32xl\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .\32xl\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .\32xl\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .\32xl\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .\32xl\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\32xl\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .\32xl\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .\32xl\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .\32xl\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .\32xl\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\32xl\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .\32xl\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .\32xl\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .\32xl\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .\32xl\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .\32xl\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .\32xl\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\32xl\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .\32xl\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .\32xl\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .\32xl\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .\32xl\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\32xl\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\32xl\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .\32xl\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\32xl\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .\32xl\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .\32xl\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .\32xl\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .\32xl\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .\32xl\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .\32xl\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .\32xl\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\32xl\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .\32xl\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .\32xl\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .\32xl\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .\32xl\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .\32xl\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .\32xl\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .\32xl\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .\32xl\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .\32xl\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .\32xl\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .\32xl\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .\32xl\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .\32xl\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .\32xl\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .\32xl\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .\32xl\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .\32xl\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .\32xl\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .\32xl\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .\32xl\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .\32xl\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .\32xl\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .\32xl\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .\32xl\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .\32xl\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .\32xl\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .\32xl\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .\32xl\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .\32xl\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .\32xl\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .\32xl\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .\32xl\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .\32xl\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .\32xl\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .\32xl\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .\32xl\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .\32xl\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .\32xl\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .\32xl\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .\32xl\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .\32xl\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .\32xl\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .\32xl\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .\32xl\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .\32xl\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .\32xl\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .\32xl\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .\32xl\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .\32xl\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .\32xl\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .\32xl\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .\32xl\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .\32xl\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .\32xl\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .\32xl\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .\32xl\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .\32xl\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .\32xl\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .\32xl\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .\32xl\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .\32xl\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .\32xl\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .\32xl\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .\32xl\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .\32xl\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .\32xl\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .\32xl\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\32xl\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .\32xl\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .\32xl\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .\32xl\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .\32xl\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .\32xl\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .\32xl\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .\32xl\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .\32xl\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .\32xl\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .\32xl\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .\32xl\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .\32xl\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .\32xl\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .\32xl\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .\32xl\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .\32xl\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .\32xl\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .\32xl\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .\32xl\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .\32xl\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .\32xl\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .\32xl\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .\32xl\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .\32xl\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .\32xl\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .\32xl\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .\32xl\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .\32xl\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .\32xl\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .\32xl\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .\32xl\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .\32xl\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .\32xl\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .\32xl\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .\32xl\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .\32xl\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .\32xl\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .\32xl\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .\32xl\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .\32xl\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .\32xl\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .\32xl\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .\32xl\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\32xl\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .\32xl\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .\32xl\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .\32xl\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .\32xl\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .\32xl\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .\32xl\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .\32xl\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .\32xl\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .\32xl\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .\32xl\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .\32xl\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .\32xl\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .\32xl\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .\32xl\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .\32xl\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .\32xl\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .\32xl\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .\32xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .\32xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .\32xl\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .\32xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .\32xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .\32xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\32xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\32xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\32xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\32xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .\32xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .\32xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\32xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .\32xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .\32xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\32xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\32xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .\32xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\32xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .\32xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .\32xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .\32xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .\32xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .\32xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\32xl\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .\32xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\32xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\32xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\32xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\32xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .\32xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .\32xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .\32xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .\32xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .\32xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .\32xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .\32xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .\32xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\32xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .\32xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .\32xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\32xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .\32xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\32xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .\32xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\32xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .\32xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\32xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\32xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\32xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .\32xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .\32xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\32xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .\32xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .\32xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .\32xl\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .\32xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\32xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\32xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\32xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\32xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .\32xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .\32xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .\32xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .\32xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .\32xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .\32xl\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .\32xl\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .\32xl\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .\32xl\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .\32xl\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .\32xl\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .\32xl\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .\32xl\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .\32xl\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .\32xl\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .\32xl\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .\32xl\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .\32xl\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .\32xl\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .\32xl\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .\32xl\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .\32xl\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .\32xl\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .\32xl\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .\32xl\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .\32xl\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .\32xl\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .\32xl\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .\32xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .\32xl\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .\32xl\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .\32xl\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .\32xl\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .\32xl\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .\32xl\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .\32xl\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .\32xl\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .\32xl\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .\32xl\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .\32xl\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .\32xl\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .\32xl\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .\32xl\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .\32xl\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .\32xl\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .\32xl\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .\32xl\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .\32xl\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .\32xl\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .\32xl\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .\32xl\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .\32xl\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .\32xl\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .\32xl\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .\32xl\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .\32xl\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .\32xl\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .\32xl\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .\32xl\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .\32xl\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .\32xl\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .\32xl\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .\32xl\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .\32xl\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .\32xl\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .\32xl\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .\32xl\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .\32xl\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .\32xl\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .\32xl\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .\32xl\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .\32xl\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .\32xl\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .\32xl\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .\32xl\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .\32xl\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .\32xl\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .\32xl\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .\32xl\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .\32xl\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .\32xl\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .\32xl\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .\32xl\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .\32xl\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .\32xl\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .\32xl\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .\32xl\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .\32xl\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .\32xl\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .\32xl\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .\32xl\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .\32xl\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .\32xl\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .\32xl\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .\32xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .\32xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .\32xl\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .\32xl\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .\32xl\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .\32xl\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\32xl\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .\32xl\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .\32xl\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .\32xl\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .\32xl\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .\32xl\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\32xl\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .\32xl\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .\32xl\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .\32xl\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .\32xl\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\32xl\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .\32xl\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .\32xl\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .\32xl\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .\32xl\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .\32xl\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .\32xl\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\32xl\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .\32xl\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .\32xl\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .\32xl\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .\32xl\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\32xl\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\32xl\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .\32xl\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\32xl\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .\32xl\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .\32xl\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .\32xl\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .\32xl\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .\32xl\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .\32xl\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .\32xl\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\32xl\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .\32xl\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .\32xl\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .\32xl\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .\32xl\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .\32xl\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .\32xl\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .\32xl\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .\32xl\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .\32xl\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .\32xl\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .\32xl\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .\32xl\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .\32xl\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .\32xl\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .\32xl\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .\32xl\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .\32xl\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\32xl\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .\32xl\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .\32xl\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .\32xl\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .\32xl\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .\32xl\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .\32xl\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .\32xl\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .\32xl\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .\32xl\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .\32xl\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .\32xl\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .\32xl\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .\32xl\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .\32xl\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .\32xl\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .\32xl\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .\32xl\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .\32xl\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .\32xl\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .\32xl\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .\32xl\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .\32xl\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .\32xl\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .\32xl\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .\32xl\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .\32xl\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .\32xl\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .\32xl\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .\32xl\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .\32xl\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .\32xl\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .\32xl\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .\32xl\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .\32xl\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .\32xl\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .\32xl\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .\32xl\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .\32xl\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .\32xl\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .\32xl\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .\32xl\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .\32xl\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .\32xl\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .\32xl\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .\32xl\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .\32xl\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .\32xl\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .\32xl\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .\32xl\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .\32xl\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .\32xl\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .\32xl\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\32xl\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .\32xl\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .\32xl\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .\32xl\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .\32xl\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .\32xl\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .\32xl\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .\32xl\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .\32xl\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .\32xl\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .\32xl\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .\32xl\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .\32xl\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .\32xl\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .\32xl\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .\32xl\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .\32xl\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .\32xl\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .\32xl\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .\32xl\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .\32xl\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .\32xl\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .\32xl\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .\32xl\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .\32xl\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .\32xl\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .\32xl\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .\32xl\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .\32xl\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .\32xl\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .\32xl\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .\32xl\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .\32xl\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .\32xl\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .\32xl\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .\32xl\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .\32xl\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .\32xl\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .\32xl\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .\32xl\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .\32xl\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .\32xl\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .\32xl\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .\32xl\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\32xl\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .\32xl\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .\32xl\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .\32xl\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .\32xl\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .\32xl\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .\32xl\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .\32xl\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .\32xl\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .\32xl\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .\32xl\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .\32xl\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .\32xl\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .\32xl\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .\32xl\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .\32xl\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .\32xl\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .\32xl\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .\32xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .\32xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .\32xl\:bg-auto {
    background-size: auto !important;
  }

  .\32xl\:bg-cover {
    background-size: cover !important;
  }

  .\32xl\:bg-contain {
    background-size: contain !important;
  }

  .\32xl\:bg-125\% {
    background-size: 125% !important;
  }

  .\32xl\:bg-135\% {
    background-size: 135% !important;
  }

  .\32xl\:bg-150\% {
    background-size: 150% !important;
  }

  .\32xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .\32xl\:bg-local {
    background-attachment: local !important;
  }

  .\32xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .\32xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .\32xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\32xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .\32xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\32xl\:bg-bottom {
    background-position: bottom !important;
  }

  .\32xl\:bg-center {
    background-position: center !important;
  }

  .\32xl\:bg-left {
    background-position: left !important;
  }

  .\32xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .\32xl\:bg-left-top {
    background-position: left top !important;
  }

  .\32xl\:bg-right {
    background-position: right !important;
  }

  .\32xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .\32xl\:bg-right-top {
    background-position: right top !important;
  }

  .\32xl\:bg-top {
    background-position: top !important;
  }

  .\32xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .\32xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\32xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\32xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\32xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .\32xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .\32xl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .\32xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .\32xl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .\32xl\:fill-current {
    fill: currentColor !important;
  }

  .\32xl\:stroke-current {
    stroke: currentColor !important;
  }

  .\32xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .\32xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .\32xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .\32xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\32xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\32xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\32xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\32xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\32xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\32xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\32xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\32xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\32xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\32xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\32xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\32xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\32xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\32xl\:p-0 {
    padding: 0px !important;
  }

  .\32xl\:p-1 {
    padding: 0.25rem !important;
  }

  .\32xl\:p-2 {
    padding: 0.5rem !important;
  }

  .\32xl\:p-3 {
    padding: 0.75rem !important;
  }

  .\32xl\:p-4 {
    padding: 1rem !important;
  }

  .\32xl\:p-5 {
    padding: 1.25rem !important;
  }

  .\32xl\:p-6 {
    padding: 1.5rem !important;
  }

  .\32xl\:p-7 {
    padding: 1.75rem !important;
  }

  .\32xl\:p-8 {
    padding: 2rem !important;
  }

  .\32xl\:p-9 {
    padding: 2.25rem !important;
  }

  .\32xl\:p-10 {
    padding: 2.5rem !important;
  }

  .\32xl\:p-11 {
    padding: 2.75rem !important;
  }

  .\32xl\:p-12 {
    padding: 3rem !important;
  }

  .\32xl\:p-14 {
    padding: 3.5rem !important;
  }

  .\32xl\:p-16 {
    padding: 4rem !important;
  }

  .\32xl\:p-20 {
    padding: 5rem !important;
  }

  .\32xl\:p-24 {
    padding: 6rem !important;
  }

  .\32xl\:p-28 {
    padding: 7rem !important;
  }

  .\32xl\:p-32 {
    padding: 8rem !important;
  }

  .\32xl\:p-36 {
    padding: 9rem !important;
  }

  .\32xl\:p-40 {
    padding: 10rem !important;
  }

  .\32xl\:p-44 {
    padding: 11rem !important;
  }

  .\32xl\:p-48 {
    padding: 12rem !important;
  }

  .\32xl\:p-52 {
    padding: 13rem !important;
  }

  .\32xl\:p-56 {
    padding: 14rem !important;
  }

  .\32xl\:p-60 {
    padding: 15rem !important;
  }

  .\32xl\:p-64 {
    padding: 16rem !important;
  }

  .\32xl\:p-72 {
    padding: 18.5rem !important;
  }

  .\32xl\:p-80 {
    padding: 20rem !important;
  }

  .\32xl\:p-96 {
    padding: 24rem !important;
  }

  .\32xl\:p-108 {
    padding: 26rem !important;
  }

  .\32xl\:p-112 {
    padding: 28rem !important;
  }

  .\32xl\:p-120 {
    padding: 30rem !important;
  }

  .\32xl\:p-136 {
    padding: 34rem !important;
  }

  .\32xl\:p-140 {
    padding: 42rem !important;
  }

  .\32xl\:p-144 {
    padding: 36rem !important;
  }

  .\32xl\:p-320 {
    padding: 80rem !important;
  }

  .\32xl\:p-px {
    padding: 1px !important;
  }

  .\32xl\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .\32xl\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .\32xl\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .\32xl\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .\32xl\:p-50-em {
    padding: 50em !important;
  }

  .\32xl\:p-26-em {
    padding: 26em !important;
  }

  .\32xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\32xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\32xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\32xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\32xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\32xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\32xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\32xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\32xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\32xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\32xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\32xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\32xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\32xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\32xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\32xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\32xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\32xl\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .\32xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\32xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\32xl\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .\32xl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .\32xl\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .\32xl\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .\32xl\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .\32xl\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .\32xl\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .\32xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\32xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\32xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\32xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\32xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\32xl\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .\32xl\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .\32xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\32xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\32xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\32xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\32xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\32xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\32xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\32xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\32xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\32xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\32xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\32xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\32xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\32xl\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .\32xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\32xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\32xl\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .\32xl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .\32xl\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .\32xl\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .\32xl\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .\32xl\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .\32xl\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .\32xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\32xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .\32xl\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .\32xl\:pt-0 {
    padding-top: 0px !important;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .\32xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .\32xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem !important;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .\32xl\:pt-44 {
    padding-top: 11rem !important;
  }

  .\32xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .\32xl\:pt-52 {
    padding-top: 13rem !important;
  }

  .\32xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .\32xl\:pt-60 {
    padding-top: 15rem !important;
  }

  .\32xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .\32xl\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .\32xl\:pt-80 {
    padding-top: 20rem !important;
  }

  .\32xl\:pt-96 {
    padding-top: 24rem !important;
  }

  .\32xl\:pt-108 {
    padding-top: 26rem !important;
  }

  .\32xl\:pt-112 {
    padding-top: 28rem !important;
  }

  .\32xl\:pt-120 {
    padding-top: 30rem !important;
  }

  .\32xl\:pt-136 {
    padding-top: 34rem !important;
  }

  .\32xl\:pt-140 {
    padding-top: 42rem !important;
  }

  .\32xl\:pt-144 {
    padding-top: 36rem !important;
  }

  .\32xl\:pt-320 {
    padding-top: 80rem !important;
  }

  .\32xl\:pt-px {
    padding-top: 1px !important;
  }

  .\32xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .\32xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .\32xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .\32xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .\32xl\:pt-50-em {
    padding-top: 50em !important;
  }

  .\32xl\:pt-26-em {
    padding-top: 26em !important;
  }

  .\32xl\:pr-0 {
    padding-right: 0px !important;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .\32xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .\32xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .\32xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem !important;
  }

  .\32xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .\32xl\:pr-44 {
    padding-right: 11rem !important;
  }

  .\32xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .\32xl\:pr-52 {
    padding-right: 13rem !important;
  }

  .\32xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .\32xl\:pr-60 {
    padding-right: 15rem !important;
  }

  .\32xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .\32xl\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .\32xl\:pr-80 {
    padding-right: 20rem !important;
  }

  .\32xl\:pr-96 {
    padding-right: 24rem !important;
  }

  .\32xl\:pr-108 {
    padding-right: 26rem !important;
  }

  .\32xl\:pr-112 {
    padding-right: 28rem !important;
  }

  .\32xl\:pr-120 {
    padding-right: 30rem !important;
  }

  .\32xl\:pr-136 {
    padding-right: 34rem !important;
  }

  .\32xl\:pr-140 {
    padding-right: 42rem !important;
  }

  .\32xl\:pr-144 {
    padding-right: 36rem !important;
  }

  .\32xl\:pr-320 {
    padding-right: 80rem !important;
  }

  .\32xl\:pr-px {
    padding-right: 1px !important;
  }

  .\32xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\32xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\32xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .\32xl\:pr-50-em {
    padding-right: 50em !important;
  }

  .\32xl\:pr-26-em {
    padding-right: 26em !important;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .\32xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .\32xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .\32xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .\32xl\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .\32xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .\32xl\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .\32xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .\32xl\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .\32xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .\32xl\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .\32xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .\32xl\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .\32xl\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .\32xl\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .\32xl\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .\32xl\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .\32xl\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .\32xl\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .\32xl\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .\32xl\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .\32xl\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .\32xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .\32xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .\32xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .\32xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .\32xl\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .\32xl\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .\32xl\:pl-0 {
    padding-left: 0px !important;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .\32xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .\32xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .\32xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .\32xl\:pl-36 {
    padding-left: 9rem !important;
  }

  .\32xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .\32xl\:pl-44 {
    padding-left: 11rem !important;
  }

  .\32xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .\32xl\:pl-52 {
    padding-left: 13rem !important;
  }

  .\32xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .\32xl\:pl-60 {
    padding-left: 15rem !important;
  }

  .\32xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .\32xl\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem !important;
  }

  .\32xl\:pl-96 {
    padding-left: 24rem !important;
  }

  .\32xl\:pl-108 {
    padding-left: 26rem !important;
  }

  .\32xl\:pl-112 {
    padding-left: 28rem !important;
  }

  .\32xl\:pl-120 {
    padding-left: 30rem !important;
  }

  .\32xl\:pl-136 {
    padding-left: 34rem !important;
  }

  .\32xl\:pl-140 {
    padding-left: 42rem !important;
  }

  .\32xl\:pl-144 {
    padding-left: 36rem !important;
  }

  .\32xl\:pl-320 {
    padding-left: 80rem !important;
  }

  .\32xl\:pl-px {
    padding-left: 1px !important;
  }

  .\32xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\32xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .\32xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\32xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .\32xl\:pl-50-em {
    padding-left: 50em !important;
  }

  .\32xl\:pl-26-em {
    padding-left: 26em !important;
  }

  .\32xl\:text-left {
    text-align: left !important;
  }

  .\32xl\:text-center {
    text-align: center !important;
  }

  .\32xl\:text-right {
    text-align: right !important;
  }

  .\32xl\:text-justify {
    text-align: justify !important;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .\32xl\:align-top {
    vertical-align: top !important;
  }

  .\32xl\:align-middle {
    vertical-align: middle !important;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\32xl\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .\32xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .\32xl\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .\32xl\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .\32xl\:font-montserrat {
    font-family: Montserrat !important;
  }

  .\32xl\:font-visuelt {
    font-family: visuelt !important;
  }

  .\32xl\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .\32xl\:font-gill {
    font-family: gill !important;
  }

  .\32xl\:font-bambino {
    font-family: bambino !important;
  }

  .\32xl\:font-avenir {
    font-family: avenir !important;
  }

  .\32xl\:font-gotham {
    font-family: gotham !important;
  }

  .\32xl\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .\32xl\:font-effra {
    font-family: effra !important;
  }

  .\32xl\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .\32xl\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .\32xl\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .\32xl\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .\32xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .\32xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem !important;
  }

  .\32xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .\32xl\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .\32xl\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .\32xl\:font-thin {
    font-weight: 100 !important;
  }

  .\32xl\:font-extralight {
    font-weight: 200 !important;
  }

  .\32xl\:font-light {
    font-weight: 300 !important;
  }

  .\32xl\:font-normal {
    font-weight: 400 !important;
  }

  .\32xl\:font-medium {
    font-weight: 500 !important;
  }

  .\32xl\:font-semibold {
    font-weight: 600 !important;
  }

  .\32xl\:font-bold {
    font-weight: 700 !important;
  }

  .\32xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .\32xl\:font-black {
    font-weight: 900 !important;
  }

  .\32xl\:uppercase {
    text-transform: uppercase !important;
  }

  .\32xl\:lowercase {
    text-transform: lowercase !important;
  }

  .\32xl\:capitalize {
    text-transform: capitalize !important;
  }

  .\32xl\:normal-case {
    text-transform: none !important;
  }

  .\32xl\:italic {
    font-style: italic !important;
  }

  .\32xl\:not-italic {
    font-style: normal !important;
  }

  .\32xl\:ordinal, .\32xl\:slashed-zero, .\32xl\:lining-nums, .\32xl\:oldstyle-nums, .\32xl\:proportional-nums, .\32xl\:tabular-nums, .\32xl\:diagonal-fractions, .\32xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\32xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .\32xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .\32xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .\32xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .\32xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\32xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\32xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\32xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\32xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\32xl\:leading-0 {
    line-height: 0 !important;
  }

  .\32xl\:leading-3 {
    line-height: .75rem !important;
  }

  .\32xl\:leading-4 {
    line-height: 1rem !important;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .\32xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .\32xl\:leading-8 {
    line-height: 2rem !important;
  }

  .\32xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .\32xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .\32xl\:leading-none {
    line-height: 1 !important;
  }

  .\32xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .\32xl\:leading-snug {
    line-height: 1.375 !important;
  }

  .\32xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .\32xl\:leading-loose {
    line-height: 2 !important;
  }

  .\32xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\32xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\32xl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .\32xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\32xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\32xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\32xl\:text-transparent {
    color: transparent !important;
  }

  .\32xl\:text-current {
    color: currentColor !important;
  }

  .\32xl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .\32xl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .\32xl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\32xl\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .\32xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .\32xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .\32xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .\32xl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .\32xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .\32xl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\32xl\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\32xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .\32xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .\32xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .\32xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .\32xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .\32xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .\32xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .\32xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .\32xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .\32xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .\32xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .\32xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .\32xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .\32xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .\32xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .\32xl\:underline {
    text-decoration: underline !important;
  }

  .\32xl\:line-through {
    text-decoration: line-through !important;
  }

  .\32xl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .\32xl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .\32xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .\32xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .\32xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .\32xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .\32xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .\32xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .\32xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .\32xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .\32xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .\32xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .\32xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .\32xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\32xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\32xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\32xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\32xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\32xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\32xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\32xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\32xl\:opacity-0 {
    opacity: 0 !important;
  }

  .\32xl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .\32xl\:opacity-10 {
    opacity: 0.1 !important;
  }

  .\32xl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .\32xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .\32xl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .\32xl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .\32xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .\32xl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .\32xl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .\32xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .\32xl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .\32xl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .\32xl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .\32xl\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .\32xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .\32xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .\32xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .\32xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .\32xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\32xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .\32xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .\32xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\32xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .\32xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .\32xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\32xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .\32xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .\32xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .\32xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\32xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .\32xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .\32xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\32xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .\32xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .\32xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\32xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .\32xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .\32xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .\32xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .\32xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .\32xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .\32xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .\32xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .\32xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .\32xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .\32xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .\32xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .\32xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .\32xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .\32xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .\32xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .\32xl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .\32xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .\32xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .\32xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .\32xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .\32xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .\32xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .\32xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .\32xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .\32xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .\32xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .\32xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .\32xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .\32xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .\32xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .\32xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .\32xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .\32xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .\32xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\32xl\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\32xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\32xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\32xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\32xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .\32xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .\32xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .\32xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .\32xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .\32xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .\32xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .\32xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .\32xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .\32xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .\32xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .\32xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .\32xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .\32xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .\32xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .\32xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .\32xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .\32xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .\32xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .\32xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .\32xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .\32xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .\32xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .\32xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .\32xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\32xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\32xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\32xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\32xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .\32xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .\32xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\32xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .\32xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .\32xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\32xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .\32xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\32xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\32xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\32xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\32xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\32xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\32xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .\32xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .\32xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\32xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\32xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\32xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\32xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\32xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\32xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\32xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\32xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\32xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\32xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\32xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\32xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\32xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\32xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\32xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\32xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\32xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\32xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\32xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\32xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\32xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\32xl\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .\32xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\32xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\32xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\32xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\32xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\32xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\32xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\32xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .\32xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\32xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .\32xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .\32xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .\32xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .\32xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .\32xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .\32xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .\32xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .\32xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .\32xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .\32xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .\32xl\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .\32xl\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .\32xl\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .\32xl\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .\32xl\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .\32xl\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .\32xl\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .\32xl\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .\32xl\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .\32xl\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .\32xl\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .\32xl\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .\32xl\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .\32xl\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .\32xl\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .\32xl\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .\32xl\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .\32xl\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .\32xl\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .\32xl\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .\32xl\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .\32xl\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .\32xl\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .\32xl\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .\32xl\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .\32xl\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .\32xl\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .\32xl\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .\32xl\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .\32xl\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .\32xl\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .\32xl\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .\32xl\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .\32xl\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .\32xl\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .\32xl\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .\32xl\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .\32xl\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .\32xl\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .\32xl\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .\32xl\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .\32xl\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .\32xl\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .\32xl\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .\32xl\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .\32xl\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .\32xl\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .\32xl\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .\32xl\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .\32xl\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .\32xl\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .\32xl\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .\32xl\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .\32xl\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .\32xl\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .\32xl\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .\32xl\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .\32xl\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .\32xl\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .\32xl\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .\32xl\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .\32xl\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .\32xl\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .\32xl\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .\32xl\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .\32xl\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .\32xl\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .\32xl\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .\32xl\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .\32xl\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .\32xl\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .\32xl\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .\32xl\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .\32xl\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .\32xl\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .\32xl\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .\32xl\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .\32xl\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .\32xl\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .\32xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\32xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\32xl\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .\32xl\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .\32xl\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .\32xl\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\32xl\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .\32xl\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .\32xl\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .\32xl\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .\32xl\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .\32xl\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\32xl\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .\32xl\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .\32xl\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .\32xl\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .\32xl\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\32xl\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\32xl\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\32xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\32xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\32xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\32xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\32xl\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\32xl\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\32xl\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .\32xl\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\32xl\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\32xl\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\32xl\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\32xl\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\32xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\32xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\32xl\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\32xl\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\32xl\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\32xl\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .\32xl\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .\32xl\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .\32xl\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\32xl\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .\32xl\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .\32xl\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .\32xl\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .\32xl\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .\32xl\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .\32xl\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .\32xl\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .\32xl\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .\32xl\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .\32xl\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .\32xl\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .\32xl\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .\32xl\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .\32xl\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .\32xl\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .\32xl\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .\32xl\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .\32xl\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .\32xl\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .\32xl\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .\32xl\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .\32xl\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .\32xl\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .\32xl\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .\32xl\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .\32xl\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .\32xl\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .\32xl\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .\32xl\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .\32xl\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .\32xl\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .\32xl\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .\32xl\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .\32xl\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .\32xl\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .\32xl\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .\32xl\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .\32xl\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .\32xl\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .\32xl\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .\32xl\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .\32xl\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .\32xl\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .\32xl\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .\32xl\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .\32xl\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .\32xl\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .\32xl\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .\32xl\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .\32xl\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .\32xl\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .\32xl\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .\32xl\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .\32xl\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .\32xl\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .\32xl\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .\32xl\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .\32xl\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .\32xl\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .\32xl\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .\32xl\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\32xl\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\32xl\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .\32xl\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .\32xl\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .\32xl\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .\32xl\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\32xl\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .\32xl\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .\32xl\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .\32xl\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .\32xl\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .\32xl\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .\32xl\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .\32xl\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .\32xl\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .\32xl\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .\32xl\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .\32xl\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .\32xl\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .\32xl\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .\32xl\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .\32xl\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .\32xl\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .\32xl\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .\32xl\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .\32xl\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .\32xl\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .\32xl\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .\32xl\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .\32xl\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .\32xl\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .\32xl\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .\32xl\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .\32xl\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .\32xl\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .\32xl\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .\32xl\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .\32xl\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .\32xl\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .\32xl\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .\32xl\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .\32xl\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .\32xl\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .\32xl\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .\32xl\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .\32xl\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .\32xl\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .\32xl\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .\32xl\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .\32xl\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\32xl\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .\32xl\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .\32xl\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .\32xl\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .\32xl\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .\32xl\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .\32xl\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .\32xl\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .\32xl\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .\32xl\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .\32xl\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .\32xl\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .\32xl\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .\32xl\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .\32xl\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .\32xl\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .\32xl\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .\32xl\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .\32xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .\32xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .\32xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .\32xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\32xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\32xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\32xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\32xl\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .\32xl\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .\32xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .\32xl\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .\32xl\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .\32xl\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .\32xl\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .\32xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .\32xl\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .\32xl\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .\32xl\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .\32xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .\32xl\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .\32xl\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .\32xl\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .\32xl\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .\32xl\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .\32xl\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .\32xl\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .\32xl\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .\32xl\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .\32xl\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .\32xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .\32xl\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .\32xl\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .\32xl\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .\32xl\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .\32xl\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .\32xl\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .\32xl\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .\32xl\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .\32xl\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .\32xl\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .\32xl\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .\32xl\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .\32xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\32xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\32xl\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .\32xl\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .\32xl\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .\32xl\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\32xl\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .\32xl\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .\32xl\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .\32xl\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .\32xl\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .\32xl\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\32xl\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .\32xl\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .\32xl\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .\32xl\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\32xl\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\32xl\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\32xl\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .\32xl\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .\32xl\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .\32xl\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\32xl\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .\32xl\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .\32xl\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .\32xl\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .\32xl\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .\32xl\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .\32xl\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .\32xl\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .\32xl\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .\32xl\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .\32xl\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .\32xl\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .\32xl\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .\32xl\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .\32xl\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .\32xl\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .\32xl\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .\32xl\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .\32xl\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .\32xl\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .\32xl\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .\32xl\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .\32xl\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .\32xl\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .\32xl\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .\32xl\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .\32xl\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .\32xl\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .\32xl\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .\32xl\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .\32xl\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .\32xl\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .\32xl\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .\32xl\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .\32xl\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .\32xl\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .\32xl\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .\32xl\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .\32xl\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .\32xl\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .\32xl\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .\32xl\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .\32xl\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .\32xl\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .\32xl\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .\32xl\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .\32xl\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .\32xl\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .\32xl\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .\32xl\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .\32xl\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .\32xl\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .\32xl\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .\32xl\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .\32xl\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .\32xl\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .\32xl\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .\32xl\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .\32xl\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .\32xl\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .\32xl\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .\32xl\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\32xl\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .\32xl\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .\32xl\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .\32xl\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .\32xl\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .\32xl\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .\32xl\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .\32xl\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .\32xl\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .\32xl\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .\32xl\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .\32xl\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .\32xl\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .\32xl\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .\32xl\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .\32xl\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .\32xl\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .\32xl\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .\32xl\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .\32xl\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .\32xl\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .\32xl\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .\32xl\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .\32xl\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .\32xl\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .\32xl\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .\32xl\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .\32xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .\32xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .\32xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .\32xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .\32xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\32xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\32xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\32xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\32xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\32xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .\32xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .\32xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\32xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .\32xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .\32xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\32xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\32xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\32xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\32xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\32xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\32xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\32xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\32xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\32xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\32xl\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .\32xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\32xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\32xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\32xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\32xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\32xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\32xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .\32xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .\32xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\32xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\32xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\32xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\32xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\32xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\32xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\32xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\32xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\32xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\32xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\32xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\32xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\32xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\32xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\32xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\32xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\32xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\32xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\32xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\32xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\32xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\32xl\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .\32xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\32xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\32xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\32xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\32xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\32xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\32xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\32xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .\32xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\32xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .\32xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .\32xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .\32xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .\32xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .\32xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .\32xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .\32xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .\32xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .\32xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .\32xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .\32xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .\32xl\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .\32xl\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .\32xl\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .\32xl\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .\32xl\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .\32xl\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .\32xl\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .\32xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .\32xl\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .\32xl\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .\32xl\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .\32xl\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .\32xl\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .\32xl\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .\32xl\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .\32xl\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .\32xl\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .\32xl\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .\32xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .\32xl\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .\32xl\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .\32xl\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .\32xl\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .\32xl\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .\32xl\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .\32xl\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .\32xl\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .\32xl\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .\32xl\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .\32xl\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .\32xl\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .\32xl\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .\32xl\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .\32xl\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .\32xl\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .\32xl\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .\32xl\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .\32xl\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .\32xl\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .\32xl\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .\32xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .\32xl\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .\32xl\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .\32xl\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .\32xl\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .\32xl\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .\32xl\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .\32xl\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .\32xl\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .\32xl\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .\32xl\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .\32xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .\32xl\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .\32xl\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .\32xl\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .\32xl\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .\32xl\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .\32xl\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .\32xl\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .\32xl\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .\32xl\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .\32xl\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .\32xl\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .\32xl\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .\32xl\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .\32xl\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .\32xl\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .\32xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\32xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\32xl\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .\32xl\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .\32xl\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .\32xl\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\32xl\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .\32xl\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .\32xl\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .\32xl\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .\32xl\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .\32xl\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\32xl\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .\32xl\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .\32xl\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .\32xl\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .\32xl\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\32xl\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\32xl\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\32xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\32xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\32xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\32xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\32xl\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\32xl\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\32xl\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .\32xl\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\32xl\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\32xl\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\32xl\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\32xl\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\32xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\32xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\32xl\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\32xl\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\32xl\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\32xl\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .\32xl\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .\32xl\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .\32xl\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\32xl\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .\32xl\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .\32xl\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .\32xl\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .\32xl\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .\32xl\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .\32xl\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .\32xl\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .\32xl\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .\32xl\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .\32xl\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .\32xl\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .\32xl\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .\32xl\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .\32xl\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .\32xl\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .\32xl\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .\32xl\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\32xl\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .\32xl\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .\32xl\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .\32xl\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .\32xl\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .\32xl\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .\32xl\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .\32xl\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .\32xl\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .\32xl\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .\32xl\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .\32xl\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .\32xl\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .\32xl\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .\32xl\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .\32xl\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .\32xl\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .\32xl\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .\32xl\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .\32xl\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .\32xl\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .\32xl\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .\32xl\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .\32xl\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .\32xl\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .\32xl\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .\32xl\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .\32xl\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .\32xl\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .\32xl\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .\32xl\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .\32xl\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\32xl\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .\32xl\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .\32xl\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .\32xl\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .\32xl\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .\32xl\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .\32xl\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .\32xl\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .\32xl\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .\32xl\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .\32xl\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .\32xl\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .\32xl\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .\32xl\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .\32xl\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\32xl\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\32xl\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .\32xl\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .\32xl\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .\32xl\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .\32xl\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\32xl\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .\32xl\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .\32xl\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .\32xl\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .\32xl\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .\32xl\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .\32xl\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .\32xl\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .\32xl\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .\32xl\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .\32xl\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .\32xl\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .\32xl\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .\32xl\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .\32xl\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .\32xl\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .\32xl\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .\32xl\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .\32xl\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .\32xl\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .\32xl\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .\32xl\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .\32xl\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .\32xl\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .\32xl\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .\32xl\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .\32xl\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .\32xl\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .\32xl\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .\32xl\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .\32xl\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .\32xl\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .\32xl\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .\32xl\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .\32xl\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .\32xl\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .\32xl\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .\32xl\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .\32xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\32xl\:filter-none {
    filter: none !important;
  }

  .\32xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .\32xl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .\32xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .\32xl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .\32xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .\32xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .\32xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .\32xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .\32xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .\32xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .\32xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .\32xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .\32xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .\32xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .\32xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .\32xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .\32xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .\32xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .\32xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .\32xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .\32xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .\32xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .\32xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .\32xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .\32xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .\32xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .\32xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .\32xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .\32xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .\32xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .\32xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .\32xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .\32xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .\32xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .\32xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .\32xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .\32xl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .\32xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .\32xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .\32xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .\32xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .\32xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .\32xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .\32xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .\32xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\32xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .\32xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .\32xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .\32xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .\32xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .\32xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .\32xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .\32xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .\32xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .\32xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .\32xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .\32xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .\32xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .\32xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .\32xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .\32xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .\32xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .\32xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .\32xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .\32xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .\32xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .\32xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .\32xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .\32xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .\32xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .\32xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .\32xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .\32xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .\32xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .\32xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .\32xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\32xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\32xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .\32xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .\32xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .\32xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .\32xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .\32xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .\32xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .\32xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .\32xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .\32xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .\32xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .\32xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .\32xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .\32xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .\32xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .\32xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .\32xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .\32xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .\32xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .\32xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .\32xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .\32xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .\32xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .\32xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .\32xl\:transition-none {
    transition-property: none !important;
  }

  .\32xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 320px) {
  .xs\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .xs\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .xs\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xs\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .xs\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .xs\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xs\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xs\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .xs\:container {
      max-width: 1938px;
    }
  }

  .xs\: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;
  }

  .xs\: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;
  }

  .xs\:focus-within\:sr-only:focus-within {
    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;
  }

  .xs\:focus-within\:not-sr-only:focus-within {
    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;
  }

  .xs\:focus\: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;
  }

  .xs\:focus\: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;
  }

  .xs\:pointer-events-none {
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .xs\:visible {
    visibility: visible !important;
  }

  .xs\:invisible {
    visibility: hidden !important;
  }

  .xs\:static {
    position: static !important;
  }

  .xs\:fixed {
    position: fixed !important;
  }

  .xs\:absolute {
    position: absolute !important;
  }

  .xs\:relative {
    position: relative !important;
  }

  .xs\:sticky {
    position: sticky !important;
  }

  .xs\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .xs\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .xs\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .xs\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .xs\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .xs\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .xs\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .xs\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .xs\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .xs\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .xs\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .xs\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .xs\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .xs\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .xs\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .xs\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .xs\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .xs\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .xs\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .xs\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .xs\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .xs\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .xs\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .xs\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .xs\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .xs\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .xs\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .xs\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .xs\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .xs\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .xs\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .xs\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .xs\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .xs\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .xs\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .xs\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .xs\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .xs\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .xs\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .xs\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .xs\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .xs\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .xs\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .xs\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .xs\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .xs\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .xs\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .xs\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .xs\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .xs\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .xs\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .xs\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .xs\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .xs\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .xs\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .xs\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .xs\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .xs\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .xs\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .xs\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .xs\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .xs\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .xs\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .xs\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .xs\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .xs\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .xs\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .xs\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .xs\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .xs\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .xs\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .xs\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .xs\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .xs\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .xs\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .xs\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .xs\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .xs\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .xs\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .xs\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .xs\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .xs\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .xs\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .xs\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .xs\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .xs\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .xs\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .xs\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .xs\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .xs\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .xs\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .xs\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .xs\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .xs\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .xs\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .xs\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .xs\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .xs\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .xs\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .xs\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .xs\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .xs\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .xs\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .xs\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xs\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .xs\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .xs\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .xs\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .xs\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .xs\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .xs\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .xs\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .xs\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .xs\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .xs\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .xs\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .xs\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .xs\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .xs\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .xs\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .xs\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .xs\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .xs\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .xs\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .xs\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .xs\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .xs\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .xs\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .xs\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .xs\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .xs\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .xs\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .xs\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .xs\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .xs\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .xs\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .xs\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .xs\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .xs\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .xs\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .xs\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .xs\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .xs\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .xs\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .xs\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .xs\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .xs\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .xs\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .xs\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .xs\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .xs\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .xs\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .xs\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .xs\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .xs\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .xs\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .xs\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .xs\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .xs\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .xs\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .xs\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .xs\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .xs\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .xs\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .xs\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .xs\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .xs\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .xs\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .xs\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .xs\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .xs\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .xs\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .xs\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .xs\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .xs\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .xs\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .xs\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .xs\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .xs\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .xs\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .xs\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .xs\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .xs\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .xs\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .xs\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .xs\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .xs\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .xs\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .xs\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .xs\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .xs\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .xs\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .xs\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .xs\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .xs\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .xs\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .xs\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .xs\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .xs\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .xs\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .xs\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .xs\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .xs\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .xs\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .xs\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .xs\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .xs\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .xs\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .xs\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .xs\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .xs\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .xs\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .xs\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .xs\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .xs\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .xs\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .xs\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .xs\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .xs\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .xs\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .xs\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .xs\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .xs\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .xs\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .xs\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .xs\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .xs\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .xs\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .xs\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .xs\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .xs\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .xs\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .xs\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .xs\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .xs\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .xs\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .xs\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .xs\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .xs\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .xs\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .xs\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .xs\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .xs\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .xs\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .xs\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .xs\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .xs\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .xs\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .xs\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .xs\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .xs\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .xs\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .xs\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .xs\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .xs\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .xs\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .xs\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .xs\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .xs\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .xs\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .xs\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .xs\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .xs\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .xs\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .xs\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .xs\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .xs\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .xs\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .xs\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .xs\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .xs\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .xs\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .xs\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .xs\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .xs\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .xs\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .xs\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .xs\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .xs\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .xs\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .xs\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .xs\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .xs\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .xs\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .xs\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .xs\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .xs\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .xs\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .xs\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .xs\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .xs\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .xs\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .xs\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .xs\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .xs\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .xs\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .xs\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .xs\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .xs\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .xs\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .xs\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .xs\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .xs\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .xs\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .xs\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .xs\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .xs\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .xs\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .xs\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .xs\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .xs\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .xs\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .xs\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .xs\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .xs\:top-0 {
    top: 0px !important;
  }

  .xs\:top-1 {
    top: 0.25rem !important;
  }

  .xs\:top-2 {
    top: 0.5rem !important;
  }

  .xs\:top-3 {
    top: 0.75rem !important;
  }

  .xs\:top-4 {
    top: 1rem !important;
  }

  .xs\:top-5 {
    top: 1.25rem !important;
  }

  .xs\:top-6 {
    top: 1.5rem !important;
  }

  .xs\:top-7 {
    top: 1.75rem !important;
  }

  .xs\:top-8 {
    top: 2rem !important;
  }

  .xs\:top-9 {
    top: 2.25rem !important;
  }

  .xs\:top-10 {
    top: 2.5rem !important;
  }

  .xs\:top-11 {
    top: 2.75rem !important;
  }

  .xs\:top-12 {
    top: 3rem !important;
  }

  .xs\:top-14 {
    top: 3.5rem !important;
  }

  .xs\:top-16 {
    top: 4rem !important;
  }

  .xs\:top-17 {
    top: 4.25rem !important;
  }

  .xs\:top-20 {
    top: 5rem !important;
  }

  .xs\:top-24 {
    top: 6rem !important;
  }

  .xs\:top-25 {
    top: 6.25rem !important;
  }

  .xs\:top-28 {
    top: 7rem !important;
  }

  .xs\:top-32 {
    top: 8rem !important;
  }

  .xs\:top-36 {
    top: 9rem !important;
  }

  .xs\:top-40 {
    top: 10rem !important;
  }

  .xs\:top-44 {
    top: 11rem !important;
  }

  .xs\:top-48 {
    top: 12rem !important;
  }

  .xs\:top-52 {
    top: 13rem !important;
  }

  .xs\:top-56 {
    top: 14rem !important;
  }

  .xs\:top-60 {
    top: 15rem !important;
  }

  .xs\:top-64 {
    top: 16rem !important;
  }

  .xs\:top-72 {
    top: 18.5rem !important;
  }

  .xs\:top-80 {
    top: 20rem !important;
  }

  .xs\:top-96 {
    top: 24rem !important;
  }

  .xs\:top-108 {
    top: 26rem !important;
  }

  .xs\:top-112 {
    top: 28rem !important;
  }

  .xs\:top-120 {
    top: 30rem !important;
  }

  .xs\:top-136 {
    top: 34rem !important;
  }

  .xs\:top-140 {
    top: 42rem !important;
  }

  .xs\:top-144 {
    top: 36rem !important;
  }

  .xs\:top-320 {
    top: 80rem !important;
  }

  .xs\:top-auto {
    top: auto !important;
  }

  .xs\:top-px {
    top: 1px !important;
  }

  .xs\:top-0\.5 {
    top: 0.125rem !important;
  }

  .xs\:top-1\.5 {
    top: 0.375rem !important;
  }

  .xs\:top-2\.5 {
    top: 0.625rem !important;
  }

  .xs\:top-3\.5 {
    top: 0.875rem !important;
  }

  .xs\:top-50-em {
    top: 50em !important;
  }

  .xs\:top-26-em {
    top: 26em !important;
  }

  .xs\:-top-0 {
    top: 0px !important;
  }

  .xs\:-top-1 {
    top: -0.25rem !important;
  }

  .xs\:-top-2 {
    top: -0.5rem !important;
  }

  .xs\:-top-3 {
    top: -0.75rem !important;
  }

  .xs\:-top-4 {
    top: -1rem !important;
  }

  .xs\:-top-5 {
    top: -1.25rem !important;
  }

  .xs\:-top-6 {
    top: -1.5rem !important;
  }

  .xs\:-top-7 {
    top: -1.75rem !important;
  }

  .xs\:-top-8 {
    top: -2rem !important;
  }

  .xs\:-top-9 {
    top: -2.25rem !important;
  }

  .xs\:-top-10 {
    top: -2.5rem !important;
  }

  .xs\:-top-11 {
    top: -2.75rem !important;
  }

  .xs\:-top-12 {
    top: -3rem !important;
  }

  .xs\:-top-14 {
    top: -3.5rem !important;
  }

  .xs\:-top-16 {
    top: -4rem !important;
  }

  .xs\:-top-20 {
    top: -5rem !important;
  }

  .xs\:-top-24 {
    top: -6rem !important;
  }

  .xs\:-top-28 {
    top: -7rem !important;
  }

  .xs\:-top-32 {
    top: -8rem !important;
  }

  .xs\:-top-36 {
    top: -9rem !important;
  }

  .xs\:-top-40 {
    top: -10rem !important;
  }

  .xs\:-top-44 {
    top: -11rem !important;
  }

  .xs\:-top-48 {
    top: -12rem !important;
  }

  .xs\:-top-52 {
    top: -13rem !important;
  }

  .xs\:-top-56 {
    top: -14rem !important;
  }

  .xs\:-top-60 {
    top: -15rem !important;
  }

  .xs\:-top-64 {
    top: -16rem !important;
  }

  .xs\:-top-72 {
    top: -18.5rem !important;
  }

  .xs\:-top-80 {
    top: -20rem !important;
  }

  .xs\:-top-96 {
    top: -24rem !important;
  }

  .xs\:-top-108 {
    top: -26rem !important;
  }

  .xs\:-top-112 {
    top: -28rem !important;
  }

  .xs\:-top-120 {
    top: -30rem !important;
  }

  .xs\:-top-136 {
    top: -34rem !important;
  }

  .xs\:-top-140 {
    top: -42rem !important;
  }

  .xs\:-top-144 {
    top: -36rem !important;
  }

  .xs\:-top-320 {
    top: -80rem !important;
  }

  .xs\:-top-px {
    top: -1px !important;
  }

  .xs\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .xs\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .xs\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .xs\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .xs\:-top-50-em {
    top: -50em !important;
  }

  .xs\:-top-26-em {
    top: -26em !important;
  }

  .xs\:top-1\/2 {
    top: 50% !important;
  }

  .xs\:top-1\/3 {
    top: 33.333333% !important;
  }

  .xs\:top-2\/3 {
    top: 66.666667% !important;
  }

  .xs\:top-1\/4 {
    top: 25% !important;
  }

  .xs\:top-2\/4 {
    top: 50% !important;
  }

  .xs\:top-3\/4 {
    top: 75% !important;
  }

  .xs\:top-full {
    top: 100% !important;
  }

  .xs\:-top-1\/2 {
    top: -50% !important;
  }

  .xs\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .xs\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .xs\:-top-1\/4 {
    top: -25% !important;
  }

  .xs\:-top-2\/4 {
    top: -50% !important;
  }

  .xs\:-top-3\/4 {
    top: -75% !important;
  }

  .xs\:-top-full {
    top: -100% !important;
  }

  .xs\:top-10\/12 {
    top: 83.333333% !important;
  }

  .xs\:top-11\/12 {
    top: 91.666667% !important;
  }

  .xs\:top-\[23\%\] {
    top: 23% !important;
  }

  .xs\:top-\[20\%\] {
    top: 20% !important;
  }

  .xs\:top-\[45\%\] {
    top: 45% !important;
  }

  .xs\:right-0 {
    right: 0px !important;
  }

  .xs\:right-1 {
    right: 0.25rem !important;
  }

  .xs\:right-2 {
    right: 0.5rem !important;
  }

  .xs\:right-3 {
    right: 0.75rem !important;
  }

  .xs\:right-4 {
    right: 1rem !important;
  }

  .xs\:right-5 {
    right: 1.25rem !important;
  }

  .xs\:right-6 {
    right: 1.5rem !important;
  }

  .xs\:right-7 {
    right: 1.75rem !important;
  }

  .xs\:right-8 {
    right: 2rem !important;
  }

  .xs\:right-9 {
    right: 2.25rem !important;
  }

  .xs\:right-10 {
    right: 2.5rem !important;
  }

  .xs\:right-11 {
    right: 2.75rem !important;
  }

  .xs\:right-12 {
    right: 3rem !important;
  }

  .xs\:right-14 {
    right: 3.5rem !important;
  }

  .xs\:right-16 {
    right: 4rem !important;
  }

  .xs\:right-17 {
    right: 4.25rem !important;
  }

  .xs\:right-20 {
    right: 5rem !important;
  }

  .xs\:right-24 {
    right: 6rem !important;
  }

  .xs\:right-25 {
    right: 6.25rem !important;
  }

  .xs\:right-28 {
    right: 7rem !important;
  }

  .xs\:right-32 {
    right: 8rem !important;
  }

  .xs\:right-36 {
    right: 9rem !important;
  }

  .xs\:right-40 {
    right: 10rem !important;
  }

  .xs\:right-44 {
    right: 11rem !important;
  }

  .xs\:right-48 {
    right: 12rem !important;
  }

  .xs\:right-52 {
    right: 13rem !important;
  }

  .xs\:right-56 {
    right: 14rem !important;
  }

  .xs\:right-60 {
    right: 15rem !important;
  }

  .xs\:right-64 {
    right: 16rem !important;
  }

  .xs\:right-72 {
    right: 18.5rem !important;
  }

  .xs\:right-80 {
    right: 20rem !important;
  }

  .xs\:right-96 {
    right: 24rem !important;
  }

  .xs\:right-108 {
    right: 26rem !important;
  }

  .xs\:right-112 {
    right: 28rem !important;
  }

  .xs\:right-120 {
    right: 30rem !important;
  }

  .xs\:right-136 {
    right: 34rem !important;
  }

  .xs\:right-140 {
    right: 42rem !important;
  }

  .xs\:right-144 {
    right: 36rem !important;
  }

  .xs\:right-320 {
    right: 80rem !important;
  }

  .xs\:right-auto {
    right: auto !important;
  }

  .xs\:right-px {
    right: 1px !important;
  }

  .xs\:right-0\.5 {
    right: 0.125rem !important;
  }

  .xs\:right-1\.5 {
    right: 0.375rem !important;
  }

  .xs\:right-2\.5 {
    right: 0.625rem !important;
  }

  .xs\:right-3\.5 {
    right: 0.875rem !important;
  }

  .xs\:right-50-em {
    right: 50em !important;
  }

  .xs\:right-26-em {
    right: 26em !important;
  }

  .xs\:-right-0 {
    right: 0px !important;
  }

  .xs\:-right-1 {
    right: -0.25rem !important;
  }

  .xs\:-right-2 {
    right: -0.5rem !important;
  }

  .xs\:-right-3 {
    right: -0.75rem !important;
  }

  .xs\:-right-4 {
    right: -1rem !important;
  }

  .xs\:-right-5 {
    right: -1.25rem !important;
  }

  .xs\:-right-6 {
    right: -1.5rem !important;
  }

  .xs\:-right-7 {
    right: -1.75rem !important;
  }

  .xs\:-right-8 {
    right: -2rem !important;
  }

  .xs\:-right-9 {
    right: -2.25rem !important;
  }

  .xs\:-right-10 {
    right: -2.5rem !important;
  }

  .xs\:-right-11 {
    right: -2.75rem !important;
  }

  .xs\:-right-12 {
    right: -3rem !important;
  }

  .xs\:-right-14 {
    right: -3.5rem !important;
  }

  .xs\:-right-16 {
    right: -4rem !important;
  }

  .xs\:-right-20 {
    right: -5rem !important;
  }

  .xs\:-right-24 {
    right: -6rem !important;
  }

  .xs\:-right-28 {
    right: -7rem !important;
  }

  .xs\:-right-32 {
    right: -8rem !important;
  }

  .xs\:-right-36 {
    right: -9rem !important;
  }

  .xs\:-right-40 {
    right: -10rem !important;
  }

  .xs\:-right-44 {
    right: -11rem !important;
  }

  .xs\:-right-48 {
    right: -12rem !important;
  }

  .xs\:-right-52 {
    right: -13rem !important;
  }

  .xs\:-right-56 {
    right: -14rem !important;
  }

  .xs\:-right-60 {
    right: -15rem !important;
  }

  .xs\:-right-64 {
    right: -16rem !important;
  }

  .xs\:-right-72 {
    right: -18.5rem !important;
  }

  .xs\:-right-80 {
    right: -20rem !important;
  }

  .xs\:-right-96 {
    right: -24rem !important;
  }

  .xs\:-right-108 {
    right: -26rem !important;
  }

  .xs\:-right-112 {
    right: -28rem !important;
  }

  .xs\:-right-120 {
    right: -30rem !important;
  }

  .xs\:-right-136 {
    right: -34rem !important;
  }

  .xs\:-right-140 {
    right: -42rem !important;
  }

  .xs\:-right-144 {
    right: -36rem !important;
  }

  .xs\:-right-320 {
    right: -80rem !important;
  }

  .xs\:-right-px {
    right: -1px !important;
  }

  .xs\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .xs\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .xs\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .xs\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .xs\:-right-50-em {
    right: -50em !important;
  }

  .xs\:-right-26-em {
    right: -26em !important;
  }

  .xs\:right-1\/2 {
    right: 50% !important;
  }

  .xs\:right-1\/3 {
    right: 33.333333% !important;
  }

  .xs\:right-2\/3 {
    right: 66.666667% !important;
  }

  .xs\:right-1\/4 {
    right: 25% !important;
  }

  .xs\:right-2\/4 {
    right: 50% !important;
  }

  .xs\:right-3\/4 {
    right: 75% !important;
  }

  .xs\:right-full {
    right: 100% !important;
  }

  .xs\:-right-1\/2 {
    right: -50% !important;
  }

  .xs\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .xs\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .xs\:-right-1\/4 {
    right: -25% !important;
  }

  .xs\:-right-2\/4 {
    right: -50% !important;
  }

  .xs\:-right-3\/4 {
    right: -75% !important;
  }

  .xs\:-right-full {
    right: -100% !important;
  }

  .xs\:right-10\/12 {
    right: 83.333333% !important;
  }

  .xs\:right-11\/12 {
    right: 91.666667% !important;
  }

  .xs\:right-\[23\%\] {
    right: 23% !important;
  }

  .xs\:right-\[20\%\] {
    right: 20% !important;
  }

  .xs\:right-\[45\%\] {
    right: 45% !important;
  }

  .xs\:bottom-0 {
    bottom: 0px !important;
  }

  .xs\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .xs\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .xs\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .xs\:bottom-4 {
    bottom: 1rem !important;
  }

  .xs\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .xs\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .xs\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .xs\:bottom-8 {
    bottom: 2rem !important;
  }

  .xs\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .xs\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .xs\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .xs\:bottom-12 {
    bottom: 3rem !important;
  }

  .xs\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .xs\:bottom-16 {
    bottom: 4rem !important;
  }

  .xs\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .xs\:bottom-20 {
    bottom: 5rem !important;
  }

  .xs\:bottom-24 {
    bottom: 6rem !important;
  }

  .xs\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .xs\:bottom-28 {
    bottom: 7rem !important;
  }

  .xs\:bottom-32 {
    bottom: 8rem !important;
  }

  .xs\:bottom-36 {
    bottom: 9rem !important;
  }

  .xs\:bottom-40 {
    bottom: 10rem !important;
  }

  .xs\:bottom-44 {
    bottom: 11rem !important;
  }

  .xs\:bottom-48 {
    bottom: 12rem !important;
  }

  .xs\:bottom-52 {
    bottom: 13rem !important;
  }

  .xs\:bottom-56 {
    bottom: 14rem !important;
  }

  .xs\:bottom-60 {
    bottom: 15rem !important;
  }

  .xs\:bottom-64 {
    bottom: 16rem !important;
  }

  .xs\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .xs\:bottom-80 {
    bottom: 20rem !important;
  }

  .xs\:bottom-96 {
    bottom: 24rem !important;
  }

  .xs\:bottom-108 {
    bottom: 26rem !important;
  }

  .xs\:bottom-112 {
    bottom: 28rem !important;
  }

  .xs\:bottom-120 {
    bottom: 30rem !important;
  }

  .xs\:bottom-136 {
    bottom: 34rem !important;
  }

  .xs\:bottom-140 {
    bottom: 42rem !important;
  }

  .xs\:bottom-144 {
    bottom: 36rem !important;
  }

  .xs\:bottom-320 {
    bottom: 80rem !important;
  }

  .xs\:bottom-auto {
    bottom: auto !important;
  }

  .xs\:bottom-px {
    bottom: 1px !important;
  }

  .xs\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .xs\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .xs\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .xs\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .xs\:bottom-50-em {
    bottom: 50em !important;
  }

  .xs\:bottom-26-em {
    bottom: 26em !important;
  }

  .xs\:-bottom-0 {
    bottom: 0px !important;
  }

  .xs\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .xs\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .xs\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .xs\:-bottom-4 {
    bottom: -1rem !important;
  }

  .xs\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .xs\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .xs\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .xs\:-bottom-8 {
    bottom: -2rem !important;
  }

  .xs\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .xs\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .xs\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .xs\:-bottom-12 {
    bottom: -3rem !important;
  }

  .xs\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .xs\:-bottom-16 {
    bottom: -4rem !important;
  }

  .xs\:-bottom-20 {
    bottom: -5rem !important;
  }

  .xs\:-bottom-24 {
    bottom: -6rem !important;
  }

  .xs\:-bottom-28 {
    bottom: -7rem !important;
  }

  .xs\:-bottom-32 {
    bottom: -8rem !important;
  }

  .xs\:-bottom-36 {
    bottom: -9rem !important;
  }

  .xs\:-bottom-40 {
    bottom: -10rem !important;
  }

  .xs\:-bottom-44 {
    bottom: -11rem !important;
  }

  .xs\:-bottom-48 {
    bottom: -12rem !important;
  }

  .xs\:-bottom-52 {
    bottom: -13rem !important;
  }

  .xs\:-bottom-56 {
    bottom: -14rem !important;
  }

  .xs\:-bottom-60 {
    bottom: -15rem !important;
  }

  .xs\:-bottom-64 {
    bottom: -16rem !important;
  }

  .xs\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .xs\:-bottom-80 {
    bottom: -20rem !important;
  }

  .xs\:-bottom-96 {
    bottom: -24rem !important;
  }

  .xs\:-bottom-108 {
    bottom: -26rem !important;
  }

  .xs\:-bottom-112 {
    bottom: -28rem !important;
  }

  .xs\:-bottom-120 {
    bottom: -30rem !important;
  }

  .xs\:-bottom-136 {
    bottom: -34rem !important;
  }

  .xs\:-bottom-140 {
    bottom: -42rem !important;
  }

  .xs\:-bottom-144 {
    bottom: -36rem !important;
  }

  .xs\:-bottom-320 {
    bottom: -80rem !important;
  }

  .xs\:-bottom-px {
    bottom: -1px !important;
  }

  .xs\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .xs\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .xs\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .xs\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .xs\:-bottom-50-em {
    bottom: -50em !important;
  }

  .xs\:-bottom-26-em {
    bottom: -26em !important;
  }

  .xs\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .xs\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .xs\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .xs\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .xs\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .xs\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .xs\:bottom-full {
    bottom: 100% !important;
  }

  .xs\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .xs\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .xs\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .xs\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .xs\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .xs\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .xs\:-bottom-full {
    bottom: -100% !important;
  }

  .xs\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .xs\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .xs\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .xs\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .xs\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .xs\:left-0 {
    left: 0px !important;
  }

  .xs\:left-1 {
    left: 0.25rem !important;
  }

  .xs\:left-2 {
    left: 0.5rem !important;
  }

  .xs\:left-3 {
    left: 0.75rem !important;
  }

  .xs\:left-4 {
    left: 1rem !important;
  }

  .xs\:left-5 {
    left: 1.25rem !important;
  }

  .xs\:left-6 {
    left: 1.5rem !important;
  }

  .xs\:left-7 {
    left: 1.75rem !important;
  }

  .xs\:left-8 {
    left: 2rem !important;
  }

  .xs\:left-9 {
    left: 2.25rem !important;
  }

  .xs\:left-10 {
    left: 2.5rem !important;
  }

  .xs\:left-11 {
    left: 2.75rem !important;
  }

  .xs\:left-12 {
    left: 3rem !important;
  }

  .xs\:left-14 {
    left: 3.5rem !important;
  }

  .xs\:left-16 {
    left: 4rem !important;
  }

  .xs\:left-17 {
    left: 4.25rem !important;
  }

  .xs\:left-20 {
    left: 5rem !important;
  }

  .xs\:left-24 {
    left: 6rem !important;
  }

  .xs\:left-25 {
    left: 6.25rem !important;
  }

  .xs\:left-28 {
    left: 7rem !important;
  }

  .xs\:left-32 {
    left: 8rem !important;
  }

  .xs\:left-36 {
    left: 9rem !important;
  }

  .xs\:left-40 {
    left: 10rem !important;
  }

  .xs\:left-44 {
    left: 11rem !important;
  }

  .xs\:left-48 {
    left: 12rem !important;
  }

  .xs\:left-52 {
    left: 13rem !important;
  }

  .xs\:left-56 {
    left: 14rem !important;
  }

  .xs\:left-60 {
    left: 15rem !important;
  }

  .xs\:left-64 {
    left: 16rem !important;
  }

  .xs\:left-72 {
    left: 18.5rem !important;
  }

  .xs\:left-80 {
    left: 20rem !important;
  }

  .xs\:left-96 {
    left: 24rem !important;
  }

  .xs\:left-108 {
    left: 26rem !important;
  }

  .xs\:left-112 {
    left: 28rem !important;
  }

  .xs\:left-120 {
    left: 30rem !important;
  }

  .xs\:left-136 {
    left: 34rem !important;
  }

  .xs\:left-140 {
    left: 42rem !important;
  }

  .xs\:left-144 {
    left: 36rem !important;
  }

  .xs\:left-320 {
    left: 80rem !important;
  }

  .xs\:left-auto {
    left: auto !important;
  }

  .xs\:left-px {
    left: 1px !important;
  }

  .xs\:left-0\.5 {
    left: 0.125rem !important;
  }

  .xs\:left-1\.5 {
    left: 0.375rem !important;
  }

  .xs\:left-2\.5 {
    left: 0.625rem !important;
  }

  .xs\:left-3\.5 {
    left: 0.875rem !important;
  }

  .xs\:left-50-em {
    left: 50em !important;
  }

  .xs\:left-26-em {
    left: 26em !important;
  }

  .xs\:-left-0 {
    left: 0px !important;
  }

  .xs\:-left-1 {
    left: -0.25rem !important;
  }

  .xs\:-left-2 {
    left: -0.5rem !important;
  }

  .xs\:-left-3 {
    left: -0.75rem !important;
  }

  .xs\:-left-4 {
    left: -1rem !important;
  }

  .xs\:-left-5 {
    left: -1.25rem !important;
  }

  .xs\:-left-6 {
    left: -1.5rem !important;
  }

  .xs\:-left-7 {
    left: -1.75rem !important;
  }

  .xs\:-left-8 {
    left: -2rem !important;
  }

  .xs\:-left-9 {
    left: -2.25rem !important;
  }

  .xs\:-left-10 {
    left: -2.5rem !important;
  }

  .xs\:-left-11 {
    left: -2.75rem !important;
  }

  .xs\:-left-12 {
    left: -3rem !important;
  }

  .xs\:-left-14 {
    left: -3.5rem !important;
  }

  .xs\:-left-16 {
    left: -4rem !important;
  }

  .xs\:-left-20 {
    left: -5rem !important;
  }

  .xs\:-left-24 {
    left: -6rem !important;
  }

  .xs\:-left-28 {
    left: -7rem !important;
  }

  .xs\:-left-32 {
    left: -8rem !important;
  }

  .xs\:-left-36 {
    left: -9rem !important;
  }

  .xs\:-left-40 {
    left: -10rem !important;
  }

  .xs\:-left-44 {
    left: -11rem !important;
  }

  .xs\:-left-48 {
    left: -12rem !important;
  }

  .xs\:-left-52 {
    left: -13rem !important;
  }

  .xs\:-left-56 {
    left: -14rem !important;
  }

  .xs\:-left-60 {
    left: -15rem !important;
  }

  .xs\:-left-64 {
    left: -16rem !important;
  }

  .xs\:-left-72 {
    left: -18.5rem !important;
  }

  .xs\:-left-80 {
    left: -20rem !important;
  }

  .xs\:-left-96 {
    left: -24rem !important;
  }

  .xs\:-left-108 {
    left: -26rem !important;
  }

  .xs\:-left-112 {
    left: -28rem !important;
  }

  .xs\:-left-120 {
    left: -30rem !important;
  }

  .xs\:-left-136 {
    left: -34rem !important;
  }

  .xs\:-left-140 {
    left: -42rem !important;
  }

  .xs\:-left-144 {
    left: -36rem !important;
  }

  .xs\:-left-320 {
    left: -80rem !important;
  }

  .xs\:-left-px {
    left: -1px !important;
  }

  .xs\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .xs\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .xs\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .xs\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .xs\:-left-50-em {
    left: -50em !important;
  }

  .xs\:-left-26-em {
    left: -26em !important;
  }

  .xs\:left-1\/2 {
    left: 50% !important;
  }

  .xs\:left-1\/3 {
    left: 33.333333% !important;
  }

  .xs\:left-2\/3 {
    left: 66.666667% !important;
  }

  .xs\:left-1\/4 {
    left: 25% !important;
  }

  .xs\:left-2\/4 {
    left: 50% !important;
  }

  .xs\:left-3\/4 {
    left: 75% !important;
  }

  .xs\:left-full {
    left: 100% !important;
  }

  .xs\:-left-1\/2 {
    left: -50% !important;
  }

  .xs\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .xs\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .xs\:-left-1\/4 {
    left: -25% !important;
  }

  .xs\:-left-2\/4 {
    left: -50% !important;
  }

  .xs\:-left-3\/4 {
    left: -75% !important;
  }

  .xs\:-left-full {
    left: -100% !important;
  }

  .xs\:left-10\/12 {
    left: 83.333333% !important;
  }

  .xs\:left-11\/12 {
    left: 91.666667% !important;
  }

  .xs\:left-\[23\%\] {
    left: 23% !important;
  }

  .xs\:left-\[20\%\] {
    left: 20% !important;
  }

  .xs\:left-\[45\%\] {
    left: 45% !important;
  }

  .xs\:isolate {
    isolation: isolate !important;
  }

  .xs\:isolation-auto {
    isolation: auto !important;
  }

  .xs\:z-0 {
    z-index: 0 !important;
  }

  .xs\:z-10 {
    z-index: 10 !important;
  }

  .xs\:z-20 {
    z-index: 20 !important;
  }

  .xs\:z-30 {
    z-index: 30 !important;
  }

  .xs\:z-40 {
    z-index: 40 !important;
  }

  .xs\:z-50 {
    z-index: 50 !important;
  }

  .xs\:z-auto {
    z-index: auto !important;
  }

  .xs\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .xs\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .xs\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .xs\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .xs\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .xs\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .xs\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .xs\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .xs\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .xs\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .xs\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .xs\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .xs\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .xs\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .xs\:order-1 {
    order: 1 !important;
  }

  .xs\:order-2 {
    order: 2 !important;
  }

  .xs\:order-3 {
    order: 3 !important;
  }

  .xs\:order-4 {
    order: 4 !important;
  }

  .xs\:order-5 {
    order: 5 !important;
  }

  .xs\:order-6 {
    order: 6 !important;
  }

  .xs\:order-7 {
    order: 7 !important;
  }

  .xs\:order-8 {
    order: 8 !important;
  }

  .xs\:order-9 {
    order: 9 !important;
  }

  .xs\:order-10 {
    order: 10 !important;
  }

  .xs\:order-11 {
    order: 11 !important;
  }

  .xs\:order-12 {
    order: 12 !important;
  }

  .xs\:order-first {
    order: -9999 !important;
  }

  .xs\:order-last {
    order: 9999 !important;
  }

  .xs\:order-none {
    order: 0 !important;
  }

  .xs\:col-auto {
    grid-column: auto !important;
  }

  .xs\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xs\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xs\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xs\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xs\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .xs\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .xs\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .xs\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .xs\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .xs\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .xs\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xs\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .xs\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .xs\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .xs\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .xs\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .xs\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .xs\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .xs\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .xs\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .xs\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .xs\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .xs\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .xs\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .xs\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .xs\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .xs\:col-start-auto {
    grid-column-start: auto !important;
  }

  .xs\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .xs\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .xs\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .xs\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .xs\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .xs\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .xs\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .xs\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .xs\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .xs\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .xs\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .xs\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .xs\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .xs\:col-end-auto {
    grid-column-end: auto !important;
  }

  .xs\:row-auto {
    grid-row: auto !important;
  }

  .xs\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .xs\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .xs\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .xs\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .xs\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .xs\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .xs\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .xs\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .xs\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .xs\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .xs\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .xs\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .xs\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .xs\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .xs\:row-start-auto {
    grid-row-start: auto !important;
  }

  .xs\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .xs\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .xs\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .xs\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .xs\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .xs\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .xs\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .xs\:row-end-auto {
    grid-row-end: auto !important;
  }

  .xs\:float-right {
    float: right !important;
  }

  .xs\:float-left {
    float: left !important;
  }

  .xs\:float-none {
    float: none !important;
  }

  .xs\:clear-left {
    clear: left !important;
  }

  .xs\:clear-right {
    clear: right !important;
  }

  .xs\:clear-both {
    clear: both !important;
  }

  .xs\:clear-none {
    clear: none !important;
  }

  .xs\:m-0 {
    margin: 0px !important;
  }

  .xs\:m-1 {
    margin: 0.25rem !important;
  }

  .xs\:m-2 {
    margin: 0.5rem !important;
  }

  .xs\:m-3 {
    margin: 0.75rem !important;
  }

  .xs\:m-4 {
    margin: 1rem !important;
  }

  .xs\:m-5 {
    margin: 1.25rem !important;
  }

  .xs\:m-6 {
    margin: 1.5rem !important;
  }

  .xs\:m-7 {
    margin: 1.75rem !important;
  }

  .xs\:m-8 {
    margin: 2rem !important;
  }

  .xs\:m-9 {
    margin: 2.25rem !important;
  }

  .xs\:m-10 {
    margin: 2.5rem !important;
  }

  .xs\:m-11 {
    margin: 2.75rem !important;
  }

  .xs\:m-12 {
    margin: 3rem !important;
  }

  .xs\:m-14 {
    margin: 3.5rem !important;
  }

  .xs\:m-16 {
    margin: 4rem !important;
  }

  .xs\:m-20 {
    margin: 5rem !important;
  }

  .xs\:m-24 {
    margin: 6rem !important;
  }

  .xs\:m-28 {
    margin: 7rem !important;
  }

  .xs\:m-32 {
    margin: 8rem !important;
  }

  .xs\:m-36 {
    margin: 9rem !important;
  }

  .xs\:m-40 {
    margin: 10rem !important;
  }

  .xs\:m-44 {
    margin: 11rem !important;
  }

  .xs\:m-48 {
    margin: 12rem !important;
  }

  .xs\:m-52 {
    margin: 13rem !important;
  }

  .xs\:m-56 {
    margin: 14rem !important;
  }

  .xs\:m-60 {
    margin: 15rem !important;
  }

  .xs\:m-64 {
    margin: 16rem !important;
  }

  .xs\:m-72 {
    margin: 18.5rem !important;
  }

  .xs\:m-80 {
    margin: 20rem !important;
  }

  .xs\:m-96 {
    margin: 24rem !important;
  }

  .xs\:m-108 {
    margin: 26rem !important;
  }

  .xs\:m-112 {
    margin: 28rem !important;
  }

  .xs\:m-120 {
    margin: 30rem !important;
  }

  .xs\:m-136 {
    margin: 34rem !important;
  }

  .xs\:m-140 {
    margin: 42rem !important;
  }

  .xs\:m-144 {
    margin: 36rem !important;
  }

  .xs\:m-320 {
    margin: 80rem !important;
  }

  .xs\:m-auto {
    margin: auto !important;
  }

  .xs\:m-px {
    margin: 1px !important;
  }

  .xs\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .xs\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .xs\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .xs\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .xs\:m-50-em {
    margin: 50em !important;
  }

  .xs\:m-26-em {
    margin: 26em !important;
  }

  .xs\:-m-0 {
    margin: 0px !important;
  }

  .xs\:-m-1 {
    margin: -0.25rem !important;
  }

  .xs\:-m-2 {
    margin: -0.5rem !important;
  }

  .xs\:-m-3 {
    margin: -0.75rem !important;
  }

  .xs\:-m-4 {
    margin: -1rem !important;
  }

  .xs\:-m-5 {
    margin: -1.25rem !important;
  }

  .xs\:-m-6 {
    margin: -1.5rem !important;
  }

  .xs\:-m-7 {
    margin: -1.75rem !important;
  }

  .xs\:-m-8 {
    margin: -2rem !important;
  }

  .xs\:-m-9 {
    margin: -2.25rem !important;
  }

  .xs\:-m-10 {
    margin: -2.5rem !important;
  }

  .xs\:-m-11 {
    margin: -2.75rem !important;
  }

  .xs\:-m-12 {
    margin: -3rem !important;
  }

  .xs\:-m-14 {
    margin: -3.5rem !important;
  }

  .xs\:-m-16 {
    margin: -4rem !important;
  }

  .xs\:-m-20 {
    margin: -5rem !important;
  }

  .xs\:-m-24 {
    margin: -6rem !important;
  }

  .xs\:-m-28 {
    margin: -7rem !important;
  }

  .xs\:-m-32 {
    margin: -8rem !important;
  }

  .xs\:-m-36 {
    margin: -9rem !important;
  }

  .xs\:-m-40 {
    margin: -10rem !important;
  }

  .xs\:-m-44 {
    margin: -11rem !important;
  }

  .xs\:-m-48 {
    margin: -12rem !important;
  }

  .xs\:-m-52 {
    margin: -13rem !important;
  }

  .xs\:-m-56 {
    margin: -14rem !important;
  }

  .xs\:-m-60 {
    margin: -15rem !important;
  }

  .xs\:-m-64 {
    margin: -16rem !important;
  }

  .xs\:-m-72 {
    margin: -18.5rem !important;
  }

  .xs\:-m-80 {
    margin: -20rem !important;
  }

  .xs\:-m-96 {
    margin: -24rem !important;
  }

  .xs\:-m-108 {
    margin: -26rem !important;
  }

  .xs\:-m-112 {
    margin: -28rem !important;
  }

  .xs\:-m-120 {
    margin: -30rem !important;
  }

  .xs\:-m-136 {
    margin: -34rem !important;
  }

  .xs\:-m-140 {
    margin: -42rem !important;
  }

  .xs\:-m-144 {
    margin: -36rem !important;
  }

  .xs\:-m-320 {
    margin: -80rem !important;
  }

  .xs\:-m-px {
    margin: -1px !important;
  }

  .xs\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .xs\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .xs\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .xs\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .xs\:-m-50-em {
    margin: -50em !important;
  }

  .xs\:-m-26-em {
    margin: -26em !important;
  }

  .xs\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xs\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xs\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xs\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xs\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xs\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xs\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .xs\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xs\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .xs\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xs\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .xs\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xs\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .xs\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xs\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xs\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xs\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xs\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xs\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .xs\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xs\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .xs\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xs\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .xs\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xs\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .xs\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xs\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .xs\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .xs\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .xs\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .xs\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .xs\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .xs\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .xs\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .xs\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .xs\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .xs\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .xs\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .xs\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .xs\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .xs\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .xs\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .xs\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .xs\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xs\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xs\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xs\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xs\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xs\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xs\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .xs\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xs\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .xs\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xs\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .xs\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xs\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .xs\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xs\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xs\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xs\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xs\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xs\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .xs\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xs\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .xs\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xs\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .xs\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xs\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .xs\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xs\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .xs\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .xs\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .xs\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .xs\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .xs\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .xs\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .xs\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .xs\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .xs\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .xs\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .xs\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .xs\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .xs\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .xs\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .xs\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .xs\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xs\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xs\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xs\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xs\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xs\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xs\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .xs\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xs\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .xs\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xs\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .xs\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xs\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .xs\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xs\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xs\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xs\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xs\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xs\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .xs\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xs\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .xs\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xs\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .xs\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xs\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .xs\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xs\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .xs\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .xs\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .xs\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .xs\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .xs\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .xs\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .xs\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .xs\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .xs\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .xs\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .xs\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .xs\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .xs\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .xs\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .xs\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .xs\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .xs\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xs\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xs\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xs\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xs\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xs\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xs\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .xs\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xs\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .xs\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xs\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .xs\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xs\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .xs\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xs\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xs\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xs\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xs\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xs\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .xs\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xs\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .xs\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xs\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .xs\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xs\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .xs\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xs\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .xs\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .xs\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .xs\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .xs\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .xs\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .xs\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .xs\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .xs\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .xs\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .xs\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .xs\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .xs\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .xs\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .xs\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .xs\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .xs\:mt-0 {
    margin-top: 0px !important;
  }

  .xs\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .xs\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .xs\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .xs\:mt-4 {
    margin-top: 1rem !important;
  }

  .xs\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .xs\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .xs\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .xs\:mt-8 {
    margin-top: 2rem !important;
  }

  .xs\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .xs\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .xs\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .xs\:mt-12 {
    margin-top: 3rem !important;
  }

  .xs\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .xs\:mt-16 {
    margin-top: 4rem !important;
  }

  .xs\:mt-20 {
    margin-top: 5rem !important;
  }

  .xs\:mt-24 {
    margin-top: 6rem !important;
  }

  .xs\:mt-28 {
    margin-top: 7rem !important;
  }

  .xs\:mt-32 {
    margin-top: 8rem !important;
  }

  .xs\:mt-36 {
    margin-top: 9rem !important;
  }

  .xs\:mt-40 {
    margin-top: 10rem !important;
  }

  .xs\:mt-44 {
    margin-top: 11rem !important;
  }

  .xs\:mt-48 {
    margin-top: 12rem !important;
  }

  .xs\:mt-52 {
    margin-top: 13rem !important;
  }

  .xs\:mt-56 {
    margin-top: 14rem !important;
  }

  .xs\:mt-60 {
    margin-top: 15rem !important;
  }

  .xs\:mt-64 {
    margin-top: 16rem !important;
  }

  .xs\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .xs\:mt-80 {
    margin-top: 20rem !important;
  }

  .xs\:mt-96 {
    margin-top: 24rem !important;
  }

  .xs\:mt-108 {
    margin-top: 26rem !important;
  }

  .xs\:mt-112 {
    margin-top: 28rem !important;
  }

  .xs\:mt-120 {
    margin-top: 30rem !important;
  }

  .xs\:mt-136 {
    margin-top: 34rem !important;
  }

  .xs\:mt-140 {
    margin-top: 42rem !important;
  }

  .xs\:mt-144 {
    margin-top: 36rem !important;
  }

  .xs\:mt-320 {
    margin-top: 80rem !important;
  }

  .xs\:mt-auto {
    margin-top: auto !important;
  }

  .xs\:mt-px {
    margin-top: 1px !important;
  }

  .xs\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .xs\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .xs\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .xs\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .xs\:mt-50-em {
    margin-top: 50em !important;
  }

  .xs\:mt-26-em {
    margin-top: 26em !important;
  }

  .xs\:-mt-0 {
    margin-top: 0px !important;
  }

  .xs\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .xs\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .xs\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .xs\:-mt-4 {
    margin-top: -1rem !important;
  }

  .xs\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .xs\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .xs\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .xs\:-mt-8 {
    margin-top: -2rem !important;
  }

  .xs\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .xs\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .xs\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .xs\:-mt-12 {
    margin-top: -3rem !important;
  }

  .xs\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .xs\:-mt-16 {
    margin-top: -4rem !important;
  }

  .xs\:-mt-20 {
    margin-top: -5rem !important;
  }

  .xs\:-mt-24 {
    margin-top: -6rem !important;
  }

  .xs\:-mt-28 {
    margin-top: -7rem !important;
  }

  .xs\:-mt-32 {
    margin-top: -8rem !important;
  }

  .xs\:-mt-36 {
    margin-top: -9rem !important;
  }

  .xs\:-mt-40 {
    margin-top: -10rem !important;
  }

  .xs\:-mt-44 {
    margin-top: -11rem !important;
  }

  .xs\:-mt-48 {
    margin-top: -12rem !important;
  }

  .xs\:-mt-52 {
    margin-top: -13rem !important;
  }

  .xs\:-mt-56 {
    margin-top: -14rem !important;
  }

  .xs\:-mt-60 {
    margin-top: -15rem !important;
  }

  .xs\:-mt-64 {
    margin-top: -16rem !important;
  }

  .xs\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .xs\:-mt-80 {
    margin-top: -20rem !important;
  }

  .xs\:-mt-96 {
    margin-top: -24rem !important;
  }

  .xs\:-mt-108 {
    margin-top: -26rem !important;
  }

  .xs\:-mt-112 {
    margin-top: -28rem !important;
  }

  .xs\:-mt-120 {
    margin-top: -30rem !important;
  }

  .xs\:-mt-136 {
    margin-top: -34rem !important;
  }

  .xs\:-mt-140 {
    margin-top: -42rem !important;
  }

  .xs\:-mt-144 {
    margin-top: -36rem !important;
  }

  .xs\:-mt-320 {
    margin-top: -80rem !important;
  }

  .xs\:-mt-px {
    margin-top: -1px !important;
  }

  .xs\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .xs\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .xs\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .xs\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .xs\:-mt-50-em {
    margin-top: -50em !important;
  }

  .xs\:-mt-26-em {
    margin-top: -26em !important;
  }

  .xs\:mr-0 {
    margin-right: 0px !important;
  }

  .xs\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .xs\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .xs\:mr-4 {
    margin-right: 1rem !important;
  }

  .xs\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .xs\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .xs\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .xs\:mr-8 {
    margin-right: 2rem !important;
  }

  .xs\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .xs\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .xs\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .xs\:mr-12 {
    margin-right: 3rem !important;
  }

  .xs\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .xs\:mr-16 {
    margin-right: 4rem !important;
  }

  .xs\:mr-20 {
    margin-right: 5rem !important;
  }

  .xs\:mr-24 {
    margin-right: 6rem !important;
  }

  .xs\:mr-28 {
    margin-right: 7rem !important;
  }

  .xs\:mr-32 {
    margin-right: 8rem !important;
  }

  .xs\:mr-36 {
    margin-right: 9rem !important;
  }

  .xs\:mr-40 {
    margin-right: 10rem !important;
  }

  .xs\:mr-44 {
    margin-right: 11rem !important;
  }

  .xs\:mr-48 {
    margin-right: 12rem !important;
  }

  .xs\:mr-52 {
    margin-right: 13rem !important;
  }

  .xs\:mr-56 {
    margin-right: 14rem !important;
  }

  .xs\:mr-60 {
    margin-right: 15rem !important;
  }

  .xs\:mr-64 {
    margin-right: 16rem !important;
  }

  .xs\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .xs\:mr-80 {
    margin-right: 20rem !important;
  }

  .xs\:mr-96 {
    margin-right: 24rem !important;
  }

  .xs\:mr-108 {
    margin-right: 26rem !important;
  }

  .xs\:mr-112 {
    margin-right: 28rem !important;
  }

  .xs\:mr-120 {
    margin-right: 30rem !important;
  }

  .xs\:mr-136 {
    margin-right: 34rem !important;
  }

  .xs\:mr-140 {
    margin-right: 42rem !important;
  }

  .xs\:mr-144 {
    margin-right: 36rem !important;
  }

  .xs\:mr-320 {
    margin-right: 80rem !important;
  }

  .xs\:mr-auto {
    margin-right: auto !important;
  }

  .xs\:mr-px {
    margin-right: 1px !important;
  }

  .xs\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .xs\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .xs\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .xs\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .xs\:mr-50-em {
    margin-right: 50em !important;
  }

  .xs\:mr-26-em {
    margin-right: 26em !important;
  }

  .xs\:-mr-0 {
    margin-right: 0px !important;
  }

  .xs\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .xs\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .xs\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .xs\:-mr-4 {
    margin-right: -1rem !important;
  }

  .xs\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .xs\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .xs\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .xs\:-mr-8 {
    margin-right: -2rem !important;
  }

  .xs\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .xs\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .xs\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .xs\:-mr-12 {
    margin-right: -3rem !important;
  }

  .xs\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .xs\:-mr-16 {
    margin-right: -4rem !important;
  }

  .xs\:-mr-20 {
    margin-right: -5rem !important;
  }

  .xs\:-mr-24 {
    margin-right: -6rem !important;
  }

  .xs\:-mr-28 {
    margin-right: -7rem !important;
  }

  .xs\:-mr-32 {
    margin-right: -8rem !important;
  }

  .xs\:-mr-36 {
    margin-right: -9rem !important;
  }

  .xs\:-mr-40 {
    margin-right: -10rem !important;
  }

  .xs\:-mr-44 {
    margin-right: -11rem !important;
  }

  .xs\:-mr-48 {
    margin-right: -12rem !important;
  }

  .xs\:-mr-52 {
    margin-right: -13rem !important;
  }

  .xs\:-mr-56 {
    margin-right: -14rem !important;
  }

  .xs\:-mr-60 {
    margin-right: -15rem !important;
  }

  .xs\:-mr-64 {
    margin-right: -16rem !important;
  }

  .xs\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .xs\:-mr-80 {
    margin-right: -20rem !important;
  }

  .xs\:-mr-96 {
    margin-right: -24rem !important;
  }

  .xs\:-mr-108 {
    margin-right: -26rem !important;
  }

  .xs\:-mr-112 {
    margin-right: -28rem !important;
  }

  .xs\:-mr-120 {
    margin-right: -30rem !important;
  }

  .xs\:-mr-136 {
    margin-right: -34rem !important;
  }

  .xs\:-mr-140 {
    margin-right: -42rem !important;
  }

  .xs\:-mr-144 {
    margin-right: -36rem !important;
  }

  .xs\:-mr-320 {
    margin-right: -80rem !important;
  }

  .xs\:-mr-px {
    margin-right: -1px !important;
  }

  .xs\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .xs\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .xs\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .xs\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .xs\:-mr-50-em {
    margin-right: -50em !important;
  }

  .xs\:-mr-26-em {
    margin-right: -26em !important;
  }

  .xs\:mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .xs\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xs\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .xs\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .xs\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .xs\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .xs\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .xs\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .xs\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .xs\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .xs\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .xs\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .xs\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .xs\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .xs\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .xs\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .xs\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .xs\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .xs\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .xs\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .xs\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .xs\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .xs\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .xs\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .xs\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .xs\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .xs\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .xs\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .xs\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .xs\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .xs\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .xs\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .xs\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .xs\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .xs\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .xs\:mb-auto {
    margin-bottom: auto !important;
  }

  .xs\:mb-px {
    margin-bottom: 1px !important;
  }

  .xs\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .xs\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .xs\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .xs\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .xs\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .xs\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .xs\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .xs\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .xs\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .xs\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .xs\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .xs\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .xs\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .xs\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .xs\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .xs\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .xs\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .xs\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .xs\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .xs\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .xs\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .xs\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .xs\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .xs\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .xs\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .xs\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .xs\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .xs\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .xs\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .xs\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .xs\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .xs\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .xs\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .xs\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .xs\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .xs\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .xs\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .xs\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .xs\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .xs\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .xs\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .xs\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .xs\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .xs\:-mb-px {
    margin-bottom: -1px !important;
  }

  .xs\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .xs\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .xs\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .xs\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .xs\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .xs\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .xs\:ml-0 {
    margin-left: 0px !important;
  }

  .xs\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .xs\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .xs\:ml-4 {
    margin-left: 1rem !important;
  }

  .xs\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .xs\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .xs\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .xs\:ml-8 {
    margin-left: 2rem !important;
  }

  .xs\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .xs\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .xs\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .xs\:ml-12 {
    margin-left: 3rem !important;
  }

  .xs\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .xs\:ml-16 {
    margin-left: 4rem !important;
  }

  .xs\:ml-20 {
    margin-left: 5rem !important;
  }

  .xs\:ml-24 {
    margin-left: 6rem !important;
  }

  .xs\:ml-28 {
    margin-left: 7rem !important;
  }

  .xs\:ml-32 {
    margin-left: 8rem !important;
  }

  .xs\:ml-36 {
    margin-left: 9rem !important;
  }

  .xs\:ml-40 {
    margin-left: 10rem !important;
  }

  .xs\:ml-44 {
    margin-left: 11rem !important;
  }

  .xs\:ml-48 {
    margin-left: 12rem !important;
  }

  .xs\:ml-52 {
    margin-left: 13rem !important;
  }

  .xs\:ml-56 {
    margin-left: 14rem !important;
  }

  .xs\:ml-60 {
    margin-left: 15rem !important;
  }

  .xs\:ml-64 {
    margin-left: 16rem !important;
  }

  .xs\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .xs\:ml-80 {
    margin-left: 20rem !important;
  }

  .xs\:ml-96 {
    margin-left: 24rem !important;
  }

  .xs\:ml-108 {
    margin-left: 26rem !important;
  }

  .xs\:ml-112 {
    margin-left: 28rem !important;
  }

  .xs\:ml-120 {
    margin-left: 30rem !important;
  }

  .xs\:ml-136 {
    margin-left: 34rem !important;
  }

  .xs\:ml-140 {
    margin-left: 42rem !important;
  }

  .xs\:ml-144 {
    margin-left: 36rem !important;
  }

  .xs\:ml-320 {
    margin-left: 80rem !important;
  }

  .xs\:ml-auto {
    margin-left: auto !important;
  }

  .xs\:ml-px {
    margin-left: 1px !important;
  }

  .xs\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .xs\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .xs\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .xs\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .xs\:ml-50-em {
    margin-left: 50em !important;
  }

  .xs\:ml-26-em {
    margin-left: 26em !important;
  }

  .xs\:-ml-0 {
    margin-left: 0px !important;
  }

  .xs\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .xs\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .xs\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .xs\:-ml-4 {
    margin-left: -1rem !important;
  }

  .xs\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .xs\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .xs\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .xs\:-ml-8 {
    margin-left: -2rem !important;
  }

  .xs\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .xs\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .xs\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .xs\:-ml-12 {
    margin-left: -3rem !important;
  }

  .xs\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .xs\:-ml-16 {
    margin-left: -4rem !important;
  }

  .xs\:-ml-20 {
    margin-left: -5rem !important;
  }

  .xs\:-ml-24 {
    margin-left: -6rem !important;
  }

  .xs\:-ml-28 {
    margin-left: -7rem !important;
  }

  .xs\:-ml-32 {
    margin-left: -8rem !important;
  }

  .xs\:-ml-36 {
    margin-left: -9rem !important;
  }

  .xs\:-ml-40 {
    margin-left: -10rem !important;
  }

  .xs\:-ml-44 {
    margin-left: -11rem !important;
  }

  .xs\:-ml-48 {
    margin-left: -12rem !important;
  }

  .xs\:-ml-52 {
    margin-left: -13rem !important;
  }

  .xs\:-ml-56 {
    margin-left: -14rem !important;
  }

  .xs\:-ml-60 {
    margin-left: -15rem !important;
  }

  .xs\:-ml-64 {
    margin-left: -16rem !important;
  }

  .xs\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .xs\:-ml-80 {
    margin-left: -20rem !important;
  }

  .xs\:-ml-96 {
    margin-left: -24rem !important;
  }

  .xs\:-ml-108 {
    margin-left: -26rem !important;
  }

  .xs\:-ml-112 {
    margin-left: -28rem !important;
  }

  .xs\:-ml-120 {
    margin-left: -30rem !important;
  }

  .xs\:-ml-136 {
    margin-left: -34rem !important;
  }

  .xs\:-ml-140 {
    margin-left: -42rem !important;
  }

  .xs\:-ml-144 {
    margin-left: -36rem !important;
  }

  .xs\:-ml-320 {
    margin-left: -80rem !important;
  }

  .xs\:-ml-px {
    margin-left: -1px !important;
  }

  .xs\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .xs\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .xs\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .xs\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .xs\:-ml-50-em {
    margin-left: -50em !important;
  }

  .xs\:-ml-26-em {
    margin-left: -26em !important;
  }

  .xs\:box-border {
    box-sizing: border-box !important;
  }

  .xs\:box-content {
    box-sizing: content-box !important;
  }

  .xs\:block {
    display: block !important;
  }

  .xs\:inline-block {
    display: inline-block !important;
  }

  .xs\:inline {
    display: inline !important;
  }

  .xs\:flex {
    display: flex !important;
  }

  .xs\:inline-flex {
    display: inline-flex !important;
  }

  .xs\:table {
    display: table !important;
  }

  .xs\:inline-table {
    display: inline-table !important;
  }

  .xs\:table-caption {
    display: table-caption !important;
  }

  .xs\:table-cell {
    display: table-cell !important;
  }

  .xs\:table-column {
    display: table-column !important;
  }

  .xs\:table-column-group {
    display: table-column-group !important;
  }

  .xs\:table-footer-group {
    display: table-footer-group !important;
  }

  .xs\:table-header-group {
    display: table-header-group !important;
  }

  .xs\:table-row-group {
    display: table-row-group !important;
  }

  .xs\:table-row {
    display: table-row !important;
  }

  .xs\:flow-root {
    display: flow-root !important;
  }

  .xs\:grid {
    display: grid !important;
  }

  .xs\:inline-grid {
    display: inline-grid !important;
  }

  .xs\:contents {
    display: contents !important;
  }

  .xs\:list-item {
    display: list-item !important;
  }

  .xs\:hidden {
    display: none !important;
  }

  .xs\:h-0 {
    height: 0px !important;
  }

  .xs\:h-1 {
    height: 0.25rem !important;
  }

  .xs\:h-2 {
    height: 0.5rem !important;
  }

  .xs\:h-3 {
    height: 0.75rem !important;
  }

  .xs\:h-4 {
    height: 1rem !important;
  }

  .xs\:h-5 {
    height: 1.25rem !important;
  }

  .xs\:h-6 {
    height: 1.5rem !important;
  }

  .xs\:h-7 {
    height: 1.75rem !important;
  }

  .xs\:h-8 {
    height: 2rem !important;
  }

  .xs\:h-9 {
    height: 2.25rem !important;
  }

  .xs\:h-10 {
    height: 2.5rem !important;
  }

  .xs\:h-11 {
    height: 2.75rem !important;
  }

  .xs\:h-12 {
    height: 3rem !important;
  }

  .xs\:h-14 {
    height: 3.5rem !important;
  }

  .xs\:h-16 {
    height: 4rem !important;
  }

  .xs\:h-20 {
    height: 5rem !important;
  }

  .xs\:h-24 {
    height: 6rem !important;
  }

  .xs\:h-28 {
    height: 7rem !important;
  }

  .xs\:h-32 {
    height: 8rem !important;
  }

  .xs\:h-36 {
    height: 9rem !important;
  }

  .xs\:h-40 {
    height: 10rem !important;
  }

  .xs\:h-44 {
    height: 11rem !important;
  }

  .xs\:h-48 {
    height: 12rem !important;
  }

  .xs\:h-52 {
    height: 13rem !important;
  }

  .xs\:h-56 {
    height: 14rem !important;
  }

  .xs\:h-60 {
    height: 15rem !important;
  }

  .xs\:h-64 {
    height: 16rem !important;
  }

  .xs\:h-72 {
    height: 18.5rem !important;
  }

  .xs\:h-80 {
    height: 20rem !important;
  }

  .xs\:h-88 {
    height: 22rem !important;
  }

  .xs\:h-89 {
    height: 26rem !important;
  }

  .xs\:h-90 {
    height: 30rem !important;
  }

  .xs\:h-96 {
    height: 24rem !important;
  }

  .xs\:h-108 {
    height: 26rem !important;
  }

  .xs\:h-112 {
    height: 28rem !important;
  }

  .xs\:h-120 {
    height: 30rem !important;
  }

  .xs\:h-128 {
    height: 32rem !important;
  }

  .xs\:h-136 {
    height: 34rem !important;
  }

  .xs\:h-140 {
    height: 42rem !important;
  }

  .xs\:h-144 {
    height: 36rem !important;
  }

  .xs\:h-288 {
    height: 40rem !important;
  }

  .xs\:h-320 {
    height: 80rem !important;
  }

  .xs\:h-768 {
    height: 45rem !important;
  }

  .xs\:h-800 {
    height: 50rem !important;
  }

  .xs\:h-856 {
    height: 65rem !important;
  }

  .xs\:h-auto {
    height: auto !important;
  }

  .xs\:h-px {
    height: 1px !important;
  }

  .xs\:h-0\.5 {
    height: 0.125rem !important;
  }

  .xs\:h-1\.5 {
    height: 0.375rem !important;
  }

  .xs\:h-2\.5 {
    height: 0.625rem !important;
  }

  .xs\:h-3\.5 {
    height: 0.875rem !important;
  }

  .xs\:h-50-em {
    height: 50em !important;
  }

  .xs\:h-26-em {
    height: 26em !important;
  }

  .xs\:h-1\/2 {
    height: 50% !important;
  }

  .xs\:h-1\/3 {
    height: 33.333333% !important;
  }

  .xs\:h-2\/3 {
    height: 66.666667% !important;
  }

  .xs\:h-1\/4 {
    height: 25% !important;
  }

  .xs\:h-2\/4 {
    height: 50% !important;
  }

  .xs\:h-3\/4 {
    height: 75% !important;
  }

  .xs\:h-1\/5 {
    height: 20% !important;
  }

  .xs\:h-2\/5 {
    height: 40% !important;
  }

  .xs\:h-3\/5 {
    height: 60% !important;
  }

  .xs\:h-4\/5 {
    height: 80% !important;
  }

  .xs\:h-1\/6 {
    height: 16.666667% !important;
  }

  .xs\:h-2\/6 {
    height: 33.333333% !important;
  }

  .xs\:h-3\/6 {
    height: 50% !important;
  }

  .xs\:h-4\/6 {
    height: 66.666667% !important;
  }

  .xs\:h-5\/6 {
    height: 83.333333% !important;
  }

  .xs\:h-full {
    height: 100% !important;
  }

  .xs\:h-screen {
    height: 100vh !important;
  }

  .xs\:h-\[300px\] {
    height: 300px !important;
  }

  .xs\:h-\[130px\] {
    height: 130px !important;
  }

  .xs\:max-h-0 {
    max-height: 0px !important;
  }

  .xs\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .xs\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .xs\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .xs\:max-h-4 {
    max-height: 1rem !important;
  }

  .xs\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .xs\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .xs\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .xs\:max-h-8 {
    max-height: 2rem !important;
  }

  .xs\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .xs\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .xs\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .xs\:max-h-12 {
    max-height: 3rem !important;
  }

  .xs\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .xs\:max-h-16 {
    max-height: 4rem !important;
  }

  .xs\:max-h-20 {
    max-height: 5rem !important;
  }

  .xs\:max-h-24 {
    max-height: 6rem !important;
  }

  .xs\:max-h-28 {
    max-height: 7rem !important;
  }

  .xs\:max-h-32 {
    max-height: 8rem !important;
  }

  .xs\:max-h-36 {
    max-height: 9rem !important;
  }

  .xs\:max-h-40 {
    max-height: 10rem !important;
  }

  .xs\:max-h-44 {
    max-height: 11rem !important;
  }

  .xs\:max-h-48 {
    max-height: 12rem !important;
  }

  .xs\:max-h-52 {
    max-height: 13rem !important;
  }

  .xs\:max-h-56 {
    max-height: 14rem !important;
  }

  .xs\:max-h-60 {
    max-height: 15rem !important;
  }

  .xs\:max-h-64 {
    max-height: 16rem !important;
  }

  .xs\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .xs\:max-h-80 {
    max-height: 20rem !important;
  }

  .xs\:max-h-96 {
    max-height: 24rem !important;
  }

  .xs\:max-h-108 {
    max-height: 26rem !important;
  }

  .xs\:max-h-112 {
    max-height: 28rem !important;
  }

  .xs\:max-h-120 {
    max-height: 30rem !important;
  }

  .xs\:max-h-136 {
    max-height: 34rem !important;
  }

  .xs\:max-h-140 {
    max-height: 42rem !important;
  }

  .xs\:max-h-144 {
    max-height: 36rem !important;
  }

  .xs\:max-h-320 {
    max-height: 80rem !important;
  }

  .xs\:max-h-768 {
    max-height: 45rem !important;
  }

  .xs\:max-h-px {
    max-height: 1px !important;
  }

  .xs\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .xs\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .xs\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .xs\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .xs\:max-h-50-em {
    max-height: 50em !important;
  }

  .xs\:max-h-26-em {
    max-height: 26em !important;
  }

  .xs\:max-h-full {
    max-height: 100% !important;
  }

  .xs\:max-h-screen {
    max-height: 100vh !important;
  }

  .xs\:max-h-8xl {
    max-height: 88rem !important;
  }

  .xs\:max-h-9xl {
    max-height: 95rem !important;
  }

  .xs\:max-h-sxl {
    max-height: 90% !important;
  }

  .xs\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .xs\:min-h-0 {
    min-height: 0px !important;
  }

  .xs\:min-h-32 {
    min-height: 8rem !important;
  }

  .xs\:min-h-40 {
    min-height: 10rem !important;
  }

  .xs\:min-h-44 {
    min-height: 11rem !important;
  }

  .xs\:min-h-48 {
    min-height: 12rem !important;
  }

  .xs\:min-h-768 {
    min-height: 45rem !important;
  }

  .xs\:min-h-full {
    min-height: 100% !important;
  }

  .xs\:min-h-screen {
    min-height: 100vh !important;
  }

  .xs\:w-0 {
    width: 0px !important;
  }

  .xs\:w-1 {
    width: 0.25rem !important;
  }

  .xs\:w-2 {
    width: 0.5rem !important;
  }

  .xs\:w-3 {
    width: 0.75rem !important;
  }

  .xs\:w-4 {
    width: 1rem !important;
  }

  .xs\:w-5 {
    width: 1.25rem !important;
  }

  .xs\:w-6 {
    width: 1.5rem !important;
  }

  .xs\:w-7 {
    width: 1.75rem !important;
  }

  .xs\:w-8 {
    width: 2rem !important;
  }

  .xs\:w-9 {
    width: 2.25rem !important;
  }

  .xs\:w-10 {
    width: 2.5rem !important;
  }

  .xs\:w-11 {
    width: 2.75rem !important;
  }

  .xs\:w-12 {
    width: 3rem !important;
  }

  .xs\:w-14 {
    width: 3.5rem !important;
  }

  .xs\:w-16 {
    width: 4rem !important;
  }

  .xs\:w-20 {
    width: 5rem !important;
  }

  .xs\:w-24 {
    width: 6rem !important;
  }

  .xs\:w-28 {
    width: 7rem !important;
  }

  .xs\:w-32 {
    width: 8rem !important;
  }

  .xs\:w-36 {
    width: 9rem !important;
  }

  .xs\:w-40 {
    width: 10rem !important;
  }

  .xs\:w-44 {
    width: 11rem !important;
  }

  .xs\:w-48 {
    width: 12rem !important;
  }

  .xs\:w-52 {
    width: 13rem !important;
  }

  .xs\:w-56 {
    width: 14rem !important;
  }

  .xs\:w-60 {
    width: 15rem !important;
  }

  .xs\:w-64 {
    width: 16rem !important;
  }

  .xs\:w-72 {
    width: 18.5rem !important;
  }

  .xs\:w-80 {
    width: 20rem !important;
  }

  .xs\:w-96 {
    width: 24rem !important;
  }

  .xs\:w-100 {
    width: 25rem !important;
  }

  .xs\:w-108 {
    width: 26rem !important;
  }

  .xs\:w-112 {
    width: 28rem !important;
  }

  .xs\:w-120 {
    width: 30rem !important;
  }

  .xs\:w-128 {
    width: 32rem !important;
  }

  .xs\:w-132 {
    width: 33rem !important;
  }

  .xs\:w-136 {
    width: 34rem !important;
  }

  .xs\:w-140 {
    width: 35rem !important;
  }

  .xs\:w-144 {
    width: 36rem !important;
  }

  .xs\:w-160 {
    width: 40rem !important;
  }

  .xs\:w-180 {
    width: 45rem !important;
  }

  .xs\:w-190 {
    width: 47rem !important;
  }

  .xs\:w-195 {
    width: 50rem !important;
  }

  .xs\:w-200 {
    width: 75rem !important;
  }

  .xs\:w-320 {
    width: 80rem !important;
  }

  .xs\:w-auto {
    width: auto !important;
  }

  .xs\:w-px {
    width: 1px !important;
  }

  .xs\:w-0\.5 {
    width: 0.125rem !important;
  }

  .xs\:w-1\.5 {
    width: 0.375rem !important;
  }

  .xs\:w-2\.5 {
    width: 0.625rem !important;
  }

  .xs\:w-3\.5 {
    width: 0.875rem !important;
  }

  .xs\:w-50-em {
    width: 50em !important;
  }

  .xs\:w-26-em {
    width: 26em !important;
  }

  .xs\:w-1\/2 {
    width: 50% !important;
  }

  .xs\:w-1\/3 {
    width: 33.333333% !important;
  }

  .xs\:w-2\/3 {
    width: 66.666667% !important;
  }

  .xs\:w-1\/4 {
    width: 25% !important;
  }

  .xs\:w-2\/4 {
    width: 50% !important;
  }

  .xs\:w-3\/4 {
    width: 75% !important;
  }

  .xs\:w-1\/5 {
    width: 20% !important;
  }

  .xs\:w-2\/5 {
    width: 40% !important;
  }

  .xs\:w-3\/5 {
    width: 60% !important;
  }

  .xs\:w-4\/5 {
    width: 80% !important;
  }

  .xs\:w-1\/6 {
    width: 16.666667% !important;
  }

  .xs\:w-2\/6 {
    width: 33.333333% !important;
  }

  .xs\:w-3\/6 {
    width: 50% !important;
  }

  .xs\:w-4\/6 {
    width: 66.666667% !important;
  }

  .xs\:w-5\/6 {
    width: 83.333333% !important;
  }

  .xs\:w-1\/12 {
    width: 8.333333% !important;
  }

  .xs\:w-2\/12 {
    width: 16.666667% !important;
  }

  .xs\:w-3\/12 {
    width: 25% !important;
  }

  .xs\:w-4\/12 {
    width: 33.333333% !important;
  }

  .xs\:w-5\/12 {
    width: 41.666667% !important;
  }

  .xs\:w-6\/12 {
    width: 50% !important;
  }

  .xs\:w-7\/12 {
    width: 58.333333% !important;
  }

  .xs\:w-8\/12 {
    width: 66.666667% !important;
  }

  .xs\:w-9\/12 {
    width: 75% !important;
  }

  .xs\:w-10\/12 {
    width: 83.333333% !important;
  }

  .xs\:w-11\/12 {
    width: 91.666667% !important;
  }

  .xs\:w-full {
    width: 100% !important;
  }

  .xs\:w-screen {
    width: 100vw !important;
  }

  .xs\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .xs\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .xs\:w-\[350px\] {
    width: 350px !important;
  }

  .xs\:w-\[127px\] {
    width: 127px !important;
  }

  .xs\:w-\[300px\] {
    width: 300px !important;
  }

  .xs\:w-\[600px\] {
    width: 600px !important;
  }

  .xs\:w-\[140px\] {
    width: 140px !important;
  }

  .xs\:w-\[170px\] {
    width: 170px !important;
  }

  .xs\:w-\[150px\] {
    width: 150px !important;
  }

  .xs\:w-\[130px\] {
    width: 130px !important;
  }

  .xs\:min-w-0 {
    min-width: 0px !important;
  }

  .xs\:min-w-full {
    min-width: 100% !important;
  }

  .xs\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .xs\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .xs\:max-w-0 {
    max-width: 0rem !important;
  }

  .xs\:max-w-none {
    max-width: none !important;
  }

  .xs\:max-w-xs {
    max-width: 20rem !important;
  }

  .xs\:max-w-sm {
    max-width: 24rem !important;
  }

  .xs\:max-w-md {
    max-width: 28rem !important;
  }

  .xs\:max-w-lg {
    max-width: 32rem !important;
  }

  .xs\:max-w-xl {
    max-width: 36rem !important;
  }

  .xs\:max-w-2xl {
    max-width: 42rem !important;
  }

  .xs\:max-w-3xl {
    max-width: 48rem !important;
  }

  .xs\:max-w-4xl {
    max-width: 56rem !important;
  }

  .xs\:max-w-5xl {
    max-width: 64rem !important;
  }

  .xs\:max-w-6xl {
    max-width: 72rem !important;
  }

  .xs\:max-w-7xl {
    max-width: 80rem !important;
  }

  .xs\:max-w-full {
    max-width: 100% !important;
  }

  .xs\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .xs\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .xs\:max-w-prose {
    max-width: 65ch !important;
  }

  .xs\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .xs\:max-w-screen-md {
    max-width: 768px !important;
  }

  .xs\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .xs\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .xs\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .xs\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .xs\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .xs\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .xs\:max-w-8xl {
    max-width: 88rem !important;
  }

  .xs\:max-w-9xl {
    max-width: 95rem !important;
  }

  .xs\:max-w-sxl {
    max-width: 90% !important;
  }

  .xs\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .xs\:flex-1 {
    flex: 1 1 0% !important;
  }

  .xs\:flex-auto {
    flex: 1 1 auto !important;
  }

  .xs\:flex-initial {
    flex: 0 1 auto !important;
  }

  .xs\:flex-none {
    flex: none !important;
  }

  .xs\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .xs\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .xs\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .xs\:flex-grow {
    flex-grow: 1 !important;
  }

  .xs\:table-auto {
    table-layout: auto !important;
  }

  .xs\:table-fixed {
    table-layout: fixed !important;
  }

  .xs\:border-collapse {
    border-collapse: collapse !important;
  }

  .xs\:border-separate {
    border-collapse: separate !important;
  }

  .xs\:origin-center {
    transform-origin: center !important;
  }

  .xs\:origin-top {
    transform-origin: top !important;
  }

  .xs\:origin-top-right {
    transform-origin: top right !important;
  }

  .xs\:origin-right {
    transform-origin: right !important;
  }

  .xs\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .xs\:origin-bottom {
    transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .xs\:origin-left {
    transform-origin: left !important;
  }

  .xs\:origin-top-left {
    transform-origin: top left !important;
  }

  .xs\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .xs\:transform-none {
    transform: none !important;
  }

  .xs\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .xs\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .xs\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .xs\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .xs\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .xs\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .xs\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .xs\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .xs\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .xs\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .xs\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .xs\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .xs\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .xs\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .xs\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .xs\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .xs\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .xs\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .xs\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .xs\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .xs\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .xs\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .xs\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .xs\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .xs\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .xs\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .xs\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .xs\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .xs\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .xs\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .xs\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .xs\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .xs\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .xs\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .xs\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .xs\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .xs\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .xs\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .xs\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .xs\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .xs\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .xs\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .xs\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .xs\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .xs\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .xs\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .xs\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .xs\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .xs\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .xs\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .xs\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .xs\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .xs\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .xs\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .xs\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .xs\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .xs\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .xs\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .xs\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .xs\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .xs\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .xs\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .xs\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .xs\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .xs\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .xs\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .xs\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .xs\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .xs\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .xs\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .xs\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .xs\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .xs\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .xs\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .xs\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .xs\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .xs\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .xs\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .xs\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .xs\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .xs\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .xs\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .xs\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .xs\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .xs\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .xs\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .xs\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .xs\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .xs\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .xs\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .xs\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .xs\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .xs\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .xs\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .xs\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .xs\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .xs\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .xs\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .xs\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .xs\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .xs\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .xs\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .xs\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .xs\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .xs\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .xs\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .xs\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .xs\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .xs\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .xs\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .xs\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .xs\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .xs\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .xs\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .xs\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .xs\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .xs\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .xs\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .xs\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .xs\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .xs\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .xs\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .xs\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .xs\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .xs\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .xs\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .xs\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .xs\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .xs\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .xs\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .xs\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .xs\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .xs\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .xs\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .xs\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .xs\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .xs\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .xs\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .xs\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .xs\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .xs\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .xs\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .xs\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .xs\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .xs\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .xs\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .xs\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .xs\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .xs\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .xs\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .xs\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .xs\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .xs\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .xs\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .xs\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .xs\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .xs\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .xs\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .xs\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .xs\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .xs\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .xs\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .xs\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .xs\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .xs\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .xs\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .xs\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .xs\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .xs\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .xs\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .xs\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .xs\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .xs\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .xs\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .xs\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .xs\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .xs\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .xs\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .xs\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .xs\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .xs\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .xs\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .xs\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .xs\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .xs\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .xs\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .xs\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .xs\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .xs\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .xs\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .xs\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .xs\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .xs\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .xs\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .xs\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .xs\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .xs\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .xs\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .xs\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .xs\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .xs\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .xs\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .xs\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .xs\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .xs\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .xs\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .xs\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .xs\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .xs\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .xs\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .xs\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .xs\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .xs\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .xs\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .xs\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .xs\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .xs\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .xs\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .xs\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .xs\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .xs\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .xs\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .xs\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .xs\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .xs\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .xs\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .xs\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .xs\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .xs\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .xs\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .xs\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .xs\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .xs\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .xs\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .xs\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .xs\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .xs\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .xs\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .xs\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .xs\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .xs\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .xs\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .xs\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .xs\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .xs\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .xs\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .xs\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .xs\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .xs\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .xs\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .xs\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .xs\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .xs\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .xs\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .xs\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .xs\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .xs\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .xs\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .xs\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .xs\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .xs\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .xs\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .xs\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .xs\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .xs\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .xs\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .xs\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .xs\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .xs\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .xs\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .xs\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .xs\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .xs\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .xs\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .xs\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .xs\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .xs\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .xs\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .xs\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .xs\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .xs\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .xs\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .xs\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .xs\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .xs\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .xs\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .xs\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .xs\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .xs\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .xs\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .xs\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .xs\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .xs\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .xs\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .xs\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .xs\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .xs\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .xs\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .xs\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .xs\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .xs\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .xs\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .xs\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .xs\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .xs\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .xs\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .xs\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .xs\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .xs\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .xs\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .xs\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .xs\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .xs\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .xs\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .xs\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .xs\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .xs\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .xs\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .xs\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .xs\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .xs\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .xs\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .xs\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .xs\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .xs\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .xs\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .xs\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .xs\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .xs\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .xs\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .xs\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .xs\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .xs\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .xs\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .xs\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .xs\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .xs\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .xs\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .xs\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .xs\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .xs\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .xs\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .xs\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .xs\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .xs\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .xs\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .xs\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .xs\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .xs\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .xs\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .xs\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .xs\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .xs\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .xs\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .xs\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .xs\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .xs\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .xs\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .xs\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .xs\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .xs\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .xs\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .xs\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .xs\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .xs\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .xs\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .xs\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .xs\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .xs\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .xs\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .xs\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .xs\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .xs\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .xs\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .xs\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .xs\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .xs\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .xs\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .xs\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .xs\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .xs\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .xs\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .xs\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .xs\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .xs\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .xs\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .xs\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .xs\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .xs\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .xs\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .xs\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .xs\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .xs\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .xs\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .xs\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .xs\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .xs\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .xs\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .xs\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .xs\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .xs\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .xs\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .xs\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .xs\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .xs\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .xs\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .xs\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .xs\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .xs\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .xs\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .xs\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .xs\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .xs\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .xs\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .xs\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .xs\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .xs\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .xs\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .xs\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .xs\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .xs\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .xs\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .xs\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .xs\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .xs\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .xs\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .xs\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .xs\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .xs\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .xs\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .xs\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .xs\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .xs\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .xs\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .xs\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .xs\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .xs\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .xs\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .xs\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .xs\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .xs\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .xs\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .xs\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .xs\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .xs\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .xs\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .xs\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .xs\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .xs\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .xs\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .xs\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .xs\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .xs\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .xs\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .xs\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .xs\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .xs\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .xs\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .xs\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .xs\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .xs\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .xs\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .xs\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .xs\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .xs\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .xs\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .xs\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .xs\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .xs\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .xs\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .xs\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .xs\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .xs\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .xs\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .xs\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .xs\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .xs\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .xs\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .xs\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .xs\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .xs\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .xs\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .xs\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .xs\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .xs\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .xs\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .xs\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .xs\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .xs\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .xs\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .xs\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .xs\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .xs\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .xs\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .xs\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .xs\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .xs\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .xs\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .xs\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .xs\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .xs\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .xs\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .xs\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .xs\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .xs\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .xs\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .xs\:animate-none {
    animation: none !important;
  }

  .xs\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .xs\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:cursor-auto {
    cursor: auto !important;
  }

  .xs\:cursor-default {
    cursor: default !important;
  }

  .xs\:cursor-pointer {
    cursor: pointer !important;
  }

  .xs\:cursor-wait {
    cursor: wait !important;
  }

  .xs\:cursor-text {
    cursor: text !important;
  }

  .xs\:cursor-move {
    cursor: move !important;
  }

  .xs\:cursor-help {
    cursor: help !important;
  }

  .xs\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .xs\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xs\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xs\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xs\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xs\:resize-none {
    resize: none !important;
  }

  .xs\:resize-y {
    resize: vertical !important;
  }

  .xs\:resize-x {
    resize: horizontal !important;
  }

  .xs\:resize {
    resize: both !important;
  }

  .xs\:list-inside {
    list-style-position: inside !important;
  }

  .xs\:list-outside {
    list-style-position: outside !important;
  }

  .xs\:list-none {
    list-style-type: none !important;
  }

  .xs\:list-disc {
    list-style-type: disc !important;
  }

  .xs\:list-decimal {
    list-style-type: decimal !important;
  }

  .xs\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xs\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xs\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .xs\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .xs\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .xs\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .xs\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xs\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .xs\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xs\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .xs\:flex-row {
    flex-direction: row !important;
  }

  .xs\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .xs\:flex-col {
    flex-direction: column !important;
  }

  .xs\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .xs\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xs\:place-content-center {
    place-content: center !important;
  }

  .xs\:place-content-start {
    place-content: start !important;
  }

  .xs\:place-content-end {
    place-content: end !important;
  }

  .xs\:place-content-between {
    place-content: space-between !important;
  }

  .xs\:place-content-around {
    place-content: space-around !important;
  }

  .xs\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .xs\:place-content-stretch {
    place-content: stretch !important;
  }

  .xs\:place-items-start {
    place-items: start !important;
  }

  .xs\:place-items-end {
    place-items: end !important;
  }

  .xs\:place-items-center {
    place-items: center !important;
  }

  .xs\:place-items-stretch {
    place-items: stretch !important;
  }

  .xs\:content-center {
    align-content: center !important;
  }

  .xs\:content-start {
    align-content: flex-start !important;
  }

  .xs\:content-end {
    align-content: flex-end !important;
  }

  .xs\:content-between {
    align-content: space-between !important;
  }

  .xs\:content-around {
    align-content: space-around !important;
  }

  .xs\:content-evenly {
    align-content: space-evenly !important;
  }

  .xs\:items-start {
    align-items: flex-start !important;
  }

  .xs\:items-end {
    align-items: flex-end !important;
  }

  .xs\:items-center {
    align-items: center !important;
  }

  .xs\:items-baseline {
    align-items: baseline !important;
  }

  .xs\:items-stretch {
    align-items: stretch !important;
  }

  .xs\:justify-start {
    justify-content: flex-start !important;
  }

  .xs\:justify-end {
    justify-content: flex-end !important;
  }

  .xs\:justify-center {
    justify-content: center !important;
  }

  .xs\:justify-between {
    justify-content: space-between !important;
  }

  .xs\:justify-around {
    justify-content: space-around !important;
  }

  .xs\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .xs\:justify-items-start {
    justify-items: start !important;
  }

  .xs\:justify-items-end {
    justify-items: end !important;
  }

  .xs\:justify-items-center {
    justify-items: center !important;
  }

  .xs\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .xs\:gap-0 {
    gap: 0px !important;
  }

  .xs\:gap-1 {
    gap: 0.25rem !important;
  }

  .xs\:gap-2 {
    gap: 0.5rem !important;
  }

  .xs\:gap-3 {
    gap: 0.75rem !important;
  }

  .xs\:gap-4 {
    gap: 1rem !important;
  }

  .xs\:gap-5 {
    gap: 1.25rem !important;
  }

  .xs\:gap-6 {
    gap: 1.5rem !important;
  }

  .xs\:gap-7 {
    gap: 1.75rem !important;
  }

  .xs\:gap-8 {
    gap: 2rem !important;
  }

  .xs\:gap-9 {
    gap: 2.25rem !important;
  }

  .xs\:gap-10 {
    gap: 2.5rem !important;
  }

  .xs\:gap-11 {
    gap: 2.75rem !important;
  }

  .xs\:gap-12 {
    gap: 3rem !important;
  }

  .xs\:gap-14 {
    gap: 3.5rem !important;
  }

  .xs\:gap-16 {
    gap: 4rem !important;
  }

  .xs\:gap-20 {
    gap: 5rem !important;
  }

  .xs\:gap-24 {
    gap: 6rem !important;
  }

  .xs\:gap-28 {
    gap: 7rem !important;
  }

  .xs\:gap-32 {
    gap: 8rem !important;
  }

  .xs\:gap-36 {
    gap: 9rem !important;
  }

  .xs\:gap-40 {
    gap: 10rem !important;
  }

  .xs\:gap-44 {
    gap: 11rem !important;
  }

  .xs\:gap-48 {
    gap: 12rem !important;
  }

  .xs\:gap-52 {
    gap: 13rem !important;
  }

  .xs\:gap-56 {
    gap: 14rem !important;
  }

  .xs\:gap-60 {
    gap: 15rem !important;
  }

  .xs\:gap-64 {
    gap: 16rem !important;
  }

  .xs\:gap-72 {
    gap: 18.5rem !important;
  }

  .xs\:gap-80 {
    gap: 20rem !important;
  }

  .xs\:gap-96 {
    gap: 24rem !important;
  }

  .xs\:gap-108 {
    gap: 26rem !important;
  }

  .xs\:gap-112 {
    gap: 28rem !important;
  }

  .xs\:gap-120 {
    gap: 30rem !important;
  }

  .xs\:gap-136 {
    gap: 34rem !important;
  }

  .xs\:gap-140 {
    gap: 42rem !important;
  }

  .xs\:gap-144 {
    gap: 36rem !important;
  }

  .xs\:gap-320 {
    gap: 80rem !important;
  }

  .xs\:gap-px {
    gap: 1px !important;
  }

  .xs\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .xs\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .xs\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .xs\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .xs\:gap-50-em {
    gap: 50em !important;
  }

  .xs\:gap-26-em {
    gap: 26em !important;
  }

  .xs\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .xs\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xs\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xs\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .xs\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xs\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .xs\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xs\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .xs\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xs\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .xs\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xs\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xs\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xs\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .xs\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xs\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .xs\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xs\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .xs\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xs\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .xs\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xs\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .xs\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xs\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .xs\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .xs\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .xs\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .xs\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .xs\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .xs\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .xs\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .xs\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .xs\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .xs\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xs\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .xs\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .xs\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .xs\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .xs\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .xs\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .xs\:gap-y-0 {
    row-gap: 0px !important;
  }

  .xs\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .xs\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .xs\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .xs\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .xs\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .xs\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .xs\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .xs\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .xs\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .xs\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .xs\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .xs\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .xs\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .xs\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .xs\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .xs\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .xs\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .xs\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .xs\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .xs\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .xs\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .xs\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .xs\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .xs\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .xs\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .xs\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .xs\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .xs\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .xs\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .xs\:gap-y-px {
    row-gap: 1px !important;
  }

  .xs\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .xs\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .xs\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .xs\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .xs\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .xs\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .xs\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .xs\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .xs\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .xs\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .xs\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .xs\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .xs\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .xs\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .xs\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .xs\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .xs\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .xs\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .xs\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .xs\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .xs\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .xs\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .xs\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .xs\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .xs\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .xs\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .xs\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .xs\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .xs\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .xs\:place-self-auto {
    place-self: auto !important;
  }

  .xs\:place-self-start {
    place-self: start !important;
  }

  .xs\:place-self-end {
    place-self: end !important;
  }

  .xs\:place-self-center {
    place-self: center !important;
  }

  .xs\:place-self-stretch {
    place-self: stretch !important;
  }

  .xs\:self-auto {
    align-self: auto !important;
  }

  .xs\:self-start {
    align-self: flex-start !important;
  }

  .xs\:self-end {
    align-self: flex-end !important;
  }

  .xs\:self-center {
    align-self: center !important;
  }

  .xs\:self-stretch {
    align-self: stretch !important;
  }

  .xs\:self-baseline {
    align-self: baseline !important;
  }

  .xs\:justify-self-auto {
    justify-self: auto !important;
  }

  .xs\:justify-self-start {
    justify-self: start !important;
  }

  .xs\:justify-self-end {
    justify-self: end !important;
  }

  .xs\:justify-self-center {
    justify-self: center !important;
  }

  .xs\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .xs\:overflow-auto {
    overflow: auto !important;
  }

  .xs\:overflow-hidden {
    overflow: hidden !important;
  }

  .xs\:overflow-visible {
    overflow: visible !important;
  }

  .xs\:overflow-scroll {
    overflow: scroll !important;
  }

  .xs\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .xs\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .xs\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .xs\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .xs\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .xs\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .xs\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .xs\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .xs\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .xs\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .xs\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .xs\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .xs\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .xs\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .xs\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .xs\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .xs\:overflow-clip {
    text-overflow: clip !important;
  }

  .xs\:whitespace-normal {
    white-space: normal !important;
  }

  .xs\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .xs\:whitespace-pre {
    white-space: pre !important;
  }

  .xs\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .xs\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .xs\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words {
    overflow-wrap: break-word !important;
  }

  .xs\:break-all {
    word-break: break-all !important;
  }

  .xs\:rounded-none {
    border-radius: 0px !important;
  }

  .xs\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .xs\:rounded {
    border-radius: 0.25rem !important;
  }

  .xs\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .xs\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .xs\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .xs\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .xs\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .xs\:rounded-full {
    border-radius: 9999px !important;
  }

  .xs\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .xs\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .xs\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .xs\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .xs\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .xs\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .xs\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .xs\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .xs\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .xs\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .xs\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .xs\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .xs\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .xs\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .xs\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .xs\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .xs\:border-0 {
    border-width: 0px !important;
  }

  .xs\:border-2 {
    border-width: 2px !important;
  }

  .xs\:border-4 {
    border-width: 4px !important;
  }

  .xs\:border-8 {
    border-width: 8px !important;
  }

  .xs\:border-12 {
    border-width: 12px !important;
  }

  .xs\:border-18 {
    border-width: 18px !important;
  }

  .xs\:border {
    border-width: 1px !important;
  }

  .xs\:border-t-0 {
    border-top-width: 0px !important;
  }

  .xs\:border-t-2 {
    border-top-width: 2px !important;
  }

  .xs\:border-t-4 {
    border-top-width: 4px !important;
  }

  .xs\:border-t-8 {
    border-top-width: 8px !important;
  }

  .xs\:border-t-12 {
    border-top-width: 12px !important;
  }

  .xs\:border-t-18 {
    border-top-width: 18px !important;
  }

  .xs\:border-t {
    border-top-width: 1px !important;
  }

  .xs\:border-r-0 {
    border-right-width: 0px !important;
  }

  .xs\:border-r-2 {
    border-right-width: 2px !important;
  }

  .xs\:border-r-4 {
    border-right-width: 4px !important;
  }

  .xs\:border-r-8 {
    border-right-width: 8px !important;
  }

  .xs\:border-r-12 {
    border-right-width: 12px !important;
  }

  .xs\:border-r-18 {
    border-right-width: 18px !important;
  }

  .xs\:border-r {
    border-right-width: 1px !important;
  }

  .xs\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .xs\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .xs\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .xs\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .xs\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .xs\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .xs\:border-b {
    border-bottom-width: 1px !important;
  }

  .xs\:border-l-0 {
    border-left-width: 0px !important;
  }

  .xs\:border-l-2 {
    border-left-width: 2px !important;
  }

  .xs\:border-l-4 {
    border-left-width: 4px !important;
  }

  .xs\:border-l-8 {
    border-left-width: 8px !important;
  }

  .xs\:border-l-12 {
    border-left-width: 12px !important;
  }

  .xs\:border-l-18 {
    border-left-width: 18px !important;
  }

  .xs\:border-l {
    border-left-width: 1px !important;
  }

  .xs\:border-solid {
    border-style: solid !important;
  }

  .xs\:border-dashed {
    border-style: dashed !important;
  }

  .xs\:border-dotted {
    border-style: dotted !important;
  }

  .xs\:border-double {
    border-style: double !important;
  }

  .xs\:border-none {
    border-style: none !important;
  }

  .xs\:border-transparent {
    border-color: transparent !important;
  }

  .xs\:border-current {
    border-color: currentColor !important;
  }

  .xs\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xs\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xs\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xs\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xs\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xs\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xs\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xs\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xs\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xs\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xs\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xs\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xs\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .xs\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .xs\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .xs\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .xs\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .xs\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .xs\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .xs\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .xs\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .xs\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .xs\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .xs\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .xs\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .xs\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .xs\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .xs\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .xs\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .xs\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .xs\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .xs\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .xs\:bg-transparent {
    background-color: transparent !important;
  }

  .xs\:bg-current {
    background-color: currentColor !important;
  }

  .xs\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .xs\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .xs\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .xs\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .xs\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .xs\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .xs\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .xs\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .xs\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .xs\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .xs\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .xs\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .xs\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .xs\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .xs\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .xs\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .xs\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .xs\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .xs\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .xs\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .xs\:bg-none {
    background-image: none !important;
  }

  .xs\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .xs\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .xs\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .xs\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .xs\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .xs\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .xs\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .xs\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .xs\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .xs\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .xs\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .xs\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .xs\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .xs\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .xs\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .xs\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .xs\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .xs\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .xs\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .xs\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .xs\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .xs\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .xs\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .xs\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .xs\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .xs\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .xs\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .xs\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .xs\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .xs\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .xs\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .xs\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .xs\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .xs\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .xs\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .xs\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .xs\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .xs\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .xs\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .xs\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .xs\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xs\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xs\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xs\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xs\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xs\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xs\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xs\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xs\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xs\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xs\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xs\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xs\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xs\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xs\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xs\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xs\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xs\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xs\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xs\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xs\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xs\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xs\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xs\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xs\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xs\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xs\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xs\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xs\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xs\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xs\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xs\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xs\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xs\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xs\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xs\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xs\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xs\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xs\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xs\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xs\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xs\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xs\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xs\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xs\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xs\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xs\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xs\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xs\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xs\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xs\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xs\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xs\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xs\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xs\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xs\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xs\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xs\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xs\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xs\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xs\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xs\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xs\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xs\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xs\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xs\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xs\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xs\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xs\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xs\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xs\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xs\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xs\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xs\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xs\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xs\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xs\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xs\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xs\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xs\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xs\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xs\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xs\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xs\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xs\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xs\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xs\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xs\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xs\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xs\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xs\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xs\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xs\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xs\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xs\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xs\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xs\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xs\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xs\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xs\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xs\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xs\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xs\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xs\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xs\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xs\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xs\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xs\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xs\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xs\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xs\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xs\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xs\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xs\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xs\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xs\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xs\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xs\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xs\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xs\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xs\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xs\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xs\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xs\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xs\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xs\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xs\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xs\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xs\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xs\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xs\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xs\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xs\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xs\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xs\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xs\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xs\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xs\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xs\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xs\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xs\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xs\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xs\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xs\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xs\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xs\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xs\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xs\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xs\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xs\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xs\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xs\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xs\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xs\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xs\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xs\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xs\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xs\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xs\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xs\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xs\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xs\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xs\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xs\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xs\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xs\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xs\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xs\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xs\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xs\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xs\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xs\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xs\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xs\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xs\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xs\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xs\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xs\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xs\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xs\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xs\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xs\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xs\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xs\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xs\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xs\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xs\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xs\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xs\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xs\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xs\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xs\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xs\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xs\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xs\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xs\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xs\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xs\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xs\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xs\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xs\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xs\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xs\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xs\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xs\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xs\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xs\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xs\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xs\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xs\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xs\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xs\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xs\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xs\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xs\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xs\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xs\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xs\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xs\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xs\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xs\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xs\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xs\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xs\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xs\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xs\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xs\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xs\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xs\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xs\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xs\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xs\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xs\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xs\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xs\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xs\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xs\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xs\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xs\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xs\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xs\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xs\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xs\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xs\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xs\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xs\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xs\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xs\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xs\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xs\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xs\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xs\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xs\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xs\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xs\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xs\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xs\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xs\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xs\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xs\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xs\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xs\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xs\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xs\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xs\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xs\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xs\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xs\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xs\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xs\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xs\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xs\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xs\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xs\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xs\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xs\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xs\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xs\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xs\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xs\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xs\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xs\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xs\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xs\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xs\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xs\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xs\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xs\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xs\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xs\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xs\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xs\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xs\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xs\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xs\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xs\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xs\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xs\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xs\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xs\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xs\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xs\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xs\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xs\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xs\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xs\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xs\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xs\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xs\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xs\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xs\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xs\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xs\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xs\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xs\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xs\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xs\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xs\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xs\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xs\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xs\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xs\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xs\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xs\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xs\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xs\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xs\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xs\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xs\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xs\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xs\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xs\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xs\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xs\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xs\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xs\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xs\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xs\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xs\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xs\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xs\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xs\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xs\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xs\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xs\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xs\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xs\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xs\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xs\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xs\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xs\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xs\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xs\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xs\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xs\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xs\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xs\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xs\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xs\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xs\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xs\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xs\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xs\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xs\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xs\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xs\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xs\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xs\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xs\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xs\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xs\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xs\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xs\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xs\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xs\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xs\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xs\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xs\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xs\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xs\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xs\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xs\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xs\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xs\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xs\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xs\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xs\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xs\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xs\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xs\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xs\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xs\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xs\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xs\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xs\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xs\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xs\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xs\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xs\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xs\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xs\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xs\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xs\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xs\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xs\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xs\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xs\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xs\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xs\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xs\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xs\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xs\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xs\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xs\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xs\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xs\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xs\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xs\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xs\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xs\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xs\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xs\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xs\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xs\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xs\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xs\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xs\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xs\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xs\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xs\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xs\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xs\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xs\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xs\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xs\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xs\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xs\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xs\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xs\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xs\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xs\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xs\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xs\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xs\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xs\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xs\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xs\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xs\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xs\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xs\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xs\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xs\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xs\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xs\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xs\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xs\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xs\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xs\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xs\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xs\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xs\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xs\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xs\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xs\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xs\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xs\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xs\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xs\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xs\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xs\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xs\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xs\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xs\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xs\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xs\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xs\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xs\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xs\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xs\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xs\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xs\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xs\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xs\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xs\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xs\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xs\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xs\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xs\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xs\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xs\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xs\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xs\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xs\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xs\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xs\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xs\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xs\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xs\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xs\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xs\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xs\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xs\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xs\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xs\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xs\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xs\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xs\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xs\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xs\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xs\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xs\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xs\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xs\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xs\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xs\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xs\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xs\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xs\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xs\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xs\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xs\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xs\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xs\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xs\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xs\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xs\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xs\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xs\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xs\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xs\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xs\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xs\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xs\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xs\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xs\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xs\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xs\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xs\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xs\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xs\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xs\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xs\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xs\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xs\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xs\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xs\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xs\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xs\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xs\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xs\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xs\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xs\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xs\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xs\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xs\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xs\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xs\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xs\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xs\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xs\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xs\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xs\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xs\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xs\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xs\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xs\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xs\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xs\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xs\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xs\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xs\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xs\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xs\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xs\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xs\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xs\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xs\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xs\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xs\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xs\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xs\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xs\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xs\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xs\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xs\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xs\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xs\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xs\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xs\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xs\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xs\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xs\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xs\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xs\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xs\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xs\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xs\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xs\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xs\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xs\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xs\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xs\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xs\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xs\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xs\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xs\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xs\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xs\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xs\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xs\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xs\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xs\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xs\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xs\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xs\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xs\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xs\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xs\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xs\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xs\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xs\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xs\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xs\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xs\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xs\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xs\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xs\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xs\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xs\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xs\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xs\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xs\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xs\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xs\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xs\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xs\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xs\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xs\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xs\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xs\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xs\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xs\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xs\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xs\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xs\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xs\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xs\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xs\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xs\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xs\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xs\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xs\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xs\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xs\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xs\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xs\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xs\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xs\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xs\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xs\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xs\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xs\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xs\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xs\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xs\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xs\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xs\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xs\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xs\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xs\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xs\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xs\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xs\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xs\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xs\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xs\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xs\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xs\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xs\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xs\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xs\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xs\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xs\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xs\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xs\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xs\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xs\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xs\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xs\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xs\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xs\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xs\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xs\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xs\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xs\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xs\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xs\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xs\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xs\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xs\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xs\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xs\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xs\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xs\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xs\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xs\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xs\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xs\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xs\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xs\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xs\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xs\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xs\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xs\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xs\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xs\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xs\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xs\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xs\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xs\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xs\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xs\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xs\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xs\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xs\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xs\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xs\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xs\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xs\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xs\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xs\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xs\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xs\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xs\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xs\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xs\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xs\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xs\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xs\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xs\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xs\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xs\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xs\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xs\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xs\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xs\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xs\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xs\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xs\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xs\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xs\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xs\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xs\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xs\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xs\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xs\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xs\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xs\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xs\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xs\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xs\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xs\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xs\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xs\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xs\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xs\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xs\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xs\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xs\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xs\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xs\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xs\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xs\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xs\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xs\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xs\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xs\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xs\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xs\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xs\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xs\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xs\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xs\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xs\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xs\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xs\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xs\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xs\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xs\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xs\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xs\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xs\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xs\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xs\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xs\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xs\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xs\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xs\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xs\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xs\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xs\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xs\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xs\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xs\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xs\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xs\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xs\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xs\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xs\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xs\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xs\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xs\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xs\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xs\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xs\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xs\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xs\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xs\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xs\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xs\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xs\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xs\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xs\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xs\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xs\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xs\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xs\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xs\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xs\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xs\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xs\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xs\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xs\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xs\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xs\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xs\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xs\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xs\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xs\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xs\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xs\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xs\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xs\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xs\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xs\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xs\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xs\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xs\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xs\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xs\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xs\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xs\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xs\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xs\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xs\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xs\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xs\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xs\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xs\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xs\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xs\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xs\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xs\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xs\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xs\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xs\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xs\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xs\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xs\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xs\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xs\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xs\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xs\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xs\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xs\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xs\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xs\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xs\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xs\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xs\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xs\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xs\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xs\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xs\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xs\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xs\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xs\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xs\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xs\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xs\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xs\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xs\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xs\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xs\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xs\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xs\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xs\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xs\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xs\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xs\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xs\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xs\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xs\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xs\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xs\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xs\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xs\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xs\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xs\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xs\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xs\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xs\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xs\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xs\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xs\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xs\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xs\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xs\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xs\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xs\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xs\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xs\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xs\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xs\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xs\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xs\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xs\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xs\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xs\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xs\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xs\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xs\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xs\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xs\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xs\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xs\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xs\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xs\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xs\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xs\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xs\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xs\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xs\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xs\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xs\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xs\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xs\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xs\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xs\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xs\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xs\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xs\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xs\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xs\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xs\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xs\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xs\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xs\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xs\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xs\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xs\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xs\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xs\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xs\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xs\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xs\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xs\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xs\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xs\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xs\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xs\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xs\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xs\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xs\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xs\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xs\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xs\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xs\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xs\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xs\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xs\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xs\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xs\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xs\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xs\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xs\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xs\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xs\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xs\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xs\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xs\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xs\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xs\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xs\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xs\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xs\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xs\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xs\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xs\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xs\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xs\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xs\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xs\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xs\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xs\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xs\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xs\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xs\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xs\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xs\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xs\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xs\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xs\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xs\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xs\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xs\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xs\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xs\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xs\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xs\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xs\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xs\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xs\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xs\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xs\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xs\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xs\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xs\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xs\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xs\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xs\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xs\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xs\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xs\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xs\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xs\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xs\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xs\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xs\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xs\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xs\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xs\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xs\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xs\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xs\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xs\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xs\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xs\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xs\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xs\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xs\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xs\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xs\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xs\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xs\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xs\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xs\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xs\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xs\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xs\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xs\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xs\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xs\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xs\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xs\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xs\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xs\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xs\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xs\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xs\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xs\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xs\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xs\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xs\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xs\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xs\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xs\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xs\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xs\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xs\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xs\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xs\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xs\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xs\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xs\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xs\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xs\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xs\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xs\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xs\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xs\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xs\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xs\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xs\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xs\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xs\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xs\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xs\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xs\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xs\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xs\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xs\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xs\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xs\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xs\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xs\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xs\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xs\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xs\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xs\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xs\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xs\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xs\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xs\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xs\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xs\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xs\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xs\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xs\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xs\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xs\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xs\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xs\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xs\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xs\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xs\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xs\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xs\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xs\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xs\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xs\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xs\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xs\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xs\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xs\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xs\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xs\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xs\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xs\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xs\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xs\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xs\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xs\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xs\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xs\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xs\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xs\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xs\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xs\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xs\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xs\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xs\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xs\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xs\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xs\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xs\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xs\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xs\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xs\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xs\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xs\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xs\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xs\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xs\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xs\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xs\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xs\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xs\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xs\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xs\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xs\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xs\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xs\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xs\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xs\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xs\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xs\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xs\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xs\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xs\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xs\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xs\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xs\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xs\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xs\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xs\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xs\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xs\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xs\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xs\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xs\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xs\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xs\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xs\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xs\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xs\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xs\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xs\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xs\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xs\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xs\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xs\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xs\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xs\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xs\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xs\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xs\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xs\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xs\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xs\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xs\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xs\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xs\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xs\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xs\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xs\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xs\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xs\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xs\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xs\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xs\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xs\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xs\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xs\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xs\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xs\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xs\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xs\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xs\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xs\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xs\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xs\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xs\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xs\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xs\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xs\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xs\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xs\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xs\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xs\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xs\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xs\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xs\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xs\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xs\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xs\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xs\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xs\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xs\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xs\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xs\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xs\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xs\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xs\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xs\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xs\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xs\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xs\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xs\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xs\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xs\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xs\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xs\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xs\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xs\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xs\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xs\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xs\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xs\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xs\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xs\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xs\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xs\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xs\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xs\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xs\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xs\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xs\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xs\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xs\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xs\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xs\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xs\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xs\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xs\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xs\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xs\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xs\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xs\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xs\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xs\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xs\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xs\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xs\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xs\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xs\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xs\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xs\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xs\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xs\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xs\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xs\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xs\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xs\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xs\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xs\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xs\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xs\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xs\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xs\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xs\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xs\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xs\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xs\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xs\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xs\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xs\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xs\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xs\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xs\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xs\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xs\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xs\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xs\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xs\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xs\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xs\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xs\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xs\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xs\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xs\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xs\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xs\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xs\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xs\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xs\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xs\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xs\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xs\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xs\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xs\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xs\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xs\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xs\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xs\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xs\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xs\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xs\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xs\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xs\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xs\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xs\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xs\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xs\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xs\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xs\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xs\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xs\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xs\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xs\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xs\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xs\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xs\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xs\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xs\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xs\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xs\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xs\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xs\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xs\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xs\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xs\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xs\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xs\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xs\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xs\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xs\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xs\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xs\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xs\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xs\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xs\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xs\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xs\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xs\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xs\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xs\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xs\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xs\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xs\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xs\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xs\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xs\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xs\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xs\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xs\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xs\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xs\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xs\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xs\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xs\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xs\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xs\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xs\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xs\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xs\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xs\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xs\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xs\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xs\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xs\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xs\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xs\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xs\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xs\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xs\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xs\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xs\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xs\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xs\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xs\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xs\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xs\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xs\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xs\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xs\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xs\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xs\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xs\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xs\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xs\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xs\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xs\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xs\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xs\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xs\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xs\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xs\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xs\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xs\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xs\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xs\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xs\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xs\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xs\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xs\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xs\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xs\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xs\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xs\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xs\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xs\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xs\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xs\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xs\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xs\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xs\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xs\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xs\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xs\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xs\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xs\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xs\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xs\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xs\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xs\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xs\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xs\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xs\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xs\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xs\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xs\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xs\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xs\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xs\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xs\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xs\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xs\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xs\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xs\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xs\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xs\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xs\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xs\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xs\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xs\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xs\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xs\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xs\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xs\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xs\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xs\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .xs\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .xs\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .xs\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .xs\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .xs\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .xs\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .xs\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .xs\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .xs\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .xs\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .xs\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .xs\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .xs\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .xs\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .xs\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .xs\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .xs\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .xs\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .xs\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .xs\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .xs\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .xs\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .xs\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .xs\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .xs\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .xs\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .xs\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .xs\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .xs\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .xs\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .xs\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .xs\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .xs\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .xs\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .xs\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .xs\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .xs\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .xs\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .xs\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .xs\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .xs\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .xs\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .xs\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .xs\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .xs\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .xs\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .xs\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .xs\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .xs\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .xs\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .xs\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .xs\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .xs\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .xs\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .xs\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .xs\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .xs\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .xs\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .xs\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .xs\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .xs\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .xs\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .xs\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .xs\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .xs\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .xs\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .xs\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .xs\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .xs\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .xs\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .xs\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .xs\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .xs\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .xs\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .xs\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .xs\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .xs\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .xs\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .xs\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .xs\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .xs\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .xs\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .xs\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .xs\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .xs\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .xs\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .xs\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .xs\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .xs\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .xs\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .xs\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .xs\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .xs\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .xs\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .xs\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .xs\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .xs\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .xs\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .xs\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .xs\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .xs\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .xs\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .xs\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .xs\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .xs\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .xs\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .xs\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .xs\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .xs\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .xs\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .xs\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .xs\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .xs\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .xs\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .xs\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .xs\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .xs\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .xs\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .xs\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .xs\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .xs\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .xs\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .xs\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .xs\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .xs\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .xs\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .xs\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .xs\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .xs\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .xs\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .xs\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .xs\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .xs\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .xs\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .xs\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .xs\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .xs\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .xs\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .xs\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .xs\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .xs\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .xs\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .xs\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .xs\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .xs\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .xs\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .xs\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .xs\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .xs\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .xs\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .xs\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .xs\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .xs\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .xs\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .xs\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .xs\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .xs\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .xs\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .xs\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .xs\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .xs\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .xs\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .xs\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .xs\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .xs\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .xs\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .xs\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .xs\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .xs\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .xs\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .xs\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .xs\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .xs\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .xs\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .xs\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .xs\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .xs\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .xs\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .xs\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .xs\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .xs\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .xs\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .xs\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .xs\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .xs\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .xs\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .xs\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .xs\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .xs\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .xs\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .xs\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .xs\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .xs\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .xs\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .xs\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .xs\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .xs\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .xs\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .xs\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .xs\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .xs\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .xs\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .xs\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .xs\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .xs\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .xs\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .xs\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .xs\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .xs\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .xs\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .xs\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .xs\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .xs\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .xs\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .xs\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .xs\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .xs\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .xs\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .xs\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .xs\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .xs\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .xs\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .xs\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .xs\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .xs\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .xs\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .xs\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .xs\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .xs\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .xs\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .xs\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .xs\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .xs\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .xs\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .xs\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .xs\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .xs\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .xs\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .xs\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .xs\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .xs\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .xs\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .xs\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .xs\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .xs\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .xs\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .xs\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .xs\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .xs\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .xs\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .xs\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .xs\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .xs\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .xs\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .xs\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .xs\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .xs\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .xs\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .xs\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .xs\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .xs\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .xs\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .xs\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .xs\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .xs\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .xs\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .xs\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .xs\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .xs\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .xs\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .xs\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .xs\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .xs\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .xs\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .xs\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .xs\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .xs\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .xs\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .xs\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .xs\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .xs\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .xs\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .xs\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .xs\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .xs\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .xs\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .xs\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .xs\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .xs\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .xs\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .xs\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .xs\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .xs\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .xs\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .xs\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .xs\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .xs\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .xs\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .xs\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .xs\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .xs\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .xs\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xs\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xs\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xs\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xs\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .xs\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .xs\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xs\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .xs\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .xs\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xs\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xs\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .xs\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xs\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .xs\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .xs\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .xs\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .xs\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .xs\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xs\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .xs\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xs\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xs\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xs\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xs\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .xs\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .xs\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .xs\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .xs\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .xs\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .xs\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .xs\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .xs\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xs\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .xs\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .xs\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xs\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .xs\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xs\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .xs\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xs\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .xs\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xs\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xs\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xs\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .xs\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .xs\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xs\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .xs\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .xs\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .xs\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .xs\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xs\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xs\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xs\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xs\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .xs\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .xs\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .xs\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .xs\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .xs\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .xs\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .xs\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .xs\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .xs\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .xs\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .xs\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .xs\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .xs\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .xs\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .xs\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .xs\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .xs\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .xs\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .xs\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .xs\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .xs\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .xs\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .xs\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .xs\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .xs\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .xs\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .xs\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .xs\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .xs\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .xs\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .xs\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .xs\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .xs\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .xs\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .xs\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .xs\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .xs\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .xs\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .xs\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .xs\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .xs\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .xs\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .xs\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .xs\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .xs\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .xs\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .xs\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .xs\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .xs\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .xs\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .xs\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .xs\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .xs\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .xs\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .xs\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .xs\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .xs\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .xs\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .xs\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .xs\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .xs\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .xs\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .xs\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .xs\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .xs\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .xs\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .xs\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .xs\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .xs\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .xs\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .xs\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .xs\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .xs\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .xs\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .xs\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .xs\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .xs\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .xs\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .xs\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .xs\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .xs\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .xs\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .xs\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .xs\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .xs\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .xs\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .xs\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .xs\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .xs\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .xs\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .xs\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .xs\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .xs\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .xs\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .xs\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .xs\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .xs\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .xs\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .xs\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .xs\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xs\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .xs\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .xs\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .xs\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .xs\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .xs\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xs\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .xs\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .xs\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .xs\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .xs\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xs\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .xs\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .xs\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .xs\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .xs\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .xs\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .xs\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xs\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .xs\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .xs\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .xs\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .xs\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xs\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xs\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .xs\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xs\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .xs\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .xs\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .xs\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .xs\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .xs\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .xs\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .xs\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xs\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .xs\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .xs\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .xs\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .xs\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .xs\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .xs\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .xs\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .xs\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .xs\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .xs\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .xs\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .xs\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .xs\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .xs\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .xs\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .xs\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .xs\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xs\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .xs\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .xs\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .xs\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .xs\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .xs\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .xs\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .xs\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .xs\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .xs\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .xs\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .xs\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .xs\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .xs\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .xs\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .xs\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .xs\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .xs\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .xs\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .xs\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .xs\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .xs\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .xs\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .xs\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .xs\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .xs\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .xs\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .xs\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .xs\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .xs\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .xs\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .xs\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .xs\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .xs\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .xs\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .xs\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .xs\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .xs\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .xs\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .xs\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .xs\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .xs\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .xs\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .xs\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .xs\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .xs\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .xs\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .xs\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .xs\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .xs\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .xs\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .xs\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xs\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .xs\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .xs\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .xs\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .xs\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .xs\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .xs\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .xs\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .xs\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .xs\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .xs\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .xs\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .xs\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .xs\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .xs\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .xs\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .xs\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .xs\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .xs\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .xs\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .xs\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .xs\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .xs\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .xs\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .xs\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .xs\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .xs\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .xs\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .xs\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .xs\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .xs\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .xs\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .xs\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .xs\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .xs\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .xs\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .xs\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .xs\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .xs\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .xs\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .xs\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xs\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xs\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .xs\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .xs\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .xs\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .xs\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .xs\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .xs\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .xs\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .xs\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .xs\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .xs\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .xs\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .xs\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .xs\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .xs\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .xs\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .xs\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .xs\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .xs\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .xs\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .xs\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .xs\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .xs\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .xs\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .xs\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .xs\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .xs\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .xs\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .xs\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .xs\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .xs\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .xs\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .xs\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xs\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .xs\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .xs\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .xs\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .xs\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .xs\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .xs\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .xs\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .xs\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .xs\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .xs\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xs\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .xs\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .xs\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .xs\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .xs\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .xs\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .xs\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .xs\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .xs\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .xs\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .xs\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .xs\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xs\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .xs\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .xs\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .xs\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .xs\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .xs\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .xs\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .xs\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .xs\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .xs\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .xs\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .xs\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .xs\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .xs\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .xs\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .xs\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .xs\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .xs\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .xs\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .xs\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .xs\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .xs\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .xs\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .xs\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .xs\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .xs\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .xs\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .xs\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .xs\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .xs\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .xs\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .xs\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .xs\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .xs\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .xs\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .xs\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .xs\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .xs\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .xs\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .xs\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xs\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xs\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xs\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xs\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .xs\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .xs\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xs\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .xs\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .xs\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xs\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xs\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .xs\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xs\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .xs\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .xs\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .xs\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .xs\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .xs\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xs\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .xs\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xs\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xs\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xs\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xs\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .xs\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .xs\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .xs\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .xs\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .xs\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .xs\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .xs\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .xs\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xs\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .xs\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .xs\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xs\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .xs\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xs\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .xs\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xs\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .xs\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xs\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xs\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xs\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .xs\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .xs\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xs\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .xs\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .xs\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .xs\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .xs\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xs\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xs\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xs\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xs\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .xs\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .xs\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .xs\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .xs\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .xs\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .xs\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .xs\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .xs\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .xs\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .xs\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .xs\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .xs\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .xs\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .xs\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .xs\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .xs\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .xs\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .xs\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .xs\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .xs\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .xs\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .xs\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .xs\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .xs\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .xs\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .xs\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .xs\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .xs\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .xs\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .xs\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .xs\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .xs\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .xs\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .xs\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .xs\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .xs\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .xs\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .xs\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .xs\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .xs\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .xs\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .xs\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .xs\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .xs\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .xs\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .xs\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .xs\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .xs\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .xs\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .xs\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .xs\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .xs\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .xs\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .xs\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .xs\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .xs\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .xs\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .xs\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .xs\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .xs\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .xs\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .xs\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .xs\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .xs\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .xs\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .xs\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .xs\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .xs\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .xs\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .xs\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .xs\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .xs\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .xs\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .xs\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .xs\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .xs\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .xs\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .xs\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .xs\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .xs\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .xs\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .xs\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .xs\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .xs\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .xs\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .xs\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .xs\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .xs\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .xs\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .xs\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .xs\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .xs\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .xs\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .xs\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .xs\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .xs\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .xs\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .xs\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .xs\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .xs\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xs\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .xs\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .xs\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .xs\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .xs\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .xs\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xs\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .xs\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .xs\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .xs\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .xs\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xs\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .xs\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .xs\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .xs\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .xs\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .xs\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .xs\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xs\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .xs\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .xs\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .xs\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .xs\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xs\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xs\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .xs\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xs\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .xs\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .xs\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .xs\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .xs\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .xs\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .xs\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .xs\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xs\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .xs\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .xs\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .xs\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .xs\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .xs\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .xs\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .xs\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .xs\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .xs\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .xs\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .xs\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .xs\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .xs\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .xs\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .xs\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .xs\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .xs\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xs\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .xs\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .xs\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .xs\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .xs\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .xs\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .xs\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .xs\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .xs\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .xs\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .xs\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .xs\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .xs\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .xs\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .xs\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .xs\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .xs\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .xs\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .xs\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .xs\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .xs\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .xs\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .xs\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .xs\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .xs\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .xs\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .xs\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .xs\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .xs\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .xs\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .xs\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .xs\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .xs\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .xs\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .xs\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .xs\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .xs\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .xs\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .xs\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .xs\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .xs\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .xs\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .xs\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .xs\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .xs\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .xs\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .xs\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .xs\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .xs\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .xs\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .xs\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .xs\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xs\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .xs\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .xs\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .xs\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .xs\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .xs\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .xs\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .xs\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .xs\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .xs\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .xs\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .xs\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .xs\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .xs\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .xs\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .xs\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .xs\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .xs\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .xs\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .xs\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .xs\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .xs\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .xs\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .xs\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .xs\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .xs\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .xs\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .xs\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .xs\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .xs\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .xs\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .xs\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .xs\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .xs\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .xs\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .xs\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .xs\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .xs\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .xs\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .xs\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .xs\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xs\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xs\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .xs\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .xs\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .xs\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .xs\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .xs\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .xs\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .xs\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .xs\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .xs\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .xs\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .xs\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .xs\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xs\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .xs\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .xs\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .xs\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .xs\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .xs\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .xs\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .xs\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .xs\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .xs\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .xs\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xs\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .xs\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .xs\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .xs\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .xs\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .xs\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .xs\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .xs\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .xs\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .xs\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .xs\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .xs\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .xs\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .xs\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .xs\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .xs\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .xs\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .xs\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .xs\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .xs\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .xs\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .xs\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .xs\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .xs\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .xs\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .xs\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .xs\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .xs\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .xs\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .xs\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .xs\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .xs\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .xs\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .xs\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .xs\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .xs\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .xs\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .xs\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .xs\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .xs\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .xs\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .xs\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .xs\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .xs\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .xs\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .xs\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .xs\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .xs\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .xs\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .xs\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .xs\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .xs\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .xs\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .xs\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .xs\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .xs\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .xs\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .xs\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .xs\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .xs\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .xs\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .xs\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .xs\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .xs\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .xs\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .xs\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .xs\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .xs\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .xs\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .xs\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .xs\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .xs\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .xs\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .xs\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .xs\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .xs\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .xs\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .xs\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .xs\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .xs\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .xs\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .xs\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .xs\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .xs\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .xs\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .xs\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .xs\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .xs\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .xs\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .xs\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .xs\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .xs\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .xs\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .xs\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .xs\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .xs\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .xs\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .xs\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .xs\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .xs\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .xs\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .xs\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .xs\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .xs\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .xs\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .xs\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .xs\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .xs\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .xs\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .xs\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .xs\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .xs\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .xs\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .xs\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .xs\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .xs\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .xs\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .xs\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .xs\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .xs\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .xs\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .xs\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .xs\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .xs\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .xs\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .xs\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .xs\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .xs\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .xs\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .xs\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .xs\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .xs\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .xs\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .xs\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .xs\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .xs\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .xs\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .xs\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .xs\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .xs\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .xs\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .xs\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .xs\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .xs\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .xs\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .xs\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .xs\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .xs\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .xs\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .xs\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .xs\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .xs\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .xs\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .xs\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .xs\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .xs\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .xs\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .xs\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .xs\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .xs\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .xs\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .xs\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .xs\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .xs\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .xs\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .xs\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .xs\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .xs\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .xs\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .xs\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .xs\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .xs\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .xs\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .xs\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .xs\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .xs\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .xs\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .xs\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .xs\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .xs\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .xs\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .xs\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .xs\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .xs\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .xs\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .xs\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .xs\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .xs\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .xs\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .xs\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .xs\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .xs\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xs\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .xs\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .xs\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .xs\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .xs\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .xs\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xs\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .xs\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .xs\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .xs\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .xs\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .xs\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .xs\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .xs\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .xs\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .xs\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .xs\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .xs\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .xs\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .xs\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .xs\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .xs\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .xs\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .xs\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .xs\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .xs\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .xs\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .xs\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .xs\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .xs\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .xs\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .xs\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .xs\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .xs\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .xs\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .xs\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .xs\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .xs\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .xs\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .xs\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .xs\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .xs\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .xs\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .xs\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .xs\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .xs\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .xs\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .xs\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .xs\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .xs\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .xs\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .xs\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .xs\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .xs\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .xs\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .xs\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .xs\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .xs\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .xs\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .xs\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .xs\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .xs\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .xs\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .xs\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .xs\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .xs\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .xs\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .xs\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .xs\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .xs\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .xs\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .xs\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .xs\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .xs\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .xs\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .xs\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .xs\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .xs\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .xs\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .xs\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .xs\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .xs\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .xs\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .xs\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .xs\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .xs\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .xs\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .xs\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .xs\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .xs\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .xs\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .xs\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .xs\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .xs\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .xs\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .xs\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .xs\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .xs\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .xs\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .xs\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .xs\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .xs\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .xs\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .xs\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .xs\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .xs\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .xs\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .xs\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .xs\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .xs\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .xs\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .xs\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .xs\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .xs\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .xs\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .xs\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .xs\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .xs\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .xs\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .xs\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .xs\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .xs\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .xs\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .xs\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .xs\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .xs\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .xs\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .xs\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .xs\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .xs\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .xs\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .xs\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .xs\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .xs\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .xs\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .xs\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .xs\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .xs\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .xs\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .xs\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .xs\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .xs\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .xs\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .xs\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .xs\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .xs\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xs\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xs\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .xs\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .xs\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .xs\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .xs\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .xs\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .xs\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .xs\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .xs\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .xs\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .xs\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .xs\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .xs\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .xs\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .xs\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .xs\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .xs\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .xs\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .xs\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .xs\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .xs\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .xs\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .xs\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .xs\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .xs\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .xs\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .xs\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .xs\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .xs\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .xs\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .xs\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .xs\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .xs\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .xs\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .xs\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .xs\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .xs\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .xs\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .xs\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .xs\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .xs\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .xs\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .xs\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .xs\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .xs\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .xs\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .xs\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .xs\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .xs\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .xs\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .xs\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .xs\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .xs\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .xs\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .xs\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .xs\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .xs\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .xs\:bg-auto {
    background-size: auto !important;
  }

  .xs\:bg-cover {
    background-size: cover !important;
  }

  .xs\:bg-contain {
    background-size: contain !important;
  }

  .xs\:bg-125\% {
    background-size: 125% !important;
  }

  .xs\:bg-135\% {
    background-size: 135% !important;
  }

  .xs\:bg-150\% {
    background-size: 150% !important;
  }

  .xs\:bg-fixed {
    background-attachment: fixed !important;
  }

  .xs\:bg-local {
    background-attachment: local !important;
  }

  .xs\:bg-scroll {
    background-attachment: scroll !important;
  }

  .xs\:bg-clip-border {
    background-clip: border-box !important;
  }

  .xs\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .xs\:bg-clip-content {
    background-clip: content-box !important;
  }

  .xs\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xs\:bg-bottom {
    background-position: bottom !important;
  }

  .xs\:bg-center {
    background-position: center !important;
  }

  .xs\:bg-left {
    background-position: left !important;
  }

  .xs\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .xs\:bg-left-top {
    background-position: left top !important;
  }

  .xs\:bg-right {
    background-position: right !important;
  }

  .xs\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .xs\:bg-right-top {
    background-position: right top !important;
  }

  .xs\:bg-top {
    background-position: top !important;
  }

  .xs\:bg-repeat {
    background-repeat: repeat !important;
  }

  .xs\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .xs\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .xs\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .xs\:bg-repeat-round {
    background-repeat: round !important;
  }

  .xs\:bg-repeat-space {
    background-repeat: space !important;
  }

  .xs\:bg-origin-border {
    background-origin: border-box !important;
  }

  .xs\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .xs\:bg-origin-content {
    background-origin: content-box !important;
  }

  .xs\:fill-current {
    fill: currentColor !important;
  }

  .xs\:stroke-current {
    stroke: currentColor !important;
  }

  .xs\:stroke-0 {
    stroke-width: 0 !important;
  }

  .xs\:stroke-1 {
    stroke-width: 1 !important;
  }

  .xs\:stroke-2 {
    stroke-width: 2 !important;
  }

  .xs\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xs\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xs\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xs\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xs\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xs\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xs\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xs\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xs\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xs\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xs\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xs\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xs\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xs\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xs\:p-0 {
    padding: 0px !important;
  }

  .xs\:p-1 {
    padding: 0.25rem !important;
  }

  .xs\:p-2 {
    padding: 0.5rem !important;
  }

  .xs\:p-3 {
    padding: 0.75rem !important;
  }

  .xs\:p-4 {
    padding: 1rem !important;
  }

  .xs\:p-5 {
    padding: 1.25rem !important;
  }

  .xs\:p-6 {
    padding: 1.5rem !important;
  }

  .xs\:p-7 {
    padding: 1.75rem !important;
  }

  .xs\:p-8 {
    padding: 2rem !important;
  }

  .xs\:p-9 {
    padding: 2.25rem !important;
  }

  .xs\:p-10 {
    padding: 2.5rem !important;
  }

  .xs\:p-11 {
    padding: 2.75rem !important;
  }

  .xs\:p-12 {
    padding: 3rem !important;
  }

  .xs\:p-14 {
    padding: 3.5rem !important;
  }

  .xs\:p-16 {
    padding: 4rem !important;
  }

  .xs\:p-20 {
    padding: 5rem !important;
  }

  .xs\:p-24 {
    padding: 6rem !important;
  }

  .xs\:p-28 {
    padding: 7rem !important;
  }

  .xs\:p-32 {
    padding: 8rem !important;
  }

  .xs\:p-36 {
    padding: 9rem !important;
  }

  .xs\:p-40 {
    padding: 10rem !important;
  }

  .xs\:p-44 {
    padding: 11rem !important;
  }

  .xs\:p-48 {
    padding: 12rem !important;
  }

  .xs\:p-52 {
    padding: 13rem !important;
  }

  .xs\:p-56 {
    padding: 14rem !important;
  }

  .xs\:p-60 {
    padding: 15rem !important;
  }

  .xs\:p-64 {
    padding: 16rem !important;
  }

  .xs\:p-72 {
    padding: 18.5rem !important;
  }

  .xs\:p-80 {
    padding: 20rem !important;
  }

  .xs\:p-96 {
    padding: 24rem !important;
  }

  .xs\:p-108 {
    padding: 26rem !important;
  }

  .xs\:p-112 {
    padding: 28rem !important;
  }

  .xs\:p-120 {
    padding: 30rem !important;
  }

  .xs\:p-136 {
    padding: 34rem !important;
  }

  .xs\:p-140 {
    padding: 42rem !important;
  }

  .xs\:p-144 {
    padding: 36rem !important;
  }

  .xs\:p-320 {
    padding: 80rem !important;
  }

  .xs\:p-px {
    padding: 1px !important;
  }

  .xs\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .xs\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .xs\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .xs\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .xs\:p-50-em {
    padding: 50em !important;
  }

  .xs\:p-26-em {
    padding: 26em !important;
  }

  .xs\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xs\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xs\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xs\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xs\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xs\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xs\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xs\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .xs\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xs\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .xs\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xs\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .xs\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xs\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .xs\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xs\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xs\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xs\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xs\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xs\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .xs\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xs\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .xs\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xs\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .xs\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xs\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .xs\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xs\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .xs\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .xs\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .xs\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .xs\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .xs\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .xs\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .xs\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .xs\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .xs\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .xs\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .xs\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .xs\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .xs\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .xs\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .xs\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .xs\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .xs\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xs\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xs\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xs\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xs\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xs\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xs\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .xs\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xs\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .xs\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xs\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .xs\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xs\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .xs\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xs\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xs\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xs\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xs\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xs\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .xs\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xs\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .xs\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xs\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .xs\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xs\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .xs\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xs\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .xs\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .xs\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .xs\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .xs\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .xs\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .xs\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .xs\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .xs\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .xs\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .xs\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .xs\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .xs\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .xs\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .xs\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .xs\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .xs\:pt-0 {
    padding-top: 0px !important;
  }

  .xs\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .xs\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .xs\:pt-4 {
    padding-top: 1rem !important;
  }

  .xs\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .xs\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .xs\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .xs\:pt-8 {
    padding-top: 2rem !important;
  }

  .xs\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .xs\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .xs\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .xs\:pt-12 {
    padding-top: 3rem !important;
  }

  .xs\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .xs\:pt-16 {
    padding-top: 4rem !important;
  }

  .xs\:pt-20 {
    padding-top: 5rem !important;
  }

  .xs\:pt-24 {
    padding-top: 6rem !important;
  }

  .xs\:pt-28 {
    padding-top: 7rem !important;
  }

  .xs\:pt-32 {
    padding-top: 8rem !important;
  }

  .xs\:pt-36 {
    padding-top: 9rem !important;
  }

  .xs\:pt-40 {
    padding-top: 10rem !important;
  }

  .xs\:pt-44 {
    padding-top: 11rem !important;
  }

  .xs\:pt-48 {
    padding-top: 12rem !important;
  }

  .xs\:pt-52 {
    padding-top: 13rem !important;
  }

  .xs\:pt-56 {
    padding-top: 14rem !important;
  }

  .xs\:pt-60 {
    padding-top: 15rem !important;
  }

  .xs\:pt-64 {
    padding-top: 16rem !important;
  }

  .xs\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .xs\:pt-80 {
    padding-top: 20rem !important;
  }

  .xs\:pt-96 {
    padding-top: 24rem !important;
  }

  .xs\:pt-108 {
    padding-top: 26rem !important;
  }

  .xs\:pt-112 {
    padding-top: 28rem !important;
  }

  .xs\:pt-120 {
    padding-top: 30rem !important;
  }

  .xs\:pt-136 {
    padding-top: 34rem !important;
  }

  .xs\:pt-140 {
    padding-top: 42rem !important;
  }

  .xs\:pt-144 {
    padding-top: 36rem !important;
  }

  .xs\:pt-320 {
    padding-top: 80rem !important;
  }

  .xs\:pt-px {
    padding-top: 1px !important;
  }

  .xs\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .xs\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .xs\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .xs\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .xs\:pt-50-em {
    padding-top: 50em !important;
  }

  .xs\:pt-26-em {
    padding-top: 26em !important;
  }

  .xs\:pr-0 {
    padding-right: 0px !important;
  }

  .xs\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .xs\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .xs\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .xs\:pr-4 {
    padding-right: 1rem !important;
  }

  .xs\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .xs\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .xs\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .xs\:pr-8 {
    padding-right: 2rem !important;
  }

  .xs\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .xs\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .xs\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .xs\:pr-12 {
    padding-right: 3rem !important;
  }

  .xs\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .xs\:pr-16 {
    padding-right: 4rem !important;
  }

  .xs\:pr-20 {
    padding-right: 5rem !important;
  }

  .xs\:pr-24 {
    padding-right: 6rem !important;
  }

  .xs\:pr-28 {
    padding-right: 7rem !important;
  }

  .xs\:pr-32 {
    padding-right: 8rem !important;
  }

  .xs\:pr-36 {
    padding-right: 9rem !important;
  }

  .xs\:pr-40 {
    padding-right: 10rem !important;
  }

  .xs\:pr-44 {
    padding-right: 11rem !important;
  }

  .xs\:pr-48 {
    padding-right: 12rem !important;
  }

  .xs\:pr-52 {
    padding-right: 13rem !important;
  }

  .xs\:pr-56 {
    padding-right: 14rem !important;
  }

  .xs\:pr-60 {
    padding-right: 15rem !important;
  }

  .xs\:pr-64 {
    padding-right: 16rem !important;
  }

  .xs\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .xs\:pr-80 {
    padding-right: 20rem !important;
  }

  .xs\:pr-96 {
    padding-right: 24rem !important;
  }

  .xs\:pr-108 {
    padding-right: 26rem !important;
  }

  .xs\:pr-112 {
    padding-right: 28rem !important;
  }

  .xs\:pr-120 {
    padding-right: 30rem !important;
  }

  .xs\:pr-136 {
    padding-right: 34rem !important;
  }

  .xs\:pr-140 {
    padding-right: 42rem !important;
  }

  .xs\:pr-144 {
    padding-right: 36rem !important;
  }

  .xs\:pr-320 {
    padding-right: 80rem !important;
  }

  .xs\:pr-px {
    padding-right: 1px !important;
  }

  .xs\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .xs\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .xs\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .xs\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .xs\:pr-50-em {
    padding-right: 50em !important;
  }

  .xs\:pr-26-em {
    padding-right: 26em !important;
  }

  .xs\:pb-0 {
    padding-bottom: 0px !important;
  }

  .xs\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .xs\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .xs\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .xs\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .xs\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .xs\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .xs\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .xs\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .xs\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .xs\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .xs\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .xs\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .xs\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .xs\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .xs\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .xs\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .xs\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .xs\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .xs\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .xs\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .xs\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .xs\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .xs\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .xs\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .xs\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .xs\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .xs\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .xs\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .xs\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .xs\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .xs\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .xs\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .xs\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .xs\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .xs\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .xs\:pb-px {
    padding-bottom: 1px !important;
  }

  .xs\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .xs\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .xs\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .xs\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .xs\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .xs\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .xs\:pl-0 {
    padding-left: 0px !important;
  }

  .xs\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .xs\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .xs\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .xs\:pl-4 {
    padding-left: 1rem !important;
  }

  .xs\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .xs\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .xs\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .xs\:pl-8 {
    padding-left: 2rem !important;
  }

  .xs\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .xs\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .xs\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .xs\:pl-12 {
    padding-left: 3rem !important;
  }

  .xs\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .xs\:pl-16 {
    padding-left: 4rem !important;
  }

  .xs\:pl-20 {
    padding-left: 5rem !important;
  }

  .xs\:pl-24 {
    padding-left: 6rem !important;
  }

  .xs\:pl-28 {
    padding-left: 7rem !important;
  }

  .xs\:pl-32 {
    padding-left: 8rem !important;
  }

  .xs\:pl-36 {
    padding-left: 9rem !important;
  }

  .xs\:pl-40 {
    padding-left: 10rem !important;
  }

  .xs\:pl-44 {
    padding-left: 11rem !important;
  }

  .xs\:pl-48 {
    padding-left: 12rem !important;
  }

  .xs\:pl-52 {
    padding-left: 13rem !important;
  }

  .xs\:pl-56 {
    padding-left: 14rem !important;
  }

  .xs\:pl-60 {
    padding-left: 15rem !important;
  }

  .xs\:pl-64 {
    padding-left: 16rem !important;
  }

  .xs\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .xs\:pl-80 {
    padding-left: 20rem !important;
  }

  .xs\:pl-96 {
    padding-left: 24rem !important;
  }

  .xs\:pl-108 {
    padding-left: 26rem !important;
  }

  .xs\:pl-112 {
    padding-left: 28rem !important;
  }

  .xs\:pl-120 {
    padding-left: 30rem !important;
  }

  .xs\:pl-136 {
    padding-left: 34rem !important;
  }

  .xs\:pl-140 {
    padding-left: 42rem !important;
  }

  .xs\:pl-144 {
    padding-left: 36rem !important;
  }

  .xs\:pl-320 {
    padding-left: 80rem !important;
  }

  .xs\:pl-px {
    padding-left: 1px !important;
  }

  .xs\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .xs\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .xs\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .xs\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .xs\:pl-50-em {
    padding-left: 50em !important;
  }

  .xs\:pl-26-em {
    padding-left: 26em !important;
  }

  .xs\:text-left {
    text-align: left !important;
  }

  .xs\:text-center {
    text-align: center !important;
  }

  .xs\:text-right {
    text-align: right !important;
  }

  .xs\:text-justify {
    text-align: justify !important;
  }

  .xs\:align-baseline {
    vertical-align: baseline !important;
  }

  .xs\:align-top {
    vertical-align: top !important;
  }

  .xs\:align-middle {
    vertical-align: middle !important;
  }

  .xs\:align-bottom {
    vertical-align: bottom !important;
  }

  .xs\:align-text-top {
    vertical-align: text-top !important;
  }

  .xs\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .xs\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .xs\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xs\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .xs\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .xs\:font-montserrat {
    font-family: Montserrat !important;
  }

  .xs\:font-visuelt {
    font-family: visuelt !important;
  }

  .xs\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .xs\:font-gill {
    font-family: gill !important;
  }

  .xs\:font-bambino {
    font-family: bambino !important;
  }

  .xs\:font-avenir {
    font-family: avenir !important;
  }

  .xs\:font-gotham {
    font-family: gotham !important;
  }

  .xs\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .xs\:font-effra {
    font-family: effra !important;
  }

  .xs\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .xs\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .xs\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .xs\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .xs\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .xs\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .xs\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xs\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xs\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .xs\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .xs\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .xs\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xs\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .xs\:text-7xl {
    font-size: 4.5rem !important;
  }

  .xs\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xs\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .xs\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .xs\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .xs\:font-thin {
    font-weight: 100 !important;
  }

  .xs\:font-extralight {
    font-weight: 200 !important;
  }

  .xs\:font-light {
    font-weight: 300 !important;
  }

  .xs\:font-normal {
    font-weight: 400 !important;
  }

  .xs\:font-medium {
    font-weight: 500 !important;
  }

  .xs\:font-semibold {
    font-weight: 600 !important;
  }

  .xs\:font-bold {
    font-weight: 700 !important;
  }

  .xs\:font-extrabold {
    font-weight: 800 !important;
  }

  .xs\:font-black {
    font-weight: 900 !important;
  }

  .xs\:uppercase {
    text-transform: uppercase !important;
  }

  .xs\:lowercase {
    text-transform: lowercase !important;
  }

  .xs\:capitalize {
    text-transform: capitalize !important;
  }

  .xs\:normal-case {
    text-transform: none !important;
  }

  .xs\:italic {
    font-style: italic !important;
  }

  .xs\:not-italic {
    font-style: normal !important;
  }

  .xs\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .xs\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .xs\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .xs\:leading-0 {
    line-height: 0 !important;
  }

  .xs\:leading-3 {
    line-height: .75rem !important;
  }

  .xs\:leading-4 {
    line-height: 1rem !important;
  }

  .xs\:leading-5 {
    line-height: 1.25rem !important;
  }

  .xs\:leading-6 {
    line-height: 1.5rem !important;
  }

  .xs\:leading-7 {
    line-height: 1.75rem !important;
  }

  .xs\:leading-8 {
    line-height: 2rem !important;
  }

  .xs\:leading-9 {
    line-height: 2.25rem !important;
  }

  .xs\:leading-10 {
    line-height: 2.5rem !important;
  }

  .xs\:leading-none {
    line-height: 1 !important;
  }

  .xs\:leading-tight {
    line-height: 1.25 !important;
  }

  .xs\:leading-snug {
    line-height: 1.375 !important;
  }

  .xs\:leading-normal {
    line-height: 1.5 !important;
  }

  .xs\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .xs\:leading-loose {
    line-height: 2 !important;
  }

  .xs\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .xs\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .xs\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .xs\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .xs\:text-transparent {
    color: transparent !important;
  }

  .xs\:text-current {
    color: currentColor !important;
  }

  .xs\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xs\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xs\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xs\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xs\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xs\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xs\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xs\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xs\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xs\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xs\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xs\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xs\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .xs\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .xs\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .xs\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .xs\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .xs\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .xs\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .xs\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .xs\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .xs\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .xs\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .xs\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .xs\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .xs\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .xs\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .xs\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .xs\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .xs\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .xs\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .xs\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .xs\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .xs\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .xs\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .xs\:underline {
    text-decoration: underline !important;
  }

  .xs\:line-through {
    text-decoration: line-through !important;
  }

  .xs\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .xs\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .xs\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .xs\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .xs\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .xs\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .xs\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .xs\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .xs\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .xs\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .xs\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .xs\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .xs\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .xs\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xs\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xs\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .xs\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .xs\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .xs\:opacity-0 {
    opacity: 0 !important;
  }

  .xs\:opacity-5 {
    opacity: 0.05 !important;
  }

  .xs\:opacity-10 {
    opacity: 0.1 !important;
  }

  .xs\:opacity-20 {
    opacity: 0.2 !important;
  }

  .xs\:opacity-25 {
    opacity: 0.25 !important;
  }

  .xs\:opacity-30 {
    opacity: 0.3 !important;
  }

  .xs\:opacity-40 {
    opacity: 0.4 !important;
  }

  .xs\:opacity-50 {
    opacity: 0.5 !important;
  }

  .xs\:opacity-60 {
    opacity: 0.6 !important;
  }

  .xs\:opacity-70 {
    opacity: 0.7 !important;
  }

  .xs\:opacity-75 {
    opacity: 0.75 !important;
  }

  .xs\:opacity-80 {
    opacity: 0.8 !important;
  }

  .xs\:opacity-90 {
    opacity: 0.9 !important;
  }

  .xs\:opacity-95 {
    opacity: 0.95 !important;
  }

  .xs\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .xs\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .xs\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .xs\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .xs\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .xs\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .xs\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .xs\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .xs\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .xs\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .xs\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .xs\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .xs\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .xs\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .xs\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .xs\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .xs\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .xs\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .xs\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .xs\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .xs\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .xs\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .xs\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .xs\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .xs\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .xs\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .xs\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .xs\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .xs\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .xs\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .xs\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .xs\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .xs\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .xs\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .xs\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .xs\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .xs\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .xs\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .xs\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .xs\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .xs\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .xs\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .xs\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .xs\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .xs\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .xs\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .xs\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .xs\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .xs\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .xs\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .xs\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .xs\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .xs\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .xs\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .xs\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .xs\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .xs\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .xs\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .xs\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .xs\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .xs\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .xs\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .xs\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .xs\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .xs\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .xs\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .xs\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .xs\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .xs\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .xs\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .xs\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .xs\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .xs\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .xs\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .xs\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .xs\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .xs\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .xs\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .xs\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .xs\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .xs\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .xs\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .xs\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .xs\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .xs\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xs\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xs\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .xs\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .xs\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .xs\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .xs\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .xs\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .xs\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .xs\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .xs\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .xs\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .xs\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .xs\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .xs\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .xs\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .xs\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .xs\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .xs\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .xs\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .xs\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .xs\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .xs\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .xs\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .xs\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .xs\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .xs\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .xs\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .xs\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .xs\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .xs\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .xs\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xs\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xs\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xs\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xs\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xs\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .xs\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .xs\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xs\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .xs\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .xs\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xs\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xs\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xs\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xs\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xs\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xs\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xs\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xs\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xs\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xs\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .xs\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xs\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xs\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xs\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xs\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xs\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xs\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .xs\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .xs\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xs\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xs\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xs\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xs\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xs\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xs\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xs\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xs\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xs\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xs\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xs\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xs\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xs\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xs\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xs\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xs\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xs\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xs\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xs\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xs\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xs\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xs\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .xs\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xs\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xs\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xs\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xs\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xs\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xs\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xs\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .xs\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xs\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .xs\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .xs\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .xs\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .xs\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .xs\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .xs\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .xs\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .xs\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .xs\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .xs\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .xs\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .xs\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .xs\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .xs\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .xs\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .xs\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .xs\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .xs\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .xs\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .xs\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .xs\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .xs\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .xs\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .xs\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .xs\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .xs\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .xs\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .xs\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .xs\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .xs\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .xs\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .xs\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .xs\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .xs\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .xs\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .xs\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .xs\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .xs\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .xs\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .xs\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .xs\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .xs\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .xs\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .xs\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .xs\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .xs\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .xs\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .xs\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .xs\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .xs\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .xs\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .xs\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .xs\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .xs\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .xs\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .xs\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .xs\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .xs\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .xs\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .xs\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .xs\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .xs\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .xs\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .xs\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .xs\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .xs\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .xs\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .xs\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .xs\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .xs\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .xs\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .xs\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .xs\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .xs\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .xs\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .xs\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .xs\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .xs\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .xs\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .xs\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .xs\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .xs\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .xs\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .xs\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .xs\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .xs\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .xs\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .xs\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .xs\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .xs\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xs\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xs\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .xs\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .xs\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .xs\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xs\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .xs\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .xs\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .xs\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .xs\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .xs\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xs\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .xs\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .xs\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .xs\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .xs\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xs\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xs\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xs\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xs\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xs\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xs\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xs\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xs\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xs\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .xs\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xs\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xs\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xs\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xs\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xs\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xs\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xs\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xs\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xs\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xs\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .xs\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .xs\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .xs\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xs\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .xs\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .xs\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .xs\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .xs\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .xs\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .xs\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .xs\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .xs\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .xs\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .xs\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .xs\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .xs\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .xs\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .xs\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .xs\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .xs\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .xs\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xs\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .xs\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .xs\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .xs\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .xs\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .xs\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .xs\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .xs\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .xs\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .xs\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .xs\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .xs\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .xs\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .xs\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .xs\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .xs\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .xs\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .xs\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .xs\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .xs\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .xs\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .xs\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .xs\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .xs\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .xs\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .xs\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .xs\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .xs\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .xs\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .xs\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .xs\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .xs\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .xs\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .xs\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .xs\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .xs\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .xs\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .xs\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .xs\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .xs\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .xs\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .xs\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .xs\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .xs\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .xs\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .xs\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xs\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xs\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .xs\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .xs\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .xs\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .xs\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xs\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .xs\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .xs\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .xs\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .xs\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .xs\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .xs\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .xs\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .xs\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .xs\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .xs\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .xs\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .xs\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .xs\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .xs\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .xs\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .xs\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .xs\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .xs\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .xs\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .xs\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .xs\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .xs\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .xs\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .xs\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .xs\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .xs\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .xs\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .xs\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .xs\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .xs\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .xs\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .xs\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .xs\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .xs\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .xs\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .xs\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .xs\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .xs\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .xs\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .xs\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xs\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xs\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .xs\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .xs\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .xs\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .xs\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .xs\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .xs\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .xs\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .xs\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .xs\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .xs\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .xs\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .xs\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xs\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .xs\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .xs\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .xs\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .xs\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .xs\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .xs\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .xs\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .xs\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .xs\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .xs\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xs\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .xs\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .xs\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .xs\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .xs\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .xs\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .xs\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .xs\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .xs\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .xs\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .xs\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .xs\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .xs\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .xs\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .xs\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .xs\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .xs\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .xs\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .xs\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .xs\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .xs\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .xs\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .xs\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .xs\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .xs\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .xs\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .xs\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .xs\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .xs\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .xs\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .xs\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .xs\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xs\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xs\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xs\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xs\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xs\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .xs\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .xs\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xs\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .xs\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .xs\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xs\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xs\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xs\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xs\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xs\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xs\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xs\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xs\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xs\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xs\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .xs\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xs\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xs\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xs\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xs\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xs\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xs\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .xs\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .xs\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xs\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xs\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xs\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xs\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xs\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xs\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xs\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xs\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xs\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xs\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xs\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xs\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xs\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xs\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xs\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xs\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xs\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xs\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xs\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xs\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xs\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xs\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .xs\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xs\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xs\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xs\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xs\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xs\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xs\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xs\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .xs\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xs\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .xs\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .xs\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .xs\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .xs\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .xs\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .xs\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .xs\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .xs\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .xs\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .xs\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .xs\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .xs\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .xs\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .xs\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .xs\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .xs\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .xs\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .xs\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .xs\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .xs\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .xs\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .xs\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .xs\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .xs\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .xs\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .xs\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .xs\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .xs\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .xs\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .xs\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .xs\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .xs\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .xs\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .xs\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .xs\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .xs\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .xs\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .xs\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .xs\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .xs\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .xs\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .xs\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .xs\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .xs\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .xs\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .xs\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .xs\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .xs\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .xs\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .xs\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .xs\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .xs\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .xs\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .xs\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .xs\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .xs\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .xs\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .xs\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .xs\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .xs\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .xs\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .xs\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .xs\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .xs\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .xs\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .xs\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .xs\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .xs\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .xs\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .xs\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .xs\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .xs\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .xs\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .xs\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .xs\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .xs\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .xs\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .xs\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .xs\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .xs\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .xs\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .xs\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .xs\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .xs\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xs\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xs\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .xs\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .xs\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .xs\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xs\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .xs\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .xs\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .xs\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .xs\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .xs\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xs\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .xs\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .xs\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .xs\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .xs\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xs\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xs\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xs\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xs\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xs\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xs\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xs\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xs\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xs\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .xs\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xs\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xs\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xs\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xs\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xs\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xs\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xs\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xs\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xs\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xs\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .xs\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .xs\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .xs\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xs\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .xs\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .xs\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .xs\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .xs\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .xs\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .xs\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .xs\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .xs\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .xs\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .xs\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .xs\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .xs\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .xs\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .xs\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .xs\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .xs\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .xs\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xs\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .xs\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .xs\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .xs\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .xs\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .xs\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .xs\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .xs\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .xs\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .xs\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .xs\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .xs\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .xs\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .xs\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .xs\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .xs\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .xs\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .xs\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .xs\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .xs\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .xs\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .xs\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .xs\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .xs\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .xs\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .xs\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .xs\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .xs\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .xs\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .xs\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .xs\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .xs\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .xs\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .xs\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .xs\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .xs\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .xs\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .xs\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .xs\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .xs\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .xs\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .xs\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .xs\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .xs\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .xs\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .xs\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xs\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xs\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .xs\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .xs\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .xs\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .xs\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xs\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .xs\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .xs\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .xs\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .xs\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .xs\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .xs\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .xs\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .xs\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .xs\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .xs\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .xs\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .xs\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .xs\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .xs\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .xs\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .xs\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .xs\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .xs\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .xs\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .xs\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .xs\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .xs\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .xs\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .xs\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .xs\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .xs\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .xs\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .xs\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .xs\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .xs\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .xs\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .xs\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .xs\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .xs\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .xs\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .xs\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .xs\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .xs\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .xs\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .xs\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .xs\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .xs\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .xs\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .xs\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .xs\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .xs\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .xs\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .xs\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .xs\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .xs\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .xs\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .xs\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .xs\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .xs\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .xs\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .xs\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .xs\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .xs\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .xs\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .xs\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .xs\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .xs\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .xs\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .xs\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .xs\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .xs\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .xs\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .xs\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .xs\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .xs\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .xs\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .xs\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .xs\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .xs\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .xs\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .xs\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .xs\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .xs\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .xs\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .xs\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .xs\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .xs\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .xs\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .xs\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .xs\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .xs\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .xs\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .xs\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .xs\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .xs\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .xs\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .xs\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .xs\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .xs\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .xs\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .xs\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .xs\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .xs\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .xs\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .xs\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .xs\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .xs\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .xs\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .xs\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .xs\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .xs\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .xs\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .xs\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .xs\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .xs\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .xs\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .xs\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .xs\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .xs\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .xs\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .xs\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .xs\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .xs\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .xs\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .xs\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .xs\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .xs\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .xs\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .xs\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .xs\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .xs\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .xs\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .xs\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .xs\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .xs\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .xs\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .xs\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .xs\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .xs\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .xs\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .xs\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .xs\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .xs\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .xs\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .xs\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .xs\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .xs\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .xs\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .xs\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .xs\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .xs\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .xs\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .xs\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .xs\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .xs\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .xs\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .xs\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .xs\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .xs\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .xs\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .xs\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .xs\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .xs\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .xs\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .xs\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .xs\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .xs\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .xs\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .xs\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .xs\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .xs\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .xs\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .xs\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .xs\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .xs\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .xs\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .xs\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .xs\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .xs\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .xs\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .xs\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .xs\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .xs\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .xs\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .xs\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .xs\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .xs\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .xs\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .xs\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .xs\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .xs\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .xs\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .xs\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .xs\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .xs\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .xs\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .xs\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .xs\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .xs\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .xs\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .xs\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .xs\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .xs\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xs\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .xs\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .xs\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .xs\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .xs\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .xs\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xs\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .xs\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .xs\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .xs\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .xs\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .xs\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .xs\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .xs\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .xs\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .xs\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .xs\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .xs\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .xs\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .xs\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .xs\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .xs\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .xs\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .xs\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .xs\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .xs\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .xs\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .xs\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .xs\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .xs\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .xs\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .xs\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .xs\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .xs\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .xs\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .xs\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .xs\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .xs\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .xs\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .xs\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .xs\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .xs\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .xs\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .xs\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .xs\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .xs\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .xs\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .xs\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .xs\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .xs\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .xs\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .xs\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .xs\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .xs\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .xs\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .xs\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .xs\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .xs\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .xs\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .xs\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .xs\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .xs\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .xs\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .xs\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .xs\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .xs\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .xs\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .xs\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .xs\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .xs\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .xs\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .xs\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .xs\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .xs\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .xs\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .xs\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .xs\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .xs\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .xs\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .xs\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .xs\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .xs\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .xs\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .xs\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .xs\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .xs\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .xs\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .xs\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .xs\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .xs\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .xs\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .xs\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .xs\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .xs\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .xs\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .xs\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .xs\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .xs\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .xs\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xs\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .xs\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .xs\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .xs\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .xs\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .xs\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .xs\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .xs\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .xs\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .xs\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .xs\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .xs\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .xs\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .xs\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .xs\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .xs\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .xs\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .xs\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .xs\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .xs\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .xs\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .xs\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .xs\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .xs\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .xs\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .xs\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .xs\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .xs\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .xs\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .xs\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .xs\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .xs\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .xs\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .xs\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .xs\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .xs\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .xs\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .xs\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .xs\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .xs\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .xs\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .xs\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .xs\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .xs\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .xs\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .xs\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .xs\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .xs\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .xs\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .xs\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .xs\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .xs\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .xs\:filter-none {
    filter: none !important;
  }

  .xs\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .xs\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .xs\:blur {
    --tw-blur: blur(8px) !important;
  }

  .xs\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .xs\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .xs\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .xs\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .xs\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .xs\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .xs\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .xs\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .xs\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .xs\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .xs\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .xs\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .xs\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .xs\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .xs\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .xs\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .xs\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .xs\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .xs\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .xs\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .xs\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .xs\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .xs\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .xs\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .xs\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .xs\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .xs\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .xs\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .xs\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .xs\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .xs\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .xs\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .xs\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .xs\:invert {
    --tw-invert: invert(100%) !important;
  }

  .xs\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .xs\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .xs\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .xs\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .xs\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .xs\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .xs\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .xs\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .xs\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .xs\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .xs\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .xs\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .xs\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .xs\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .xs\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .xs\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .xs\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .xs\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .xs\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .xs\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .xs\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .xs\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .xs\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .xs\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .xs\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .xs\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .xs\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .xs\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .xs\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .xs\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .xs\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .xs\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .xs\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .xs\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .xs\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .xs\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .xs\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .xs\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .xs\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .xs\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .xs\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .xs\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .xs\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .xs\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .xs\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .xs\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .xs\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .xs\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .xs\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .xs\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .xs\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .xs\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .xs\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .xs\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .xs\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .xs\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .xs\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .xs\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .xs\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .xs\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .xs\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .xs\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .xs\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .xs\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .xs\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .xs\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .xs\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .xs\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .xs\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .xs\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .xs\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .xs\:transition-none {
    transition-property: none !important;
  }

  .xs\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .xs\:delay-75 {
    transition-delay: 75ms !important;
  }

  .xs\:delay-100 {
    transition-delay: 100ms !important;
  }

  .xs\:delay-150 {
    transition-delay: 150ms !important;
  }

  .xs\:delay-200 {
    transition-delay: 200ms !important;
  }

  .xs\:delay-300 {
    transition-delay: 300ms !important;
  }

  .xs\:delay-500 {
    transition-delay: 500ms !important;
  }

  .xs\:delay-700 {
    transition-delay: 700ms !important;
  }

  .xs\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .xs\:duration-75 {
    transition-duration: 75ms !important;
  }

  .xs\:duration-100 {
    transition-duration: 100ms !important;
  }

  .xs\:duration-150 {
    transition-duration: 150ms !important;
  }

  .xs\:duration-200 {
    transition-duration: 200ms !important;
  }

  .xs\:duration-300 {
    transition-duration: 300ms !important;
  }

  .xs\:duration-500 {
    transition-duration: 500ms !important;
  }

  .xs\:duration-700 {
    transition-duration: 700ms !important;
  }

  .xs\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .xs\:ease-linear {
    transition-timing-function: linear !important;
  }

  .xs\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 992px) {
  .bs-lg\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .bs-lg\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .bs-lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .bs-lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .bs-lg\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .bs-lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .bs-lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .bs-lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .bs-lg\:container {
      max-width: 1938px;
    }
  }

  .bs-lg\: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;
  }

  .bs-lg\: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;
  }

  .bs-lg\:focus-within\:sr-only:focus-within {
    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;
  }

  .bs-lg\:focus-within\:not-sr-only:focus-within {
    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;
  }

  .bs-lg\:focus\: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;
  }

  .bs-lg\:focus\: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;
  }

  .bs-lg\:pointer-events-none {
    pointer-events: none !important;
  }

  .bs-lg\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .bs-lg\:visible {
    visibility: visible !important;
  }

  .bs-lg\:invisible {
    visibility: hidden !important;
  }

  .bs-lg\:static {
    position: static !important;
  }

  .bs-lg\:fixed {
    position: fixed !important;
  }

  .bs-lg\:absolute {
    position: absolute !important;
  }

  .bs-lg\:relative {
    position: relative !important;
  }

  .bs-lg\:sticky {
    position: sticky !important;
  }

  .bs-lg\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .bs-lg\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .bs-lg\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .bs-lg\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .bs-lg\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .bs-lg\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .bs-lg\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .bs-lg\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .bs-lg\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .bs-lg\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .bs-lg\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .bs-lg\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .bs-lg\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .bs-lg\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .bs-lg\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .bs-lg\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .bs-lg\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .bs-lg\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .bs-lg\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .bs-lg\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .bs-lg\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .bs-lg\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .bs-lg\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .bs-lg\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .bs-lg\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .bs-lg\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .bs-lg\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .bs-lg\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .bs-lg\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .bs-lg\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .bs-lg\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .bs-lg\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .bs-lg\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .bs-lg\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .bs-lg\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .bs-lg\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .bs-lg\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .bs-lg\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .bs-lg\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .bs-lg\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .bs-lg\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .bs-lg\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .bs-lg\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .bs-lg\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .bs-lg\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .bs-lg\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .bs-lg\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .bs-lg\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .bs-lg\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .bs-lg\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .bs-lg\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .bs-lg\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .bs-lg\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .bs-lg\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .bs-lg\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .bs-lg\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .bs-lg\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .bs-lg\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .bs-lg\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .bs-lg\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .bs-lg\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .bs-lg\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .bs-lg\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .bs-lg\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .bs-lg\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .bs-lg\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .bs-lg\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .bs-lg\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .bs-lg\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .bs-lg\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .bs-lg\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .bs-lg\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .bs-lg\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .bs-lg\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .bs-lg\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .bs-lg\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .bs-lg\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .bs-lg\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .bs-lg\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .bs-lg\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .bs-lg\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .bs-lg\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .bs-lg\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .bs-lg\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .bs-lg\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .bs-lg\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .bs-lg\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .bs-lg\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .bs-lg\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .bs-lg\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .bs-lg\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .bs-lg\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .bs-lg\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .bs-lg\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .bs-lg\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .bs-lg\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .bs-lg\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .bs-lg\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .bs-lg\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .bs-lg\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .bs-lg\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .bs-lg\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .bs-lg\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .bs-lg\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .bs-lg\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .bs-lg\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .bs-lg\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .bs-lg\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .bs-lg\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .bs-lg\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .bs-lg\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .bs-lg\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .bs-lg\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .bs-lg\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .bs-lg\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .bs-lg\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .bs-lg\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .bs-lg\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .bs-lg\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .bs-lg\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .bs-lg\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .bs-lg\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .bs-lg\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .bs-lg\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .bs-lg\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .bs-lg\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .bs-lg\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .bs-lg\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .bs-lg\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .bs-lg\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .bs-lg\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .bs-lg\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .bs-lg\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .bs-lg\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .bs-lg\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .bs-lg\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .bs-lg\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .bs-lg\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .bs-lg\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .bs-lg\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .bs-lg\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .bs-lg\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .bs-lg\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .bs-lg\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .bs-lg\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .bs-lg\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .bs-lg\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .bs-lg\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .bs-lg\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .bs-lg\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .bs-lg\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .bs-lg\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .bs-lg\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .bs-lg\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .bs-lg\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .bs-lg\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .bs-lg\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .bs-lg\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .bs-lg\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .bs-lg\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .bs-lg\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .bs-lg\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .bs-lg\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .bs-lg\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .bs-lg\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .bs-lg\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .bs-lg\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .bs-lg\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .bs-lg\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .bs-lg\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .bs-lg\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .bs-lg\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .bs-lg\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .bs-lg\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .bs-lg\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .bs-lg\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .bs-lg\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .bs-lg\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .bs-lg\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .bs-lg\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .bs-lg\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .bs-lg\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .bs-lg\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .bs-lg\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .bs-lg\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .bs-lg\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .bs-lg\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .bs-lg\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .bs-lg\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .bs-lg\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .bs-lg\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .bs-lg\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .bs-lg\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .bs-lg\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .bs-lg\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .bs-lg\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .bs-lg\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .bs-lg\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .bs-lg\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .bs-lg\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .bs-lg\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .bs-lg\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .bs-lg\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .bs-lg\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .bs-lg\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .bs-lg\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .bs-lg\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .bs-lg\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .bs-lg\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .bs-lg\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .bs-lg\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .bs-lg\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .bs-lg\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .bs-lg\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .bs-lg\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .bs-lg\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .bs-lg\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .bs-lg\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .bs-lg\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .bs-lg\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .bs-lg\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .bs-lg\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .bs-lg\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .bs-lg\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .bs-lg\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .bs-lg\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .bs-lg\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .bs-lg\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .bs-lg\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .bs-lg\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .bs-lg\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .bs-lg\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .bs-lg\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .bs-lg\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .bs-lg\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .bs-lg\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .bs-lg\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .bs-lg\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .bs-lg\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .bs-lg\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .bs-lg\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .bs-lg\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .bs-lg\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .bs-lg\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .bs-lg\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .bs-lg\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .bs-lg\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .bs-lg\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .bs-lg\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .bs-lg\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .bs-lg\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .bs-lg\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .bs-lg\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .bs-lg\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .bs-lg\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .bs-lg\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .bs-lg\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .bs-lg\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .bs-lg\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .bs-lg\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .bs-lg\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .bs-lg\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .bs-lg\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .bs-lg\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .bs-lg\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .bs-lg\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .bs-lg\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .bs-lg\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .bs-lg\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .bs-lg\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .bs-lg\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .bs-lg\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .bs-lg\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .bs-lg\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .bs-lg\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .bs-lg\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .bs-lg\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .bs-lg\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .bs-lg\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .bs-lg\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .bs-lg\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .bs-lg\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .bs-lg\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .bs-lg\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .bs-lg\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .bs-lg\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .bs-lg\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .bs-lg\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .bs-lg\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .bs-lg\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .bs-lg\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .bs-lg\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .bs-lg\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .bs-lg\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .bs-lg\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .bs-lg\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .bs-lg\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .bs-lg\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .bs-lg\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .bs-lg\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .bs-lg\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .bs-lg\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .bs-lg\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .bs-lg\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .bs-lg\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .bs-lg\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .bs-lg\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .bs-lg\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .bs-lg\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .bs-lg\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .bs-lg\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .bs-lg\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .bs-lg\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .bs-lg\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .bs-lg\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .bs-lg\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .bs-lg\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .bs-lg\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .bs-lg\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .bs-lg\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .bs-lg\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .bs-lg\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .bs-lg\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .bs-lg\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .bs-lg\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .bs-lg\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .bs-lg\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .bs-lg\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .bs-lg\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .bs-lg\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .bs-lg\:top-0 {
    top: 0px !important;
  }

  .bs-lg\:top-1 {
    top: 0.25rem !important;
  }

  .bs-lg\:top-2 {
    top: 0.5rem !important;
  }

  .bs-lg\:top-3 {
    top: 0.75rem !important;
  }

  .bs-lg\:top-4 {
    top: 1rem !important;
  }

  .bs-lg\:top-5 {
    top: 1.25rem !important;
  }

  .bs-lg\:top-6 {
    top: 1.5rem !important;
  }

  .bs-lg\:top-7 {
    top: 1.75rem !important;
  }

  .bs-lg\:top-8 {
    top: 2rem !important;
  }

  .bs-lg\:top-9 {
    top: 2.25rem !important;
  }

  .bs-lg\:top-10 {
    top: 2.5rem !important;
  }

  .bs-lg\:top-11 {
    top: 2.75rem !important;
  }

  .bs-lg\:top-12 {
    top: 3rem !important;
  }

  .bs-lg\:top-14 {
    top: 3.5rem !important;
  }

  .bs-lg\:top-16 {
    top: 4rem !important;
  }

  .bs-lg\:top-17 {
    top: 4.25rem !important;
  }

  .bs-lg\:top-20 {
    top: 5rem !important;
  }

  .bs-lg\:top-24 {
    top: 6rem !important;
  }

  .bs-lg\:top-25 {
    top: 6.25rem !important;
  }

  .bs-lg\:top-28 {
    top: 7rem !important;
  }

  .bs-lg\:top-32 {
    top: 8rem !important;
  }

  .bs-lg\:top-36 {
    top: 9rem !important;
  }

  .bs-lg\:top-40 {
    top: 10rem !important;
  }

  .bs-lg\:top-44 {
    top: 11rem !important;
  }

  .bs-lg\:top-48 {
    top: 12rem !important;
  }

  .bs-lg\:top-52 {
    top: 13rem !important;
  }

  .bs-lg\:top-56 {
    top: 14rem !important;
  }

  .bs-lg\:top-60 {
    top: 15rem !important;
  }

  .bs-lg\:top-64 {
    top: 16rem !important;
  }

  .bs-lg\:top-72 {
    top: 18.5rem !important;
  }

  .bs-lg\:top-80 {
    top: 20rem !important;
  }

  .bs-lg\:top-96 {
    top: 24rem !important;
  }

  .bs-lg\:top-108 {
    top: 26rem !important;
  }

  .bs-lg\:top-112 {
    top: 28rem !important;
  }

  .bs-lg\:top-120 {
    top: 30rem !important;
  }

  .bs-lg\:top-136 {
    top: 34rem !important;
  }

  .bs-lg\:top-140 {
    top: 42rem !important;
  }

  .bs-lg\:top-144 {
    top: 36rem !important;
  }

  .bs-lg\:top-320 {
    top: 80rem !important;
  }

  .bs-lg\:top-auto {
    top: auto !important;
  }

  .bs-lg\:top-px {
    top: 1px !important;
  }

  .bs-lg\:top-0\.5 {
    top: 0.125rem !important;
  }

  .bs-lg\:top-1\.5 {
    top: 0.375rem !important;
  }

  .bs-lg\:top-2\.5 {
    top: 0.625rem !important;
  }

  .bs-lg\:top-3\.5 {
    top: 0.875rem !important;
  }

  .bs-lg\:top-50-em {
    top: 50em !important;
  }

  .bs-lg\:top-26-em {
    top: 26em !important;
  }

  .bs-lg\:-top-0 {
    top: 0px !important;
  }

  .bs-lg\:-top-1 {
    top: -0.25rem !important;
  }

  .bs-lg\:-top-2 {
    top: -0.5rem !important;
  }

  .bs-lg\:-top-3 {
    top: -0.75rem !important;
  }

  .bs-lg\:-top-4 {
    top: -1rem !important;
  }

  .bs-lg\:-top-5 {
    top: -1.25rem !important;
  }

  .bs-lg\:-top-6 {
    top: -1.5rem !important;
  }

  .bs-lg\:-top-7 {
    top: -1.75rem !important;
  }

  .bs-lg\:-top-8 {
    top: -2rem !important;
  }

  .bs-lg\:-top-9 {
    top: -2.25rem !important;
  }

  .bs-lg\:-top-10 {
    top: -2.5rem !important;
  }

  .bs-lg\:-top-11 {
    top: -2.75rem !important;
  }

  .bs-lg\:-top-12 {
    top: -3rem !important;
  }

  .bs-lg\:-top-14 {
    top: -3.5rem !important;
  }

  .bs-lg\:-top-16 {
    top: -4rem !important;
  }

  .bs-lg\:-top-20 {
    top: -5rem !important;
  }

  .bs-lg\:-top-24 {
    top: -6rem !important;
  }

  .bs-lg\:-top-28 {
    top: -7rem !important;
  }

  .bs-lg\:-top-32 {
    top: -8rem !important;
  }

  .bs-lg\:-top-36 {
    top: -9rem !important;
  }

  .bs-lg\:-top-40 {
    top: -10rem !important;
  }

  .bs-lg\:-top-44 {
    top: -11rem !important;
  }

  .bs-lg\:-top-48 {
    top: -12rem !important;
  }

  .bs-lg\:-top-52 {
    top: -13rem !important;
  }

  .bs-lg\:-top-56 {
    top: -14rem !important;
  }

  .bs-lg\:-top-60 {
    top: -15rem !important;
  }

  .bs-lg\:-top-64 {
    top: -16rem !important;
  }

  .bs-lg\:-top-72 {
    top: -18.5rem !important;
  }

  .bs-lg\:-top-80 {
    top: -20rem !important;
  }

  .bs-lg\:-top-96 {
    top: -24rem !important;
  }

  .bs-lg\:-top-108 {
    top: -26rem !important;
  }

  .bs-lg\:-top-112 {
    top: -28rem !important;
  }

  .bs-lg\:-top-120 {
    top: -30rem !important;
  }

  .bs-lg\:-top-136 {
    top: -34rem !important;
  }

  .bs-lg\:-top-140 {
    top: -42rem !important;
  }

  .bs-lg\:-top-144 {
    top: -36rem !important;
  }

  .bs-lg\:-top-320 {
    top: -80rem !important;
  }

  .bs-lg\:-top-px {
    top: -1px !important;
  }

  .bs-lg\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .bs-lg\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .bs-lg\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .bs-lg\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .bs-lg\:-top-50-em {
    top: -50em !important;
  }

  .bs-lg\:-top-26-em {
    top: -26em !important;
  }

  .bs-lg\:top-1\/2 {
    top: 50% !important;
  }

  .bs-lg\:top-1\/3 {
    top: 33.333333% !important;
  }

  .bs-lg\:top-2\/3 {
    top: 66.666667% !important;
  }

  .bs-lg\:top-1\/4 {
    top: 25% !important;
  }

  .bs-lg\:top-2\/4 {
    top: 50% !important;
  }

  .bs-lg\:top-3\/4 {
    top: 75% !important;
  }

  .bs-lg\:top-full {
    top: 100% !important;
  }

  .bs-lg\:-top-1\/2 {
    top: -50% !important;
  }

  .bs-lg\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .bs-lg\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .bs-lg\:-top-1\/4 {
    top: -25% !important;
  }

  .bs-lg\:-top-2\/4 {
    top: -50% !important;
  }

  .bs-lg\:-top-3\/4 {
    top: -75% !important;
  }

  .bs-lg\:-top-full {
    top: -100% !important;
  }

  .bs-lg\:top-10\/12 {
    top: 83.333333% !important;
  }

  .bs-lg\:top-11\/12 {
    top: 91.666667% !important;
  }

  .bs-lg\:top-\[23\%\] {
    top: 23% !important;
  }

  .bs-lg\:top-\[20\%\] {
    top: 20% !important;
  }

  .bs-lg\:top-\[45\%\] {
    top: 45% !important;
  }

  .bs-lg\:right-0 {
    right: 0px !important;
  }

  .bs-lg\:right-1 {
    right: 0.25rem !important;
  }

  .bs-lg\:right-2 {
    right: 0.5rem !important;
  }

  .bs-lg\:right-3 {
    right: 0.75rem !important;
  }

  .bs-lg\:right-4 {
    right: 1rem !important;
  }

  .bs-lg\:right-5 {
    right: 1.25rem !important;
  }

  .bs-lg\:right-6 {
    right: 1.5rem !important;
  }

  .bs-lg\:right-7 {
    right: 1.75rem !important;
  }

  .bs-lg\:right-8 {
    right: 2rem !important;
  }

  .bs-lg\:right-9 {
    right: 2.25rem !important;
  }

  .bs-lg\:right-10 {
    right: 2.5rem !important;
  }

  .bs-lg\:right-11 {
    right: 2.75rem !important;
  }

  .bs-lg\:right-12 {
    right: 3rem !important;
  }

  .bs-lg\:right-14 {
    right: 3.5rem !important;
  }

  .bs-lg\:right-16 {
    right: 4rem !important;
  }

  .bs-lg\:right-17 {
    right: 4.25rem !important;
  }

  .bs-lg\:right-20 {
    right: 5rem !important;
  }

  .bs-lg\:right-24 {
    right: 6rem !important;
  }

  .bs-lg\:right-25 {
    right: 6.25rem !important;
  }

  .bs-lg\:right-28 {
    right: 7rem !important;
  }

  .bs-lg\:right-32 {
    right: 8rem !important;
  }

  .bs-lg\:right-36 {
    right: 9rem !important;
  }

  .bs-lg\:right-40 {
    right: 10rem !important;
  }

  .bs-lg\:right-44 {
    right: 11rem !important;
  }

  .bs-lg\:right-48 {
    right: 12rem !important;
  }

  .bs-lg\:right-52 {
    right: 13rem !important;
  }

  .bs-lg\:right-56 {
    right: 14rem !important;
  }

  .bs-lg\:right-60 {
    right: 15rem !important;
  }

  .bs-lg\:right-64 {
    right: 16rem !important;
  }

  .bs-lg\:right-72 {
    right: 18.5rem !important;
  }

  .bs-lg\:right-80 {
    right: 20rem !important;
  }

  .bs-lg\:right-96 {
    right: 24rem !important;
  }

  .bs-lg\:right-108 {
    right: 26rem !important;
  }

  .bs-lg\:right-112 {
    right: 28rem !important;
  }

  .bs-lg\:right-120 {
    right: 30rem !important;
  }

  .bs-lg\:right-136 {
    right: 34rem !important;
  }

  .bs-lg\:right-140 {
    right: 42rem !important;
  }

  .bs-lg\:right-144 {
    right: 36rem !important;
  }

  .bs-lg\:right-320 {
    right: 80rem !important;
  }

  .bs-lg\:right-auto {
    right: auto !important;
  }

  .bs-lg\:right-px {
    right: 1px !important;
  }

  .bs-lg\:right-0\.5 {
    right: 0.125rem !important;
  }

  .bs-lg\:right-1\.5 {
    right: 0.375rem !important;
  }

  .bs-lg\:right-2\.5 {
    right: 0.625rem !important;
  }

  .bs-lg\:right-3\.5 {
    right: 0.875rem !important;
  }

  .bs-lg\:right-50-em {
    right: 50em !important;
  }

  .bs-lg\:right-26-em {
    right: 26em !important;
  }

  .bs-lg\:-right-0 {
    right: 0px !important;
  }

  .bs-lg\:-right-1 {
    right: -0.25rem !important;
  }

  .bs-lg\:-right-2 {
    right: -0.5rem !important;
  }

  .bs-lg\:-right-3 {
    right: -0.75rem !important;
  }

  .bs-lg\:-right-4 {
    right: -1rem !important;
  }

  .bs-lg\:-right-5 {
    right: -1.25rem !important;
  }

  .bs-lg\:-right-6 {
    right: -1.5rem !important;
  }

  .bs-lg\:-right-7 {
    right: -1.75rem !important;
  }

  .bs-lg\:-right-8 {
    right: -2rem !important;
  }

  .bs-lg\:-right-9 {
    right: -2.25rem !important;
  }

  .bs-lg\:-right-10 {
    right: -2.5rem !important;
  }

  .bs-lg\:-right-11 {
    right: -2.75rem !important;
  }

  .bs-lg\:-right-12 {
    right: -3rem !important;
  }

  .bs-lg\:-right-14 {
    right: -3.5rem !important;
  }

  .bs-lg\:-right-16 {
    right: -4rem !important;
  }

  .bs-lg\:-right-20 {
    right: -5rem !important;
  }

  .bs-lg\:-right-24 {
    right: -6rem !important;
  }

  .bs-lg\:-right-28 {
    right: -7rem !important;
  }

  .bs-lg\:-right-32 {
    right: -8rem !important;
  }

  .bs-lg\:-right-36 {
    right: -9rem !important;
  }

  .bs-lg\:-right-40 {
    right: -10rem !important;
  }

  .bs-lg\:-right-44 {
    right: -11rem !important;
  }

  .bs-lg\:-right-48 {
    right: -12rem !important;
  }

  .bs-lg\:-right-52 {
    right: -13rem !important;
  }

  .bs-lg\:-right-56 {
    right: -14rem !important;
  }

  .bs-lg\:-right-60 {
    right: -15rem !important;
  }

  .bs-lg\:-right-64 {
    right: -16rem !important;
  }

  .bs-lg\:-right-72 {
    right: -18.5rem !important;
  }

  .bs-lg\:-right-80 {
    right: -20rem !important;
  }

  .bs-lg\:-right-96 {
    right: -24rem !important;
  }

  .bs-lg\:-right-108 {
    right: -26rem !important;
  }

  .bs-lg\:-right-112 {
    right: -28rem !important;
  }

  .bs-lg\:-right-120 {
    right: -30rem !important;
  }

  .bs-lg\:-right-136 {
    right: -34rem !important;
  }

  .bs-lg\:-right-140 {
    right: -42rem !important;
  }

  .bs-lg\:-right-144 {
    right: -36rem !important;
  }

  .bs-lg\:-right-320 {
    right: -80rem !important;
  }

  .bs-lg\:-right-px {
    right: -1px !important;
  }

  .bs-lg\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .bs-lg\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .bs-lg\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .bs-lg\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .bs-lg\:-right-50-em {
    right: -50em !important;
  }

  .bs-lg\:-right-26-em {
    right: -26em !important;
  }

  .bs-lg\:right-1\/2 {
    right: 50% !important;
  }

  .bs-lg\:right-1\/3 {
    right: 33.333333% !important;
  }

  .bs-lg\:right-2\/3 {
    right: 66.666667% !important;
  }

  .bs-lg\:right-1\/4 {
    right: 25% !important;
  }

  .bs-lg\:right-2\/4 {
    right: 50% !important;
  }

  .bs-lg\:right-3\/4 {
    right: 75% !important;
  }

  .bs-lg\:right-full {
    right: 100% !important;
  }

  .bs-lg\:-right-1\/2 {
    right: -50% !important;
  }

  .bs-lg\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .bs-lg\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .bs-lg\:-right-1\/4 {
    right: -25% !important;
  }

  .bs-lg\:-right-2\/4 {
    right: -50% !important;
  }

  .bs-lg\:-right-3\/4 {
    right: -75% !important;
  }

  .bs-lg\:-right-full {
    right: -100% !important;
  }

  .bs-lg\:right-10\/12 {
    right: 83.333333% !important;
  }

  .bs-lg\:right-11\/12 {
    right: 91.666667% !important;
  }

  .bs-lg\:right-\[23\%\] {
    right: 23% !important;
  }

  .bs-lg\:right-\[20\%\] {
    right: 20% !important;
  }

  .bs-lg\:right-\[45\%\] {
    right: 45% !important;
  }

  .bs-lg\:bottom-0 {
    bottom: 0px !important;
  }

  .bs-lg\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .bs-lg\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .bs-lg\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .bs-lg\:bottom-4 {
    bottom: 1rem !important;
  }

  .bs-lg\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .bs-lg\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .bs-lg\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .bs-lg\:bottom-8 {
    bottom: 2rem !important;
  }

  .bs-lg\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .bs-lg\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .bs-lg\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .bs-lg\:bottom-12 {
    bottom: 3rem !important;
  }

  .bs-lg\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .bs-lg\:bottom-16 {
    bottom: 4rem !important;
  }

  .bs-lg\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .bs-lg\:bottom-20 {
    bottom: 5rem !important;
  }

  .bs-lg\:bottom-24 {
    bottom: 6rem !important;
  }

  .bs-lg\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .bs-lg\:bottom-28 {
    bottom: 7rem !important;
  }

  .bs-lg\:bottom-32 {
    bottom: 8rem !important;
  }

  .bs-lg\:bottom-36 {
    bottom: 9rem !important;
  }

  .bs-lg\:bottom-40 {
    bottom: 10rem !important;
  }

  .bs-lg\:bottom-44 {
    bottom: 11rem !important;
  }

  .bs-lg\:bottom-48 {
    bottom: 12rem !important;
  }

  .bs-lg\:bottom-52 {
    bottom: 13rem !important;
  }

  .bs-lg\:bottom-56 {
    bottom: 14rem !important;
  }

  .bs-lg\:bottom-60 {
    bottom: 15rem !important;
  }

  .bs-lg\:bottom-64 {
    bottom: 16rem !important;
  }

  .bs-lg\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .bs-lg\:bottom-80 {
    bottom: 20rem !important;
  }

  .bs-lg\:bottom-96 {
    bottom: 24rem !important;
  }

  .bs-lg\:bottom-108 {
    bottom: 26rem !important;
  }

  .bs-lg\:bottom-112 {
    bottom: 28rem !important;
  }

  .bs-lg\:bottom-120 {
    bottom: 30rem !important;
  }

  .bs-lg\:bottom-136 {
    bottom: 34rem !important;
  }

  .bs-lg\:bottom-140 {
    bottom: 42rem !important;
  }

  .bs-lg\:bottom-144 {
    bottom: 36rem !important;
  }

  .bs-lg\:bottom-320 {
    bottom: 80rem !important;
  }

  .bs-lg\:bottom-auto {
    bottom: auto !important;
  }

  .bs-lg\:bottom-px {
    bottom: 1px !important;
  }

  .bs-lg\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .bs-lg\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .bs-lg\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .bs-lg\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .bs-lg\:bottom-50-em {
    bottom: 50em !important;
  }

  .bs-lg\:bottom-26-em {
    bottom: 26em !important;
  }

  .bs-lg\:-bottom-0 {
    bottom: 0px !important;
  }

  .bs-lg\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .bs-lg\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .bs-lg\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .bs-lg\:-bottom-4 {
    bottom: -1rem !important;
  }

  .bs-lg\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .bs-lg\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .bs-lg\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .bs-lg\:-bottom-8 {
    bottom: -2rem !important;
  }

  .bs-lg\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .bs-lg\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .bs-lg\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .bs-lg\:-bottom-12 {
    bottom: -3rem !important;
  }

  .bs-lg\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .bs-lg\:-bottom-16 {
    bottom: -4rem !important;
  }

  .bs-lg\:-bottom-20 {
    bottom: -5rem !important;
  }

  .bs-lg\:-bottom-24 {
    bottom: -6rem !important;
  }

  .bs-lg\:-bottom-28 {
    bottom: -7rem !important;
  }

  .bs-lg\:-bottom-32 {
    bottom: -8rem !important;
  }

  .bs-lg\:-bottom-36 {
    bottom: -9rem !important;
  }

  .bs-lg\:-bottom-40 {
    bottom: -10rem !important;
  }

  .bs-lg\:-bottom-44 {
    bottom: -11rem !important;
  }

  .bs-lg\:-bottom-48 {
    bottom: -12rem !important;
  }

  .bs-lg\:-bottom-52 {
    bottom: -13rem !important;
  }

  .bs-lg\:-bottom-56 {
    bottom: -14rem !important;
  }

  .bs-lg\:-bottom-60 {
    bottom: -15rem !important;
  }

  .bs-lg\:-bottom-64 {
    bottom: -16rem !important;
  }

  .bs-lg\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .bs-lg\:-bottom-80 {
    bottom: -20rem !important;
  }

  .bs-lg\:-bottom-96 {
    bottom: -24rem !important;
  }

  .bs-lg\:-bottom-108 {
    bottom: -26rem !important;
  }

  .bs-lg\:-bottom-112 {
    bottom: -28rem !important;
  }

  .bs-lg\:-bottom-120 {
    bottom: -30rem !important;
  }

  .bs-lg\:-bottom-136 {
    bottom: -34rem !important;
  }

  .bs-lg\:-bottom-140 {
    bottom: -42rem !important;
  }

  .bs-lg\:-bottom-144 {
    bottom: -36rem !important;
  }

  .bs-lg\:-bottom-320 {
    bottom: -80rem !important;
  }

  .bs-lg\:-bottom-px {
    bottom: -1px !important;
  }

  .bs-lg\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .bs-lg\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .bs-lg\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .bs-lg\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .bs-lg\:-bottom-50-em {
    bottom: -50em !important;
  }

  .bs-lg\:-bottom-26-em {
    bottom: -26em !important;
  }

  .bs-lg\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .bs-lg\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .bs-lg\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .bs-lg\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .bs-lg\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .bs-lg\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .bs-lg\:bottom-full {
    bottom: 100% !important;
  }

  .bs-lg\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .bs-lg\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .bs-lg\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .bs-lg\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .bs-lg\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .bs-lg\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .bs-lg\:-bottom-full {
    bottom: -100% !important;
  }

  .bs-lg\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .bs-lg\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .bs-lg\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .bs-lg\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .bs-lg\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .bs-lg\:left-0 {
    left: 0px !important;
  }

  .bs-lg\:left-1 {
    left: 0.25rem !important;
  }

  .bs-lg\:left-2 {
    left: 0.5rem !important;
  }

  .bs-lg\:left-3 {
    left: 0.75rem !important;
  }

  .bs-lg\:left-4 {
    left: 1rem !important;
  }

  .bs-lg\:left-5 {
    left: 1.25rem !important;
  }

  .bs-lg\:left-6 {
    left: 1.5rem !important;
  }

  .bs-lg\:left-7 {
    left: 1.75rem !important;
  }

  .bs-lg\:left-8 {
    left: 2rem !important;
  }

  .bs-lg\:left-9 {
    left: 2.25rem !important;
  }

  .bs-lg\:left-10 {
    left: 2.5rem !important;
  }

  .bs-lg\:left-11 {
    left: 2.75rem !important;
  }

  .bs-lg\:left-12 {
    left: 3rem !important;
  }

  .bs-lg\:left-14 {
    left: 3.5rem !important;
  }

  .bs-lg\:left-16 {
    left: 4rem !important;
  }

  .bs-lg\:left-17 {
    left: 4.25rem !important;
  }

  .bs-lg\:left-20 {
    left: 5rem !important;
  }

  .bs-lg\:left-24 {
    left: 6rem !important;
  }

  .bs-lg\:left-25 {
    left: 6.25rem !important;
  }

  .bs-lg\:left-28 {
    left: 7rem !important;
  }

  .bs-lg\:left-32 {
    left: 8rem !important;
  }

  .bs-lg\:left-36 {
    left: 9rem !important;
  }

  .bs-lg\:left-40 {
    left: 10rem !important;
  }

  .bs-lg\:left-44 {
    left: 11rem !important;
  }

  .bs-lg\:left-48 {
    left: 12rem !important;
  }

  .bs-lg\:left-52 {
    left: 13rem !important;
  }

  .bs-lg\:left-56 {
    left: 14rem !important;
  }

  .bs-lg\:left-60 {
    left: 15rem !important;
  }

  .bs-lg\:left-64 {
    left: 16rem !important;
  }

  .bs-lg\:left-72 {
    left: 18.5rem !important;
  }

  .bs-lg\:left-80 {
    left: 20rem !important;
  }

  .bs-lg\:left-96 {
    left: 24rem !important;
  }

  .bs-lg\:left-108 {
    left: 26rem !important;
  }

  .bs-lg\:left-112 {
    left: 28rem !important;
  }

  .bs-lg\:left-120 {
    left: 30rem !important;
  }

  .bs-lg\:left-136 {
    left: 34rem !important;
  }

  .bs-lg\:left-140 {
    left: 42rem !important;
  }

  .bs-lg\:left-144 {
    left: 36rem !important;
  }

  .bs-lg\:left-320 {
    left: 80rem !important;
  }

  .bs-lg\:left-auto {
    left: auto !important;
  }

  .bs-lg\:left-px {
    left: 1px !important;
  }

  .bs-lg\:left-0\.5 {
    left: 0.125rem !important;
  }

  .bs-lg\:left-1\.5 {
    left: 0.375rem !important;
  }

  .bs-lg\:left-2\.5 {
    left: 0.625rem !important;
  }

  .bs-lg\:left-3\.5 {
    left: 0.875rem !important;
  }

  .bs-lg\:left-50-em {
    left: 50em !important;
  }

  .bs-lg\:left-26-em {
    left: 26em !important;
  }

  .bs-lg\:-left-0 {
    left: 0px !important;
  }

  .bs-lg\:-left-1 {
    left: -0.25rem !important;
  }

  .bs-lg\:-left-2 {
    left: -0.5rem !important;
  }

  .bs-lg\:-left-3 {
    left: -0.75rem !important;
  }

  .bs-lg\:-left-4 {
    left: -1rem !important;
  }

  .bs-lg\:-left-5 {
    left: -1.25rem !important;
  }

  .bs-lg\:-left-6 {
    left: -1.5rem !important;
  }

  .bs-lg\:-left-7 {
    left: -1.75rem !important;
  }

  .bs-lg\:-left-8 {
    left: -2rem !important;
  }

  .bs-lg\:-left-9 {
    left: -2.25rem !important;
  }

  .bs-lg\:-left-10 {
    left: -2.5rem !important;
  }

  .bs-lg\:-left-11 {
    left: -2.75rem !important;
  }

  .bs-lg\:-left-12 {
    left: -3rem !important;
  }

  .bs-lg\:-left-14 {
    left: -3.5rem !important;
  }

  .bs-lg\:-left-16 {
    left: -4rem !important;
  }

  .bs-lg\:-left-20 {
    left: -5rem !important;
  }

  .bs-lg\:-left-24 {
    left: -6rem !important;
  }

  .bs-lg\:-left-28 {
    left: -7rem !important;
  }

  .bs-lg\:-left-32 {
    left: -8rem !important;
  }

  .bs-lg\:-left-36 {
    left: -9rem !important;
  }

  .bs-lg\:-left-40 {
    left: -10rem !important;
  }

  .bs-lg\:-left-44 {
    left: -11rem !important;
  }

  .bs-lg\:-left-48 {
    left: -12rem !important;
  }

  .bs-lg\:-left-52 {
    left: -13rem !important;
  }

  .bs-lg\:-left-56 {
    left: -14rem !important;
  }

  .bs-lg\:-left-60 {
    left: -15rem !important;
  }

  .bs-lg\:-left-64 {
    left: -16rem !important;
  }

  .bs-lg\:-left-72 {
    left: -18.5rem !important;
  }

  .bs-lg\:-left-80 {
    left: -20rem !important;
  }

  .bs-lg\:-left-96 {
    left: -24rem !important;
  }

  .bs-lg\:-left-108 {
    left: -26rem !important;
  }

  .bs-lg\:-left-112 {
    left: -28rem !important;
  }

  .bs-lg\:-left-120 {
    left: -30rem !important;
  }

  .bs-lg\:-left-136 {
    left: -34rem !important;
  }

  .bs-lg\:-left-140 {
    left: -42rem !important;
  }

  .bs-lg\:-left-144 {
    left: -36rem !important;
  }

  .bs-lg\:-left-320 {
    left: -80rem !important;
  }

  .bs-lg\:-left-px {
    left: -1px !important;
  }

  .bs-lg\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .bs-lg\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .bs-lg\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .bs-lg\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .bs-lg\:-left-50-em {
    left: -50em !important;
  }

  .bs-lg\:-left-26-em {
    left: -26em !important;
  }

  .bs-lg\:left-1\/2 {
    left: 50% !important;
  }

  .bs-lg\:left-1\/3 {
    left: 33.333333% !important;
  }

  .bs-lg\:left-2\/3 {
    left: 66.666667% !important;
  }

  .bs-lg\:left-1\/4 {
    left: 25% !important;
  }

  .bs-lg\:left-2\/4 {
    left: 50% !important;
  }

  .bs-lg\:left-3\/4 {
    left: 75% !important;
  }

  .bs-lg\:left-full {
    left: 100% !important;
  }

  .bs-lg\:-left-1\/2 {
    left: -50% !important;
  }

  .bs-lg\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .bs-lg\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .bs-lg\:-left-1\/4 {
    left: -25% !important;
  }

  .bs-lg\:-left-2\/4 {
    left: -50% !important;
  }

  .bs-lg\:-left-3\/4 {
    left: -75% !important;
  }

  .bs-lg\:-left-full {
    left: -100% !important;
  }

  .bs-lg\:left-10\/12 {
    left: 83.333333% !important;
  }

  .bs-lg\:left-11\/12 {
    left: 91.666667% !important;
  }

  .bs-lg\:left-\[23\%\] {
    left: 23% !important;
  }

  .bs-lg\:left-\[20\%\] {
    left: 20% !important;
  }

  .bs-lg\:left-\[45\%\] {
    left: 45% !important;
  }

  .bs-lg\:isolate {
    isolation: isolate !important;
  }

  .bs-lg\:isolation-auto {
    isolation: auto !important;
  }

  .bs-lg\:z-0 {
    z-index: 0 !important;
  }

  .bs-lg\:z-10 {
    z-index: 10 !important;
  }

  .bs-lg\:z-20 {
    z-index: 20 !important;
  }

  .bs-lg\:z-30 {
    z-index: 30 !important;
  }

  .bs-lg\:z-40 {
    z-index: 40 !important;
  }

  .bs-lg\:z-50 {
    z-index: 50 !important;
  }

  .bs-lg\:z-auto {
    z-index: auto !important;
  }

  .bs-lg\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .bs-lg\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .bs-lg\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .bs-lg\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .bs-lg\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .bs-lg\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .bs-lg\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .bs-lg\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .bs-lg\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .bs-lg\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .bs-lg\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .bs-lg\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .bs-lg\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .bs-lg\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .bs-lg\:order-1 {
    order: 1 !important;
  }

  .bs-lg\:order-2 {
    order: 2 !important;
  }

  .bs-lg\:order-3 {
    order: 3 !important;
  }

  .bs-lg\:order-4 {
    order: 4 !important;
  }

  .bs-lg\:order-5 {
    order: 5 !important;
  }

  .bs-lg\:order-6 {
    order: 6 !important;
  }

  .bs-lg\:order-7 {
    order: 7 !important;
  }

  .bs-lg\:order-8 {
    order: 8 !important;
  }

  .bs-lg\:order-9 {
    order: 9 !important;
  }

  .bs-lg\:order-10 {
    order: 10 !important;
  }

  .bs-lg\:order-11 {
    order: 11 !important;
  }

  .bs-lg\:order-12 {
    order: 12 !important;
  }

  .bs-lg\:order-first {
    order: -9999 !important;
  }

  .bs-lg\:order-last {
    order: 9999 !important;
  }

  .bs-lg\:order-none {
    order: 0 !important;
  }

  .bs-lg\:col-auto {
    grid-column: auto !important;
  }

  .bs-lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .bs-lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .bs-lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .bs-lg\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .bs-lg\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .bs-lg\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .bs-lg\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .bs-lg\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .bs-lg\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .bs-lg\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .bs-lg\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .bs-lg\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .bs-lg\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .bs-lg\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .bs-lg\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .bs-lg\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .bs-lg\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .bs-lg\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .bs-lg\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .bs-lg\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .bs-lg\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .bs-lg\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .bs-lg\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .bs-lg\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .bs-lg\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .bs-lg\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .bs-lg\:col-start-auto {
    grid-column-start: auto !important;
  }

  .bs-lg\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .bs-lg\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .bs-lg\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .bs-lg\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .bs-lg\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .bs-lg\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .bs-lg\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .bs-lg\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .bs-lg\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .bs-lg\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .bs-lg\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .bs-lg\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .bs-lg\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .bs-lg\:col-end-auto {
    grid-column-end: auto !important;
  }

  .bs-lg\:row-auto {
    grid-row: auto !important;
  }

  .bs-lg\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .bs-lg\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .bs-lg\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .bs-lg\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .bs-lg\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .bs-lg\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .bs-lg\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .bs-lg\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .bs-lg\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .bs-lg\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .bs-lg\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .bs-lg\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .bs-lg\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .bs-lg\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .bs-lg\:row-start-auto {
    grid-row-start: auto !important;
  }

  .bs-lg\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .bs-lg\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .bs-lg\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .bs-lg\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .bs-lg\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .bs-lg\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .bs-lg\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .bs-lg\:row-end-auto {
    grid-row-end: auto !important;
  }

  .bs-lg\:float-right {
    float: right !important;
  }

  .bs-lg\:float-left {
    float: left !important;
  }

  .bs-lg\:float-none {
    float: none !important;
  }

  .bs-lg\:clear-left {
    clear: left !important;
  }

  .bs-lg\:clear-right {
    clear: right !important;
  }

  .bs-lg\:clear-both {
    clear: both !important;
  }

  .bs-lg\:clear-none {
    clear: none !important;
  }

  .bs-lg\:m-0 {
    margin: 0px !important;
  }

  .bs-lg\:m-1 {
    margin: 0.25rem !important;
  }

  .bs-lg\:m-2 {
    margin: 0.5rem !important;
  }

  .bs-lg\:m-3 {
    margin: 0.75rem !important;
  }

  .bs-lg\:m-4 {
    margin: 1rem !important;
  }

  .bs-lg\:m-5 {
    margin: 1.25rem !important;
  }

  .bs-lg\:m-6 {
    margin: 1.5rem !important;
  }

  .bs-lg\:m-7 {
    margin: 1.75rem !important;
  }

  .bs-lg\:m-8 {
    margin: 2rem !important;
  }

  .bs-lg\:m-9 {
    margin: 2.25rem !important;
  }

  .bs-lg\:m-10 {
    margin: 2.5rem !important;
  }

  .bs-lg\:m-11 {
    margin: 2.75rem !important;
  }

  .bs-lg\:m-12 {
    margin: 3rem !important;
  }

  .bs-lg\:m-14 {
    margin: 3.5rem !important;
  }

  .bs-lg\:m-16 {
    margin: 4rem !important;
  }

  .bs-lg\:m-20 {
    margin: 5rem !important;
  }

  .bs-lg\:m-24 {
    margin: 6rem !important;
  }

  .bs-lg\:m-28 {
    margin: 7rem !important;
  }

  .bs-lg\:m-32 {
    margin: 8rem !important;
  }

  .bs-lg\:m-36 {
    margin: 9rem !important;
  }

  .bs-lg\:m-40 {
    margin: 10rem !important;
  }

  .bs-lg\:m-44 {
    margin: 11rem !important;
  }

  .bs-lg\:m-48 {
    margin: 12rem !important;
  }

  .bs-lg\:m-52 {
    margin: 13rem !important;
  }

  .bs-lg\:m-56 {
    margin: 14rem !important;
  }

  .bs-lg\:m-60 {
    margin: 15rem !important;
  }

  .bs-lg\:m-64 {
    margin: 16rem !important;
  }

  .bs-lg\:m-72 {
    margin: 18.5rem !important;
  }

  .bs-lg\:m-80 {
    margin: 20rem !important;
  }

  .bs-lg\:m-96 {
    margin: 24rem !important;
  }

  .bs-lg\:m-108 {
    margin: 26rem !important;
  }

  .bs-lg\:m-112 {
    margin: 28rem !important;
  }

  .bs-lg\:m-120 {
    margin: 30rem !important;
  }

  .bs-lg\:m-136 {
    margin: 34rem !important;
  }

  .bs-lg\:m-140 {
    margin: 42rem !important;
  }

  .bs-lg\:m-144 {
    margin: 36rem !important;
  }

  .bs-lg\:m-320 {
    margin: 80rem !important;
  }

  .bs-lg\:m-auto {
    margin: auto !important;
  }

  .bs-lg\:m-px {
    margin: 1px !important;
  }

  .bs-lg\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .bs-lg\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .bs-lg\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .bs-lg\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .bs-lg\:m-50-em {
    margin: 50em !important;
  }

  .bs-lg\:m-26-em {
    margin: 26em !important;
  }

  .bs-lg\:-m-0 {
    margin: 0px !important;
  }

  .bs-lg\:-m-1 {
    margin: -0.25rem !important;
  }

  .bs-lg\:-m-2 {
    margin: -0.5rem !important;
  }

  .bs-lg\:-m-3 {
    margin: -0.75rem !important;
  }

  .bs-lg\:-m-4 {
    margin: -1rem !important;
  }

  .bs-lg\:-m-5 {
    margin: -1.25rem !important;
  }

  .bs-lg\:-m-6 {
    margin: -1.5rem !important;
  }

  .bs-lg\:-m-7 {
    margin: -1.75rem !important;
  }

  .bs-lg\:-m-8 {
    margin: -2rem !important;
  }

  .bs-lg\:-m-9 {
    margin: -2.25rem !important;
  }

  .bs-lg\:-m-10 {
    margin: -2.5rem !important;
  }

  .bs-lg\:-m-11 {
    margin: -2.75rem !important;
  }

  .bs-lg\:-m-12 {
    margin: -3rem !important;
  }

  .bs-lg\:-m-14 {
    margin: -3.5rem !important;
  }

  .bs-lg\:-m-16 {
    margin: -4rem !important;
  }

  .bs-lg\:-m-20 {
    margin: -5rem !important;
  }

  .bs-lg\:-m-24 {
    margin: -6rem !important;
  }

  .bs-lg\:-m-28 {
    margin: -7rem !important;
  }

  .bs-lg\:-m-32 {
    margin: -8rem !important;
  }

  .bs-lg\:-m-36 {
    margin: -9rem !important;
  }

  .bs-lg\:-m-40 {
    margin: -10rem !important;
  }

  .bs-lg\:-m-44 {
    margin: -11rem !important;
  }

  .bs-lg\:-m-48 {
    margin: -12rem !important;
  }

  .bs-lg\:-m-52 {
    margin: -13rem !important;
  }

  .bs-lg\:-m-56 {
    margin: -14rem !important;
  }

  .bs-lg\:-m-60 {
    margin: -15rem !important;
  }

  .bs-lg\:-m-64 {
    margin: -16rem !important;
  }

  .bs-lg\:-m-72 {
    margin: -18.5rem !important;
  }

  .bs-lg\:-m-80 {
    margin: -20rem !important;
  }

  .bs-lg\:-m-96 {
    margin: -24rem !important;
  }

  .bs-lg\:-m-108 {
    margin: -26rem !important;
  }

  .bs-lg\:-m-112 {
    margin: -28rem !important;
  }

  .bs-lg\:-m-120 {
    margin: -30rem !important;
  }

  .bs-lg\:-m-136 {
    margin: -34rem !important;
  }

  .bs-lg\:-m-140 {
    margin: -42rem !important;
  }

  .bs-lg\:-m-144 {
    margin: -36rem !important;
  }

  .bs-lg\:-m-320 {
    margin: -80rem !important;
  }

  .bs-lg\:-m-px {
    margin: -1px !important;
  }

  .bs-lg\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .bs-lg\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .bs-lg\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .bs-lg\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .bs-lg\:-m-50-em {
    margin: -50em !important;
  }

  .bs-lg\:-m-26-em {
    margin: -26em !important;
  }

  .bs-lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .bs-lg\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .bs-lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .bs-lg\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .bs-lg\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .bs-lg\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .bs-lg\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .bs-lg\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .bs-lg\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .bs-lg\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .bs-lg\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .bs-lg\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .bs-lg\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .bs-lg\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .bs-lg\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .bs-lg\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .bs-lg\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .bs-lg\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .bs-lg\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .bs-lg\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .bs-lg\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .bs-lg\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .bs-lg\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .bs-lg\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .bs-lg\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .bs-lg\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .bs-lg\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .bs-lg\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .bs-lg\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .bs-lg\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .bs-lg\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .bs-lg\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .bs-lg\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .bs-lg\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .bs-lg\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .bs-lg\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .bs-lg\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .bs-lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bs-lg\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .bs-lg\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .bs-lg\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .bs-lg\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .bs-lg\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .bs-lg\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .bs-lg\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .bs-lg\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .bs-lg\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .bs-lg\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .bs-lg\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .bs-lg\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .bs-lg\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .bs-lg\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .bs-lg\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .bs-lg\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .bs-lg\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .bs-lg\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .bs-lg\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .bs-lg\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .bs-lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .bs-lg\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .bs-lg\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .bs-lg\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .bs-lg\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .bs-lg\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .bs-lg\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .bs-lg\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .bs-lg\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .bs-lg\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .bs-lg\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .bs-lg\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .bs-lg\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .bs-lg\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .bs-lg\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .bs-lg\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .bs-lg\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .bs-lg\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .bs-lg\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .bs-lg\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .bs-lg\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .bs-lg\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .bs-lg\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .bs-lg\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .bs-lg\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .bs-lg\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .bs-lg\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .bs-lg\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .bs-lg\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .bs-lg\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .bs-lg\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .bs-lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .bs-lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .bs-lg\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .bs-lg\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .bs-lg\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .bs-lg\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .bs-lg\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .bs-lg\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .bs-lg\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .bs-lg\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .bs-lg\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .bs-lg\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .bs-lg\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .bs-lg\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .bs-lg\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .bs-lg\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .bs-lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .bs-lg\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .bs-lg\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .bs-lg\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .bs-lg\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .bs-lg\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .bs-lg\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .bs-lg\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .bs-lg\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .bs-lg\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .bs-lg\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .bs-lg\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .bs-lg\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .bs-lg\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .bs-lg\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .bs-lg\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .bs-lg\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .bs-lg\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .bs-lg\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .bs-lg\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .bs-lg\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .bs-lg\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .bs-lg\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .bs-lg\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .bs-lg\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .bs-lg\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .bs-lg\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .bs-lg\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .bs-lg\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .bs-lg\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .bs-lg\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .bs-lg\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .bs-lg\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .bs-lg\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .bs-lg\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .bs-lg\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .bs-lg\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .bs-lg\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .bs-lg\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .bs-lg\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .bs-lg\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .bs-lg\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .bs-lg\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .bs-lg\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .bs-lg\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .bs-lg\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .bs-lg\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .bs-lg\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .bs-lg\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .bs-lg\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .bs-lg\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .bs-lg\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .bs-lg\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .bs-lg\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .bs-lg\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .bs-lg\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .bs-lg\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .bs-lg\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .bs-lg\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .bs-lg\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .bs-lg\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .bs-lg\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .bs-lg\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .bs-lg\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .bs-lg\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .bs-lg\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .bs-lg\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .bs-lg\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .bs-lg\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .bs-lg\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .bs-lg\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .bs-lg\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .bs-lg\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .bs-lg\:mt-0 {
    margin-top: 0px !important;
  }

  .bs-lg\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .bs-lg\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .bs-lg\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .bs-lg\:mt-4 {
    margin-top: 1rem !important;
  }

  .bs-lg\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .bs-lg\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .bs-lg\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .bs-lg\:mt-8 {
    margin-top: 2rem !important;
  }

  .bs-lg\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .bs-lg\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .bs-lg\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .bs-lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .bs-lg\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .bs-lg\:mt-16 {
    margin-top: 4rem !important;
  }

  .bs-lg\:mt-20 {
    margin-top: 5rem !important;
  }

  .bs-lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .bs-lg\:mt-28 {
    margin-top: 7rem !important;
  }

  .bs-lg\:mt-32 {
    margin-top: 8rem !important;
  }

  .bs-lg\:mt-36 {
    margin-top: 9rem !important;
  }

  .bs-lg\:mt-40 {
    margin-top: 10rem !important;
  }

  .bs-lg\:mt-44 {
    margin-top: 11rem !important;
  }

  .bs-lg\:mt-48 {
    margin-top: 12rem !important;
  }

  .bs-lg\:mt-52 {
    margin-top: 13rem !important;
  }

  .bs-lg\:mt-56 {
    margin-top: 14rem !important;
  }

  .bs-lg\:mt-60 {
    margin-top: 15rem !important;
  }

  .bs-lg\:mt-64 {
    margin-top: 16rem !important;
  }

  .bs-lg\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .bs-lg\:mt-80 {
    margin-top: 20rem !important;
  }

  .bs-lg\:mt-96 {
    margin-top: 24rem !important;
  }

  .bs-lg\:mt-108 {
    margin-top: 26rem !important;
  }

  .bs-lg\:mt-112 {
    margin-top: 28rem !important;
  }

  .bs-lg\:mt-120 {
    margin-top: 30rem !important;
  }

  .bs-lg\:mt-136 {
    margin-top: 34rem !important;
  }

  .bs-lg\:mt-140 {
    margin-top: 42rem !important;
  }

  .bs-lg\:mt-144 {
    margin-top: 36rem !important;
  }

  .bs-lg\:mt-320 {
    margin-top: 80rem !important;
  }

  .bs-lg\:mt-auto {
    margin-top: auto !important;
  }

  .bs-lg\:mt-px {
    margin-top: 1px !important;
  }

  .bs-lg\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .bs-lg\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .bs-lg\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .bs-lg\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .bs-lg\:mt-50-em {
    margin-top: 50em !important;
  }

  .bs-lg\:mt-26-em {
    margin-top: 26em !important;
  }

  .bs-lg\:-mt-0 {
    margin-top: 0px !important;
  }

  .bs-lg\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .bs-lg\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .bs-lg\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .bs-lg\:-mt-4 {
    margin-top: -1rem !important;
  }

  .bs-lg\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .bs-lg\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .bs-lg\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .bs-lg\:-mt-8 {
    margin-top: -2rem !important;
  }

  .bs-lg\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .bs-lg\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .bs-lg\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .bs-lg\:-mt-12 {
    margin-top: -3rem !important;
  }

  .bs-lg\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .bs-lg\:-mt-16 {
    margin-top: -4rem !important;
  }

  .bs-lg\:-mt-20 {
    margin-top: -5rem !important;
  }

  .bs-lg\:-mt-24 {
    margin-top: -6rem !important;
  }

  .bs-lg\:-mt-28 {
    margin-top: -7rem !important;
  }

  .bs-lg\:-mt-32 {
    margin-top: -8rem !important;
  }

  .bs-lg\:-mt-36 {
    margin-top: -9rem !important;
  }

  .bs-lg\:-mt-40 {
    margin-top: -10rem !important;
  }

  .bs-lg\:-mt-44 {
    margin-top: -11rem !important;
  }

  .bs-lg\:-mt-48 {
    margin-top: -12rem !important;
  }

  .bs-lg\:-mt-52 {
    margin-top: -13rem !important;
  }

  .bs-lg\:-mt-56 {
    margin-top: -14rem !important;
  }

  .bs-lg\:-mt-60 {
    margin-top: -15rem !important;
  }

  .bs-lg\:-mt-64 {
    margin-top: -16rem !important;
  }

  .bs-lg\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .bs-lg\:-mt-80 {
    margin-top: -20rem !important;
  }

  .bs-lg\:-mt-96 {
    margin-top: -24rem !important;
  }

  .bs-lg\:-mt-108 {
    margin-top: -26rem !important;
  }

  .bs-lg\:-mt-112 {
    margin-top: -28rem !important;
  }

  .bs-lg\:-mt-120 {
    margin-top: -30rem !important;
  }

  .bs-lg\:-mt-136 {
    margin-top: -34rem !important;
  }

  .bs-lg\:-mt-140 {
    margin-top: -42rem !important;
  }

  .bs-lg\:-mt-144 {
    margin-top: -36rem !important;
  }

  .bs-lg\:-mt-320 {
    margin-top: -80rem !important;
  }

  .bs-lg\:-mt-px {
    margin-top: -1px !important;
  }

  .bs-lg\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .bs-lg\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .bs-lg\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .bs-lg\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .bs-lg\:-mt-50-em {
    margin-top: -50em !important;
  }

  .bs-lg\:-mt-26-em {
    margin-top: -26em !important;
  }

  .bs-lg\:mr-0 {
    margin-right: 0px !important;
  }

  .bs-lg\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .bs-lg\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .bs-lg\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .bs-lg\:mr-4 {
    margin-right: 1rem !important;
  }

  .bs-lg\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .bs-lg\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .bs-lg\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .bs-lg\:mr-8 {
    margin-right: 2rem !important;
  }

  .bs-lg\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .bs-lg\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .bs-lg\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .bs-lg\:mr-12 {
    margin-right: 3rem !important;
  }

  .bs-lg\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .bs-lg\:mr-16 {
    margin-right: 4rem !important;
  }

  .bs-lg\:mr-20 {
    margin-right: 5rem !important;
  }

  .bs-lg\:mr-24 {
    margin-right: 6rem !important;
  }

  .bs-lg\:mr-28 {
    margin-right: 7rem !important;
  }

  .bs-lg\:mr-32 {
    margin-right: 8rem !important;
  }

  .bs-lg\:mr-36 {
    margin-right: 9rem !important;
  }

  .bs-lg\:mr-40 {
    margin-right: 10rem !important;
  }

  .bs-lg\:mr-44 {
    margin-right: 11rem !important;
  }

  .bs-lg\:mr-48 {
    margin-right: 12rem !important;
  }

  .bs-lg\:mr-52 {
    margin-right: 13rem !important;
  }

  .bs-lg\:mr-56 {
    margin-right: 14rem !important;
  }

  .bs-lg\:mr-60 {
    margin-right: 15rem !important;
  }

  .bs-lg\:mr-64 {
    margin-right: 16rem !important;
  }

  .bs-lg\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .bs-lg\:mr-80 {
    margin-right: 20rem !important;
  }

  .bs-lg\:mr-96 {
    margin-right: 24rem !important;
  }

  .bs-lg\:mr-108 {
    margin-right: 26rem !important;
  }

  .bs-lg\:mr-112 {
    margin-right: 28rem !important;
  }

  .bs-lg\:mr-120 {
    margin-right: 30rem !important;
  }

  .bs-lg\:mr-136 {
    margin-right: 34rem !important;
  }

  .bs-lg\:mr-140 {
    margin-right: 42rem !important;
  }

  .bs-lg\:mr-144 {
    margin-right: 36rem !important;
  }

  .bs-lg\:mr-320 {
    margin-right: 80rem !important;
  }

  .bs-lg\:mr-auto {
    margin-right: auto !important;
  }

  .bs-lg\:mr-px {
    margin-right: 1px !important;
  }

  .bs-lg\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .bs-lg\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .bs-lg\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .bs-lg\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .bs-lg\:mr-50-em {
    margin-right: 50em !important;
  }

  .bs-lg\:mr-26-em {
    margin-right: 26em !important;
  }

  .bs-lg\:-mr-0 {
    margin-right: 0px !important;
  }

  .bs-lg\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .bs-lg\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .bs-lg\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .bs-lg\:-mr-4 {
    margin-right: -1rem !important;
  }

  .bs-lg\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .bs-lg\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .bs-lg\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .bs-lg\:-mr-8 {
    margin-right: -2rem !important;
  }

  .bs-lg\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .bs-lg\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .bs-lg\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .bs-lg\:-mr-12 {
    margin-right: -3rem !important;
  }

  .bs-lg\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .bs-lg\:-mr-16 {
    margin-right: -4rem !important;
  }

  .bs-lg\:-mr-20 {
    margin-right: -5rem !important;
  }

  .bs-lg\:-mr-24 {
    margin-right: -6rem !important;
  }

  .bs-lg\:-mr-28 {
    margin-right: -7rem !important;
  }

  .bs-lg\:-mr-32 {
    margin-right: -8rem !important;
  }

  .bs-lg\:-mr-36 {
    margin-right: -9rem !important;
  }

  .bs-lg\:-mr-40 {
    margin-right: -10rem !important;
  }

  .bs-lg\:-mr-44 {
    margin-right: -11rem !important;
  }

  .bs-lg\:-mr-48 {
    margin-right: -12rem !important;
  }

  .bs-lg\:-mr-52 {
    margin-right: -13rem !important;
  }

  .bs-lg\:-mr-56 {
    margin-right: -14rem !important;
  }

  .bs-lg\:-mr-60 {
    margin-right: -15rem !important;
  }

  .bs-lg\:-mr-64 {
    margin-right: -16rem !important;
  }

  .bs-lg\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .bs-lg\:-mr-80 {
    margin-right: -20rem !important;
  }

  .bs-lg\:-mr-96 {
    margin-right: -24rem !important;
  }

  .bs-lg\:-mr-108 {
    margin-right: -26rem !important;
  }

  .bs-lg\:-mr-112 {
    margin-right: -28rem !important;
  }

  .bs-lg\:-mr-120 {
    margin-right: -30rem !important;
  }

  .bs-lg\:-mr-136 {
    margin-right: -34rem !important;
  }

  .bs-lg\:-mr-140 {
    margin-right: -42rem !important;
  }

  .bs-lg\:-mr-144 {
    margin-right: -36rem !important;
  }

  .bs-lg\:-mr-320 {
    margin-right: -80rem !important;
  }

  .bs-lg\:-mr-px {
    margin-right: -1px !important;
  }

  .bs-lg\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .bs-lg\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .bs-lg\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .bs-lg\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .bs-lg\:-mr-50-em {
    margin-right: -50em !important;
  }

  .bs-lg\:-mr-26-em {
    margin-right: -26em !important;
  }

  .bs-lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .bs-lg\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .bs-lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .bs-lg\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .bs-lg\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .bs-lg\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .bs-lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .bs-lg\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .bs-lg\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .bs-lg\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .bs-lg\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .bs-lg\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .bs-lg\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .bs-lg\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .bs-lg\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .bs-lg\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .bs-lg\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .bs-lg\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .bs-lg\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .bs-lg\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .bs-lg\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .bs-lg\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .bs-lg\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .bs-lg\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .bs-lg\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .bs-lg\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .bs-lg\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .bs-lg\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .bs-lg\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .bs-lg\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .bs-lg\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .bs-lg\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .bs-lg\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .bs-lg\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .bs-lg\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .bs-lg\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .bs-lg\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .bs-lg\:mb-auto {
    margin-bottom: auto !important;
  }

  .bs-lg\:mb-px {
    margin-bottom: 1px !important;
  }

  .bs-lg\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .bs-lg\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .bs-lg\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .bs-lg\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .bs-lg\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .bs-lg\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .bs-lg\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .bs-lg\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .bs-lg\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .bs-lg\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .bs-lg\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .bs-lg\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .bs-lg\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .bs-lg\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .bs-lg\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .bs-lg\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .bs-lg\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .bs-lg\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .bs-lg\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .bs-lg\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .bs-lg\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .bs-lg\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .bs-lg\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .bs-lg\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .bs-lg\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .bs-lg\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .bs-lg\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .bs-lg\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .bs-lg\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .bs-lg\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .bs-lg\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .bs-lg\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .bs-lg\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .bs-lg\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .bs-lg\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .bs-lg\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .bs-lg\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .bs-lg\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .bs-lg\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .bs-lg\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .bs-lg\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .bs-lg\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .bs-lg\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .bs-lg\:-mb-px {
    margin-bottom: -1px !important;
  }

  .bs-lg\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .bs-lg\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .bs-lg\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .bs-lg\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .bs-lg\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .bs-lg\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .bs-lg\:ml-0 {
    margin-left: 0px !important;
  }

  .bs-lg\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .bs-lg\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .bs-lg\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .bs-lg\:ml-4 {
    margin-left: 1rem !important;
  }

  .bs-lg\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .bs-lg\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .bs-lg\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .bs-lg\:ml-8 {
    margin-left: 2rem !important;
  }

  .bs-lg\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .bs-lg\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .bs-lg\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .bs-lg\:ml-12 {
    margin-left: 3rem !important;
  }

  .bs-lg\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .bs-lg\:ml-16 {
    margin-left: 4rem !important;
  }

  .bs-lg\:ml-20 {
    margin-left: 5rem !important;
  }

  .bs-lg\:ml-24 {
    margin-left: 6rem !important;
  }

  .bs-lg\:ml-28 {
    margin-left: 7rem !important;
  }

  .bs-lg\:ml-32 {
    margin-left: 8rem !important;
  }

  .bs-lg\:ml-36 {
    margin-left: 9rem !important;
  }

  .bs-lg\:ml-40 {
    margin-left: 10rem !important;
  }

  .bs-lg\:ml-44 {
    margin-left: 11rem !important;
  }

  .bs-lg\:ml-48 {
    margin-left: 12rem !important;
  }

  .bs-lg\:ml-52 {
    margin-left: 13rem !important;
  }

  .bs-lg\:ml-56 {
    margin-left: 14rem !important;
  }

  .bs-lg\:ml-60 {
    margin-left: 15rem !important;
  }

  .bs-lg\:ml-64 {
    margin-left: 16rem !important;
  }

  .bs-lg\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .bs-lg\:ml-80 {
    margin-left: 20rem !important;
  }

  .bs-lg\:ml-96 {
    margin-left: 24rem !important;
  }

  .bs-lg\:ml-108 {
    margin-left: 26rem !important;
  }

  .bs-lg\:ml-112 {
    margin-left: 28rem !important;
  }

  .bs-lg\:ml-120 {
    margin-left: 30rem !important;
  }

  .bs-lg\:ml-136 {
    margin-left: 34rem !important;
  }

  .bs-lg\:ml-140 {
    margin-left: 42rem !important;
  }

  .bs-lg\:ml-144 {
    margin-left: 36rem !important;
  }

  .bs-lg\:ml-320 {
    margin-left: 80rem !important;
  }

  .bs-lg\:ml-auto {
    margin-left: auto !important;
  }

  .bs-lg\:ml-px {
    margin-left: 1px !important;
  }

  .bs-lg\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .bs-lg\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .bs-lg\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .bs-lg\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .bs-lg\:ml-50-em {
    margin-left: 50em !important;
  }

  .bs-lg\:ml-26-em {
    margin-left: 26em !important;
  }

  .bs-lg\:-ml-0 {
    margin-left: 0px !important;
  }

  .bs-lg\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .bs-lg\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .bs-lg\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .bs-lg\:-ml-4 {
    margin-left: -1rem !important;
  }

  .bs-lg\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .bs-lg\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .bs-lg\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .bs-lg\:-ml-8 {
    margin-left: -2rem !important;
  }

  .bs-lg\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .bs-lg\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .bs-lg\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .bs-lg\:-ml-12 {
    margin-left: -3rem !important;
  }

  .bs-lg\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .bs-lg\:-ml-16 {
    margin-left: -4rem !important;
  }

  .bs-lg\:-ml-20 {
    margin-left: -5rem !important;
  }

  .bs-lg\:-ml-24 {
    margin-left: -6rem !important;
  }

  .bs-lg\:-ml-28 {
    margin-left: -7rem !important;
  }

  .bs-lg\:-ml-32 {
    margin-left: -8rem !important;
  }

  .bs-lg\:-ml-36 {
    margin-left: -9rem !important;
  }

  .bs-lg\:-ml-40 {
    margin-left: -10rem !important;
  }

  .bs-lg\:-ml-44 {
    margin-left: -11rem !important;
  }

  .bs-lg\:-ml-48 {
    margin-left: -12rem !important;
  }

  .bs-lg\:-ml-52 {
    margin-left: -13rem !important;
  }

  .bs-lg\:-ml-56 {
    margin-left: -14rem !important;
  }

  .bs-lg\:-ml-60 {
    margin-left: -15rem !important;
  }

  .bs-lg\:-ml-64 {
    margin-left: -16rem !important;
  }

  .bs-lg\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .bs-lg\:-ml-80 {
    margin-left: -20rem !important;
  }

  .bs-lg\:-ml-96 {
    margin-left: -24rem !important;
  }

  .bs-lg\:-ml-108 {
    margin-left: -26rem !important;
  }

  .bs-lg\:-ml-112 {
    margin-left: -28rem !important;
  }

  .bs-lg\:-ml-120 {
    margin-left: -30rem !important;
  }

  .bs-lg\:-ml-136 {
    margin-left: -34rem !important;
  }

  .bs-lg\:-ml-140 {
    margin-left: -42rem !important;
  }

  .bs-lg\:-ml-144 {
    margin-left: -36rem !important;
  }

  .bs-lg\:-ml-320 {
    margin-left: -80rem !important;
  }

  .bs-lg\:-ml-px {
    margin-left: -1px !important;
  }

  .bs-lg\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .bs-lg\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .bs-lg\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .bs-lg\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .bs-lg\:-ml-50-em {
    margin-left: -50em !important;
  }

  .bs-lg\:-ml-26-em {
    margin-left: -26em !important;
  }

  .bs-lg\:box-border {
    box-sizing: border-box !important;
  }

  .bs-lg\:box-content {
    box-sizing: content-box !important;
  }

  .bs-lg\:block {
    display: block !important;
  }

  .bs-lg\:inline-block {
    display: inline-block !important;
  }

  .bs-lg\:inline {
    display: inline !important;
  }

  .bs-lg\:flex {
    display: flex !important;
  }

  .bs-lg\:inline-flex {
    display: inline-flex !important;
  }

  .bs-lg\:table {
    display: table !important;
  }

  .bs-lg\:inline-table {
    display: inline-table !important;
  }

  .bs-lg\:table-caption {
    display: table-caption !important;
  }

  .bs-lg\:table-cell {
    display: table-cell !important;
  }

  .bs-lg\:table-column {
    display: table-column !important;
  }

  .bs-lg\:table-column-group {
    display: table-column-group !important;
  }

  .bs-lg\:table-footer-group {
    display: table-footer-group !important;
  }

  .bs-lg\:table-header-group {
    display: table-header-group !important;
  }

  .bs-lg\:table-row-group {
    display: table-row-group !important;
  }

  .bs-lg\:table-row {
    display: table-row !important;
  }

  .bs-lg\:flow-root {
    display: flow-root !important;
  }

  .bs-lg\:grid {
    display: grid !important;
  }

  .bs-lg\:inline-grid {
    display: inline-grid !important;
  }

  .bs-lg\:contents {
    display: contents !important;
  }

  .bs-lg\:list-item {
    display: list-item !important;
  }

  .bs-lg\:hidden {
    display: none !important;
  }

  .bs-lg\:h-0 {
    height: 0px !important;
  }

  .bs-lg\:h-1 {
    height: 0.25rem !important;
  }

  .bs-lg\:h-2 {
    height: 0.5rem !important;
  }

  .bs-lg\:h-3 {
    height: 0.75rem !important;
  }

  .bs-lg\:h-4 {
    height: 1rem !important;
  }

  .bs-lg\:h-5 {
    height: 1.25rem !important;
  }

  .bs-lg\:h-6 {
    height: 1.5rem !important;
  }

  .bs-lg\:h-7 {
    height: 1.75rem !important;
  }

  .bs-lg\:h-8 {
    height: 2rem !important;
  }

  .bs-lg\:h-9 {
    height: 2.25rem !important;
  }

  .bs-lg\:h-10 {
    height: 2.5rem !important;
  }

  .bs-lg\:h-11 {
    height: 2.75rem !important;
  }

  .bs-lg\:h-12 {
    height: 3rem !important;
  }

  .bs-lg\:h-14 {
    height: 3.5rem !important;
  }

  .bs-lg\:h-16 {
    height: 4rem !important;
  }

  .bs-lg\:h-20 {
    height: 5rem !important;
  }

  .bs-lg\:h-24 {
    height: 6rem !important;
  }

  .bs-lg\:h-28 {
    height: 7rem !important;
  }

  .bs-lg\:h-32 {
    height: 8rem !important;
  }

  .bs-lg\:h-36 {
    height: 9rem !important;
  }

  .bs-lg\:h-40 {
    height: 10rem !important;
  }

  .bs-lg\:h-44 {
    height: 11rem !important;
  }

  .bs-lg\:h-48 {
    height: 12rem !important;
  }

  .bs-lg\:h-52 {
    height: 13rem !important;
  }

  .bs-lg\:h-56 {
    height: 14rem !important;
  }

  .bs-lg\:h-60 {
    height: 15rem !important;
  }

  .bs-lg\:h-64 {
    height: 16rem !important;
  }

  .bs-lg\:h-72 {
    height: 18.5rem !important;
  }

  .bs-lg\:h-80 {
    height: 20rem !important;
  }

  .bs-lg\:h-88 {
    height: 22rem !important;
  }

  .bs-lg\:h-89 {
    height: 26rem !important;
  }

  .bs-lg\:h-90 {
    height: 30rem !important;
  }

  .bs-lg\:h-96 {
    height: 24rem !important;
  }

  .bs-lg\:h-108 {
    height: 26rem !important;
  }

  .bs-lg\:h-112 {
    height: 28rem !important;
  }

  .bs-lg\:h-120 {
    height: 30rem !important;
  }

  .bs-lg\:h-128 {
    height: 32rem !important;
  }

  .bs-lg\:h-136 {
    height: 34rem !important;
  }

  .bs-lg\:h-140 {
    height: 42rem !important;
  }

  .bs-lg\:h-144 {
    height: 36rem !important;
  }

  .bs-lg\:h-288 {
    height: 40rem !important;
  }

  .bs-lg\:h-320 {
    height: 80rem !important;
  }

  .bs-lg\:h-768 {
    height: 45rem !important;
  }

  .bs-lg\:h-800 {
    height: 50rem !important;
  }

  .bs-lg\:h-856 {
    height: 65rem !important;
  }

  .bs-lg\:h-auto {
    height: auto !important;
  }

  .bs-lg\:h-px {
    height: 1px !important;
  }

  .bs-lg\:h-0\.5 {
    height: 0.125rem !important;
  }

  .bs-lg\:h-1\.5 {
    height: 0.375rem !important;
  }

  .bs-lg\:h-2\.5 {
    height: 0.625rem !important;
  }

  .bs-lg\:h-3\.5 {
    height: 0.875rem !important;
  }

  .bs-lg\:h-50-em {
    height: 50em !important;
  }

  .bs-lg\:h-26-em {
    height: 26em !important;
  }

  .bs-lg\:h-1\/2 {
    height: 50% !important;
  }

  .bs-lg\:h-1\/3 {
    height: 33.333333% !important;
  }

  .bs-lg\:h-2\/3 {
    height: 66.666667% !important;
  }

  .bs-lg\:h-1\/4 {
    height: 25% !important;
  }

  .bs-lg\:h-2\/4 {
    height: 50% !important;
  }

  .bs-lg\:h-3\/4 {
    height: 75% !important;
  }

  .bs-lg\:h-1\/5 {
    height: 20% !important;
  }

  .bs-lg\:h-2\/5 {
    height: 40% !important;
  }

  .bs-lg\:h-3\/5 {
    height: 60% !important;
  }

  .bs-lg\:h-4\/5 {
    height: 80% !important;
  }

  .bs-lg\:h-1\/6 {
    height: 16.666667% !important;
  }

  .bs-lg\:h-2\/6 {
    height: 33.333333% !important;
  }

  .bs-lg\:h-3\/6 {
    height: 50% !important;
  }

  .bs-lg\:h-4\/6 {
    height: 66.666667% !important;
  }

  .bs-lg\:h-5\/6 {
    height: 83.333333% !important;
  }

  .bs-lg\:h-full {
    height: 100% !important;
  }

  .bs-lg\:h-screen {
    height: 100vh !important;
  }

  .bs-lg\:h-\[300px\] {
    height: 300px !important;
  }

  .bs-lg\:h-\[130px\] {
    height: 130px !important;
  }

  .bs-lg\:max-h-0 {
    max-height: 0px !important;
  }

  .bs-lg\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .bs-lg\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .bs-lg\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .bs-lg\:max-h-4 {
    max-height: 1rem !important;
  }

  .bs-lg\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .bs-lg\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .bs-lg\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .bs-lg\:max-h-8 {
    max-height: 2rem !important;
  }

  .bs-lg\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .bs-lg\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .bs-lg\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .bs-lg\:max-h-12 {
    max-height: 3rem !important;
  }

  .bs-lg\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .bs-lg\:max-h-16 {
    max-height: 4rem !important;
  }

  .bs-lg\:max-h-20 {
    max-height: 5rem !important;
  }

  .bs-lg\:max-h-24 {
    max-height: 6rem !important;
  }

  .bs-lg\:max-h-28 {
    max-height: 7rem !important;
  }

  .bs-lg\:max-h-32 {
    max-height: 8rem !important;
  }

  .bs-lg\:max-h-36 {
    max-height: 9rem !important;
  }

  .bs-lg\:max-h-40 {
    max-height: 10rem !important;
  }

  .bs-lg\:max-h-44 {
    max-height: 11rem !important;
  }

  .bs-lg\:max-h-48 {
    max-height: 12rem !important;
  }

  .bs-lg\:max-h-52 {
    max-height: 13rem !important;
  }

  .bs-lg\:max-h-56 {
    max-height: 14rem !important;
  }

  .bs-lg\:max-h-60 {
    max-height: 15rem !important;
  }

  .bs-lg\:max-h-64 {
    max-height: 16rem !important;
  }

  .bs-lg\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .bs-lg\:max-h-80 {
    max-height: 20rem !important;
  }

  .bs-lg\:max-h-96 {
    max-height: 24rem !important;
  }

  .bs-lg\:max-h-108 {
    max-height: 26rem !important;
  }

  .bs-lg\:max-h-112 {
    max-height: 28rem !important;
  }

  .bs-lg\:max-h-120 {
    max-height: 30rem !important;
  }

  .bs-lg\:max-h-136 {
    max-height: 34rem !important;
  }

  .bs-lg\:max-h-140 {
    max-height: 42rem !important;
  }

  .bs-lg\:max-h-144 {
    max-height: 36rem !important;
  }

  .bs-lg\:max-h-320 {
    max-height: 80rem !important;
  }

  .bs-lg\:max-h-768 {
    max-height: 45rem !important;
  }

  .bs-lg\:max-h-px {
    max-height: 1px !important;
  }

  .bs-lg\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .bs-lg\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .bs-lg\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .bs-lg\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .bs-lg\:max-h-50-em {
    max-height: 50em !important;
  }

  .bs-lg\:max-h-26-em {
    max-height: 26em !important;
  }

  .bs-lg\:max-h-full {
    max-height: 100% !important;
  }

  .bs-lg\:max-h-screen {
    max-height: 100vh !important;
  }

  .bs-lg\:max-h-8xl {
    max-height: 88rem !important;
  }

  .bs-lg\:max-h-9xl {
    max-height: 95rem !important;
  }

  .bs-lg\:max-h-sxl {
    max-height: 90% !important;
  }

  .bs-lg\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .bs-lg\:min-h-0 {
    min-height: 0px !important;
  }

  .bs-lg\:min-h-32 {
    min-height: 8rem !important;
  }

  .bs-lg\:min-h-40 {
    min-height: 10rem !important;
  }

  .bs-lg\:min-h-44 {
    min-height: 11rem !important;
  }

  .bs-lg\:min-h-48 {
    min-height: 12rem !important;
  }

  .bs-lg\:min-h-768 {
    min-height: 45rem !important;
  }

  .bs-lg\:min-h-full {
    min-height: 100% !important;
  }

  .bs-lg\:min-h-screen {
    min-height: 100vh !important;
  }

  .bs-lg\:w-0 {
    width: 0px !important;
  }

  .bs-lg\:w-1 {
    width: 0.25rem !important;
  }

  .bs-lg\:w-2 {
    width: 0.5rem !important;
  }

  .bs-lg\:w-3 {
    width: 0.75rem !important;
  }

  .bs-lg\:w-4 {
    width: 1rem !important;
  }

  .bs-lg\:w-5 {
    width: 1.25rem !important;
  }

  .bs-lg\:w-6 {
    width: 1.5rem !important;
  }

  .bs-lg\:w-7 {
    width: 1.75rem !important;
  }

  .bs-lg\:w-8 {
    width: 2rem !important;
  }

  .bs-lg\:w-9 {
    width: 2.25rem !important;
  }

  .bs-lg\:w-10 {
    width: 2.5rem !important;
  }

  .bs-lg\:w-11 {
    width: 2.75rem !important;
  }

  .bs-lg\:w-12 {
    width: 3rem !important;
  }

  .bs-lg\:w-14 {
    width: 3.5rem !important;
  }

  .bs-lg\:w-16 {
    width: 4rem !important;
  }

  .bs-lg\:w-20 {
    width: 5rem !important;
  }

  .bs-lg\:w-24 {
    width: 6rem !important;
  }

  .bs-lg\:w-28 {
    width: 7rem !important;
  }

  .bs-lg\:w-32 {
    width: 8rem !important;
  }

  .bs-lg\:w-36 {
    width: 9rem !important;
  }

  .bs-lg\:w-40 {
    width: 10rem !important;
  }

  .bs-lg\:w-44 {
    width: 11rem !important;
  }

  .bs-lg\:w-48 {
    width: 12rem !important;
  }

  .bs-lg\:w-52 {
    width: 13rem !important;
  }

  .bs-lg\:w-56 {
    width: 14rem !important;
  }

  .bs-lg\:w-60 {
    width: 15rem !important;
  }

  .bs-lg\:w-64 {
    width: 16rem !important;
  }

  .bs-lg\:w-72 {
    width: 18.5rem !important;
  }

  .bs-lg\:w-80 {
    width: 20rem !important;
  }

  .bs-lg\:w-96 {
    width: 24rem !important;
  }

  .bs-lg\:w-100 {
    width: 25rem !important;
  }

  .bs-lg\:w-108 {
    width: 26rem !important;
  }

  .bs-lg\:w-112 {
    width: 28rem !important;
  }

  .bs-lg\:w-120 {
    width: 30rem !important;
  }

  .bs-lg\:w-128 {
    width: 32rem !important;
  }

  .bs-lg\:w-132 {
    width: 33rem !important;
  }

  .bs-lg\:w-136 {
    width: 34rem !important;
  }

  .bs-lg\:w-140 {
    width: 35rem !important;
  }

  .bs-lg\:w-144 {
    width: 36rem !important;
  }

  .bs-lg\:w-160 {
    width: 40rem !important;
  }

  .bs-lg\:w-180 {
    width: 45rem !important;
  }

  .bs-lg\:w-190 {
    width: 47rem !important;
  }

  .bs-lg\:w-195 {
    width: 50rem !important;
  }

  .bs-lg\:w-200 {
    width: 75rem !important;
  }

  .bs-lg\:w-320 {
    width: 80rem !important;
  }

  .bs-lg\:w-auto {
    width: auto !important;
  }

  .bs-lg\:w-px {
    width: 1px !important;
  }

  .bs-lg\:w-0\.5 {
    width: 0.125rem !important;
  }

  .bs-lg\:w-1\.5 {
    width: 0.375rem !important;
  }

  .bs-lg\:w-2\.5 {
    width: 0.625rem !important;
  }

  .bs-lg\:w-3\.5 {
    width: 0.875rem !important;
  }

  .bs-lg\:w-50-em {
    width: 50em !important;
  }

  .bs-lg\:w-26-em {
    width: 26em !important;
  }

  .bs-lg\:w-1\/2 {
    width: 50% !important;
  }

  .bs-lg\:w-1\/3 {
    width: 33.333333% !important;
  }

  .bs-lg\:w-2\/3 {
    width: 66.666667% !important;
  }

  .bs-lg\:w-1\/4 {
    width: 25% !important;
  }

  .bs-lg\:w-2\/4 {
    width: 50% !important;
  }

  .bs-lg\:w-3\/4 {
    width: 75% !important;
  }

  .bs-lg\:w-1\/5 {
    width: 20% !important;
  }

  .bs-lg\:w-2\/5 {
    width: 40% !important;
  }

  .bs-lg\:w-3\/5 {
    width: 60% !important;
  }

  .bs-lg\:w-4\/5 {
    width: 80% !important;
  }

  .bs-lg\:w-1\/6 {
    width: 16.666667% !important;
  }

  .bs-lg\:w-2\/6 {
    width: 33.333333% !important;
  }

  .bs-lg\:w-3\/6 {
    width: 50% !important;
  }

  .bs-lg\:w-4\/6 {
    width: 66.666667% !important;
  }

  .bs-lg\:w-5\/6 {
    width: 83.333333% !important;
  }

  .bs-lg\:w-1\/12 {
    width: 8.333333% !important;
  }

  .bs-lg\:w-2\/12 {
    width: 16.666667% !important;
  }

  .bs-lg\:w-3\/12 {
    width: 25% !important;
  }

  .bs-lg\:w-4\/12 {
    width: 33.333333% !important;
  }

  .bs-lg\:w-5\/12 {
    width: 41.666667% !important;
  }

  .bs-lg\:w-6\/12 {
    width: 50% !important;
  }

  .bs-lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .bs-lg\:w-8\/12 {
    width: 66.666667% !important;
  }

  .bs-lg\:w-9\/12 {
    width: 75% !important;
  }

  .bs-lg\:w-10\/12 {
    width: 83.333333% !important;
  }

  .bs-lg\:w-11\/12 {
    width: 91.666667% !important;
  }

  .bs-lg\:w-full {
    width: 100% !important;
  }

  .bs-lg\:w-screen {
    width: 100vw !important;
  }

  .bs-lg\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .bs-lg\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .bs-lg\:w-\[350px\] {
    width: 350px !important;
  }

  .bs-lg\:w-\[127px\] {
    width: 127px !important;
  }

  .bs-lg\:w-\[300px\] {
    width: 300px !important;
  }

  .bs-lg\:w-\[600px\] {
    width: 600px !important;
  }

  .bs-lg\:w-\[140px\] {
    width: 140px !important;
  }

  .bs-lg\:w-\[170px\] {
    width: 170px !important;
  }

  .bs-lg\:w-\[150px\] {
    width: 150px !important;
  }

  .bs-lg\:w-\[130px\] {
    width: 130px !important;
  }

  .bs-lg\:min-w-0 {
    min-width: 0px !important;
  }

  .bs-lg\:min-w-full {
    min-width: 100% !important;
  }

  .bs-lg\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .bs-lg\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .bs-lg\:max-w-0 {
    max-width: 0rem !important;
  }

  .bs-lg\:max-w-none {
    max-width: none !important;
  }

  .bs-lg\:max-w-xs {
    max-width: 20rem !important;
  }

  .bs-lg\:max-w-sm {
    max-width: 24rem !important;
  }

  .bs-lg\:max-w-md {
    max-width: 28rem !important;
  }

  .bs-lg\:max-w-lg {
    max-width: 32rem !important;
  }

  .bs-lg\:max-w-xl {
    max-width: 36rem !important;
  }

  .bs-lg\:max-w-2xl {
    max-width: 42rem !important;
  }

  .bs-lg\:max-w-3xl {
    max-width: 48rem !important;
  }

  .bs-lg\:max-w-4xl {
    max-width: 56rem !important;
  }

  .bs-lg\:max-w-5xl {
    max-width: 64rem !important;
  }

  .bs-lg\:max-w-6xl {
    max-width: 72rem !important;
  }

  .bs-lg\:max-w-7xl {
    max-width: 80rem !important;
  }

  .bs-lg\:max-w-full {
    max-width: 100% !important;
  }

  .bs-lg\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .bs-lg\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .bs-lg\:max-w-prose {
    max-width: 65ch !important;
  }

  .bs-lg\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .bs-lg\:max-w-screen-md {
    max-width: 768px !important;
  }

  .bs-lg\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .bs-lg\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .bs-lg\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .bs-lg\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .bs-lg\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .bs-lg\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .bs-lg\:max-w-8xl {
    max-width: 88rem !important;
  }

  .bs-lg\:max-w-9xl {
    max-width: 95rem !important;
  }

  .bs-lg\:max-w-sxl {
    max-width: 90% !important;
  }

  .bs-lg\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .bs-lg\:flex-1 {
    flex: 1 1 0% !important;
  }

  .bs-lg\:flex-auto {
    flex: 1 1 auto !important;
  }

  .bs-lg\:flex-initial {
    flex: 0 1 auto !important;
  }

  .bs-lg\:flex-none {
    flex: none !important;
  }

  .bs-lg\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .bs-lg\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .bs-lg\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .bs-lg\:flex-grow {
    flex-grow: 1 !important;
  }

  .bs-lg\:table-auto {
    table-layout: auto !important;
  }

  .bs-lg\:table-fixed {
    table-layout: fixed !important;
  }

  .bs-lg\:border-collapse {
    border-collapse: collapse !important;
  }

  .bs-lg\:border-separate {
    border-collapse: separate !important;
  }

  .bs-lg\:origin-center {
    transform-origin: center !important;
  }

  .bs-lg\:origin-top {
    transform-origin: top !important;
  }

  .bs-lg\:origin-top-right {
    transform-origin: top right !important;
  }

  .bs-lg\:origin-right {
    transform-origin: right !important;
  }

  .bs-lg\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .bs-lg\:origin-bottom {
    transform-origin: bottom !important;
  }

  .bs-lg\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .bs-lg\:origin-left {
    transform-origin: left !important;
  }

  .bs-lg\:origin-top-left {
    transform-origin: top left !important;
  }

  .bs-lg\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .bs-lg\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .bs-lg\:transform-none {
    transform: none !important;
  }

  .bs-lg\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .bs-lg\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .bs-lg\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .bs-lg\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .bs-lg\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .bs-lg\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .bs-lg\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .bs-lg\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .bs-lg\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .bs-lg\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .bs-lg\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .bs-lg\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .bs-lg\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .bs-lg\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .bs-lg\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .bs-lg\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .bs-lg\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .bs-lg\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .bs-lg\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .bs-lg\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .bs-lg\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .bs-lg\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .bs-lg\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .bs-lg\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .bs-lg\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .bs-lg\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .bs-lg\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .bs-lg\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .bs-lg\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .bs-lg\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .bs-lg\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .bs-lg\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .bs-lg\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .bs-lg\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .bs-lg\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .bs-lg\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .bs-lg\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .bs-lg\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .bs-lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .bs-lg\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .bs-lg\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .bs-lg\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .bs-lg\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .bs-lg\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .bs-lg\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .bs-lg\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .bs-lg\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .bs-lg\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .bs-lg\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .bs-lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .bs-lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .bs-lg\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .bs-lg\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .bs-lg\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .bs-lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .bs-lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .bs-lg\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .bs-lg\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .bs-lg\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .bs-lg\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .bs-lg\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .bs-lg\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .bs-lg\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .bs-lg\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .bs-lg\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .bs-lg\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .bs-lg\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .bs-lg\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .bs-lg\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .bs-lg\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .bs-lg\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .bs-lg\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .bs-lg\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .bs-lg\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .bs-lg\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .bs-lg\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .bs-lg\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .bs-lg\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .bs-lg\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .bs-lg\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .bs-lg\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .bs-lg\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .bs-lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .bs-lg\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .bs-lg\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .bs-lg\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .bs-lg\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .bs-lg\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .bs-lg\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .bs-lg\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .bs-lg\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .bs-lg\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .bs-lg\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .bs-lg\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .bs-lg\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .bs-lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .bs-lg\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .bs-lg\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .bs-lg\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .bs-lg\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .bs-lg\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .bs-lg\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .bs-lg\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .bs-lg\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .bs-lg\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .bs-lg\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .bs-lg\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .bs-lg\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .bs-lg\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .bs-lg\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .bs-lg\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .bs-lg\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .bs-lg\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .bs-lg\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .bs-lg\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .bs-lg\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .bs-lg\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .bs-lg\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .bs-lg\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .bs-lg\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .bs-lg\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .bs-lg\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .bs-lg\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .bs-lg\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .bs-lg\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .bs-lg\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .bs-lg\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .bs-lg\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .bs-lg\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .bs-lg\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .bs-lg\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .bs-lg\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .bs-lg\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .bs-lg\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .bs-lg\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .bs-lg\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .bs-lg\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .bs-lg\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .bs-lg\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .bs-lg\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .bs-lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .bs-lg\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .bs-lg\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .bs-lg\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .bs-lg\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .bs-lg\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .bs-lg\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .bs-lg\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .bs-lg\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .bs-lg\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .bs-lg\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .bs-lg\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .bs-lg\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .bs-lg\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .bs-lg\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .bs-lg\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .bs-lg\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .bs-lg\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .bs-lg\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .bs-lg\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .bs-lg\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .bs-lg\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .bs-lg\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .bs-lg\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .bs-lg\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .bs-lg\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .bs-lg\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .bs-lg\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .bs-lg\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .bs-lg\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .bs-lg\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .bs-lg\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .bs-lg\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .bs-lg\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .bs-lg\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .bs-lg\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .bs-lg\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .bs-lg\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .bs-lg\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .bs-lg\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .bs-lg\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .bs-lg\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .bs-lg\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .bs-lg\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .bs-lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .bs-lg\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .bs-lg\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .bs-lg\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .bs-lg\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .bs-lg\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .bs-lg\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .bs-lg\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .bs-lg\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .bs-lg\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .bs-lg\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .bs-lg\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .bs-lg\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .bs-lg\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .bs-lg\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .bs-lg\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .bs-lg\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .bs-lg\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .bs-lg\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .bs-lg\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .bs-lg\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .bs-lg\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .bs-lg\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .bs-lg\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .bs-lg\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .bs-lg\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .bs-lg\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .bs-lg\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .bs-lg\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .bs-lg\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .bs-lg\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .bs-lg\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .bs-lg\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .bs-lg\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .bs-lg\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .bs-lg\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .bs-lg\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .bs-lg\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .bs-lg\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .bs-lg\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .bs-lg\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .bs-lg\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .bs-lg\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .bs-lg\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .bs-lg\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .bs-lg\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .bs-lg\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .bs-lg\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .bs-lg\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .bs-lg\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .bs-lg\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .bs-lg\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .bs-lg\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .bs-lg\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .bs-lg\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .bs-lg\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .bs-lg\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .bs-lg\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .bs-lg\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .bs-lg\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .bs-lg\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .bs-lg\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .bs-lg\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .bs-lg\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .bs-lg\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .bs-lg\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .bs-lg\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .bs-lg\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .bs-lg\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .bs-lg\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .bs-lg\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .bs-lg\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .bs-lg\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .bs-lg\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .bs-lg\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .bs-lg\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .bs-lg\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .bs-lg\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .bs-lg\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .bs-lg\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .bs-lg\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .bs-lg\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .bs-lg\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .bs-lg\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .bs-lg\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .bs-lg\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .bs-lg\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .bs-lg\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .bs-lg\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .bs-lg\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .bs-lg\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .bs-lg\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .bs-lg\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .bs-lg\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .bs-lg\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .bs-lg\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .bs-lg\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .bs-lg\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .bs-lg\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .bs-lg\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .bs-lg\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .bs-lg\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .bs-lg\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .bs-lg\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .bs-lg\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .bs-lg\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .bs-lg\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .bs-lg\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .bs-lg\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .bs-lg\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .bs-lg\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .bs-lg\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .bs-lg\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .bs-lg\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .bs-lg\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .bs-lg\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .bs-lg\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .bs-lg\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .bs-lg\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .bs-lg\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .bs-lg\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .bs-lg\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .bs-lg\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .bs-lg\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .bs-lg\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .bs-lg\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .bs-lg\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .bs-lg\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .bs-lg\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .bs-lg\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .bs-lg\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .bs-lg\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .bs-lg\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .bs-lg\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .bs-lg\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .bs-lg\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .bs-lg\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .bs-lg\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .bs-lg\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .bs-lg\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .bs-lg\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .bs-lg\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .bs-lg\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .bs-lg\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .bs-lg\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .bs-lg\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .bs-lg\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .bs-lg\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .bs-lg\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .bs-lg\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .bs-lg\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .bs-lg\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .bs-lg\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .bs-lg\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .bs-lg\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .bs-lg\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .bs-lg\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .bs-lg\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .bs-lg\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .bs-lg\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .bs-lg\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .bs-lg\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .bs-lg\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .bs-lg\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .bs-lg\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .bs-lg\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .bs-lg\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .bs-lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .bs-lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .bs-lg\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .bs-lg\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .bs-lg\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .bs-lg\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .bs-lg\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .bs-lg\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .bs-lg\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .bs-lg\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .bs-lg\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .bs-lg\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .bs-lg\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .bs-lg\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .bs-lg\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .bs-lg\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .bs-lg\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .bs-lg\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .bs-lg\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .bs-lg\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .bs-lg\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .bs-lg\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .bs-lg\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .bs-lg\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .bs-lg\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .bs-lg\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .bs-lg\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .bs-lg\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .bs-lg\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .bs-lg\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .bs-lg\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .bs-lg\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .bs-lg\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .bs-lg\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .bs-lg\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .bs-lg\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .bs-lg\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .bs-lg\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .bs-lg\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .bs-lg\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .bs-lg\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .bs-lg\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .bs-lg\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .bs-lg\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .bs-lg\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .bs-lg\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .bs-lg\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .bs-lg\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .bs-lg\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .bs-lg\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .bs-lg\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .bs-lg\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .bs-lg\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .bs-lg\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .bs-lg\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .bs-lg\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .bs-lg\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .bs-lg\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .bs-lg\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .bs-lg\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .bs-lg\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .bs-lg\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .bs-lg\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .bs-lg\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .bs-lg\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .bs-lg\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .bs-lg\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .bs-lg\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .bs-lg\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .bs-lg\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .bs-lg\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .bs-lg\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .bs-lg\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .bs-lg\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .bs-lg\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .bs-lg\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .bs-lg\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .bs-lg\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .bs-lg\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .bs-lg\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .bs-lg\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .bs-lg\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .bs-lg\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .bs-lg\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .bs-lg\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .bs-lg\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .bs-lg\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .bs-lg\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .bs-lg\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .bs-lg\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .bs-lg\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .bs-lg\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .bs-lg\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .bs-lg\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .bs-lg\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .bs-lg\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .bs-lg\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .bs-lg\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .bs-lg\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .bs-lg\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .bs-lg\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .bs-lg\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .bs-lg\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .bs-lg\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .bs-lg\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .bs-lg\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .bs-lg\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .bs-lg\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .bs-lg\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .bs-lg\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .bs-lg\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .bs-lg\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .bs-lg\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .bs-lg\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .bs-lg\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .bs-lg\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .bs-lg\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .bs-lg\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .bs-lg\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .bs-lg\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .bs-lg\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .bs-lg\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .bs-lg\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .bs-lg\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .bs-lg\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .bs-lg\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .bs-lg\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .bs-lg\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .bs-lg\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .bs-lg\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .bs-lg\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .bs-lg\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .bs-lg\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .bs-lg\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .bs-lg\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .bs-lg\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .bs-lg\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .bs-lg\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .bs-lg\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .bs-lg\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .bs-lg\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .bs-lg\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .bs-lg\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .bs-lg\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .bs-lg\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .bs-lg\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .bs-lg\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .bs-lg\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .bs-lg\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .bs-lg\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .bs-lg\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .bs-lg\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .bs-lg\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .bs-lg\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .bs-lg\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .bs-lg\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .bs-lg\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .bs-lg\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .bs-lg\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .bs-lg\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .bs-lg\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .bs-lg\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .bs-lg\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .bs-lg\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .bs-lg\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .bs-lg\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .bs-lg\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .bs-lg\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .bs-lg\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .bs-lg\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .bs-lg\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .bs-lg\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .bs-lg\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .bs-lg\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .bs-lg\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .bs-lg\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .bs-lg\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .bs-lg\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .bs-lg\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .bs-lg\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .bs-lg\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .bs-lg\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .bs-lg\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .bs-lg\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .bs-lg\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .bs-lg\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .bs-lg\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .bs-lg\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .bs-lg\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .bs-lg\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .bs-lg\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .bs-lg\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .bs-lg\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .bs-lg\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .bs-lg\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .bs-lg\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .bs-lg\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .bs-lg\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .bs-lg\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .bs-lg\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .bs-lg\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .bs-lg\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .bs-lg\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .bs-lg\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .bs-lg\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .bs-lg\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .bs-lg\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .bs-lg\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .bs-lg\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .bs-lg\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .bs-lg\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .bs-lg\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .bs-lg\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .bs-lg\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .bs-lg\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .bs-lg\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .bs-lg\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .bs-lg\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .bs-lg\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .bs-lg\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .bs-lg\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .bs-lg\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .bs-lg\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .bs-lg\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .bs-lg\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .bs-lg\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .bs-lg\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .bs-lg\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .bs-lg\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .bs-lg\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .bs-lg\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .bs-lg\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .bs-lg\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .bs-lg\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .bs-lg\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .bs-lg\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .bs-lg\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .bs-lg\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .bs-lg\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .bs-lg\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .bs-lg\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .bs-lg\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .bs-lg\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .bs-lg\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .bs-lg\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .bs-lg\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .bs-lg\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .bs-lg\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .bs-lg\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .bs-lg\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .bs-lg\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .bs-lg\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .bs-lg\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .bs-lg\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .bs-lg\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .bs-lg\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .bs-lg\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .bs-lg\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .bs-lg\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .bs-lg\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .bs-lg\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .bs-lg\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .bs-lg\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .bs-lg\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .bs-lg\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .bs-lg\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .bs-lg\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .bs-lg\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .bs-lg\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .bs-lg\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .bs-lg\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .bs-lg\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .bs-lg\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .bs-lg\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .bs-lg\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .bs-lg\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .bs-lg\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .bs-lg\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .bs-lg\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .bs-lg\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .bs-lg\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .bs-lg\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .bs-lg\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .bs-lg\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .bs-lg\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .bs-lg\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .bs-lg\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .bs-lg\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .bs-lg\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .bs-lg\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .bs-lg\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .bs-lg\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .bs-lg\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .bs-lg\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .bs-lg\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .bs-lg\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .bs-lg\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .bs-lg\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .bs-lg\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .bs-lg\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .bs-lg\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .bs-lg\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .bs-lg\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .bs-lg\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .bs-lg\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .bs-lg\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .bs-lg\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .bs-lg\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .bs-lg\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .bs-lg\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .bs-lg\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .bs-lg\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .bs-lg\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .bs-lg\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .bs-lg\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .bs-lg\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .bs-lg\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .bs-lg\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .bs-lg\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .bs-lg\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .bs-lg\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .bs-lg\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .bs-lg\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .bs-lg\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .bs-lg\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .bs-lg\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .bs-lg\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .bs-lg\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .bs-lg\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .bs-lg\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .bs-lg\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .bs-lg\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .bs-lg\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .bs-lg\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .bs-lg\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .bs-lg\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .bs-lg\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .bs-lg\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .bs-lg\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .bs-lg\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .bs-lg\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .bs-lg\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .bs-lg\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .bs-lg\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .bs-lg\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .bs-lg\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .bs-lg\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .bs-lg\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .bs-lg\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .bs-lg\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .bs-lg\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .bs-lg\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .bs-lg\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .bs-lg\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .bs-lg\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .bs-lg\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .bs-lg\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .bs-lg\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .bs-lg\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .bs-lg\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .bs-lg\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .bs-lg\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .bs-lg\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .bs-lg\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .bs-lg\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .bs-lg\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .bs-lg\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .bs-lg\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .bs-lg\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .bs-lg\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .bs-lg\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .bs-lg\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .bs-lg\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .bs-lg\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .bs-lg\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .bs-lg\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .bs-lg\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .bs-lg\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .bs-lg\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .bs-lg\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .bs-lg\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .bs-lg\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .bs-lg\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .bs-lg\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .bs-lg\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .bs-lg\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .bs-lg\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .bs-lg\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .bs-lg\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .bs-lg\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .bs-lg\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .bs-lg\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .bs-lg\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .bs-lg\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .bs-lg\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .bs-lg\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .bs-lg\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .bs-lg\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .bs-lg\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .bs-lg\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .bs-lg\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .bs-lg\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .bs-lg\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .bs-lg\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .bs-lg\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .bs-lg\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .bs-lg\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .bs-lg\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .bs-lg\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .bs-lg\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .bs-lg\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .bs-lg\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .bs-lg\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .bs-lg\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .bs-lg\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .bs-lg\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .bs-lg\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .bs-lg\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .bs-lg\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .bs-lg\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .bs-lg\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .bs-lg\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .bs-lg\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .bs-lg\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .bs-lg\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .bs-lg\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .bs-lg\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .bs-lg\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .bs-lg\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .bs-lg\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .bs-lg\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .bs-lg\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .bs-lg\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .bs-lg\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .bs-lg\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .bs-lg\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .bs-lg\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .bs-lg\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .bs-lg\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .bs-lg\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .bs-lg\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .bs-lg\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .bs-lg\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .bs-lg\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .bs-lg\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .bs-lg\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .bs-lg\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .bs-lg\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .bs-lg\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .bs-lg\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .bs-lg\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .bs-lg\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .bs-lg\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .bs-lg\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .bs-lg\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .bs-lg\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .bs-lg\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .bs-lg\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .bs-lg\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .bs-lg\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .bs-lg\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .bs-lg\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .bs-lg\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .bs-lg\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .bs-lg\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .bs-lg\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .bs-lg\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .bs-lg\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .bs-lg\:animate-none {
    animation: none !important;
  }

  .bs-lg\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .bs-lg\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .bs-lg\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .bs-lg\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .bs-lg\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .bs-lg\:cursor-auto {
    cursor: auto !important;
  }

  .bs-lg\:cursor-default {
    cursor: default !important;
  }

  .bs-lg\:cursor-pointer {
    cursor: pointer !important;
  }

  .bs-lg\:cursor-wait {
    cursor: wait !important;
  }

  .bs-lg\:cursor-text {
    cursor: text !important;
  }

  .bs-lg\:cursor-move {
    cursor: move !important;
  }

  .bs-lg\:cursor-help {
    cursor: help !important;
  }

  .bs-lg\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .bs-lg\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .bs-lg\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .bs-lg\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .bs-lg\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .bs-lg\:resize-none {
    resize: none !important;
  }

  .bs-lg\:resize-y {
    resize: vertical !important;
  }

  .bs-lg\:resize-x {
    resize: horizontal !important;
  }

  .bs-lg\:resize {
    resize: both !important;
  }

  .bs-lg\:list-inside {
    list-style-position: inside !important;
  }

  .bs-lg\:list-outside {
    list-style-position: outside !important;
  }

  .bs-lg\:list-none {
    list-style-type: none !important;
  }

  .bs-lg\:list-disc {
    list-style-type: disc !important;
  }

  .bs-lg\:list-decimal {
    list-style-type: decimal !important;
  }

  .bs-lg\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .bs-lg\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .bs-lg\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .bs-lg\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .bs-lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .bs-lg\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .bs-lg\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .bs-lg\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .bs-lg\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .bs-lg\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .bs-lg\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .bs-lg\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .bs-lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .bs-lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .bs-lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .bs-lg\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .bs-lg\:flex-row {
    flex-direction: row !important;
  }

  .bs-lg\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .bs-lg\:flex-col {
    flex-direction: column !important;
  }

  .bs-lg\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .bs-lg\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .bs-lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .bs-lg\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .bs-lg\:place-content-center {
    place-content: center !important;
  }

  .bs-lg\:place-content-start {
    place-content: start !important;
  }

  .bs-lg\:place-content-end {
    place-content: end !important;
  }

  .bs-lg\:place-content-between {
    place-content: space-between !important;
  }

  .bs-lg\:place-content-around {
    place-content: space-around !important;
  }

  .bs-lg\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .bs-lg\:place-content-stretch {
    place-content: stretch !important;
  }

  .bs-lg\:place-items-start {
    place-items: start !important;
  }

  .bs-lg\:place-items-end {
    place-items: end !important;
  }

  .bs-lg\:place-items-center {
    place-items: center !important;
  }

  .bs-lg\:place-items-stretch {
    place-items: stretch !important;
  }

  .bs-lg\:content-center {
    align-content: center !important;
  }

  .bs-lg\:content-start {
    align-content: flex-start !important;
  }

  .bs-lg\:content-end {
    align-content: flex-end !important;
  }

  .bs-lg\:content-between {
    align-content: space-between !important;
  }

  .bs-lg\:content-around {
    align-content: space-around !important;
  }

  .bs-lg\:content-evenly {
    align-content: space-evenly !important;
  }

  .bs-lg\:items-start {
    align-items: flex-start !important;
  }

  .bs-lg\:items-end {
    align-items: flex-end !important;
  }

  .bs-lg\:items-center {
    align-items: center !important;
  }

  .bs-lg\:items-baseline {
    align-items: baseline !important;
  }

  .bs-lg\:items-stretch {
    align-items: stretch !important;
  }

  .bs-lg\:justify-start {
    justify-content: flex-start !important;
  }

  .bs-lg\:justify-end {
    justify-content: flex-end !important;
  }

  .bs-lg\:justify-center {
    justify-content: center !important;
  }

  .bs-lg\:justify-between {
    justify-content: space-between !important;
  }

  .bs-lg\:justify-around {
    justify-content: space-around !important;
  }

  .bs-lg\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .bs-lg\:justify-items-start {
    justify-items: start !important;
  }

  .bs-lg\:justify-items-end {
    justify-items: end !important;
  }

  .bs-lg\:justify-items-center {
    justify-items: center !important;
  }

  .bs-lg\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .bs-lg\:gap-0 {
    gap: 0px !important;
  }

  .bs-lg\:gap-1 {
    gap: 0.25rem !important;
  }

  .bs-lg\:gap-2 {
    gap: 0.5rem !important;
  }

  .bs-lg\:gap-3 {
    gap: 0.75rem !important;
  }

  .bs-lg\:gap-4 {
    gap: 1rem !important;
  }

  .bs-lg\:gap-5 {
    gap: 1.25rem !important;
  }

  .bs-lg\:gap-6 {
    gap: 1.5rem !important;
  }

  .bs-lg\:gap-7 {
    gap: 1.75rem !important;
  }

  .bs-lg\:gap-8 {
    gap: 2rem !important;
  }

  .bs-lg\:gap-9 {
    gap: 2.25rem !important;
  }

  .bs-lg\:gap-10 {
    gap: 2.5rem !important;
  }

  .bs-lg\:gap-11 {
    gap: 2.75rem !important;
  }

  .bs-lg\:gap-12 {
    gap: 3rem !important;
  }

  .bs-lg\:gap-14 {
    gap: 3.5rem !important;
  }

  .bs-lg\:gap-16 {
    gap: 4rem !important;
  }

  .bs-lg\:gap-20 {
    gap: 5rem !important;
  }

  .bs-lg\:gap-24 {
    gap: 6rem !important;
  }

  .bs-lg\:gap-28 {
    gap: 7rem !important;
  }

  .bs-lg\:gap-32 {
    gap: 8rem !important;
  }

  .bs-lg\:gap-36 {
    gap: 9rem !important;
  }

  .bs-lg\:gap-40 {
    gap: 10rem !important;
  }

  .bs-lg\:gap-44 {
    gap: 11rem !important;
  }

  .bs-lg\:gap-48 {
    gap: 12rem !important;
  }

  .bs-lg\:gap-52 {
    gap: 13rem !important;
  }

  .bs-lg\:gap-56 {
    gap: 14rem !important;
  }

  .bs-lg\:gap-60 {
    gap: 15rem !important;
  }

  .bs-lg\:gap-64 {
    gap: 16rem !important;
  }

  .bs-lg\:gap-72 {
    gap: 18.5rem !important;
  }

  .bs-lg\:gap-80 {
    gap: 20rem !important;
  }

  .bs-lg\:gap-96 {
    gap: 24rem !important;
  }

  .bs-lg\:gap-108 {
    gap: 26rem !important;
  }

  .bs-lg\:gap-112 {
    gap: 28rem !important;
  }

  .bs-lg\:gap-120 {
    gap: 30rem !important;
  }

  .bs-lg\:gap-136 {
    gap: 34rem !important;
  }

  .bs-lg\:gap-140 {
    gap: 42rem !important;
  }

  .bs-lg\:gap-144 {
    gap: 36rem !important;
  }

  .bs-lg\:gap-320 {
    gap: 80rem !important;
  }

  .bs-lg\:gap-px {
    gap: 1px !important;
  }

  .bs-lg\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .bs-lg\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .bs-lg\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .bs-lg\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .bs-lg\:gap-50-em {
    gap: 50em !important;
  }

  .bs-lg\:gap-26-em {
    gap: 26em !important;
  }

  .bs-lg\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .bs-lg\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .bs-lg\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .bs-lg\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .bs-lg\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .bs-lg\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .bs-lg\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .bs-lg\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .bs-lg\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .bs-lg\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .bs-lg\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .bs-lg\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .bs-lg\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .bs-lg\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .bs-lg\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .bs-lg\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .bs-lg\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .bs-lg\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .bs-lg\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .bs-lg\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .bs-lg\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .bs-lg\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .bs-lg\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .bs-lg\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .bs-lg\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .bs-lg\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .bs-lg\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .bs-lg\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .bs-lg\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .bs-lg\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .bs-lg\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .bs-lg\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .bs-lg\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .bs-lg\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .bs-lg\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .bs-lg\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .bs-lg\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .bs-lg\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .bs-lg\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .bs-lg\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .bs-lg\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .bs-lg\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .bs-lg\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .bs-lg\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .bs-lg\:gap-y-0 {
    row-gap: 0px !important;
  }

  .bs-lg\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .bs-lg\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .bs-lg\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .bs-lg\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .bs-lg\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .bs-lg\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .bs-lg\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .bs-lg\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .bs-lg\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .bs-lg\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .bs-lg\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .bs-lg\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .bs-lg\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .bs-lg\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .bs-lg\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .bs-lg\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .bs-lg\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .bs-lg\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .bs-lg\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .bs-lg\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .bs-lg\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .bs-lg\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .bs-lg\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .bs-lg\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .bs-lg\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .bs-lg\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .bs-lg\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .bs-lg\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .bs-lg\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .bs-lg\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .bs-lg\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .bs-lg\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .bs-lg\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .bs-lg\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .bs-lg\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .bs-lg\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .bs-lg\:gap-y-px {
    row-gap: 1px !important;
  }

  .bs-lg\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .bs-lg\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .bs-lg\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .bs-lg\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .bs-lg\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .bs-lg\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .bs-lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .bs-lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .bs-lg\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .bs-lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .bs-lg\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .bs-lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .bs-lg\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .bs-lg\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .bs-lg\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .bs-lg\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .bs-lg\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .bs-lg\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .bs-lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .bs-lg\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .bs-lg\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .bs-lg\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .bs-lg\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .bs-lg\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .bs-lg\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .bs-lg\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .bs-lg\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .bs-lg\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .bs-lg\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .bs-lg\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .bs-lg\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .bs-lg\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .bs-lg\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .bs-lg\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .bs-lg\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .bs-lg\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .bs-lg\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .bs-lg\:place-self-auto {
    place-self: auto !important;
  }

  .bs-lg\:place-self-start {
    place-self: start !important;
  }

  .bs-lg\:place-self-end {
    place-self: end !important;
  }

  .bs-lg\:place-self-center {
    place-self: center !important;
  }

  .bs-lg\:place-self-stretch {
    place-self: stretch !important;
  }

  .bs-lg\:self-auto {
    align-self: auto !important;
  }

  .bs-lg\:self-start {
    align-self: flex-start !important;
  }

  .bs-lg\:self-end {
    align-self: flex-end !important;
  }

  .bs-lg\:self-center {
    align-self: center !important;
  }

  .bs-lg\:self-stretch {
    align-self: stretch !important;
  }

  .bs-lg\:self-baseline {
    align-self: baseline !important;
  }

  .bs-lg\:justify-self-auto {
    justify-self: auto !important;
  }

  .bs-lg\:justify-self-start {
    justify-self: start !important;
  }

  .bs-lg\:justify-self-end {
    justify-self: end !important;
  }

  .bs-lg\:justify-self-center {
    justify-self: center !important;
  }

  .bs-lg\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .bs-lg\:overflow-auto {
    overflow: auto !important;
  }

  .bs-lg\:overflow-hidden {
    overflow: hidden !important;
  }

  .bs-lg\:overflow-visible {
    overflow: visible !important;
  }

  .bs-lg\:overflow-scroll {
    overflow: scroll !important;
  }

  .bs-lg\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .bs-lg\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .bs-lg\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .bs-lg\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .bs-lg\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .bs-lg\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .bs-lg\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .bs-lg\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .bs-lg\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .bs-lg\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .bs-lg\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .bs-lg\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .bs-lg\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .bs-lg\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .bs-lg\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .bs-lg\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .bs-lg\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .bs-lg\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .bs-lg\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .bs-lg\:overflow-clip {
    text-overflow: clip !important;
  }

  .bs-lg\:whitespace-normal {
    white-space: normal !important;
  }

  .bs-lg\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .bs-lg\:whitespace-pre {
    white-space: pre !important;
  }

  .bs-lg\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .bs-lg\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .bs-lg\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .bs-lg\:break-words {
    overflow-wrap: break-word !important;
  }

  .bs-lg\:break-all {
    word-break: break-all !important;
  }

  .bs-lg\:rounded-none {
    border-radius: 0px !important;
  }

  .bs-lg\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .bs-lg\:rounded {
    border-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .bs-lg\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-full {
    border-radius: 9999px !important;
  }

  .bs-lg\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .bs-lg\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .bs-lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .bs-lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .bs-lg\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .bs-lg\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .bs-lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .bs-lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .bs-lg\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .bs-lg\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .bs-lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .bs-lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .bs-lg\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .bs-lg\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .bs-lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .bs-lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .bs-lg\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .bs-lg\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .bs-lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .bs-lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .bs-lg\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .bs-lg\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .bs-lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .bs-lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .bs-lg\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .bs-lg\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .bs-lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .bs-lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .bs-lg\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .bs-lg\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .bs-lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .bs-lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .bs-lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .bs-lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .bs-lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .bs-lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .bs-lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .bs-lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .bs-lg\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .bs-lg\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .bs-lg\:border-0 {
    border-width: 0px !important;
  }

  .bs-lg\:border-2 {
    border-width: 2px !important;
  }

  .bs-lg\:border-4 {
    border-width: 4px !important;
  }

  .bs-lg\:border-8 {
    border-width: 8px !important;
  }

  .bs-lg\:border-12 {
    border-width: 12px !important;
  }

  .bs-lg\:border-18 {
    border-width: 18px !important;
  }

  .bs-lg\:border {
    border-width: 1px !important;
  }

  .bs-lg\:border-t-0 {
    border-top-width: 0px !important;
  }

  .bs-lg\:border-t-2 {
    border-top-width: 2px !important;
  }

  .bs-lg\:border-t-4 {
    border-top-width: 4px !important;
  }

  .bs-lg\:border-t-8 {
    border-top-width: 8px !important;
  }

  .bs-lg\:border-t-12 {
    border-top-width: 12px !important;
  }

  .bs-lg\:border-t-18 {
    border-top-width: 18px !important;
  }

  .bs-lg\:border-t {
    border-top-width: 1px !important;
  }

  .bs-lg\:border-r-0 {
    border-right-width: 0px !important;
  }

  .bs-lg\:border-r-2 {
    border-right-width: 2px !important;
  }

  .bs-lg\:border-r-4 {
    border-right-width: 4px !important;
  }

  .bs-lg\:border-r-8 {
    border-right-width: 8px !important;
  }

  .bs-lg\:border-r-12 {
    border-right-width: 12px !important;
  }

  .bs-lg\:border-r-18 {
    border-right-width: 18px !important;
  }

  .bs-lg\:border-r {
    border-right-width: 1px !important;
  }

  .bs-lg\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .bs-lg\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .bs-lg\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .bs-lg\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .bs-lg\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .bs-lg\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .bs-lg\:border-b {
    border-bottom-width: 1px !important;
  }

  .bs-lg\:border-l-0 {
    border-left-width: 0px !important;
  }

  .bs-lg\:border-l-2 {
    border-left-width: 2px !important;
  }

  .bs-lg\:border-l-4 {
    border-left-width: 4px !important;
  }

  .bs-lg\:border-l-8 {
    border-left-width: 8px !important;
  }

  .bs-lg\:border-l-12 {
    border-left-width: 12px !important;
  }

  .bs-lg\:border-l-18 {
    border-left-width: 18px !important;
  }

  .bs-lg\:border-l {
    border-left-width: 1px !important;
  }

  .bs-lg\:border-solid {
    border-style: solid !important;
  }

  .bs-lg\:border-dashed {
    border-style: dashed !important;
  }

  .bs-lg\:border-dotted {
    border-style: dotted !important;
  }

  .bs-lg\:border-double {
    border-style: double !important;
  }

  .bs-lg\:border-none {
    border-style: none !important;
  }

  .bs-lg\:border-transparent {
    border-color: transparent !important;
  }

  .bs-lg\:border-current {
    border-color: currentColor !important;
  }

  .bs-lg\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .bs-lg\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .bs-lg\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .bs-lg\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .bs-lg\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .bs-lg\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .bs-lg\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .bs-lg\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .bs-lg\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .bs-lg\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .bs-lg\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .bs-lg\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .bs-lg\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .bs-lg\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .bs-lg\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .bs-lg\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .bs-lg\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .bs-lg\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .bs-lg\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .bs-lg\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .bs-lg\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .bs-lg\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .bs-lg\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .bs-lg\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .bs-lg\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .bs-lg\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .bs-lg\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .bs-lg\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .bs-lg\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .bs-lg\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .bs-lg\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .bs-lg\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .bs-lg\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .bs-lg\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .bs-lg\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .bs-lg\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .bs-lg\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .bs-lg\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .bs-lg\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .bs-lg\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .bs-lg\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .bs-lg\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .bs-lg\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .bs-lg\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .bs-lg\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .bs-lg\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .bs-lg\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .bs-lg\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .bs-lg\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .bs-lg\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .bs-lg\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .bs-lg\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .bs-lg\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .bs-lg\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .bs-lg\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .bs-lg\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .bs-lg\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .bs-lg\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .bs-lg\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .bs-lg\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .bs-lg\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .bs-lg\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .bs-lg\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .bs-lg\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .bs-lg\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .bs-lg\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .bs-lg\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .bs-lg\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .bs-lg\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .bs-lg\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .bs-lg\:bg-transparent {
    background-color: transparent !important;
  }

  .bs-lg\:bg-current {
    background-color: currentColor !important;
  }

  .bs-lg\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .bs-lg\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .bs-lg\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .bs-lg\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .bs-lg\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .bs-lg\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .bs-lg\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .bs-lg\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .bs-lg\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .bs-lg\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .bs-lg\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .bs-lg\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .bs-lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .bs-lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .bs-lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .bs-lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .bs-lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .bs-lg\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .bs-lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .bs-lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .bs-lg\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .bs-lg\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .bs-lg\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .bs-lg\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .bs-lg\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .bs-lg\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .bs-lg\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .bs-lg\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .bs-lg\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .bs-lg\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .bs-lg\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .bs-lg\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .bs-lg\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .bs-lg\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .bs-lg\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .bs-lg\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .bs-lg\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .bs-lg\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .bs-lg\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .bs-lg\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .bs-lg\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .bs-lg\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .bs-lg\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .bs-lg\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .bs-lg\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .bs-lg\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .bs-lg\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .bs-lg\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .bs-lg\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .bs-lg\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .bs-lg\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .bs-lg\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .bs-lg\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .bs-lg\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .bs-lg\:bg-none {
    background-image: none !important;
  }

  .bs-lg\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .bs-lg\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .bs-lg\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .bs-lg\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .bs-lg\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .bs-lg\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .bs-lg\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .bs-lg\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .bs-lg\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .bs-lg\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .bs-lg\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .bs-lg\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .bs-lg\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .bs-lg\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .bs-lg\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .bs-lg\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .bs-lg\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .bs-lg\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .bs-lg\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .bs-lg\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .bs-lg\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .bs-lg\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .bs-lg\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .bs-lg\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .bs-lg\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .bs-lg\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .bs-lg\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .bs-lg\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .bs-lg\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .bs-lg\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .bs-lg\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .bs-lg\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .bs-lg\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .bs-lg\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .bs-lg\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .bs-lg\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .bs-lg\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .bs-lg\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .bs-lg\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .bs-lg\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .bs-lg\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .bs-lg\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .bs-lg\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .bs-lg\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .bs-lg\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .bs-lg\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .bs-lg\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .bs-lg\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .bs-lg\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .bs-lg\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .bs-lg\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .bs-lg\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .bs-lg\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .bs-lg\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .bs-lg\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .bs-lg\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .bs-lg\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .bs-lg\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .bs-lg\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .bs-lg\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .bs-lg\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .bs-lg\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .bs-lg\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .bs-lg\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .bs-lg\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .bs-lg\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .bs-lg\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .bs-lg\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .bs-lg\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .bs-lg\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .bs-lg\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .bs-lg\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .bs-lg\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .bs-lg\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .bs-lg\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .bs-lg\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .bs-lg\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .bs-lg\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .bs-lg\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .bs-lg\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .bs-lg\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .bs-lg\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .bs-lg\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .bs-lg\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .bs-lg\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .bs-lg\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .bs-lg\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .bs-lg\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .bs-lg\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .bs-lg\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .bs-lg\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .bs-lg\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .bs-lg\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .bs-lg\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .bs-lg\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .bs-lg\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .bs-lg\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .bs-lg\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .bs-lg\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .bs-lg\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .bs-lg\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .bs-lg\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .bs-lg\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .bs-lg\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .bs-lg\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .bs-lg\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .bs-lg\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .bs-lg\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .bs-lg\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .bs-lg\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .bs-lg\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .bs-lg\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .bs-lg\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .bs-lg\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .bs-lg\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .bs-lg\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .bs-lg\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .bs-lg\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .bs-lg\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .bs-lg\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .bs-lg\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .bs-lg\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .bs-lg\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .bs-lg\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .bs-lg\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .bs-lg\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .bs-lg\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .bs-lg\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .bs-lg\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .bs-lg\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .bs-lg\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .bs-lg\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .bs-lg\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .bs-lg\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .bs-lg\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .bs-lg\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .bs-lg\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .bs-lg\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .bs-lg\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .bs-lg\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .bs-lg\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .bs-lg\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .bs-lg\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .bs-lg\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .bs-lg\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .bs-lg\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .bs-lg\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .bs-lg\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .bs-lg\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .bs-lg\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .bs-lg\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .bs-lg\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .bs-lg\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .bs-lg\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .bs-lg\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .bs-lg\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .bs-lg\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .bs-lg\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .bs-lg\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .bs-lg\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .bs-lg\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .bs-lg\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .bs-lg\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .bs-lg\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .bs-lg\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .bs-lg\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .bs-lg\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .bs-lg\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .bs-lg\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .bs-lg\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .bs-lg\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .bs-lg\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .bs-lg\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .bs-lg\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .bs-lg\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .bs-lg\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .bs-lg\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .bs-lg\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .bs-lg\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .bs-lg\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .bs-lg\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .bs-lg\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .bs-lg\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .bs-lg\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .bs-lg\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .bs-lg\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .bs-lg\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .bs-lg\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .bs-lg\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .bs-lg\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .bs-lg\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .bs-lg\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .bs-lg\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .bs-lg\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .bs-lg\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .bs-lg\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .bs-lg\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .bs-lg\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .bs-lg\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .bs-lg\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .bs-lg\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .bs-lg\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .bs-lg\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .bs-lg\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .bs-lg\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .bs-lg\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .bs-lg\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .bs-lg\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .bs-lg\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .bs-lg\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .bs-lg\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .bs-lg\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .bs-lg\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .bs-lg\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .bs-lg\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .bs-lg\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .bs-lg\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .bs-lg\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .bs-lg\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .bs-lg\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .bs-lg\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .bs-lg\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .bs-lg\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .bs-lg\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .bs-lg\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .bs-lg\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .bs-lg\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .bs-lg\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .bs-lg\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .bs-lg\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .bs-lg\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .bs-lg\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .bs-lg\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .bs-lg\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .bs-lg\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .bs-lg\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .bs-lg\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .bs-lg\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .bs-lg\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .bs-lg\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .bs-lg\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .bs-lg\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .bs-lg\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .bs-lg\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .bs-lg\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .bs-lg\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .bs-lg\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .bs-lg\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .bs-lg\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .bs-lg\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .bs-lg\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .bs-lg\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .bs-lg\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .bs-lg\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .bs-lg\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .bs-lg\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .bs-lg\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .bs-lg\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .bs-lg\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .bs-lg\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .bs-lg\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .bs-lg\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .bs-lg\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .bs-lg\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .bs-lg\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .bs-lg\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .bs-lg\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .bs-lg\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .bs-lg\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .bs-lg\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .bs-lg\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .bs-lg\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .bs-lg\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .bs-lg\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .bs-lg\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .bs-lg\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .bs-lg\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .bs-lg\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .bs-lg\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .bs-lg\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .bs-lg\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .bs-lg\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .bs-lg\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .bs-lg\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .bs-lg\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .bs-lg\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .bs-lg\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .bs-lg\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .bs-lg\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .bs-lg\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .bs-lg\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .bs-lg\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .bs-lg\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .bs-lg\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .bs-lg\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .bs-lg\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .bs-lg\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .bs-lg\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .bs-lg\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .bs-lg\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .bs-lg\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .bs-lg\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .bs-lg\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .bs-lg\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .bs-lg\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .bs-lg\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .bs-lg\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .bs-lg\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .bs-lg\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .bs-lg\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .bs-lg\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .bs-lg\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .bs-lg\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .bs-lg\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .bs-lg\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .bs-lg\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .bs-lg\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .bs-lg\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .bs-lg\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .bs-lg\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .bs-lg\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .bs-lg\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .bs-lg\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .bs-lg\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .bs-lg\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .bs-lg\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .bs-lg\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .bs-lg\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .bs-lg\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .bs-lg\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .bs-lg\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .bs-lg\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .bs-lg\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .bs-lg\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .bs-lg\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .bs-lg\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .bs-lg\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .bs-lg\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .bs-lg\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .bs-lg\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .bs-lg\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .bs-lg\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .bs-lg\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .bs-lg\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .bs-lg\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .bs-lg\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .bs-lg\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .bs-lg\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .bs-lg\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .bs-lg\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .bs-lg\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .bs-lg\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .bs-lg\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .bs-lg\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .bs-lg\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .bs-lg\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .bs-lg\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .bs-lg\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .bs-lg\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .bs-lg\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .bs-lg\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .bs-lg\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .bs-lg\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .bs-lg\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .bs-lg\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .bs-lg\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .bs-lg\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .bs-lg\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .bs-lg\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .bs-lg\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .bs-lg\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .bs-lg\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .bs-lg\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .bs-lg\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .bs-lg\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .bs-lg\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .bs-lg\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .bs-lg\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .bs-lg\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .bs-lg\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .bs-lg\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .bs-lg\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .bs-lg\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .bs-lg\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .bs-lg\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .bs-lg\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .bs-lg\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .bs-lg\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .bs-lg\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .bs-lg\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .bs-lg\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .bs-lg\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .bs-lg\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .bs-lg\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .bs-lg\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .bs-lg\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .bs-lg\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .bs-lg\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .bs-lg\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .bs-lg\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .bs-lg\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .bs-lg\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .bs-lg\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .bs-lg\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .bs-lg\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .bs-lg\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .bs-lg\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .bs-lg\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .bs-lg\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .bs-lg\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .bs-lg\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .bs-lg\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .bs-lg\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .bs-lg\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .bs-lg\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .bs-lg\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .bs-lg\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .bs-lg\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .bs-lg\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .bs-lg\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .bs-lg\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .bs-lg\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .bs-lg\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .bs-lg\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .bs-lg\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .bs-lg\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .bs-lg\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .bs-lg\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .bs-lg\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .bs-lg\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .bs-lg\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .bs-lg\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .bs-lg\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .bs-lg\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .bs-lg\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .bs-lg\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .bs-lg\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .bs-lg\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .bs-lg\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .bs-lg\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .bs-lg\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .bs-lg\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .bs-lg\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .bs-lg\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .bs-lg\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .bs-lg\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .bs-lg\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .bs-lg\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .bs-lg\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .bs-lg\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .bs-lg\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .bs-lg\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .bs-lg\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .bs-lg\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .bs-lg\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .bs-lg\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .bs-lg\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .bs-lg\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .bs-lg\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .bs-lg\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .bs-lg\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .bs-lg\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .bs-lg\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .bs-lg\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .bs-lg\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .bs-lg\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .bs-lg\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .bs-lg\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .bs-lg\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .bs-lg\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .bs-lg\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .bs-lg\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .bs-lg\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .bs-lg\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .bs-lg\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .bs-lg\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .bs-lg\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .bs-lg\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .bs-lg\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .bs-lg\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .bs-lg\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .bs-lg\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .bs-lg\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .bs-lg\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .bs-lg\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .bs-lg\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .bs-lg\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .bs-lg\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .bs-lg\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .bs-lg\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .bs-lg\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .bs-lg\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .bs-lg\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .bs-lg\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .bs-lg\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .bs-lg\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .bs-lg\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .bs-lg\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .bs-lg\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .bs-lg\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .bs-lg\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .bs-lg\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .bs-lg\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .bs-lg\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .bs-lg\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .bs-lg\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .bs-lg\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .bs-lg\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .bs-lg\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .bs-lg\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .bs-lg\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .bs-lg\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .bs-lg\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .bs-lg\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .bs-lg\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .bs-lg\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .bs-lg\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .bs-lg\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .bs-lg\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .bs-lg\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .bs-lg\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .bs-lg\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .bs-lg\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .bs-lg\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .bs-lg\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .bs-lg\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .bs-lg\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .bs-lg\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .bs-lg\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .bs-lg\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .bs-lg\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .bs-lg\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .bs-lg\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .bs-lg\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .bs-lg\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .bs-lg\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .bs-lg\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .bs-lg\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .bs-lg\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .bs-lg\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .bs-lg\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .bs-lg\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .bs-lg\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .bs-lg\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .bs-lg\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .bs-lg\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .bs-lg\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .bs-lg\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .bs-lg\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .bs-lg\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .bs-lg\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .bs-lg\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .bs-lg\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .bs-lg\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .bs-lg\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .bs-lg\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .bs-lg\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .bs-lg\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .bs-lg\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .bs-lg\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .bs-lg\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .bs-lg\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .bs-lg\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .bs-lg\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .bs-lg\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .bs-lg\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .bs-lg\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .bs-lg\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .bs-lg\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .bs-lg\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .bs-lg\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .bs-lg\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .bs-lg\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .bs-lg\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .bs-lg\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .bs-lg\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .bs-lg\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .bs-lg\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .bs-lg\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .bs-lg\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .bs-lg\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .bs-lg\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .bs-lg\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .bs-lg\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .bs-lg\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .bs-lg\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .bs-lg\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .bs-lg\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .bs-lg\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .bs-lg\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .bs-lg\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .bs-lg\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .bs-lg\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .bs-lg\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .bs-lg\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .bs-lg\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .bs-lg\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .bs-lg\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .bs-lg\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .bs-lg\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .bs-lg\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .bs-lg\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .bs-lg\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .bs-lg\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .bs-lg\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .bs-lg\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .bs-lg\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .bs-lg\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .bs-lg\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .bs-lg\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .bs-lg\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .bs-lg\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .bs-lg\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .bs-lg\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .bs-lg\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .bs-lg\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .bs-lg\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .bs-lg\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .bs-lg\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .bs-lg\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .bs-lg\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .bs-lg\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .bs-lg\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .bs-lg\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .bs-lg\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .bs-lg\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .bs-lg\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .bs-lg\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .bs-lg\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .bs-lg\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .bs-lg\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .bs-lg\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .bs-lg\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .bs-lg\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .bs-lg\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .bs-lg\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .bs-lg\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .bs-lg\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .bs-lg\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .bs-lg\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .bs-lg\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .bs-lg\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .bs-lg\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .bs-lg\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .bs-lg\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .bs-lg\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .bs-lg\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .bs-lg\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .bs-lg\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .bs-lg\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .bs-lg\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .bs-lg\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .bs-lg\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .bs-lg\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .bs-lg\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .bs-lg\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .bs-lg\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .bs-lg\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .bs-lg\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .bs-lg\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .bs-lg\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .bs-lg\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .bs-lg\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .bs-lg\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .bs-lg\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .bs-lg\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .bs-lg\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .bs-lg\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .bs-lg\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .bs-lg\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .bs-lg\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .bs-lg\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .bs-lg\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .bs-lg\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .bs-lg\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .bs-lg\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .bs-lg\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .bs-lg\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .bs-lg\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .bs-lg\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .bs-lg\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .bs-lg\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .bs-lg\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .bs-lg\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .bs-lg\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .bs-lg\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .bs-lg\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .bs-lg\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .bs-lg\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .bs-lg\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .bs-lg\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .bs-lg\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .bs-lg\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .bs-lg\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .bs-lg\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .bs-lg\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .bs-lg\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .bs-lg\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .bs-lg\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .bs-lg\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .bs-lg\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .bs-lg\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .bs-lg\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .bs-lg\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .bs-lg\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .bs-lg\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .bs-lg\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .bs-lg\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .bs-lg\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .bs-lg\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .bs-lg\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .bs-lg\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .bs-lg\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .bs-lg\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .bs-lg\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .bs-lg\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .bs-lg\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .bs-lg\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .bs-lg\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .bs-lg\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .bs-lg\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .bs-lg\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .bs-lg\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .bs-lg\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .bs-lg\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .bs-lg\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .bs-lg\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .bs-lg\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .bs-lg\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .bs-lg\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .bs-lg\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .bs-lg\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .bs-lg\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .bs-lg\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .bs-lg\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .bs-lg\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .bs-lg\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .bs-lg\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .bs-lg\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .bs-lg\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .bs-lg\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .bs-lg\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .bs-lg\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .bs-lg\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .bs-lg\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .bs-lg\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .bs-lg\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .bs-lg\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .bs-lg\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .bs-lg\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .bs-lg\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .bs-lg\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .bs-lg\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .bs-lg\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .bs-lg\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .bs-lg\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .bs-lg\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .bs-lg\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .bs-lg\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .bs-lg\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .bs-lg\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .bs-lg\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .bs-lg\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .bs-lg\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .bs-lg\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .bs-lg\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .bs-lg\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .bs-lg\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .bs-lg\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .bs-lg\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .bs-lg\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .bs-lg\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .bs-lg\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .bs-lg\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .bs-lg\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .bs-lg\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .bs-lg\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .bs-lg\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .bs-lg\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .bs-lg\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .bs-lg\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .bs-lg\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .bs-lg\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .bs-lg\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .bs-lg\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .bs-lg\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .bs-lg\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .bs-lg\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .bs-lg\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .bs-lg\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .bs-lg\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .bs-lg\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .bs-lg\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .bs-lg\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .bs-lg\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .bs-lg\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .bs-lg\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .bs-lg\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .bs-lg\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .bs-lg\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .bs-lg\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .bs-lg\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .bs-lg\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .bs-lg\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .bs-lg\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .bs-lg\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .bs-lg\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .bs-lg\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .bs-lg\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .bs-lg\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .bs-lg\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .bs-lg\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .bs-lg\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .bs-lg\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .bs-lg\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .bs-lg\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .bs-lg\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .bs-lg\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .bs-lg\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .bs-lg\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .bs-lg\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .bs-lg\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .bs-lg\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .bs-lg\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .bs-lg\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .bs-lg\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .bs-lg\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .bs-lg\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .bs-lg\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .bs-lg\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .bs-lg\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .bs-lg\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .bs-lg\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .bs-lg\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .bs-lg\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .bs-lg\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .bs-lg\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .bs-lg\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .bs-lg\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .bs-lg\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .bs-lg\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .bs-lg\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .bs-lg\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .bs-lg\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .bs-lg\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .bs-lg\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .bs-lg\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .bs-lg\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .bs-lg\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .bs-lg\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .bs-lg\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .bs-lg\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .bs-lg\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .bs-lg\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .bs-lg\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .bs-lg\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .bs-lg\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .bs-lg\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .bs-lg\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .bs-lg\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .bs-lg\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .bs-lg\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .bs-lg\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .bs-lg\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .bs-lg\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .bs-lg\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .bs-lg\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .bs-lg\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .bs-lg\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .bs-lg\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .bs-lg\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .bs-lg\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .bs-lg\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .bs-lg\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .bs-lg\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .bs-lg\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .bs-lg\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .bs-lg\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .bs-lg\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .bs-lg\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .bs-lg\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .bs-lg\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .bs-lg\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .bs-lg\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .bs-lg\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .bs-lg\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .bs-lg\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .bs-lg\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .bs-lg\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .bs-lg\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .bs-lg\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .bs-lg\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .bs-lg\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .bs-lg\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .bs-lg\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .bs-lg\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .bs-lg\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .bs-lg\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .bs-lg\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .bs-lg\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .bs-lg\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .bs-lg\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .bs-lg\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .bs-lg\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .bs-lg\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .bs-lg\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .bs-lg\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .bs-lg\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .bs-lg\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .bs-lg\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .bs-lg\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .bs-lg\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .bs-lg\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .bs-lg\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .bs-lg\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .bs-lg\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .bs-lg\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .bs-lg\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .bs-lg\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .bs-lg\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .bs-lg\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .bs-lg\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .bs-lg\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .bs-lg\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .bs-lg\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .bs-lg\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .bs-lg\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .bs-lg\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .bs-lg\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .bs-lg\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .bs-lg\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .bs-lg\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .bs-lg\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .bs-lg\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .bs-lg\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .bs-lg\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .bs-lg\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .bs-lg\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .bs-lg\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .bs-lg\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .bs-lg\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .bs-lg\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .bs-lg\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .bs-lg\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .bs-lg\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .bs-lg\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .bs-lg\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .bs-lg\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .bs-lg\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .bs-lg\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .bs-lg\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .bs-lg\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .bs-lg\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .bs-lg\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .bs-lg\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .bs-lg\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .bs-lg\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .bs-lg\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .bs-lg\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .bs-lg\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .bs-lg\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .bs-lg\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .bs-lg\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .bs-lg\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .bs-lg\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .bs-lg\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .bs-lg\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .bs-lg\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .bs-lg\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .bs-lg\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .bs-lg\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .bs-lg\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .bs-lg\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .bs-lg\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .bs-lg\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .bs-lg\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .bs-lg\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .bs-lg\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .bs-lg\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .bs-lg\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .bs-lg\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .bs-lg\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .bs-lg\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .bs-lg\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .bs-lg\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .bs-lg\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .bs-lg\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .bs-lg\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .bs-lg\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .bs-lg\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .bs-lg\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .bs-lg\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .bs-lg\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .bs-lg\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .bs-lg\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .bs-lg\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .bs-lg\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .bs-lg\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .bs-lg\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .bs-lg\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .bs-lg\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .bs-lg\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .bs-lg\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .bs-lg\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .bs-lg\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .bs-lg\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .bs-lg\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .bs-lg\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .bs-lg\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .bs-lg\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .bs-lg\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .bs-lg\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .bs-lg\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .bs-lg\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .bs-lg\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .bs-lg\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .bs-lg\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .bs-lg\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .bs-lg\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .bs-lg\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .bs-lg\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .bs-lg\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .bs-lg\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .bs-lg\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .bs-lg\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .bs-lg\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .bs-lg\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .bs-lg\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .bs-lg\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .bs-lg\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .bs-lg\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .bs-lg\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .bs-lg\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .bs-lg\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .bs-lg\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .bs-lg\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .bs-lg\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .bs-lg\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .bs-lg\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .bs-lg\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .bs-lg\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .bs-lg\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .bs-lg\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .bs-lg\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .bs-lg\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .bs-lg\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .bs-lg\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .bs-lg\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .bs-lg\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .bs-lg\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .bs-lg\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .bs-lg\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .bs-lg\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .bs-lg\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .bs-lg\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .bs-lg\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .bs-lg\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .bs-lg\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .bs-lg\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .bs-lg\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .bs-lg\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .bs-lg\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .bs-lg\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .bs-lg\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .bs-lg\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .bs-lg\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .bs-lg\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .bs-lg\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .bs-lg\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .bs-lg\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .bs-lg\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .bs-lg\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .bs-lg\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .bs-lg\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .bs-lg\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .bs-lg\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .bs-lg\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .bs-lg\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .bs-lg\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .bs-lg\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .bs-lg\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .bs-lg\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .bs-lg\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .bs-lg\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .bs-lg\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .bs-lg\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .bs-lg\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .bs-lg\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .bs-lg\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .bs-lg\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .bs-lg\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .bs-lg\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .bs-lg\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .bs-lg\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .bs-lg\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .bs-lg\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .bs-lg\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .bs-lg\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .bs-lg\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .bs-lg\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .bs-lg\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .bs-lg\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .bs-lg\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .bs-lg\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .bs-lg\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .bs-lg\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .bs-lg\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .bs-lg\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .bs-lg\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .bs-lg\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .bs-lg\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .bs-lg\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .bs-lg\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .bs-lg\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .bs-lg\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .bs-lg\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .bs-lg\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .bs-lg\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .bs-lg\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .bs-lg\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .bs-lg\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .bs-lg\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .bs-lg\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .bs-lg\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .bs-lg\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .bs-lg\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .bs-lg\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .bs-lg\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .bs-lg\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .bs-lg\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .bs-lg\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .bs-lg\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .bs-lg\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .bs-lg\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .bs-lg\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .bs-lg\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .bs-lg\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .bs-lg\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .bs-lg\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .bs-lg\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .bs-lg\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .bs-lg\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .bs-lg\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .bs-lg\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .bs-lg\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .bs-lg\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .bs-lg\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .bs-lg\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .bs-lg\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .bs-lg\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .bs-lg\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .bs-lg\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .bs-lg\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .bs-lg\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .bs-lg\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .bs-lg\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .bs-lg\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .bs-lg\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .bs-lg\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .bs-lg\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .bs-lg\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .bs-lg\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .bs-lg\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .bs-lg\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .bs-lg\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .bs-lg\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .bs-lg\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .bs-lg\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .bs-lg\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .bs-lg\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .bs-lg\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .bs-lg\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .bs-lg\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .bs-lg\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .bs-lg\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .bs-lg\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .bs-lg\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .bs-lg\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .bs-lg\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .bs-lg\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .bs-lg\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .bs-lg\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .bs-lg\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .bs-lg\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .bs-lg\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .bs-lg\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .bs-lg\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .bs-lg\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .bs-lg\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .bs-lg\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .bs-lg\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .bs-lg\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .bs-lg\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .bs-lg\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .bs-lg\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .bs-lg\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .bs-lg\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .bs-lg\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .bs-lg\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .bs-lg\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .bs-lg\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .bs-lg\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .bs-lg\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .bs-lg\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .bs-lg\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .bs-lg\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .bs-lg\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .bs-lg\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .bs-lg\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .bs-lg\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .bs-lg\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .bs-lg\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .bs-lg\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .bs-lg\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .bs-lg\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .bs-lg\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .bs-lg\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .bs-lg\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .bs-lg\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .bs-lg\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .bs-lg\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .bs-lg\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .bs-lg\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .bs-lg\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .bs-lg\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .bs-lg\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .bs-lg\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .bs-lg\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .bs-lg\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .bs-lg\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .bs-lg\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .bs-lg\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .bs-lg\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .bs-lg\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .bs-lg\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .bs-lg\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .bs-lg\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .bs-lg\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .bs-lg\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .bs-lg\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .bs-lg\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .bs-lg\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .bs-lg\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .bs-lg\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .bs-lg\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .bs-lg\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .bs-lg\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .bs-lg\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .bs-lg\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .bs-lg\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .bs-lg\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .bs-lg\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .bs-lg\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .bs-lg\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .bs-lg\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .bs-lg\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .bs-lg\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .bs-lg\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .bs-lg\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .bs-lg\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .bs-lg\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .bs-lg\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .bs-lg\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .bs-lg\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .bs-lg\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .bs-lg\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .bs-lg\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .bs-lg\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .bs-lg\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .bs-lg\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .bs-lg\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .bs-lg\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .bs-lg\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .bs-lg\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .bs-lg\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .bs-lg\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .bs-lg\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .bs-lg\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .bs-lg\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .bs-lg\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .bs-lg\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .bs-lg\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .bs-lg\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .bs-lg\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .bs-lg\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .bs-lg\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .bs-lg\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .bs-lg\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .bs-lg\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .bs-lg\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .bs-lg\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .bs-lg\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .bs-lg\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .bs-lg\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .bs-lg\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .bs-lg\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .bs-lg\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .bs-lg\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .bs-lg\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .bs-lg\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .bs-lg\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .bs-lg\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .bs-lg\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .bs-lg\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .bs-lg\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .bs-lg\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .bs-lg\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .bs-lg\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .bs-lg\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .bs-lg\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .bs-lg\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .bs-lg\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .bs-lg\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .bs-lg\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .bs-lg\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .bs-lg\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .bs-lg\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .bs-lg\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .bs-lg\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .bs-lg\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .bs-lg\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .bs-lg\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .bs-lg\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .bs-lg\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .bs-lg\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .bs-lg\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .bs-lg\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .bs-lg\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .bs-lg\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .bs-lg\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .bs-lg\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .bs-lg\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .bs-lg\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .bs-lg\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .bs-lg\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .bs-lg\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .bs-lg\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .bs-lg\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .bs-lg\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .bs-lg\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .bs-lg\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .bs-lg\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .bs-lg\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .bs-lg\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .bs-lg\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .bs-lg\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .bs-lg\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .bs-lg\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .bs-lg\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .bs-lg\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .bs-lg\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .bs-lg\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .bs-lg\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .bs-lg\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .bs-lg\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .bs-lg\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .bs-lg\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .bs-lg\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .bs-lg\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .bs-lg\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .bs-lg\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .bs-lg\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .bs-lg\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .bs-lg\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .bs-lg\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .bs-lg\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .bs-lg\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .bs-lg\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .bs-lg\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .bs-lg\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .bs-lg\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .bs-lg\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .bs-lg\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .bs-lg\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .bs-lg\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .bs-lg\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .bs-lg\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .bs-lg\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .bs-lg\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .bs-lg\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .bs-lg\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .bs-lg\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .bs-lg\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .bs-lg\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .bs-lg\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .bs-lg\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .bs-lg\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .bs-lg\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .bs-lg\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .bs-lg\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .bs-lg\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .bs-lg\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .bs-lg\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .bs-lg\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .bs-lg\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .bs-lg\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .bs-lg\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .bs-lg\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .bs-lg\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .bs-lg\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .bs-lg\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .bs-lg\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .bs-lg\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .bs-lg\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .bs-lg\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .bs-lg\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .bs-lg\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .bs-lg\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .bs-lg\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .bs-lg\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .bs-lg\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .bs-lg\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .bs-lg\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .bs-lg\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .bs-lg\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .bs-lg\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .bs-lg\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .bs-lg\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .bs-lg\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .bs-lg\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .bs-lg\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .bs-lg\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .bs-lg\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .bs-lg\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .bs-lg\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .bs-lg\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .bs-lg\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .bs-lg\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .bs-lg\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .bs-lg\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .bs-lg\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .bs-lg\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .bs-lg\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .bs-lg\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .bs-lg\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .bs-lg\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .bs-lg\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .bs-lg\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .bs-lg\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .bs-lg\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .bs-lg\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .bs-lg\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .bs-lg\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .bs-lg\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .bs-lg\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .bs-lg\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .bs-lg\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .bs-lg\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .bs-lg\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .bs-lg\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .bs-lg\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .bs-lg\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .bs-lg\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .bs-lg\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .bs-lg\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .bs-lg\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .bs-lg\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .bs-lg\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .bs-lg\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .bs-lg\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .bs-lg\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .bs-lg\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .bs-lg\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .bs-lg\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .bs-lg\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .bs-lg\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .bs-lg\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .bs-lg\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .bs-lg\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .bs-lg\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .bs-lg\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .bs-lg\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .bs-lg\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .bs-lg\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .bs-lg\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .bs-lg\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .bs-lg\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .bs-lg\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .bs-lg\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .bs-lg\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .bs-lg\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .bs-lg\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .bs-lg\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .bs-lg\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .bs-lg\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .bs-lg\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .bs-lg\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .bs-lg\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .bs-lg\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .bs-lg\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .bs-lg\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .bs-lg\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .bs-lg\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .bs-lg\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .bs-lg\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .bs-lg\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .bs-lg\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .bs-lg\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .bs-lg\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .bs-lg\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .bs-lg\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .bs-lg\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .bs-lg\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .bs-lg\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .bs-lg\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .bs-lg\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .bs-lg\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .bs-lg\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .bs-lg\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .bs-lg\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .bs-lg\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .bs-lg\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .bs-lg\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .bs-lg\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .bs-lg\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .bs-lg\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .bs-lg\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .bs-lg\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .bs-lg\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .bs-lg\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .bs-lg\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .bs-lg\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .bs-lg\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .bs-lg\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .bs-lg\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .bs-lg\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .bs-lg\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .bs-lg\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .bs-lg\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .bs-lg\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .bs-lg\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .bs-lg\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .bs-lg\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .bs-lg\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .bs-lg\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .bs-lg\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .bs-lg\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .bs-lg\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .bs-lg\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .bs-lg\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .bs-lg\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .bs-lg\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .bs-lg\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .bs-lg\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .bs-lg\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .bs-lg\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .bs-lg\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .bs-lg\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .bs-lg\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .bs-lg\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .bs-lg\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .bs-lg\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .bs-lg\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .bs-lg\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .bs-lg\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .bs-lg\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .bs-lg\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .bs-lg\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .bs-lg\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .bs-lg\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .bs-lg\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .bs-lg\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .bs-lg\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .bs-lg\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .bs-lg\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .bs-lg\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .bs-lg\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .bs-lg\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .bs-lg\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .bs-lg\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .bs-lg\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .bs-lg\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .bs-lg\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .bs-lg\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .bs-lg\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .bs-lg\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .bs-lg\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .bs-lg\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .bs-lg\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .bs-lg\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .bs-lg\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .bs-lg\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .bs-lg\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .bs-lg\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .bs-lg\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .bs-lg\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .bs-lg\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .bs-lg\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .bs-lg\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .bs-lg\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .bs-lg\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .bs-lg\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .bs-lg\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .bs-lg\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .bs-lg\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .bs-lg\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .bs-lg\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .bs-lg\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .bs-lg\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .bs-lg\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .bs-lg\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .bs-lg\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .bs-lg\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .bs-lg\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .bs-lg\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .bs-lg\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .bs-lg\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .bs-lg\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .bs-lg\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .bs-lg\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .bs-lg\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .bs-lg\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .bs-lg\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .bs-lg\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .bs-lg\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .bs-lg\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .bs-lg\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .bs-lg\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .bs-lg\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .bs-lg\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .bs-lg\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .bs-lg\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .bs-lg\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .bs-lg\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .bs-lg\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .bs-lg\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .bs-lg\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .bs-lg\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .bs-lg\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .bs-lg\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .bs-lg\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .bs-lg\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .bs-lg\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .bs-lg\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .bs-lg\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .bs-lg\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .bs-lg\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .bs-lg\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .bs-lg\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .bs-lg\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .bs-lg\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .bs-lg\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .bs-lg\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .bs-lg\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .bs-lg\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .bs-lg\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .bs-lg\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .bs-lg\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .bs-lg\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .bs-lg\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .bs-lg\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .bs-lg\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .bs-lg\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .bs-lg\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .bs-lg\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .bs-lg\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .bs-lg\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .bs-lg\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .bs-lg\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .bs-lg\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .bs-lg\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .bs-lg\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .bs-lg\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .bs-lg\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .bs-lg\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .bs-lg\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .bs-lg\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .bs-lg\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .bs-lg\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .bs-lg\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .bs-lg\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .bs-lg\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .bs-lg\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .bs-lg\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .bs-lg\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .bs-lg\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .bs-lg\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .bs-lg\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .bs-lg\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .bs-lg\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .bs-lg\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .bs-lg\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .bs-lg\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .bs-lg\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .bs-lg\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .bs-lg\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .bs-lg\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .bs-lg\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .bs-lg\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .bs-lg\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .bs-lg\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .bs-lg\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .bs-lg\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .bs-lg\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .bs-lg\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .bs-lg\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .bs-lg\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .bs-lg\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .bs-lg\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .bs-lg\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .bs-lg\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .bs-lg\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .bs-lg\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .bs-lg\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .bs-lg\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .bs-lg\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .bs-lg\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .bs-lg\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .bs-lg\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .bs-lg\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .bs-lg\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .bs-lg\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .bs-lg\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .bs-lg\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .bs-lg\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .bs-lg\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .bs-lg\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .bs-lg\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .bs-lg\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .bs-lg\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .bs-lg\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .bs-lg\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .bs-lg\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .bs-lg\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .bs-lg\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .bs-lg\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .bs-lg\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .bs-lg\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .bs-lg\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .bs-lg\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .bs-lg\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .bs-lg\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .bs-lg\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .bs-lg\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .bs-lg\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .bs-lg\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .bs-lg\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .bs-lg\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .bs-lg\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .bs-lg\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .bs-lg\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .bs-lg\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .bs-lg\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .bs-lg\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .bs-lg\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .bs-lg\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .bs-lg\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .bs-lg\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .bs-lg\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .bs-lg\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .bs-lg\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .bs-lg\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .bs-lg\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .bs-lg\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .bs-lg\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .bs-lg\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .bs-lg\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .bs-lg\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .bs-lg\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .bs-lg\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .bs-lg\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .bs-lg\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .bs-lg\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .bs-lg\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .bs-lg\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .bs-lg\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .bs-lg\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .bs-lg\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .bs-lg\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .bs-lg\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .bs-lg\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .bs-lg\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .bs-lg\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .bs-lg\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .bs-lg\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .bs-lg\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .bs-lg\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .bs-lg\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .bs-lg\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .bs-lg\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .bs-lg\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .bs-lg\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .bs-lg\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .bs-lg\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .bs-lg\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .bs-lg\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .bs-lg\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .bs-lg\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .bs-lg\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .bs-lg\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .bs-lg\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .bs-lg\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .bs-lg\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .bs-lg\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .bs-lg\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .bs-lg\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .bs-lg\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .bs-lg\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .bs-lg\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .bs-lg\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .bs-lg\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .bs-lg\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .bs-lg\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .bs-lg\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .bs-lg\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .bs-lg\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .bs-lg\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .bs-lg\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .bs-lg\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .bs-lg\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .bs-lg\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .bs-lg\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .bs-lg\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .bs-lg\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .bs-lg\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .bs-lg\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .bs-lg\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .bs-lg\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .bs-lg\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .bs-lg\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .bs-lg\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .bs-lg\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .bs-lg\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .bs-lg\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .bs-lg\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .bs-lg\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .bs-lg\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .bs-lg\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .bs-lg\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .bs-lg\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .bs-lg\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .bs-lg\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .bs-lg\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .bs-lg\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .bs-lg\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .bs-lg\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .bs-lg\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .bs-lg\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .bs-lg\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .bs-lg\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .bs-lg\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .bs-lg\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .bs-lg\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .bs-lg\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .bs-lg\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .bs-lg\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .bs-lg\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .bs-lg\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .bs-lg\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .bs-lg\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .bs-lg\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .bs-lg\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .bs-lg\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .bs-lg\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .bs-lg\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .bs-lg\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .bs-lg\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .bs-lg\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .bs-lg\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .bs-lg\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .bs-lg\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .bs-lg\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .bs-lg\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .bs-lg\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .bs-lg\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .bs-lg\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .bs-lg\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .bs-lg\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .bs-lg\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .bs-lg\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .bs-lg\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .bs-lg\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .bs-lg\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .bs-lg\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .bs-lg\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .bs-lg\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .bs-lg\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .bs-lg\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .bs-lg\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .bs-lg\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .bs-lg\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .bs-lg\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .bs-lg\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .bs-lg\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .bs-lg\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .bs-lg\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .bs-lg\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .bs-lg\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .bs-lg\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .bs-lg\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .bs-lg\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .bs-lg\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .bs-lg\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .bs-lg\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .bs-lg\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .bs-lg\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .bs-lg\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .bs-lg\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .bs-lg\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .bs-lg\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .bs-lg\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .bs-lg\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .bs-lg\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .bs-lg\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .bs-lg\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .bs-lg\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .bs-lg\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .bs-lg\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .bs-lg\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .bs-lg\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .bs-lg\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .bs-lg\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .bs-lg\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .bs-lg\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .bs-lg\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .bs-lg\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .bs-lg\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .bs-lg\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .bs-lg\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .bs-lg\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .bs-lg\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .bs-lg\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .bs-lg\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .bs-lg\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .bs-lg\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .bs-lg\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .bs-lg\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .bs-lg\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .bs-lg\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .bs-lg\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .bs-lg\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .bs-lg\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .bs-lg\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .bs-lg\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .bs-lg\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .bs-lg\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .bs-lg\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .bs-lg\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .bs-lg\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .bs-lg\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .bs-lg\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .bs-lg\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .bs-lg\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .bs-lg\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .bs-lg\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .bs-lg\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .bs-lg\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .bs-lg\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .bs-lg\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .bs-lg\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .bs-lg\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .bs-lg\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .bs-lg\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .bs-lg\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .bs-lg\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .bs-lg\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .bs-lg\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .bs-lg\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .bs-lg\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .bs-lg\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .bs-lg\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .bs-lg\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .bs-lg\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .bs-lg\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .bs-lg\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .bs-lg\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .bs-lg\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .bs-lg\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .bs-lg\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .bs-lg\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .bs-lg\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .bs-lg\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .bs-lg\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .bs-lg\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .bs-lg\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .bs-lg\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .bs-lg\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .bs-lg\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .bs-lg\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .bs-lg\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .bs-lg\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .bs-lg\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .bs-lg\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .bs-lg\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .bs-lg\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .bs-lg\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .bs-lg\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .bs-lg\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .bs-lg\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .bs-lg\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .bs-lg\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .bs-lg\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .bs-lg\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .bs-lg\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .bs-lg\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .bs-lg\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .bs-lg\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .bs-lg\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .bs-lg\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .bs-lg\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .bs-lg\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .bs-lg\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .bs-lg\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .bs-lg\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .bs-lg\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .bs-lg\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .bs-lg\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .bs-lg\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .bs-lg\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .bs-lg\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .bs-lg\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .bs-lg\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .bs-lg\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .bs-lg\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .bs-lg\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .bs-lg\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .bs-lg\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .bs-lg\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .bs-lg\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .bs-lg\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .bs-lg\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .bs-lg\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .bs-lg\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .bs-lg\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .bs-lg\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .bs-lg\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .bs-lg\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .bs-lg\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .bs-lg\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .bs-lg\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .bs-lg\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .bs-lg\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .bs-lg\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .bs-lg\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .bs-lg\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .bs-lg\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .bs-lg\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .bs-lg\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .bs-lg\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .bs-lg\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .bs-lg\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .bs-lg\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .bs-lg\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .bs-lg\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .bs-lg\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .bs-lg\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .bs-lg\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .bs-lg\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .bs-lg\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .bs-lg\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .bs-lg\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .bs-lg\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .bs-lg\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .bs-lg\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .bs-lg\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .bs-lg\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .bs-lg\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .bs-lg\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .bs-lg\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .bs-lg\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .bs-lg\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .bs-lg\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .bs-lg\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .bs-lg\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .bs-lg\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .bs-lg\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .bs-lg\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .bs-lg\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .bs-lg\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .bs-lg\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .bs-lg\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .bs-lg\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .bs-lg\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .bs-lg\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .bs-lg\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .bs-lg\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .bs-lg\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .bs-lg\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .bs-lg\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .bs-lg\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .bs-lg\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .bs-lg\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .bs-lg\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .bs-lg\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .bs-lg\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .bs-lg\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .bs-lg\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .bs-lg\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .bs-lg\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .bs-lg\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .bs-lg\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .bs-lg\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .bs-lg\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .bs-lg\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .bs-lg\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .bs-lg\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .bs-lg\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .bs-lg\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .bs-lg\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .bs-lg\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .bs-lg\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .bs-lg\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .bs-lg\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .bs-lg\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .bs-lg\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .bs-lg\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .bs-lg\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .bs-lg\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .bs-lg\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .bs-lg\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .bs-lg\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .bs-lg\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .bs-lg\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .bs-lg\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .bs-lg\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .bs-lg\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .bs-lg\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .bs-lg\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .bs-lg\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .bs-lg\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .bs-lg\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .bs-lg\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .bs-lg\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .bs-lg\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .bs-lg\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .bs-lg\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .bs-lg\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .bs-lg\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .bs-lg\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .bs-lg\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .bs-lg\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .bs-lg\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .bs-lg\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .bs-lg\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .bs-lg\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .bs-lg\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .bs-lg\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .bs-lg\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .bs-lg\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .bs-lg\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .bs-lg\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .bs-lg\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .bs-lg\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .bs-lg\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .bs-lg\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .bs-lg\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .bs-lg\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .bs-lg\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .bs-lg\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .bs-lg\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .bs-lg\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .bs-lg\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .bs-lg\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .bs-lg\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .bs-lg\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .bs-lg\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .bs-lg\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .bs-lg\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .bs-lg\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .bs-lg\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .bs-lg\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .bs-lg\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .bs-lg\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .bs-lg\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .bs-lg\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .bs-lg\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .bs-lg\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .bs-lg\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .bs-lg\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .bs-lg\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .bs-lg\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .bs-lg\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .bs-lg\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .bs-lg\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .bs-lg\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .bs-lg\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .bs-lg\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .bs-lg\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .bs-lg\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .bs-lg\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .bs-lg\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .bs-lg\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .bs-lg\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .bs-lg\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .bs-lg\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .bs-lg\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .bs-lg\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .bs-lg\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .bs-lg\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .bs-lg\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .bs-lg\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .bs-lg\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .bs-lg\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .bs-lg\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .bs-lg\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .bs-lg\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .bs-lg\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .bs-lg\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .bs-lg\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .bs-lg\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .bs-lg\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .bs-lg\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .bs-lg\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .bs-lg\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .bs-lg\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .bs-lg\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .bs-lg\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .bs-lg\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .bs-lg\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .bs-lg\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .bs-lg\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .bs-lg\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .bs-lg\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .bs-lg\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .bs-lg\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .bs-lg\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .bs-lg\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .bs-lg\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .bs-lg\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .bs-lg\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .bs-lg\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .bs-lg\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .bs-lg\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .bs-lg\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .bs-lg\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .bs-lg\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .bs-lg\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .bs-lg\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .bs-lg\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .bs-lg\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .bs-lg\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .bs-lg\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .bs-lg\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .bs-lg\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .bs-lg\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .bs-lg\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .bs-lg\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .bs-lg\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .bs-lg\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .bs-lg\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .bs-lg\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .bs-lg\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .bs-lg\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .bs-lg\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .bs-lg\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .bs-lg\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .bs-lg\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .bs-lg\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .bs-lg\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .bs-lg\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .bs-lg\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .bs-lg\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .bs-lg\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .bs-lg\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .bs-lg\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .bs-lg\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .bs-lg\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .bs-lg\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .bs-lg\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .bs-lg\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .bs-lg\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .bs-lg\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .bs-lg\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .bs-lg\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .bs-lg\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .bs-lg\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .bs-lg\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .bs-lg\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .bs-lg\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .bs-lg\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .bs-lg\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .bs-lg\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .bs-lg\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .bs-lg\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .bs-lg\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .bs-lg\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .bs-lg\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .bs-lg\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .bs-lg\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .bs-lg\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .bs-lg\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .bs-lg\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .bs-lg\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .bs-lg\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .bs-lg\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .bs-lg\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .bs-lg\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .bs-lg\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .bs-lg\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .bs-lg\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .bs-lg\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .bs-lg\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .bs-lg\:bg-auto {
    background-size: auto !important;
  }

  .bs-lg\:bg-cover {
    background-size: cover !important;
  }

  .bs-lg\:bg-contain {
    background-size: contain !important;
  }

  .bs-lg\:bg-125\% {
    background-size: 125% !important;
  }

  .bs-lg\:bg-135\% {
    background-size: 135% !important;
  }

  .bs-lg\:bg-150\% {
    background-size: 150% !important;
  }

  .bs-lg\:bg-fixed {
    background-attachment: fixed !important;
  }

  .bs-lg\:bg-local {
    background-attachment: local !important;
  }

  .bs-lg\:bg-scroll {
    background-attachment: scroll !important;
  }

  .bs-lg\:bg-clip-border {
    background-clip: border-box !important;
  }

  .bs-lg\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .bs-lg\:bg-clip-content {
    background-clip: content-box !important;
  }

  .bs-lg\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .bs-lg\:bg-bottom {
    background-position: bottom !important;
  }

  .bs-lg\:bg-center {
    background-position: center !important;
  }

  .bs-lg\:bg-left {
    background-position: left !important;
  }

  .bs-lg\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .bs-lg\:bg-left-top {
    background-position: left top !important;
  }

  .bs-lg\:bg-right {
    background-position: right !important;
  }

  .bs-lg\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .bs-lg\:bg-right-top {
    background-position: right top !important;
  }

  .bs-lg\:bg-top {
    background-position: top !important;
  }

  .bs-lg\:bg-repeat {
    background-repeat: repeat !important;
  }

  .bs-lg\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .bs-lg\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .bs-lg\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .bs-lg\:bg-repeat-round {
    background-repeat: round !important;
  }

  .bs-lg\:bg-repeat-space {
    background-repeat: space !important;
  }

  .bs-lg\:bg-origin-border {
    background-origin: border-box !important;
  }

  .bs-lg\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .bs-lg\:bg-origin-content {
    background-origin: content-box !important;
  }

  .bs-lg\:fill-current {
    fill: currentColor !important;
  }

  .bs-lg\:stroke-current {
    stroke: currentColor !important;
  }

  .bs-lg\:stroke-0 {
    stroke-width: 0 !important;
  }

  .bs-lg\:stroke-1 {
    stroke-width: 1 !important;
  }

  .bs-lg\:stroke-2 {
    stroke-width: 2 !important;
  }

  .bs-lg\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .bs-lg\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .bs-lg\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .bs-lg\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .bs-lg\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .bs-lg\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .bs-lg\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .bs-lg\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .bs-lg\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .bs-lg\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .bs-lg\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .bs-lg\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .bs-lg\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .bs-lg\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .bs-lg\:p-0 {
    padding: 0px !important;
  }

  .bs-lg\:p-1 {
    padding: 0.25rem !important;
  }

  .bs-lg\:p-2 {
    padding: 0.5rem !important;
  }

  .bs-lg\:p-3 {
    padding: 0.75rem !important;
  }

  .bs-lg\:p-4 {
    padding: 1rem !important;
  }

  .bs-lg\:p-5 {
    padding: 1.25rem !important;
  }

  .bs-lg\:p-6 {
    padding: 1.5rem !important;
  }

  .bs-lg\:p-7 {
    padding: 1.75rem !important;
  }

  .bs-lg\:p-8 {
    padding: 2rem !important;
  }

  .bs-lg\:p-9 {
    padding: 2.25rem !important;
  }

  .bs-lg\:p-10 {
    padding: 2.5rem !important;
  }

  .bs-lg\:p-11 {
    padding: 2.75rem !important;
  }

  .bs-lg\:p-12 {
    padding: 3rem !important;
  }

  .bs-lg\:p-14 {
    padding: 3.5rem !important;
  }

  .bs-lg\:p-16 {
    padding: 4rem !important;
  }

  .bs-lg\:p-20 {
    padding: 5rem !important;
  }

  .bs-lg\:p-24 {
    padding: 6rem !important;
  }

  .bs-lg\:p-28 {
    padding: 7rem !important;
  }

  .bs-lg\:p-32 {
    padding: 8rem !important;
  }

  .bs-lg\:p-36 {
    padding: 9rem !important;
  }

  .bs-lg\:p-40 {
    padding: 10rem !important;
  }

  .bs-lg\:p-44 {
    padding: 11rem !important;
  }

  .bs-lg\:p-48 {
    padding: 12rem !important;
  }

  .bs-lg\:p-52 {
    padding: 13rem !important;
  }

  .bs-lg\:p-56 {
    padding: 14rem !important;
  }

  .bs-lg\:p-60 {
    padding: 15rem !important;
  }

  .bs-lg\:p-64 {
    padding: 16rem !important;
  }

  .bs-lg\:p-72 {
    padding: 18.5rem !important;
  }

  .bs-lg\:p-80 {
    padding: 20rem !important;
  }

  .bs-lg\:p-96 {
    padding: 24rem !important;
  }

  .bs-lg\:p-108 {
    padding: 26rem !important;
  }

  .bs-lg\:p-112 {
    padding: 28rem !important;
  }

  .bs-lg\:p-120 {
    padding: 30rem !important;
  }

  .bs-lg\:p-136 {
    padding: 34rem !important;
  }

  .bs-lg\:p-140 {
    padding: 42rem !important;
  }

  .bs-lg\:p-144 {
    padding: 36rem !important;
  }

  .bs-lg\:p-320 {
    padding: 80rem !important;
  }

  .bs-lg\:p-px {
    padding: 1px !important;
  }

  .bs-lg\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .bs-lg\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .bs-lg\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .bs-lg\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .bs-lg\:p-50-em {
    padding: 50em !important;
  }

  .bs-lg\:p-26-em {
    padding: 26em !important;
  }

  .bs-lg\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .bs-lg\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .bs-lg\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .bs-lg\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .bs-lg\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .bs-lg\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .bs-lg\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .bs-lg\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .bs-lg\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .bs-lg\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .bs-lg\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .bs-lg\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .bs-lg\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .bs-lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .bs-lg\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .bs-lg\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .bs-lg\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .bs-lg\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .bs-lg\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .bs-lg\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .bs-lg\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .bs-lg\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .bs-lg\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .bs-lg\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .bs-lg\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .bs-lg\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .bs-lg\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .bs-lg\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .bs-lg\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .bs-lg\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .bs-lg\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .bs-lg\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .bs-lg\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .bs-lg\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .bs-lg\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .bs-lg\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .bs-lg\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .bs-lg\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .bs-lg\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .bs-lg\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .bs-lg\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .bs-lg\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .bs-lg\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .bs-lg\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .bs-lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .bs-lg\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .bs-lg\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .bs-lg\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .bs-lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .bs-lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .bs-lg\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .bs-lg\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .bs-lg\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .bs-lg\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .bs-lg\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .bs-lg\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .bs-lg\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .bs-lg\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .bs-lg\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .bs-lg\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .bs-lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .bs-lg\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .bs-lg\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .bs-lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .bs-lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .bs-lg\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .bs-lg\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .bs-lg\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .bs-lg\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .bs-lg\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .bs-lg\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .bs-lg\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .bs-lg\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .bs-lg\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .bs-lg\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .bs-lg\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .bs-lg\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .bs-lg\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .bs-lg\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .bs-lg\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .bs-lg\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .bs-lg\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .bs-lg\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .bs-lg\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .bs-lg\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .bs-lg\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .bs-lg\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .bs-lg\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .bs-lg\:pt-0 {
    padding-top: 0px !important;
  }

  .bs-lg\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .bs-lg\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .bs-lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .bs-lg\:pt-4 {
    padding-top: 1rem !important;
  }

  .bs-lg\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .bs-lg\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .bs-lg\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .bs-lg\:pt-8 {
    padding-top: 2rem !important;
  }

  .bs-lg\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .bs-lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .bs-lg\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .bs-lg\:pt-12 {
    padding-top: 3rem !important;
  }

  .bs-lg\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .bs-lg\:pt-16 {
    padding-top: 4rem !important;
  }

  .bs-lg\:pt-20 {
    padding-top: 5rem !important;
  }

  .bs-lg\:pt-24 {
    padding-top: 6rem !important;
  }

  .bs-lg\:pt-28 {
    padding-top: 7rem !important;
  }

  .bs-lg\:pt-32 {
    padding-top: 8rem !important;
  }

  .bs-lg\:pt-36 {
    padding-top: 9rem !important;
  }

  .bs-lg\:pt-40 {
    padding-top: 10rem !important;
  }

  .bs-lg\:pt-44 {
    padding-top: 11rem !important;
  }

  .bs-lg\:pt-48 {
    padding-top: 12rem !important;
  }

  .bs-lg\:pt-52 {
    padding-top: 13rem !important;
  }

  .bs-lg\:pt-56 {
    padding-top: 14rem !important;
  }

  .bs-lg\:pt-60 {
    padding-top: 15rem !important;
  }

  .bs-lg\:pt-64 {
    padding-top: 16rem !important;
  }

  .bs-lg\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .bs-lg\:pt-80 {
    padding-top: 20rem !important;
  }

  .bs-lg\:pt-96 {
    padding-top: 24rem !important;
  }

  .bs-lg\:pt-108 {
    padding-top: 26rem !important;
  }

  .bs-lg\:pt-112 {
    padding-top: 28rem !important;
  }

  .bs-lg\:pt-120 {
    padding-top: 30rem !important;
  }

  .bs-lg\:pt-136 {
    padding-top: 34rem !important;
  }

  .bs-lg\:pt-140 {
    padding-top: 42rem !important;
  }

  .bs-lg\:pt-144 {
    padding-top: 36rem !important;
  }

  .bs-lg\:pt-320 {
    padding-top: 80rem !important;
  }

  .bs-lg\:pt-px {
    padding-top: 1px !important;
  }

  .bs-lg\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .bs-lg\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .bs-lg\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .bs-lg\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .bs-lg\:pt-50-em {
    padding-top: 50em !important;
  }

  .bs-lg\:pt-26-em {
    padding-top: 26em !important;
  }

  .bs-lg\:pr-0 {
    padding-right: 0px !important;
  }

  .bs-lg\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .bs-lg\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .bs-lg\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .bs-lg\:pr-4 {
    padding-right: 1rem !important;
  }

  .bs-lg\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .bs-lg\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .bs-lg\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .bs-lg\:pr-8 {
    padding-right: 2rem !important;
  }

  .bs-lg\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .bs-lg\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .bs-lg\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .bs-lg\:pr-12 {
    padding-right: 3rem !important;
  }

  .bs-lg\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .bs-lg\:pr-16 {
    padding-right: 4rem !important;
  }

  .bs-lg\:pr-20 {
    padding-right: 5rem !important;
  }

  .bs-lg\:pr-24 {
    padding-right: 6rem !important;
  }

  .bs-lg\:pr-28 {
    padding-right: 7rem !important;
  }

  .bs-lg\:pr-32 {
    padding-right: 8rem !important;
  }

  .bs-lg\:pr-36 {
    padding-right: 9rem !important;
  }

  .bs-lg\:pr-40 {
    padding-right: 10rem !important;
  }

  .bs-lg\:pr-44 {
    padding-right: 11rem !important;
  }

  .bs-lg\:pr-48 {
    padding-right: 12rem !important;
  }

  .bs-lg\:pr-52 {
    padding-right: 13rem !important;
  }

  .bs-lg\:pr-56 {
    padding-right: 14rem !important;
  }

  .bs-lg\:pr-60 {
    padding-right: 15rem !important;
  }

  .bs-lg\:pr-64 {
    padding-right: 16rem !important;
  }

  .bs-lg\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .bs-lg\:pr-80 {
    padding-right: 20rem !important;
  }

  .bs-lg\:pr-96 {
    padding-right: 24rem !important;
  }

  .bs-lg\:pr-108 {
    padding-right: 26rem !important;
  }

  .bs-lg\:pr-112 {
    padding-right: 28rem !important;
  }

  .bs-lg\:pr-120 {
    padding-right: 30rem !important;
  }

  .bs-lg\:pr-136 {
    padding-right: 34rem !important;
  }

  .bs-lg\:pr-140 {
    padding-right: 42rem !important;
  }

  .bs-lg\:pr-144 {
    padding-right: 36rem !important;
  }

  .bs-lg\:pr-320 {
    padding-right: 80rem !important;
  }

  .bs-lg\:pr-px {
    padding-right: 1px !important;
  }

  .bs-lg\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .bs-lg\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .bs-lg\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .bs-lg\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .bs-lg\:pr-50-em {
    padding-right: 50em !important;
  }

  .bs-lg\:pr-26-em {
    padding-right: 26em !important;
  }

  .bs-lg\:pb-0 {
    padding-bottom: 0px !important;
  }

  .bs-lg\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .bs-lg\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .bs-lg\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .bs-lg\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .bs-lg\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .bs-lg\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .bs-lg\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .bs-lg\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .bs-lg\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .bs-lg\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .bs-lg\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .bs-lg\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .bs-lg\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .bs-lg\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .bs-lg\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .bs-lg\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .bs-lg\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .bs-lg\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .bs-lg\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .bs-lg\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .bs-lg\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .bs-lg\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .bs-lg\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .bs-lg\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .bs-lg\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .bs-lg\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .bs-lg\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .bs-lg\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .bs-lg\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .bs-lg\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .bs-lg\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .bs-lg\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .bs-lg\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .bs-lg\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .bs-lg\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .bs-lg\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .bs-lg\:pb-px {
    padding-bottom: 1px !important;
  }

  .bs-lg\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .bs-lg\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .bs-lg\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .bs-lg\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .bs-lg\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .bs-lg\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .bs-lg\:pl-0 {
    padding-left: 0px !important;
  }

  .bs-lg\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .bs-lg\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .bs-lg\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .bs-lg\:pl-4 {
    padding-left: 1rem !important;
  }

  .bs-lg\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .bs-lg\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .bs-lg\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .bs-lg\:pl-8 {
    padding-left: 2rem !important;
  }

  .bs-lg\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .bs-lg\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .bs-lg\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .bs-lg\:pl-12 {
    padding-left: 3rem !important;
  }

  .bs-lg\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .bs-lg\:pl-16 {
    padding-left: 4rem !important;
  }

  .bs-lg\:pl-20 {
    padding-left: 5rem !important;
  }

  .bs-lg\:pl-24 {
    padding-left: 6rem !important;
  }

  .bs-lg\:pl-28 {
    padding-left: 7rem !important;
  }

  .bs-lg\:pl-32 {
    padding-left: 8rem !important;
  }

  .bs-lg\:pl-36 {
    padding-left: 9rem !important;
  }

  .bs-lg\:pl-40 {
    padding-left: 10rem !important;
  }

  .bs-lg\:pl-44 {
    padding-left: 11rem !important;
  }

  .bs-lg\:pl-48 {
    padding-left: 12rem !important;
  }

  .bs-lg\:pl-52 {
    padding-left: 13rem !important;
  }

  .bs-lg\:pl-56 {
    padding-left: 14rem !important;
  }

  .bs-lg\:pl-60 {
    padding-left: 15rem !important;
  }

  .bs-lg\:pl-64 {
    padding-left: 16rem !important;
  }

  .bs-lg\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .bs-lg\:pl-80 {
    padding-left: 20rem !important;
  }

  .bs-lg\:pl-96 {
    padding-left: 24rem !important;
  }

  .bs-lg\:pl-108 {
    padding-left: 26rem !important;
  }

  .bs-lg\:pl-112 {
    padding-left: 28rem !important;
  }

  .bs-lg\:pl-120 {
    padding-left: 30rem !important;
  }

  .bs-lg\:pl-136 {
    padding-left: 34rem !important;
  }

  .bs-lg\:pl-140 {
    padding-left: 42rem !important;
  }

  .bs-lg\:pl-144 {
    padding-left: 36rem !important;
  }

  .bs-lg\:pl-320 {
    padding-left: 80rem !important;
  }

  .bs-lg\:pl-px {
    padding-left: 1px !important;
  }

  .bs-lg\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .bs-lg\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .bs-lg\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .bs-lg\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .bs-lg\:pl-50-em {
    padding-left: 50em !important;
  }

  .bs-lg\:pl-26-em {
    padding-left: 26em !important;
  }

  .bs-lg\:text-left {
    text-align: left !important;
  }

  .bs-lg\:text-center {
    text-align: center !important;
  }

  .bs-lg\:text-right {
    text-align: right !important;
  }

  .bs-lg\:text-justify {
    text-align: justify !important;
  }

  .bs-lg\:align-baseline {
    vertical-align: baseline !important;
  }

  .bs-lg\:align-top {
    vertical-align: top !important;
  }

  .bs-lg\:align-middle {
    vertical-align: middle !important;
  }

  .bs-lg\:align-bottom {
    vertical-align: bottom !important;
  }

  .bs-lg\:align-text-top {
    vertical-align: text-top !important;
  }

  .bs-lg\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .bs-lg\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .bs-lg\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .bs-lg\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .bs-lg\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .bs-lg\:font-montserrat {
    font-family: Montserrat !important;
  }

  .bs-lg\:font-visuelt {
    font-family: visuelt !important;
  }

  .bs-lg\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .bs-lg\:font-gill {
    font-family: gill !important;
  }

  .bs-lg\:font-bambino {
    font-family: bambino !important;
  }

  .bs-lg\:font-avenir {
    font-family: avenir !important;
  }

  .bs-lg\:font-gotham {
    font-family: gotham !important;
  }

  .bs-lg\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .bs-lg\:font-effra {
    font-family: effra !important;
  }

  .bs-lg\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .bs-lg\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .bs-lg\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .bs-lg\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .bs-lg\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .bs-lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .bs-lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .bs-lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .bs-lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .bs-lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .bs-lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .bs-lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .bs-lg\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .bs-lg\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .bs-lg\:text-7xl {
    font-size: 4.5rem !important;
  }

  .bs-lg\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .bs-lg\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .bs-lg\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .bs-lg\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .bs-lg\:font-thin {
    font-weight: 100 !important;
  }

  .bs-lg\:font-extralight {
    font-weight: 200 !important;
  }

  .bs-lg\:font-light {
    font-weight: 300 !important;
  }

  .bs-lg\:font-normal {
    font-weight: 400 !important;
  }

  .bs-lg\:font-medium {
    font-weight: 500 !important;
  }

  .bs-lg\:font-semibold {
    font-weight: 600 !important;
  }

  .bs-lg\:font-bold {
    font-weight: 700 !important;
  }

  .bs-lg\:font-extrabold {
    font-weight: 800 !important;
  }

  .bs-lg\:font-black {
    font-weight: 900 !important;
  }

  .bs-lg\:uppercase {
    text-transform: uppercase !important;
  }

  .bs-lg\:lowercase {
    text-transform: lowercase !important;
  }

  .bs-lg\:capitalize {
    text-transform: capitalize !important;
  }

  .bs-lg\:normal-case {
    text-transform: none !important;
  }

  .bs-lg\:italic {
    font-style: italic !important;
  }

  .bs-lg\:not-italic {
    font-style: normal !important;
  }

  .bs-lg\:ordinal, .bs-lg\:slashed-zero, .bs-lg\:lining-nums, .bs-lg\:oldstyle-nums, .bs-lg\:proportional-nums, .bs-lg\:tabular-nums, .bs-lg\:diagonal-fractions, .bs-lg\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .bs-lg\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .bs-lg\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .bs-lg\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .bs-lg\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .bs-lg\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .bs-lg\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .bs-lg\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .bs-lg\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .bs-lg\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .bs-lg\:leading-0 {
    line-height: 0 !important;
  }

  .bs-lg\:leading-3 {
    line-height: .75rem !important;
  }

  .bs-lg\:leading-4 {
    line-height: 1rem !important;
  }

  .bs-lg\:leading-5 {
    line-height: 1.25rem !important;
  }

  .bs-lg\:leading-6 {
    line-height: 1.5rem !important;
  }

  .bs-lg\:leading-7 {
    line-height: 1.75rem !important;
  }

  .bs-lg\:leading-8 {
    line-height: 2rem !important;
  }

  .bs-lg\:leading-9 {
    line-height: 2.25rem !important;
  }

  .bs-lg\:leading-10 {
    line-height: 2.5rem !important;
  }

  .bs-lg\:leading-none {
    line-height: 1 !important;
  }

  .bs-lg\:leading-tight {
    line-height: 1.25 !important;
  }

  .bs-lg\:leading-snug {
    line-height: 1.375 !important;
  }

  .bs-lg\:leading-normal {
    line-height: 1.5 !important;
  }

  .bs-lg\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .bs-lg\:leading-loose {
    line-height: 2 !important;
  }

  .bs-lg\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .bs-lg\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .bs-lg\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .bs-lg\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .bs-lg\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .bs-lg\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .bs-lg\:text-transparent {
    color: transparent !important;
  }

  .bs-lg\:text-current {
    color: currentColor !important;
  }

  .bs-lg\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .bs-lg\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .bs-lg\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .bs-lg\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .bs-lg\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .bs-lg\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .bs-lg\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .bs-lg\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .bs-lg\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .bs-lg\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .bs-lg\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .bs-lg\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .bs-lg\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .bs-lg\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .bs-lg\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .bs-lg\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .bs-lg\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .bs-lg\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .bs-lg\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .bs-lg\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .bs-lg\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .bs-lg\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .bs-lg\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .bs-lg\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .bs-lg\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .bs-lg\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .bs-lg\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .bs-lg\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .bs-lg\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .bs-lg\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .bs-lg\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .bs-lg\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .bs-lg\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .bs-lg\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .bs-lg\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .bs-lg\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .bs-lg\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .bs-lg\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .bs-lg\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .bs-lg\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .bs-lg\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .bs-lg\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .bs-lg\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .bs-lg\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .bs-lg\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .bs-lg\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .bs-lg\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .bs-lg\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .bs-lg\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .bs-lg\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .bs-lg\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .bs-lg\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .bs-lg\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .bs-lg\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .bs-lg\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .bs-lg\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .bs-lg\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .bs-lg\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .bs-lg\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .bs-lg\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .bs-lg\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .bs-lg\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .bs-lg\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .bs-lg\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .bs-lg\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .bs-lg\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .bs-lg\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .bs-lg\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .bs-lg\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .bs-lg\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .bs-lg\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .bs-lg\:underline {
    text-decoration: underline !important;
  }

  .bs-lg\:line-through {
    text-decoration: line-through !important;
  }

  .bs-lg\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .bs-lg\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .bs-lg\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .bs-lg\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .bs-lg\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .bs-lg\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .bs-lg\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .bs-lg\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .bs-lg\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .bs-lg\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .bs-lg\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .bs-lg\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .bs-lg\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .bs-lg\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .bs-lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .bs-lg\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .bs-lg\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .bs-lg\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .bs-lg\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .bs-lg\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .bs-lg\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .bs-lg\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .bs-lg\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .bs-lg\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .bs-lg\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .bs-lg\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .bs-lg\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .bs-lg\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .bs-lg\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .bs-lg\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .bs-lg\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .bs-lg\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .bs-lg\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .bs-lg\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .bs-lg\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .bs-lg\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .bs-lg\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .bs-lg\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .bs-lg\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .bs-lg\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .bs-lg\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .bs-lg\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .bs-lg\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .bs-lg\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .bs-lg\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .bs-lg\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .bs-lg\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .bs-lg\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .bs-lg\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .bs-lg\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .bs-lg\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .bs-lg\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .bs-lg\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .bs-lg\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .bs-lg\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .bs-lg\:opacity-0 {
    opacity: 0 !important;
  }

  .bs-lg\:opacity-5 {
    opacity: 0.05 !important;
  }

  .bs-lg\:opacity-10 {
    opacity: 0.1 !important;
  }

  .bs-lg\:opacity-20 {
    opacity: 0.2 !important;
  }

  .bs-lg\:opacity-25 {
    opacity: 0.25 !important;
  }

  .bs-lg\:opacity-30 {
    opacity: 0.3 !important;
  }

  .bs-lg\:opacity-40 {
    opacity: 0.4 !important;
  }

  .bs-lg\:opacity-50 {
    opacity: 0.5 !important;
  }

  .bs-lg\:opacity-60 {
    opacity: 0.6 !important;
  }

  .bs-lg\:opacity-70 {
    opacity: 0.7 !important;
  }

  .bs-lg\:opacity-75 {
    opacity: 0.75 !important;
  }

  .bs-lg\:opacity-80 {
    opacity: 0.8 !important;
  }

  .bs-lg\:opacity-90 {
    opacity: 0.9 !important;
  }

  .bs-lg\:opacity-95 {
    opacity: 0.95 !important;
  }

  .bs-lg\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .bs-lg\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .bs-lg\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .bs-lg\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .bs-lg\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .bs-lg\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .bs-lg\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .bs-lg\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .bs-lg\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .bs-lg\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .bs-lg\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .bs-lg\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .bs-lg\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .bs-lg\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .bs-lg\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .bs-lg\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .bs-lg\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .bs-lg\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .bs-lg\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .bs-lg\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .bs-lg\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .bs-lg\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .bs-lg\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .bs-lg\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .bs-lg\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .bs-lg\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .bs-lg\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .bs-lg\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .bs-lg\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .bs-lg\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .bs-lg\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .bs-lg\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .bs-lg\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .bs-lg\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .bs-lg\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .bs-lg\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .bs-lg\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .bs-lg\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .bs-lg\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .bs-lg\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .bs-lg\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .bs-lg\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .bs-lg\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .bs-lg\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .bs-lg\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .bs-lg\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .bs-lg\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .bs-lg\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .bs-lg\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .bs-lg\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .bs-lg\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .bs-lg\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .bs-lg\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .bs-lg\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .bs-lg\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .bs-lg\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .bs-lg\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .bs-lg\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .bs-lg\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .bs-lg\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .bs-lg\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .bs-lg\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .bs-lg\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .bs-lg\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .bs-lg\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .bs-lg\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .bs-lg\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .bs-lg\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .bs-lg\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .bs-lg\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .bs-lg\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .bs-lg\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .bs-lg\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .bs-lg\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .bs-lg\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .bs-lg\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .bs-lg\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .bs-lg\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .bs-lg\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .bs-lg\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .bs-lg\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .bs-lg\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .bs-lg\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .bs-lg\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .bs-lg\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .bs-lg\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .bs-lg\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .bs-lg\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .bs-lg\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .bs-lg\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .bs-lg\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .bs-lg\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .bs-lg\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .bs-lg\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .bs-lg\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .bs-lg\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .bs-lg\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .bs-lg\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .bs-lg\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .bs-lg\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .bs-lg\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .bs-lg\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .bs-lg\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .bs-lg\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .bs-lg\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .bs-lg\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .bs-lg\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .bs-lg\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .bs-lg\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .bs-lg\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .bs-lg\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .bs-lg\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .bs-lg\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .bs-lg\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .bs-lg\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .bs-lg\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .bs-lg\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .bs-lg\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .bs-lg\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .bs-lg\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .bs-lg\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .bs-lg\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .bs-lg\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .bs-lg\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .bs-lg\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .bs-lg\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .bs-lg\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .bs-lg\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .bs-lg\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .bs-lg\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .bs-lg\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .bs-lg\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .bs-lg\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .bs-lg\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .bs-lg\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .bs-lg\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .bs-lg\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .bs-lg\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .bs-lg\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .bs-lg\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .bs-lg\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .bs-lg\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .bs-lg\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .bs-lg\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .bs-lg\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .bs-lg\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .bs-lg\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .bs-lg\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .bs-lg\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .bs-lg\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .bs-lg\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .bs-lg\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .bs-lg\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .bs-lg\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .bs-lg\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .bs-lg\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .bs-lg\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .bs-lg\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .bs-lg\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .bs-lg\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .bs-lg\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .bs-lg\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .bs-lg\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .bs-lg\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .bs-lg\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .bs-lg\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .bs-lg\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .bs-lg\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .bs-lg\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .bs-lg\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .bs-lg\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .bs-lg\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .bs-lg\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .bs-lg\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .bs-lg\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .bs-lg\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .bs-lg\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .bs-lg\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .bs-lg\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .bs-lg\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .bs-lg\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .bs-lg\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .bs-lg\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .bs-lg\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .bs-lg\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .bs-lg\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .bs-lg\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .bs-lg\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .bs-lg\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .bs-lg\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .bs-lg\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .bs-lg\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .bs-lg\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .bs-lg\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .bs-lg\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .bs-lg\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .bs-lg\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .bs-lg\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .bs-lg\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .bs-lg\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .bs-lg\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .bs-lg\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .bs-lg\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .bs-lg\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .bs-lg\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .bs-lg\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .bs-lg\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .bs-lg\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .bs-lg\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .bs-lg\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .bs-lg\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .bs-lg\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .bs-lg\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .bs-lg\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .bs-lg\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .bs-lg\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .bs-lg\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .bs-lg\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .bs-lg\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .bs-lg\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .bs-lg\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .bs-lg\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .bs-lg\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .bs-lg\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .bs-lg\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .bs-lg\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .bs-lg\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .bs-lg\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .bs-lg\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .bs-lg\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .bs-lg\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .bs-lg\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .bs-lg\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .bs-lg\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .bs-lg\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .bs-lg\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .bs-lg\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .bs-lg\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .bs-lg\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .bs-lg\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .bs-lg\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .bs-lg\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .bs-lg\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .bs-lg\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .bs-lg\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .bs-lg\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .bs-lg\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .bs-lg\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .bs-lg\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .bs-lg\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .bs-lg\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .bs-lg\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .bs-lg\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .bs-lg\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .bs-lg\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .bs-lg\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .bs-lg\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .bs-lg\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .bs-lg\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .bs-lg\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .bs-lg\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .bs-lg\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .bs-lg\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .bs-lg\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .bs-lg\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .bs-lg\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .bs-lg\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .bs-lg\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .bs-lg\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .bs-lg\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .bs-lg\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .bs-lg\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .bs-lg\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .bs-lg\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .bs-lg\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .bs-lg\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .bs-lg\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .bs-lg\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .bs-lg\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .bs-lg\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .bs-lg\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .bs-lg\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .bs-lg\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .bs-lg\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .bs-lg\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .bs-lg\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .bs-lg\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .bs-lg\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .bs-lg\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .bs-lg\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .bs-lg\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .bs-lg\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .bs-lg\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .bs-lg\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .bs-lg\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .bs-lg\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .bs-lg\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .bs-lg\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .bs-lg\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .bs-lg\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .bs-lg\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .bs-lg\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .bs-lg\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .bs-lg\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .bs-lg\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .bs-lg\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .bs-lg\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .bs-lg\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .bs-lg\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .bs-lg\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .bs-lg\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .bs-lg\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .bs-lg\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .bs-lg\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .bs-lg\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .bs-lg\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .bs-lg\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .bs-lg\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .bs-lg\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .bs-lg\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .bs-lg\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .bs-lg\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .bs-lg\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .bs-lg\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .bs-lg\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .bs-lg\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .bs-lg\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .bs-lg\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .bs-lg\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .bs-lg\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .bs-lg\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .bs-lg\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .bs-lg\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .bs-lg\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .bs-lg\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .bs-lg\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .bs-lg\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .bs-lg\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .bs-lg\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .bs-lg\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .bs-lg\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .bs-lg\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .bs-lg\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .bs-lg\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .bs-lg\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .bs-lg\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .bs-lg\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .bs-lg\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .bs-lg\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .bs-lg\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .bs-lg\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .bs-lg\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .bs-lg\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .bs-lg\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .bs-lg\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .bs-lg\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .bs-lg\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .bs-lg\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .bs-lg\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .bs-lg\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .bs-lg\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .bs-lg\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .bs-lg\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .bs-lg\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .bs-lg\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .bs-lg\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .bs-lg\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .bs-lg\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .bs-lg\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .bs-lg\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .bs-lg\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .bs-lg\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .bs-lg\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .bs-lg\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .bs-lg\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .bs-lg\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .bs-lg\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .bs-lg\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .bs-lg\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .bs-lg\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .bs-lg\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .bs-lg\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .bs-lg\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .bs-lg\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .bs-lg\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .bs-lg\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .bs-lg\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .bs-lg\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .bs-lg\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .bs-lg\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .bs-lg\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .bs-lg\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .bs-lg\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .bs-lg\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .bs-lg\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .bs-lg\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .bs-lg\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .bs-lg\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .bs-lg\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .bs-lg\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .bs-lg\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .bs-lg\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .bs-lg\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .bs-lg\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .bs-lg\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .bs-lg\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .bs-lg\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .bs-lg\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .bs-lg\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .bs-lg\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .bs-lg\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .bs-lg\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .bs-lg\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .bs-lg\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .bs-lg\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .bs-lg\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .bs-lg\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .bs-lg\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .bs-lg\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .bs-lg\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .bs-lg\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .bs-lg\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .bs-lg\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .bs-lg\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .bs-lg\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .bs-lg\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .bs-lg\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .bs-lg\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .bs-lg\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .bs-lg\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .bs-lg\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .bs-lg\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .bs-lg\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .bs-lg\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .bs-lg\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .bs-lg\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .bs-lg\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .bs-lg\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .bs-lg\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .bs-lg\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .bs-lg\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .bs-lg\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .bs-lg\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .bs-lg\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .bs-lg\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .bs-lg\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .bs-lg\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .bs-lg\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .bs-lg\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .bs-lg\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .bs-lg\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .bs-lg\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .bs-lg\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .bs-lg\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .bs-lg\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .bs-lg\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .bs-lg\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .bs-lg\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .bs-lg\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .bs-lg\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .bs-lg\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .bs-lg\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .bs-lg\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .bs-lg\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .bs-lg\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .bs-lg\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .bs-lg\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .bs-lg\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .bs-lg\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .bs-lg\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .bs-lg\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .bs-lg\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .bs-lg\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .bs-lg\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .bs-lg\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .bs-lg\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .bs-lg\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .bs-lg\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .bs-lg\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .bs-lg\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .bs-lg\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .bs-lg\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .bs-lg\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .bs-lg\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .bs-lg\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .bs-lg\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .bs-lg\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .bs-lg\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .bs-lg\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .bs-lg\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .bs-lg\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .bs-lg\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .bs-lg\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .bs-lg\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .bs-lg\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .bs-lg\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .bs-lg\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .bs-lg\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .bs-lg\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .bs-lg\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .bs-lg\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .bs-lg\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .bs-lg\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .bs-lg\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .bs-lg\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .bs-lg\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .bs-lg\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .bs-lg\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .bs-lg\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .bs-lg\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .bs-lg\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .bs-lg\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .bs-lg\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .bs-lg\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .bs-lg\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .bs-lg\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .bs-lg\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .bs-lg\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .bs-lg\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .bs-lg\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .bs-lg\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .bs-lg\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .bs-lg\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .bs-lg\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .bs-lg\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .bs-lg\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .bs-lg\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .bs-lg\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .bs-lg\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .bs-lg\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .bs-lg\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .bs-lg\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .bs-lg\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .bs-lg\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .bs-lg\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .bs-lg\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .bs-lg\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .bs-lg\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .bs-lg\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .bs-lg\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .bs-lg\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .bs-lg\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .bs-lg\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .bs-lg\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .bs-lg\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .bs-lg\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .bs-lg\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .bs-lg\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .bs-lg\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .bs-lg\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .bs-lg\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .bs-lg\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .bs-lg\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .bs-lg\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .bs-lg\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .bs-lg\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .bs-lg\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .bs-lg\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .bs-lg\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .bs-lg\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .bs-lg\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .bs-lg\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .bs-lg\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .bs-lg\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .bs-lg\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .bs-lg\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .bs-lg\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .bs-lg\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .bs-lg\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .bs-lg\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .bs-lg\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .bs-lg\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .bs-lg\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .bs-lg\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .bs-lg\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .bs-lg\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .bs-lg\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .bs-lg\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .bs-lg\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .bs-lg\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .bs-lg\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .bs-lg\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .bs-lg\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .bs-lg\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .bs-lg\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .bs-lg\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .bs-lg\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .bs-lg\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .bs-lg\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .bs-lg\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .bs-lg\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .bs-lg\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .bs-lg\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .bs-lg\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .bs-lg\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .bs-lg\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .bs-lg\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .bs-lg\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .bs-lg\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .bs-lg\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .bs-lg\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .bs-lg\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .bs-lg\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .bs-lg\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .bs-lg\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .bs-lg\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .bs-lg\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .bs-lg\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .bs-lg\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .bs-lg\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .bs-lg\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .bs-lg\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .bs-lg\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .bs-lg\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .bs-lg\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .bs-lg\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .bs-lg\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .bs-lg\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .bs-lg\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .bs-lg\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .bs-lg\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .bs-lg\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .bs-lg\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .bs-lg\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .bs-lg\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .bs-lg\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .bs-lg\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .bs-lg\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .bs-lg\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .bs-lg\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .bs-lg\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .bs-lg\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .bs-lg\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .bs-lg\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .bs-lg\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .bs-lg\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .bs-lg\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .bs-lg\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .bs-lg\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .bs-lg\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .bs-lg\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .bs-lg\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .bs-lg\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .bs-lg\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .bs-lg\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .bs-lg\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .bs-lg\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .bs-lg\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .bs-lg\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .bs-lg\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .bs-lg\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .bs-lg\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .bs-lg\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .bs-lg\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .bs-lg\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .bs-lg\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .bs-lg\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .bs-lg\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .bs-lg\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .bs-lg\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .bs-lg\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .bs-lg\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .bs-lg\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .bs-lg\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .bs-lg\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .bs-lg\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .bs-lg\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .bs-lg\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .bs-lg\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .bs-lg\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .bs-lg\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .bs-lg\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .bs-lg\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .bs-lg\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .bs-lg\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .bs-lg\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .bs-lg\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .bs-lg\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .bs-lg\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .bs-lg\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .bs-lg\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .bs-lg\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .bs-lg\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .bs-lg\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .bs-lg\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .bs-lg\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .bs-lg\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .bs-lg\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .bs-lg\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .bs-lg\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .bs-lg\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .bs-lg\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .bs-lg\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .bs-lg\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .bs-lg\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .bs-lg\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .bs-lg\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .bs-lg\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .bs-lg\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .bs-lg\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .bs-lg\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .bs-lg\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .bs-lg\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .bs-lg\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .bs-lg\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .bs-lg\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .bs-lg\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .bs-lg\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .bs-lg\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .bs-lg\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .bs-lg\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .bs-lg\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .bs-lg\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .bs-lg\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .bs-lg\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .bs-lg\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .bs-lg\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .bs-lg\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .bs-lg\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .bs-lg\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .bs-lg\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .bs-lg\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .bs-lg\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .bs-lg\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .bs-lg\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .bs-lg\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .bs-lg\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .bs-lg\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .bs-lg\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .bs-lg\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .bs-lg\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .bs-lg\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .bs-lg\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .bs-lg\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .bs-lg\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .bs-lg\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .bs-lg\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .bs-lg\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .bs-lg\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .bs-lg\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .bs-lg\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .bs-lg\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .bs-lg\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .bs-lg\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .bs-lg\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .bs-lg\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .bs-lg\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .bs-lg\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .bs-lg\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .bs-lg\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .bs-lg\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .bs-lg\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .bs-lg\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .bs-lg\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .bs-lg\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .bs-lg\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .bs-lg\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .bs-lg\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .bs-lg\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .bs-lg\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .bs-lg\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .bs-lg\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .bs-lg\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .bs-lg\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .bs-lg\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .bs-lg\:filter-none {
    filter: none !important;
  }

  .bs-lg\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .bs-lg\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .bs-lg\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .bs-lg\:blur {
    --tw-blur: blur(8px) !important;
  }

  .bs-lg\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .bs-lg\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .bs-lg\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .bs-lg\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .bs-lg\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .bs-lg\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .bs-lg\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .bs-lg\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .bs-lg\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .bs-lg\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .bs-lg\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .bs-lg\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .bs-lg\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .bs-lg\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .bs-lg\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .bs-lg\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .bs-lg\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .bs-lg\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .bs-lg\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .bs-lg\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .bs-lg\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .bs-lg\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .bs-lg\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .bs-lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .bs-lg\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .bs-lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .bs-lg\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .bs-lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .bs-lg\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .bs-lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .bs-lg\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .bs-lg\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .bs-lg\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .bs-lg\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .bs-lg\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .bs-lg\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .bs-lg\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .bs-lg\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .bs-lg\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .bs-lg\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .bs-lg\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .bs-lg\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .bs-lg\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .bs-lg\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .bs-lg\:invert {
    --tw-invert: invert(100%) !important;
  }

  .bs-lg\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .bs-lg\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .bs-lg\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .bs-lg\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .bs-lg\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .bs-lg\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .bs-lg\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .bs-lg\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .bs-lg\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .bs-lg\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .bs-lg\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .bs-lg\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .bs-lg\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .bs-lg\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .bs-lg\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .bs-lg\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .bs-lg\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .bs-lg\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .bs-lg\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .bs-lg\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .bs-lg\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .bs-lg\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .bs-lg\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .bs-lg\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .bs-lg\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .bs-lg\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .bs-lg\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .bs-lg\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .bs-lg\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .bs-lg\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .bs-lg\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .bs-lg\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .bs-lg\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .bs-lg\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .bs-lg\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .bs-lg\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .bs-lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .bs-lg\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .bs-lg\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .bs-lg\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .bs-lg\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .bs-lg\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .bs-lg\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .bs-lg\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .bs-lg\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .bs-lg\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .bs-lg\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .bs-lg\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .bs-lg\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .bs-lg\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .bs-lg\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .bs-lg\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .bs-lg\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .bs-lg\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .bs-lg\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .bs-lg\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .bs-lg\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .bs-lg\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .bs-lg\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .bs-lg\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .bs-lg\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .bs-lg\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .bs-lg\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .bs-lg\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .bs-lg\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .bs-lg\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .bs-lg\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .bs-lg\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .bs-lg\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .bs-lg\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .bs-lg\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .bs-lg\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .bs-lg\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .bs-lg\:transition-none {
    transition-property: none !important;
  }

  .bs-lg\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .bs-lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .bs-lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .bs-lg\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .bs-lg\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .bs-lg\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .bs-lg\:delay-75 {
    transition-delay: 75ms !important;
  }

  .bs-lg\:delay-100 {
    transition-delay: 100ms !important;
  }

  .bs-lg\:delay-150 {
    transition-delay: 150ms !important;
  }

  .bs-lg\:delay-200 {
    transition-delay: 200ms !important;
  }

  .bs-lg\:delay-300 {
    transition-delay: 300ms !important;
  }

  .bs-lg\:delay-500 {
    transition-delay: 500ms !important;
  }

  .bs-lg\:delay-700 {
    transition-delay: 700ms !important;
  }

  .bs-lg\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .bs-lg\:duration-75 {
    transition-duration: 75ms !important;
  }

  .bs-lg\:duration-100 {
    transition-duration: 100ms !important;
  }

  .bs-lg\:duration-150 {
    transition-duration: 150ms !important;
  }

  .bs-lg\:duration-200 {
    transition-duration: 200ms !important;
  }

  .bs-lg\:duration-300 {
    transition-duration: 300ms !important;
  }

  .bs-lg\:duration-500 {
    transition-duration: 500ms !important;
  }

  .bs-lg\:duration-700 {
    transition-duration: 700ms !important;
  }

  .bs-lg\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .bs-lg\:ease-linear {
    transition-timing-function: linear !important;
  }

  .bs-lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .bs-lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .bs-lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

@media (min-width: 1938px) {
  .\33xl\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .\33xl\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 640px) {
    .\33xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\33xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {
    .\33xl\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {
    .\33xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\33xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\33xl\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1938px) {
    .\33xl\:container {
      max-width: 1938px;
    }
  }

  .\33xl\: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;
  }

  .\33xl\: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;
  }

  .\33xl\:focus-within\:sr-only:focus-within {
    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;
  }

  .\33xl\:focus-within\:not-sr-only:focus-within {
    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;
  }

  .\33xl\:focus\: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;
  }

  .\33xl\:focus\: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;
  }

  .\33xl\:pointer-events-none {
    pointer-events: none !important;
  }

  .\33xl\:pointer-events-auto {
    pointer-events: auto !important;
  }

  .\33xl\:visible {
    visibility: visible !important;
  }

  .\33xl\:invisible {
    visibility: hidden !important;
  }

  .\33xl\:static {
    position: static !important;
  }

  .\33xl\:fixed {
    position: fixed !important;
  }

  .\33xl\:absolute {
    position: absolute !important;
  }

  .\33xl\:relative {
    position: relative !important;
  }

  .\33xl\:sticky {
    position: sticky !important;
  }

  .\33xl\:inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\33xl\:inset-1 {
    top: 0.25rem !important;
    right: 0.25rem !important;
    bottom: 0.25rem !important;
    left: 0.25rem !important;
  }

  .\33xl\:inset-2 {
    top: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    left: 0.5rem !important;
  }

  .\33xl\:inset-3 {
    top: 0.75rem !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    left: 0.75rem !important;
  }

  .\33xl\:inset-4 {
    top: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  .\33xl\:inset-5 {
    top: 1.25rem !important;
    right: 1.25rem !important;
    bottom: 1.25rem !important;
    left: 1.25rem !important;
  }

  .\33xl\:inset-6 {
    top: 1.5rem !important;
    right: 1.5rem !important;
    bottom: 1.5rem !important;
    left: 1.5rem !important;
  }

  .\33xl\:inset-7 {
    top: 1.75rem !important;
    right: 1.75rem !important;
    bottom: 1.75rem !important;
    left: 1.75rem !important;
  }

  .\33xl\:inset-8 {
    top: 2rem !important;
    right: 2rem !important;
    bottom: 2rem !important;
    left: 2rem !important;
  }

  .\33xl\:inset-9 {
    top: 2.25rem !important;
    right: 2.25rem !important;
    bottom: 2.25rem !important;
    left: 2.25rem !important;
  }

  .\33xl\:inset-10 {
    top: 2.5rem !important;
    right: 2.5rem !important;
    bottom: 2.5rem !important;
    left: 2.5rem !important;
  }

  .\33xl\:inset-11 {
    top: 2.75rem !important;
    right: 2.75rem !important;
    bottom: 2.75rem !important;
    left: 2.75rem !important;
  }

  .\33xl\:inset-12 {
    top: 3rem !important;
    right: 3rem !important;
    bottom: 3rem !important;
    left: 3rem !important;
  }

  .\33xl\:inset-14 {
    top: 3.5rem !important;
    right: 3.5rem !important;
    bottom: 3.5rem !important;
    left: 3.5rem !important;
  }

  .\33xl\:inset-16 {
    top: 4rem !important;
    right: 4rem !important;
    bottom: 4rem !important;
    left: 4rem !important;
  }

  .\33xl\:inset-17 {
    top: 4.25rem !important;
    right: 4.25rem !important;
    bottom: 4.25rem !important;
    left: 4.25rem !important;
  }

  .\33xl\:inset-20 {
    top: 5rem !important;
    right: 5rem !important;
    bottom: 5rem !important;
    left: 5rem !important;
  }

  .\33xl\:inset-24 {
    top: 6rem !important;
    right: 6rem !important;
    bottom: 6rem !important;
    left: 6rem !important;
  }

  .\33xl\:inset-25 {
    top: 6.25rem !important;
    right: 6.25rem !important;
    bottom: 6.25rem !important;
    left: 6.25rem !important;
  }

  .\33xl\:inset-28 {
    top: 7rem !important;
    right: 7rem !important;
    bottom: 7rem !important;
    left: 7rem !important;
  }

  .\33xl\:inset-32 {
    top: 8rem !important;
    right: 8rem !important;
    bottom: 8rem !important;
    left: 8rem !important;
  }

  .\33xl\:inset-36 {
    top: 9rem !important;
    right: 9rem !important;
    bottom: 9rem !important;
    left: 9rem !important;
  }

  .\33xl\:inset-40 {
    top: 10rem !important;
    right: 10rem !important;
    bottom: 10rem !important;
    left: 10rem !important;
  }

  .\33xl\:inset-44 {
    top: 11rem !important;
    right: 11rem !important;
    bottom: 11rem !important;
    left: 11rem !important;
  }

  .\33xl\:inset-48 {
    top: 12rem !important;
    right: 12rem !important;
    bottom: 12rem !important;
    left: 12rem !important;
  }

  .\33xl\:inset-52 {
    top: 13rem !important;
    right: 13rem !important;
    bottom: 13rem !important;
    left: 13rem !important;
  }

  .\33xl\:inset-56 {
    top: 14rem !important;
    right: 14rem !important;
    bottom: 14rem !important;
    left: 14rem !important;
  }

  .\33xl\:inset-60 {
    top: 15rem !important;
    right: 15rem !important;
    bottom: 15rem !important;
    left: 15rem !important;
  }

  .\33xl\:inset-64 {
    top: 16rem !important;
    right: 16rem !important;
    bottom: 16rem !important;
    left: 16rem !important;
  }

  .\33xl\:inset-72 {
    top: 18.5rem !important;
    right: 18.5rem !important;
    bottom: 18.5rem !important;
    left: 18.5rem !important;
  }

  .\33xl\:inset-80 {
    top: 20rem !important;
    right: 20rem !important;
    bottom: 20rem !important;
    left: 20rem !important;
  }

  .\33xl\:inset-96 {
    top: 24rem !important;
    right: 24rem !important;
    bottom: 24rem !important;
    left: 24rem !important;
  }

  .\33xl\:inset-108 {
    top: 26rem !important;
    right: 26rem !important;
    bottom: 26rem !important;
    left: 26rem !important;
  }

  .\33xl\:inset-112 {
    top: 28rem !important;
    right: 28rem !important;
    bottom: 28rem !important;
    left: 28rem !important;
  }

  .\33xl\:inset-120 {
    top: 30rem !important;
    right: 30rem !important;
    bottom: 30rem !important;
    left: 30rem !important;
  }

  .\33xl\:inset-136 {
    top: 34rem !important;
    right: 34rem !important;
    bottom: 34rem !important;
    left: 34rem !important;
  }

  .\33xl\:inset-140 {
    top: 42rem !important;
    right: 42rem !important;
    bottom: 42rem !important;
    left: 42rem !important;
  }

  .\33xl\:inset-144 {
    top: 36rem !important;
    right: 36rem !important;
    bottom: 36rem !important;
    left: 36rem !important;
  }

  .\33xl\:inset-320 {
    top: 80rem !important;
    right: 80rem !important;
    bottom: 80rem !important;
    left: 80rem !important;
  }

  .\33xl\:inset-auto {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .\33xl\:inset-px {
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .\33xl\:inset-0\.5 {
    top: 0.125rem !important;
    right: 0.125rem !important;
    bottom: 0.125rem !important;
    left: 0.125rem !important;
  }

  .\33xl\:inset-1\.5 {
    top: 0.375rem !important;
    right: 0.375rem !important;
    bottom: 0.375rem !important;
    left: 0.375rem !important;
  }

  .\33xl\:inset-2\.5 {
    top: 0.625rem !important;
    right: 0.625rem !important;
    bottom: 0.625rem !important;
    left: 0.625rem !important;
  }

  .\33xl\:inset-3\.5 {
    top: 0.875rem !important;
    right: 0.875rem !important;
    bottom: 0.875rem !important;
    left: 0.875rem !important;
  }

  .\33xl\:inset-50-em {
    top: 50em !important;
    right: 50em !important;
    bottom: 50em !important;
    left: 50em !important;
  }

  .\33xl\:inset-26-em {
    top: 26em !important;
    right: 26em !important;
    bottom: 26em !important;
    left: 26em !important;
  }

  .\33xl\:-inset-0 {
    top: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
  }

  .\33xl\:-inset-1 {
    top: -0.25rem !important;
    right: -0.25rem !important;
    bottom: -0.25rem !important;
    left: -0.25rem !important;
  }

  .\33xl\:-inset-2 {
    top: -0.5rem !important;
    right: -0.5rem !important;
    bottom: -0.5rem !important;
    left: -0.5rem !important;
  }

  .\33xl\:-inset-3 {
    top: -0.75rem !important;
    right: -0.75rem !important;
    bottom: -0.75rem !important;
    left: -0.75rem !important;
  }

  .\33xl\:-inset-4 {
    top: -1rem !important;
    right: -1rem !important;
    bottom: -1rem !important;
    left: -1rem !important;
  }

  .\33xl\:-inset-5 {
    top: -1.25rem !important;
    right: -1.25rem !important;
    bottom: -1.25rem !important;
    left: -1.25rem !important;
  }

  .\33xl\:-inset-6 {
    top: -1.5rem !important;
    right: -1.5rem !important;
    bottom: -1.5rem !important;
    left: -1.5rem !important;
  }

  .\33xl\:-inset-7 {
    top: -1.75rem !important;
    right: -1.75rem !important;
    bottom: -1.75rem !important;
    left: -1.75rem !important;
  }

  .\33xl\:-inset-8 {
    top: -2rem !important;
    right: -2rem !important;
    bottom: -2rem !important;
    left: -2rem !important;
  }

  .\33xl\:-inset-9 {
    top: -2.25rem !important;
    right: -2.25rem !important;
    bottom: -2.25rem !important;
    left: -2.25rem !important;
  }

  .\33xl\:-inset-10 {
    top: -2.5rem !important;
    right: -2.5rem !important;
    bottom: -2.5rem !important;
    left: -2.5rem !important;
  }

  .\33xl\:-inset-11 {
    top: -2.75rem !important;
    right: -2.75rem !important;
    bottom: -2.75rem !important;
    left: -2.75rem !important;
  }

  .\33xl\:-inset-12 {
    top: -3rem !important;
    right: -3rem !important;
    bottom: -3rem !important;
    left: -3rem !important;
  }

  .\33xl\:-inset-14 {
    top: -3.5rem !important;
    right: -3.5rem !important;
    bottom: -3.5rem !important;
    left: -3.5rem !important;
  }

  .\33xl\:-inset-16 {
    top: -4rem !important;
    right: -4rem !important;
    bottom: -4rem !important;
    left: -4rem !important;
  }

  .\33xl\:-inset-20 {
    top: -5rem !important;
    right: -5rem !important;
    bottom: -5rem !important;
    left: -5rem !important;
  }

  .\33xl\:-inset-24 {
    top: -6rem !important;
    right: -6rem !important;
    bottom: -6rem !important;
    left: -6rem !important;
  }

  .\33xl\:-inset-28 {
    top: -7rem !important;
    right: -7rem !important;
    bottom: -7rem !important;
    left: -7rem !important;
  }

  .\33xl\:-inset-32 {
    top: -8rem !important;
    right: -8rem !important;
    bottom: -8rem !important;
    left: -8rem !important;
  }

  .\33xl\:-inset-36 {
    top: -9rem !important;
    right: -9rem !important;
    bottom: -9rem !important;
    left: -9rem !important;
  }

  .\33xl\:-inset-40 {
    top: -10rem !important;
    right: -10rem !important;
    bottom: -10rem !important;
    left: -10rem !important;
  }

  .\33xl\:-inset-44 {
    top: -11rem !important;
    right: -11rem !important;
    bottom: -11rem !important;
    left: -11rem !important;
  }

  .\33xl\:-inset-48 {
    top: -12rem !important;
    right: -12rem !important;
    bottom: -12rem !important;
    left: -12rem !important;
  }

  .\33xl\:-inset-52 {
    top: -13rem !important;
    right: -13rem !important;
    bottom: -13rem !important;
    left: -13rem !important;
  }

  .\33xl\:-inset-56 {
    top: -14rem !important;
    right: -14rem !important;
    bottom: -14rem !important;
    left: -14rem !important;
  }

  .\33xl\:-inset-60 {
    top: -15rem !important;
    right: -15rem !important;
    bottom: -15rem !important;
    left: -15rem !important;
  }

  .\33xl\:-inset-64 {
    top: -16rem !important;
    right: -16rem !important;
    bottom: -16rem !important;
    left: -16rem !important;
  }

  .\33xl\:-inset-72 {
    top: -18.5rem !important;
    right: -18.5rem !important;
    bottom: -18.5rem !important;
    left: -18.5rem !important;
  }

  .\33xl\:-inset-80 {
    top: -20rem !important;
    right: -20rem !important;
    bottom: -20rem !important;
    left: -20rem !important;
  }

  .\33xl\:-inset-96 {
    top: -24rem !important;
    right: -24rem !important;
    bottom: -24rem !important;
    left: -24rem !important;
  }

  .\33xl\:-inset-108 {
    top: -26rem !important;
    right: -26rem !important;
    bottom: -26rem !important;
    left: -26rem !important;
  }

  .\33xl\:-inset-112 {
    top: -28rem !important;
    right: -28rem !important;
    bottom: -28rem !important;
    left: -28rem !important;
  }

  .\33xl\:-inset-120 {
    top: -30rem !important;
    right: -30rem !important;
    bottom: -30rem !important;
    left: -30rem !important;
  }

  .\33xl\:-inset-136 {
    top: -34rem !important;
    right: -34rem !important;
    bottom: -34rem !important;
    left: -34rem !important;
  }

  .\33xl\:-inset-140 {
    top: -42rem !important;
    right: -42rem !important;
    bottom: -42rem !important;
    left: -42rem !important;
  }

  .\33xl\:-inset-144 {
    top: -36rem !important;
    right: -36rem !important;
    bottom: -36rem !important;
    left: -36rem !important;
  }

  .\33xl\:-inset-320 {
    top: -80rem !important;
    right: -80rem !important;
    bottom: -80rem !important;
    left: -80rem !important;
  }

  .\33xl\:-inset-px {
    top: -1px !important;
    right: -1px !important;
    bottom: -1px !important;
    left: -1px !important;
  }

  .\33xl\:-inset-0\.5 {
    top: -0.125rem !important;
    right: -0.125rem !important;
    bottom: -0.125rem !important;
    left: -0.125rem !important;
  }

  .\33xl\:-inset-1\.5 {
    top: -0.375rem !important;
    right: -0.375rem !important;
    bottom: -0.375rem !important;
    left: -0.375rem !important;
  }

  .\33xl\:-inset-2\.5 {
    top: -0.625rem !important;
    right: -0.625rem !important;
    bottom: -0.625rem !important;
    left: -0.625rem !important;
  }

  .\33xl\:-inset-3\.5 {
    top: -0.875rem !important;
    right: -0.875rem !important;
    bottom: -0.875rem !important;
    left: -0.875rem !important;
  }

  .\33xl\:-inset-50-em {
    top: -50em !important;
    right: -50em !important;
    bottom: -50em !important;
    left: -50em !important;
  }

  .\33xl\:-inset-26-em {
    top: -26em !important;
    right: -26em !important;
    bottom: -26em !important;
    left: -26em !important;
  }

  .\33xl\:inset-1\/2 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\33xl\:inset-1\/3 {
    top: 33.333333% !important;
    right: 33.333333% !important;
    bottom: 33.333333% !important;
    left: 33.333333% !important;
  }

  .\33xl\:inset-2\/3 {
    top: 66.666667% !important;
    right: 66.666667% !important;
    bottom: 66.666667% !important;
    left: 66.666667% !important;
  }

  .\33xl\:inset-1\/4 {
    top: 25% !important;
    right: 25% !important;
    bottom: 25% !important;
    left: 25% !important;
  }

  .\33xl\:inset-2\/4 {
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .\33xl\:inset-3\/4 {
    top: 75% !important;
    right: 75% !important;
    bottom: 75% !important;
    left: 75% !important;
  }

  .\33xl\:inset-full {
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .\33xl\:-inset-1\/2 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\33xl\:-inset-1\/3 {
    top: -33.333333% !important;
    right: -33.333333% !important;
    bottom: -33.333333% !important;
    left: -33.333333% !important;
  }

  .\33xl\:-inset-2\/3 {
    top: -66.666667% !important;
    right: -66.666667% !important;
    bottom: -66.666667% !important;
    left: -66.666667% !important;
  }

  .\33xl\:-inset-1\/4 {
    top: -25% !important;
    right: -25% !important;
    bottom: -25% !important;
    left: -25% !important;
  }

  .\33xl\:-inset-2\/4 {
    top: -50% !important;
    right: -50% !important;
    bottom: -50% !important;
    left: -50% !important;
  }

  .\33xl\:-inset-3\/4 {
    top: -75% !important;
    right: -75% !important;
    bottom: -75% !important;
    left: -75% !important;
  }

  .\33xl\:-inset-full {
    top: -100% !important;
    right: -100% !important;
    bottom: -100% !important;
    left: -100% !important;
  }

  .\33xl\:inset-10\/12 {
    top: 83.333333% !important;
    right: 83.333333% !important;
    bottom: 83.333333% !important;
    left: 83.333333% !important;
  }

  .\33xl\:inset-11\/12 {
    top: 91.666667% !important;
    right: 91.666667% !important;
    bottom: 91.666667% !important;
    left: 91.666667% !important;
  }

  .\33xl\:inset-\[23\%\] {
    top: 23% !important;
    right: 23% !important;
    bottom: 23% !important;
    left: 23% !important;
  }

  .\33xl\:inset-\[20\%\] {
    top: 20% !important;
    right: 20% !important;
    bottom: 20% !important;
    left: 20% !important;
  }

  .\33xl\:inset-\[45\%\] {
    top: 45% !important;
    right: 45% !important;
    bottom: 45% !important;
    left: 45% !important;
  }

  .\33xl\:inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .\33xl\:inset-x-1 {
    left: 0.25rem !important;
    right: 0.25rem !important;
  }

  .\33xl\:inset-x-2 {
    left: 0.5rem !important;
    right: 0.5rem !important;
  }

  .\33xl\:inset-x-3 {
    left: 0.75rem !important;
    right: 0.75rem !important;
  }

  .\33xl\:inset-x-4 {
    left: 1rem !important;
    right: 1rem !important;
  }

  .\33xl\:inset-x-5 {
    left: 1.25rem !important;
    right: 1.25rem !important;
  }

  .\33xl\:inset-x-6 {
    left: 1.5rem !important;
    right: 1.5rem !important;
  }

  .\33xl\:inset-x-7 {
    left: 1.75rem !important;
    right: 1.75rem !important;
  }

  .\33xl\:inset-x-8 {
    left: 2rem !important;
    right: 2rem !important;
  }

  .\33xl\:inset-x-9 {
    left: 2.25rem !important;
    right: 2.25rem !important;
  }

  .\33xl\:inset-x-10 {
    left: 2.5rem !important;
    right: 2.5rem !important;
  }

  .\33xl\:inset-x-11 {
    left: 2.75rem !important;
    right: 2.75rem !important;
  }

  .\33xl\:inset-x-12 {
    left: 3rem !important;
    right: 3rem !important;
  }

  .\33xl\:inset-x-14 {
    left: 3.5rem !important;
    right: 3.5rem !important;
  }

  .\33xl\:inset-x-16 {
    left: 4rem !important;
    right: 4rem !important;
  }

  .\33xl\:inset-x-17 {
    left: 4.25rem !important;
    right: 4.25rem !important;
  }

  .\33xl\:inset-x-20 {
    left: 5rem !important;
    right: 5rem !important;
  }

  .\33xl\:inset-x-24 {
    left: 6rem !important;
    right: 6rem !important;
  }

  .\33xl\:inset-x-25 {
    left: 6.25rem !important;
    right: 6.25rem !important;
  }

  .\33xl\:inset-x-28 {
    left: 7rem !important;
    right: 7rem !important;
  }

  .\33xl\:inset-x-32 {
    left: 8rem !important;
    right: 8rem !important;
  }

  .\33xl\:inset-x-36 {
    left: 9rem !important;
    right: 9rem !important;
  }

  .\33xl\:inset-x-40 {
    left: 10rem !important;
    right: 10rem !important;
  }

  .\33xl\:inset-x-44 {
    left: 11rem !important;
    right: 11rem !important;
  }

  .\33xl\:inset-x-48 {
    left: 12rem !important;
    right: 12rem !important;
  }

  .\33xl\:inset-x-52 {
    left: 13rem !important;
    right: 13rem !important;
  }

  .\33xl\:inset-x-56 {
    left: 14rem !important;
    right: 14rem !important;
  }

  .\33xl\:inset-x-60 {
    left: 15rem !important;
    right: 15rem !important;
  }

  .\33xl\:inset-x-64 {
    left: 16rem !important;
    right: 16rem !important;
  }

  .\33xl\:inset-x-72 {
    left: 18.5rem !important;
    right: 18.5rem !important;
  }

  .\33xl\:inset-x-80 {
    left: 20rem !important;
    right: 20rem !important;
  }

  .\33xl\:inset-x-96 {
    left: 24rem !important;
    right: 24rem !important;
  }

  .\33xl\:inset-x-108 {
    left: 26rem !important;
    right: 26rem !important;
  }

  .\33xl\:inset-x-112 {
    left: 28rem !important;
    right: 28rem !important;
  }

  .\33xl\:inset-x-120 {
    left: 30rem !important;
    right: 30rem !important;
  }

  .\33xl\:inset-x-136 {
    left: 34rem !important;
    right: 34rem !important;
  }

  .\33xl\:inset-x-140 {
    left: 42rem !important;
    right: 42rem !important;
  }

  .\33xl\:inset-x-144 {
    left: 36rem !important;
    right: 36rem !important;
  }

  .\33xl\:inset-x-320 {
    left: 80rem !important;
    right: 80rem !important;
  }

  .\33xl\:inset-x-auto {
    left: auto !important;
    right: auto !important;
  }

  .\33xl\:inset-x-px {
    left: 1px !important;
    right: 1px !important;
  }

  .\33xl\:inset-x-0\.5 {
    left: 0.125rem !important;
    right: 0.125rem !important;
  }

  .\33xl\:inset-x-1\.5 {
    left: 0.375rem !important;
    right: 0.375rem !important;
  }

  .\33xl\:inset-x-2\.5 {
    left: 0.625rem !important;
    right: 0.625rem !important;
  }

  .\33xl\:inset-x-3\.5 {
    left: 0.875rem !important;
    right: 0.875rem !important;
  }

  .\33xl\:inset-x-50-em {
    left: 50em !important;
    right: 50em !important;
  }

  .\33xl\:inset-x-26-em {
    left: 26em !important;
    right: 26em !important;
  }

  .\33xl\:-inset-x-0 {
    left: 0px !important;
    right: 0px !important;
  }

  .\33xl\:-inset-x-1 {
    left: -0.25rem !important;
    right: -0.25rem !important;
  }

  .\33xl\:-inset-x-2 {
    left: -0.5rem !important;
    right: -0.5rem !important;
  }

  .\33xl\:-inset-x-3 {
    left: -0.75rem !important;
    right: -0.75rem !important;
  }

  .\33xl\:-inset-x-4 {
    left: -1rem !important;
    right: -1rem !important;
  }

  .\33xl\:-inset-x-5 {
    left: -1.25rem !important;
    right: -1.25rem !important;
  }

  .\33xl\:-inset-x-6 {
    left: -1.5rem !important;
    right: -1.5rem !important;
  }

  .\33xl\:-inset-x-7 {
    left: -1.75rem !important;
    right: -1.75rem !important;
  }

  .\33xl\:-inset-x-8 {
    left: -2rem !important;
    right: -2rem !important;
  }

  .\33xl\:-inset-x-9 {
    left: -2.25rem !important;
    right: -2.25rem !important;
  }

  .\33xl\:-inset-x-10 {
    left: -2.5rem !important;
    right: -2.5rem !important;
  }

  .\33xl\:-inset-x-11 {
    left: -2.75rem !important;
    right: -2.75rem !important;
  }

  .\33xl\:-inset-x-12 {
    left: -3rem !important;
    right: -3rem !important;
  }

  .\33xl\:-inset-x-14 {
    left: -3.5rem !important;
    right: -3.5rem !important;
  }

  .\33xl\:-inset-x-16 {
    left: -4rem !important;
    right: -4rem !important;
  }

  .\33xl\:-inset-x-20 {
    left: -5rem !important;
    right: -5rem !important;
  }

  .\33xl\:-inset-x-24 {
    left: -6rem !important;
    right: -6rem !important;
  }

  .\33xl\:-inset-x-28 {
    left: -7rem !important;
    right: -7rem !important;
  }

  .\33xl\:-inset-x-32 {
    left: -8rem !important;
    right: -8rem !important;
  }

  .\33xl\:-inset-x-36 {
    left: -9rem !important;
    right: -9rem !important;
  }

  .\33xl\:-inset-x-40 {
    left: -10rem !important;
    right: -10rem !important;
  }

  .\33xl\:-inset-x-44 {
    left: -11rem !important;
    right: -11rem !important;
  }

  .\33xl\:-inset-x-48 {
    left: -12rem !important;
    right: -12rem !important;
  }

  .\33xl\:-inset-x-52 {
    left: -13rem !important;
    right: -13rem !important;
  }

  .\33xl\:-inset-x-56 {
    left: -14rem !important;
    right: -14rem !important;
  }

  .\33xl\:-inset-x-60 {
    left: -15rem !important;
    right: -15rem !important;
  }

  .\33xl\:-inset-x-64 {
    left: -16rem !important;
    right: -16rem !important;
  }

  .\33xl\:-inset-x-72 {
    left: -18.5rem !important;
    right: -18.5rem !important;
  }

  .\33xl\:-inset-x-80 {
    left: -20rem !important;
    right: -20rem !important;
  }

  .\33xl\:-inset-x-96 {
    left: -24rem !important;
    right: -24rem !important;
  }

  .\33xl\:-inset-x-108 {
    left: -26rem !important;
    right: -26rem !important;
  }

  .\33xl\:-inset-x-112 {
    left: -28rem !important;
    right: -28rem !important;
  }

  .\33xl\:-inset-x-120 {
    left: -30rem !important;
    right: -30rem !important;
  }

  .\33xl\:-inset-x-136 {
    left: -34rem !important;
    right: -34rem !important;
  }

  .\33xl\:-inset-x-140 {
    left: -42rem !important;
    right: -42rem !important;
  }

  .\33xl\:-inset-x-144 {
    left: -36rem !important;
    right: -36rem !important;
  }

  .\33xl\:-inset-x-320 {
    left: -80rem !important;
    right: -80rem !important;
  }

  .\33xl\:-inset-x-px {
    left: -1px !important;
    right: -1px !important;
  }

  .\33xl\:-inset-x-0\.5 {
    left: -0.125rem !important;
    right: -0.125rem !important;
  }

  .\33xl\:-inset-x-1\.5 {
    left: -0.375rem !important;
    right: -0.375rem !important;
  }

  .\33xl\:-inset-x-2\.5 {
    left: -0.625rem !important;
    right: -0.625rem !important;
  }

  .\33xl\:-inset-x-3\.5 {
    left: -0.875rem !important;
    right: -0.875rem !important;
  }

  .\33xl\:-inset-x-50-em {
    left: -50em !important;
    right: -50em !important;
  }

  .\33xl\:-inset-x-26-em {
    left: -26em !important;
    right: -26em !important;
  }

  .\33xl\:inset-x-1\/2 {
    left: 50% !important;
    right: 50% !important;
  }

  .\33xl\:inset-x-1\/3 {
    left: 33.333333% !important;
    right: 33.333333% !important;
  }

  .\33xl\:inset-x-2\/3 {
    left: 66.666667% !important;
    right: 66.666667% !important;
  }

  .\33xl\:inset-x-1\/4 {
    left: 25% !important;
    right: 25% !important;
  }

  .\33xl\:inset-x-2\/4 {
    left: 50% !important;
    right: 50% !important;
  }

  .\33xl\:inset-x-3\/4 {
    left: 75% !important;
    right: 75% !important;
  }

  .\33xl\:inset-x-full {
    left: 100% !important;
    right: 100% !important;
  }

  .\33xl\:-inset-x-1\/2 {
    left: -50% !important;
    right: -50% !important;
  }

  .\33xl\:-inset-x-1\/3 {
    left: -33.333333% !important;
    right: -33.333333% !important;
  }

  .\33xl\:-inset-x-2\/3 {
    left: -66.666667% !important;
    right: -66.666667% !important;
  }

  .\33xl\:-inset-x-1\/4 {
    left: -25% !important;
    right: -25% !important;
  }

  .\33xl\:-inset-x-2\/4 {
    left: -50% !important;
    right: -50% !important;
  }

  .\33xl\:-inset-x-3\/4 {
    left: -75% !important;
    right: -75% !important;
  }

  .\33xl\:-inset-x-full {
    left: -100% !important;
    right: -100% !important;
  }

  .\33xl\:inset-x-10\/12 {
    left: 83.333333% !important;
    right: 83.333333% !important;
  }

  .\33xl\:inset-x-11\/12 {
    left: 91.666667% !important;
    right: 91.666667% !important;
  }

  .\33xl\:inset-x-\[23\%\] {
    left: 23% !important;
    right: 23% !important;
  }

  .\33xl\:inset-x-\[20\%\] {
    left: 20% !important;
    right: 20% !important;
  }

  .\33xl\:inset-x-\[45\%\] {
    left: 45% !important;
    right: 45% !important;
  }

  .\33xl\:inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\33xl\:inset-y-1 {
    top: 0.25rem !important;
    bottom: 0.25rem !important;
  }

  .\33xl\:inset-y-2 {
    top: 0.5rem !important;
    bottom: 0.5rem !important;
  }

  .\33xl\:inset-y-3 {
    top: 0.75rem !important;
    bottom: 0.75rem !important;
  }

  .\33xl\:inset-y-4 {
    top: 1rem !important;
    bottom: 1rem !important;
  }

  .\33xl\:inset-y-5 {
    top: 1.25rem !important;
    bottom: 1.25rem !important;
  }

  .\33xl\:inset-y-6 {
    top: 1.5rem !important;
    bottom: 1.5rem !important;
  }

  .\33xl\:inset-y-7 {
    top: 1.75rem !important;
    bottom: 1.75rem !important;
  }

  .\33xl\:inset-y-8 {
    top: 2rem !important;
    bottom: 2rem !important;
  }

  .\33xl\:inset-y-9 {
    top: 2.25rem !important;
    bottom: 2.25rem !important;
  }

  .\33xl\:inset-y-10 {
    top: 2.5rem !important;
    bottom: 2.5rem !important;
  }

  .\33xl\:inset-y-11 {
    top: 2.75rem !important;
    bottom: 2.75rem !important;
  }

  .\33xl\:inset-y-12 {
    top: 3rem !important;
    bottom: 3rem !important;
  }

  .\33xl\:inset-y-14 {
    top: 3.5rem !important;
    bottom: 3.5rem !important;
  }

  .\33xl\:inset-y-16 {
    top: 4rem !important;
    bottom: 4rem !important;
  }

  .\33xl\:inset-y-17 {
    top: 4.25rem !important;
    bottom: 4.25rem !important;
  }

  .\33xl\:inset-y-20 {
    top: 5rem !important;
    bottom: 5rem !important;
  }

  .\33xl\:inset-y-24 {
    top: 6rem !important;
    bottom: 6rem !important;
  }

  .\33xl\:inset-y-25 {
    top: 6.25rem !important;
    bottom: 6.25rem !important;
  }

  .\33xl\:inset-y-28 {
    top: 7rem !important;
    bottom: 7rem !important;
  }

  .\33xl\:inset-y-32 {
    top: 8rem !important;
    bottom: 8rem !important;
  }

  .\33xl\:inset-y-36 {
    top: 9rem !important;
    bottom: 9rem !important;
  }

  .\33xl\:inset-y-40 {
    top: 10rem !important;
    bottom: 10rem !important;
  }

  .\33xl\:inset-y-44 {
    top: 11rem !important;
    bottom: 11rem !important;
  }

  .\33xl\:inset-y-48 {
    top: 12rem !important;
    bottom: 12rem !important;
  }

  .\33xl\:inset-y-52 {
    top: 13rem !important;
    bottom: 13rem !important;
  }

  .\33xl\:inset-y-56 {
    top: 14rem !important;
    bottom: 14rem !important;
  }

  .\33xl\:inset-y-60 {
    top: 15rem !important;
    bottom: 15rem !important;
  }

  .\33xl\:inset-y-64 {
    top: 16rem !important;
    bottom: 16rem !important;
  }

  .\33xl\:inset-y-72 {
    top: 18.5rem !important;
    bottom: 18.5rem !important;
  }

  .\33xl\:inset-y-80 {
    top: 20rem !important;
    bottom: 20rem !important;
  }

  .\33xl\:inset-y-96 {
    top: 24rem !important;
    bottom: 24rem !important;
  }

  .\33xl\:inset-y-108 {
    top: 26rem !important;
    bottom: 26rem !important;
  }

  .\33xl\:inset-y-112 {
    top: 28rem !important;
    bottom: 28rem !important;
  }

  .\33xl\:inset-y-120 {
    top: 30rem !important;
    bottom: 30rem !important;
  }

  .\33xl\:inset-y-136 {
    top: 34rem !important;
    bottom: 34rem !important;
  }

  .\33xl\:inset-y-140 {
    top: 42rem !important;
    bottom: 42rem !important;
  }

  .\33xl\:inset-y-144 {
    top: 36rem !important;
    bottom: 36rem !important;
  }

  .\33xl\:inset-y-320 {
    top: 80rem !important;
    bottom: 80rem !important;
  }

  .\33xl\:inset-y-auto {
    top: auto !important;
    bottom: auto !important;
  }

  .\33xl\:inset-y-px {
    top: 1px !important;
    bottom: 1px !important;
  }

  .\33xl\:inset-y-0\.5 {
    top: 0.125rem !important;
    bottom: 0.125rem !important;
  }

  .\33xl\:inset-y-1\.5 {
    top: 0.375rem !important;
    bottom: 0.375rem !important;
  }

  .\33xl\:inset-y-2\.5 {
    top: 0.625rem !important;
    bottom: 0.625rem !important;
  }

  .\33xl\:inset-y-3\.5 {
    top: 0.875rem !important;
    bottom: 0.875rem !important;
  }

  .\33xl\:inset-y-50-em {
    top: 50em !important;
    bottom: 50em !important;
  }

  .\33xl\:inset-y-26-em {
    top: 26em !important;
    bottom: 26em !important;
  }

  .\33xl\:-inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
  }

  .\33xl\:-inset-y-1 {
    top: -0.25rem !important;
    bottom: -0.25rem !important;
  }

  .\33xl\:-inset-y-2 {
    top: -0.5rem !important;
    bottom: -0.5rem !important;
  }

  .\33xl\:-inset-y-3 {
    top: -0.75rem !important;
    bottom: -0.75rem !important;
  }

  .\33xl\:-inset-y-4 {
    top: -1rem !important;
    bottom: -1rem !important;
  }

  .\33xl\:-inset-y-5 {
    top: -1.25rem !important;
    bottom: -1.25rem !important;
  }

  .\33xl\:-inset-y-6 {
    top: -1.5rem !important;
    bottom: -1.5rem !important;
  }

  .\33xl\:-inset-y-7 {
    top: -1.75rem !important;
    bottom: -1.75rem !important;
  }

  .\33xl\:-inset-y-8 {
    top: -2rem !important;
    bottom: -2rem !important;
  }

  .\33xl\:-inset-y-9 {
    top: -2.25rem !important;
    bottom: -2.25rem !important;
  }

  .\33xl\:-inset-y-10 {
    top: -2.5rem !important;
    bottom: -2.5rem !important;
  }

  .\33xl\:-inset-y-11 {
    top: -2.75rem !important;
    bottom: -2.75rem !important;
  }

  .\33xl\:-inset-y-12 {
    top: -3rem !important;
    bottom: -3rem !important;
  }

  .\33xl\:-inset-y-14 {
    top: -3.5rem !important;
    bottom: -3.5rem !important;
  }

  .\33xl\:-inset-y-16 {
    top: -4rem !important;
    bottom: -4rem !important;
  }

  .\33xl\:-inset-y-20 {
    top: -5rem !important;
    bottom: -5rem !important;
  }

  .\33xl\:-inset-y-24 {
    top: -6rem !important;
    bottom: -6rem !important;
  }

  .\33xl\:-inset-y-28 {
    top: -7rem !important;
    bottom: -7rem !important;
  }

  .\33xl\:-inset-y-32 {
    top: -8rem !important;
    bottom: -8rem !important;
  }

  .\33xl\:-inset-y-36 {
    top: -9rem !important;
    bottom: -9rem !important;
  }

  .\33xl\:-inset-y-40 {
    top: -10rem !important;
    bottom: -10rem !important;
  }

  .\33xl\:-inset-y-44 {
    top: -11rem !important;
    bottom: -11rem !important;
  }

  .\33xl\:-inset-y-48 {
    top: -12rem !important;
    bottom: -12rem !important;
  }

  .\33xl\:-inset-y-52 {
    top: -13rem !important;
    bottom: -13rem !important;
  }

  .\33xl\:-inset-y-56 {
    top: -14rem !important;
    bottom: -14rem !important;
  }

  .\33xl\:-inset-y-60 {
    top: -15rem !important;
    bottom: -15rem !important;
  }

  .\33xl\:-inset-y-64 {
    top: -16rem !important;
    bottom: -16rem !important;
  }

  .\33xl\:-inset-y-72 {
    top: -18.5rem !important;
    bottom: -18.5rem !important;
  }

  .\33xl\:-inset-y-80 {
    top: -20rem !important;
    bottom: -20rem !important;
  }

  .\33xl\:-inset-y-96 {
    top: -24rem !important;
    bottom: -24rem !important;
  }

  .\33xl\:-inset-y-108 {
    top: -26rem !important;
    bottom: -26rem !important;
  }

  .\33xl\:-inset-y-112 {
    top: -28rem !important;
    bottom: -28rem !important;
  }

  .\33xl\:-inset-y-120 {
    top: -30rem !important;
    bottom: -30rem !important;
  }

  .\33xl\:-inset-y-136 {
    top: -34rem !important;
    bottom: -34rem !important;
  }

  .\33xl\:-inset-y-140 {
    top: -42rem !important;
    bottom: -42rem !important;
  }

  .\33xl\:-inset-y-144 {
    top: -36rem !important;
    bottom: -36rem !important;
  }

  .\33xl\:-inset-y-320 {
    top: -80rem !important;
    bottom: -80rem !important;
  }

  .\33xl\:-inset-y-px {
    top: -1px !important;
    bottom: -1px !important;
  }

  .\33xl\:-inset-y-0\.5 {
    top: -0.125rem !important;
    bottom: -0.125rem !important;
  }

  .\33xl\:-inset-y-1\.5 {
    top: -0.375rem !important;
    bottom: -0.375rem !important;
  }

  .\33xl\:-inset-y-2\.5 {
    top: -0.625rem !important;
    bottom: -0.625rem !important;
  }

  .\33xl\:-inset-y-3\.5 {
    top: -0.875rem !important;
    bottom: -0.875rem !important;
  }

  .\33xl\:-inset-y-50-em {
    top: -50em !important;
    bottom: -50em !important;
  }

  .\33xl\:-inset-y-26-em {
    top: -26em !important;
    bottom: -26em !important;
  }

  .\33xl\:inset-y-1\/2 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\33xl\:inset-y-1\/3 {
    top: 33.333333% !important;
    bottom: 33.333333% !important;
  }

  .\33xl\:inset-y-2\/3 {
    top: 66.666667% !important;
    bottom: 66.666667% !important;
  }

  .\33xl\:inset-y-1\/4 {
    top: 25% !important;
    bottom: 25% !important;
  }

  .\33xl\:inset-y-2\/4 {
    top: 50% !important;
    bottom: 50% !important;
  }

  .\33xl\:inset-y-3\/4 {
    top: 75% !important;
    bottom: 75% !important;
  }

  .\33xl\:inset-y-full {
    top: 100% !important;
    bottom: 100% !important;
  }

  .\33xl\:-inset-y-1\/2 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\33xl\:-inset-y-1\/3 {
    top: -33.333333% !important;
    bottom: -33.333333% !important;
  }

  .\33xl\:-inset-y-2\/3 {
    top: -66.666667% !important;
    bottom: -66.666667% !important;
  }

  .\33xl\:-inset-y-1\/4 {
    top: -25% !important;
    bottom: -25% !important;
  }

  .\33xl\:-inset-y-2\/4 {
    top: -50% !important;
    bottom: -50% !important;
  }

  .\33xl\:-inset-y-3\/4 {
    top: -75% !important;
    bottom: -75% !important;
  }

  .\33xl\:-inset-y-full {
    top: -100% !important;
    bottom: -100% !important;
  }

  .\33xl\:inset-y-10\/12 {
    top: 83.333333% !important;
    bottom: 83.333333% !important;
  }

  .\33xl\:inset-y-11\/12 {
    top: 91.666667% !important;
    bottom: 91.666667% !important;
  }

  .\33xl\:inset-y-\[23\%\] {
    top: 23% !important;
    bottom: 23% !important;
  }

  .\33xl\:inset-y-\[20\%\] {
    top: 20% !important;
    bottom: 20% !important;
  }

  .\33xl\:inset-y-\[45\%\] {
    top: 45% !important;
    bottom: 45% !important;
  }

  .\33xl\:top-0 {
    top: 0px !important;
  }

  .\33xl\:top-1 {
    top: 0.25rem !important;
  }

  .\33xl\:top-2 {
    top: 0.5rem !important;
  }

  .\33xl\:top-3 {
    top: 0.75rem !important;
  }

  .\33xl\:top-4 {
    top: 1rem !important;
  }

  .\33xl\:top-5 {
    top: 1.25rem !important;
  }

  .\33xl\:top-6 {
    top: 1.5rem !important;
  }

  .\33xl\:top-7 {
    top: 1.75rem !important;
  }

  .\33xl\:top-8 {
    top: 2rem !important;
  }

  .\33xl\:top-9 {
    top: 2.25rem !important;
  }

  .\33xl\:top-10 {
    top: 2.5rem !important;
  }

  .\33xl\:top-11 {
    top: 2.75rem !important;
  }

  .\33xl\:top-12 {
    top: 3rem !important;
  }

  .\33xl\:top-14 {
    top: 3.5rem !important;
  }

  .\33xl\:top-16 {
    top: 4rem !important;
  }

  .\33xl\:top-17 {
    top: 4.25rem !important;
  }

  .\33xl\:top-20 {
    top: 5rem !important;
  }

  .\33xl\:top-24 {
    top: 6rem !important;
  }

  .\33xl\:top-25 {
    top: 6.25rem !important;
  }

  .\33xl\:top-28 {
    top: 7rem !important;
  }

  .\33xl\:top-32 {
    top: 8rem !important;
  }

  .\33xl\:top-36 {
    top: 9rem !important;
  }

  .\33xl\:top-40 {
    top: 10rem !important;
  }

  .\33xl\:top-44 {
    top: 11rem !important;
  }

  .\33xl\:top-48 {
    top: 12rem !important;
  }

  .\33xl\:top-52 {
    top: 13rem !important;
  }

  .\33xl\:top-56 {
    top: 14rem !important;
  }

  .\33xl\:top-60 {
    top: 15rem !important;
  }

  .\33xl\:top-64 {
    top: 16rem !important;
  }

  .\33xl\:top-72 {
    top: 18.5rem !important;
  }

  .\33xl\:top-80 {
    top: 20rem !important;
  }

  .\33xl\:top-96 {
    top: 24rem !important;
  }

  .\33xl\:top-108 {
    top: 26rem !important;
  }

  .\33xl\:top-112 {
    top: 28rem !important;
  }

  .\33xl\:top-120 {
    top: 30rem !important;
  }

  .\33xl\:top-136 {
    top: 34rem !important;
  }

  .\33xl\:top-140 {
    top: 42rem !important;
  }

  .\33xl\:top-144 {
    top: 36rem !important;
  }

  .\33xl\:top-320 {
    top: 80rem !important;
  }

  .\33xl\:top-auto {
    top: auto !important;
  }

  .\33xl\:top-px {
    top: 1px !important;
  }

  .\33xl\:top-0\.5 {
    top: 0.125rem !important;
  }

  .\33xl\:top-1\.5 {
    top: 0.375rem !important;
  }

  .\33xl\:top-2\.5 {
    top: 0.625rem !important;
  }

  .\33xl\:top-3\.5 {
    top: 0.875rem !important;
  }

  .\33xl\:top-50-em {
    top: 50em !important;
  }

  .\33xl\:top-26-em {
    top: 26em !important;
  }

  .\33xl\:-top-0 {
    top: 0px !important;
  }

  .\33xl\:-top-1 {
    top: -0.25rem !important;
  }

  .\33xl\:-top-2 {
    top: -0.5rem !important;
  }

  .\33xl\:-top-3 {
    top: -0.75rem !important;
  }

  .\33xl\:-top-4 {
    top: -1rem !important;
  }

  .\33xl\:-top-5 {
    top: -1.25rem !important;
  }

  .\33xl\:-top-6 {
    top: -1.5rem !important;
  }

  .\33xl\:-top-7 {
    top: -1.75rem !important;
  }

  .\33xl\:-top-8 {
    top: -2rem !important;
  }

  .\33xl\:-top-9 {
    top: -2.25rem !important;
  }

  .\33xl\:-top-10 {
    top: -2.5rem !important;
  }

  .\33xl\:-top-11 {
    top: -2.75rem !important;
  }

  .\33xl\:-top-12 {
    top: -3rem !important;
  }

  .\33xl\:-top-14 {
    top: -3.5rem !important;
  }

  .\33xl\:-top-16 {
    top: -4rem !important;
  }

  .\33xl\:-top-20 {
    top: -5rem !important;
  }

  .\33xl\:-top-24 {
    top: -6rem !important;
  }

  .\33xl\:-top-28 {
    top: -7rem !important;
  }

  .\33xl\:-top-32 {
    top: -8rem !important;
  }

  .\33xl\:-top-36 {
    top: -9rem !important;
  }

  .\33xl\:-top-40 {
    top: -10rem !important;
  }

  .\33xl\:-top-44 {
    top: -11rem !important;
  }

  .\33xl\:-top-48 {
    top: -12rem !important;
  }

  .\33xl\:-top-52 {
    top: -13rem !important;
  }

  .\33xl\:-top-56 {
    top: -14rem !important;
  }

  .\33xl\:-top-60 {
    top: -15rem !important;
  }

  .\33xl\:-top-64 {
    top: -16rem !important;
  }

  .\33xl\:-top-72 {
    top: -18.5rem !important;
  }

  .\33xl\:-top-80 {
    top: -20rem !important;
  }

  .\33xl\:-top-96 {
    top: -24rem !important;
  }

  .\33xl\:-top-108 {
    top: -26rem !important;
  }

  .\33xl\:-top-112 {
    top: -28rem !important;
  }

  .\33xl\:-top-120 {
    top: -30rem !important;
  }

  .\33xl\:-top-136 {
    top: -34rem !important;
  }

  .\33xl\:-top-140 {
    top: -42rem !important;
  }

  .\33xl\:-top-144 {
    top: -36rem !important;
  }

  .\33xl\:-top-320 {
    top: -80rem !important;
  }

  .\33xl\:-top-px {
    top: -1px !important;
  }

  .\33xl\:-top-0\.5 {
    top: -0.125rem !important;
  }

  .\33xl\:-top-1\.5 {
    top: -0.375rem !important;
  }

  .\33xl\:-top-2\.5 {
    top: -0.625rem !important;
  }

  .\33xl\:-top-3\.5 {
    top: -0.875rem !important;
  }

  .\33xl\:-top-50-em {
    top: -50em !important;
  }

  .\33xl\:-top-26-em {
    top: -26em !important;
  }

  .\33xl\:top-1\/2 {
    top: 50% !important;
  }

  .\33xl\:top-1\/3 {
    top: 33.333333% !important;
  }

  .\33xl\:top-2\/3 {
    top: 66.666667% !important;
  }

  .\33xl\:top-1\/4 {
    top: 25% !important;
  }

  .\33xl\:top-2\/4 {
    top: 50% !important;
  }

  .\33xl\:top-3\/4 {
    top: 75% !important;
  }

  .\33xl\:top-full {
    top: 100% !important;
  }

  .\33xl\:-top-1\/2 {
    top: -50% !important;
  }

  .\33xl\:-top-1\/3 {
    top: -33.333333% !important;
  }

  .\33xl\:-top-2\/3 {
    top: -66.666667% !important;
  }

  .\33xl\:-top-1\/4 {
    top: -25% !important;
  }

  .\33xl\:-top-2\/4 {
    top: -50% !important;
  }

  .\33xl\:-top-3\/4 {
    top: -75% !important;
  }

  .\33xl\:-top-full {
    top: -100% !important;
  }

  .\33xl\:top-10\/12 {
    top: 83.333333% !important;
  }

  .\33xl\:top-11\/12 {
    top: 91.666667% !important;
  }

  .\33xl\:top-\[23\%\] {
    top: 23% !important;
  }

  .\33xl\:top-\[20\%\] {
    top: 20% !important;
  }

  .\33xl\:top-\[45\%\] {
    top: 45% !important;
  }

  .\33xl\:right-0 {
    right: 0px !important;
  }

  .\33xl\:right-1 {
    right: 0.25rem !important;
  }

  .\33xl\:right-2 {
    right: 0.5rem !important;
  }

  .\33xl\:right-3 {
    right: 0.75rem !important;
  }

  .\33xl\:right-4 {
    right: 1rem !important;
  }

  .\33xl\:right-5 {
    right: 1.25rem !important;
  }

  .\33xl\:right-6 {
    right: 1.5rem !important;
  }

  .\33xl\:right-7 {
    right: 1.75rem !important;
  }

  .\33xl\:right-8 {
    right: 2rem !important;
  }

  .\33xl\:right-9 {
    right: 2.25rem !important;
  }

  .\33xl\:right-10 {
    right: 2.5rem !important;
  }

  .\33xl\:right-11 {
    right: 2.75rem !important;
  }

  .\33xl\:right-12 {
    right: 3rem !important;
  }

  .\33xl\:right-14 {
    right: 3.5rem !important;
  }

  .\33xl\:right-16 {
    right: 4rem !important;
  }

  .\33xl\:right-17 {
    right: 4.25rem !important;
  }

  .\33xl\:right-20 {
    right: 5rem !important;
  }

  .\33xl\:right-24 {
    right: 6rem !important;
  }

  .\33xl\:right-25 {
    right: 6.25rem !important;
  }

  .\33xl\:right-28 {
    right: 7rem !important;
  }

  .\33xl\:right-32 {
    right: 8rem !important;
  }

  .\33xl\:right-36 {
    right: 9rem !important;
  }

  .\33xl\:right-40 {
    right: 10rem !important;
  }

  .\33xl\:right-44 {
    right: 11rem !important;
  }

  .\33xl\:right-48 {
    right: 12rem !important;
  }

  .\33xl\:right-52 {
    right: 13rem !important;
  }

  .\33xl\:right-56 {
    right: 14rem !important;
  }

  .\33xl\:right-60 {
    right: 15rem !important;
  }

  .\33xl\:right-64 {
    right: 16rem !important;
  }

  .\33xl\:right-72 {
    right: 18.5rem !important;
  }

  .\33xl\:right-80 {
    right: 20rem !important;
  }

  .\33xl\:right-96 {
    right: 24rem !important;
  }

  .\33xl\:right-108 {
    right: 26rem !important;
  }

  .\33xl\:right-112 {
    right: 28rem !important;
  }

  .\33xl\:right-120 {
    right: 30rem !important;
  }

  .\33xl\:right-136 {
    right: 34rem !important;
  }

  .\33xl\:right-140 {
    right: 42rem !important;
  }

  .\33xl\:right-144 {
    right: 36rem !important;
  }

  .\33xl\:right-320 {
    right: 80rem !important;
  }

  .\33xl\:right-auto {
    right: auto !important;
  }

  .\33xl\:right-px {
    right: 1px !important;
  }

  .\33xl\:right-0\.5 {
    right: 0.125rem !important;
  }

  .\33xl\:right-1\.5 {
    right: 0.375rem !important;
  }

  .\33xl\:right-2\.5 {
    right: 0.625rem !important;
  }

  .\33xl\:right-3\.5 {
    right: 0.875rem !important;
  }

  .\33xl\:right-50-em {
    right: 50em !important;
  }

  .\33xl\:right-26-em {
    right: 26em !important;
  }

  .\33xl\:-right-0 {
    right: 0px !important;
  }

  .\33xl\:-right-1 {
    right: -0.25rem !important;
  }

  .\33xl\:-right-2 {
    right: -0.5rem !important;
  }

  .\33xl\:-right-3 {
    right: -0.75rem !important;
  }

  .\33xl\:-right-4 {
    right: -1rem !important;
  }

  .\33xl\:-right-5 {
    right: -1.25rem !important;
  }

  .\33xl\:-right-6 {
    right: -1.5rem !important;
  }

  .\33xl\:-right-7 {
    right: -1.75rem !important;
  }

  .\33xl\:-right-8 {
    right: -2rem !important;
  }

  .\33xl\:-right-9 {
    right: -2.25rem !important;
  }

  .\33xl\:-right-10 {
    right: -2.5rem !important;
  }

  .\33xl\:-right-11 {
    right: -2.75rem !important;
  }

  .\33xl\:-right-12 {
    right: -3rem !important;
  }

  .\33xl\:-right-14 {
    right: -3.5rem !important;
  }

  .\33xl\:-right-16 {
    right: -4rem !important;
  }

  .\33xl\:-right-20 {
    right: -5rem !important;
  }

  .\33xl\:-right-24 {
    right: -6rem !important;
  }

  .\33xl\:-right-28 {
    right: -7rem !important;
  }

  .\33xl\:-right-32 {
    right: -8rem !important;
  }

  .\33xl\:-right-36 {
    right: -9rem !important;
  }

  .\33xl\:-right-40 {
    right: -10rem !important;
  }

  .\33xl\:-right-44 {
    right: -11rem !important;
  }

  .\33xl\:-right-48 {
    right: -12rem !important;
  }

  .\33xl\:-right-52 {
    right: -13rem !important;
  }

  .\33xl\:-right-56 {
    right: -14rem !important;
  }

  .\33xl\:-right-60 {
    right: -15rem !important;
  }

  .\33xl\:-right-64 {
    right: -16rem !important;
  }

  .\33xl\:-right-72 {
    right: -18.5rem !important;
  }

  .\33xl\:-right-80 {
    right: -20rem !important;
  }

  .\33xl\:-right-96 {
    right: -24rem !important;
  }

  .\33xl\:-right-108 {
    right: -26rem !important;
  }

  .\33xl\:-right-112 {
    right: -28rem !important;
  }

  .\33xl\:-right-120 {
    right: -30rem !important;
  }

  .\33xl\:-right-136 {
    right: -34rem !important;
  }

  .\33xl\:-right-140 {
    right: -42rem !important;
  }

  .\33xl\:-right-144 {
    right: -36rem !important;
  }

  .\33xl\:-right-320 {
    right: -80rem !important;
  }

  .\33xl\:-right-px {
    right: -1px !important;
  }

  .\33xl\:-right-0\.5 {
    right: -0.125rem !important;
  }

  .\33xl\:-right-1\.5 {
    right: -0.375rem !important;
  }

  .\33xl\:-right-2\.5 {
    right: -0.625rem !important;
  }

  .\33xl\:-right-3\.5 {
    right: -0.875rem !important;
  }

  .\33xl\:-right-50-em {
    right: -50em !important;
  }

  .\33xl\:-right-26-em {
    right: -26em !important;
  }

  .\33xl\:right-1\/2 {
    right: 50% !important;
  }

  .\33xl\:right-1\/3 {
    right: 33.333333% !important;
  }

  .\33xl\:right-2\/3 {
    right: 66.666667% !important;
  }

  .\33xl\:right-1\/4 {
    right: 25% !important;
  }

  .\33xl\:right-2\/4 {
    right: 50% !important;
  }

  .\33xl\:right-3\/4 {
    right: 75% !important;
  }

  .\33xl\:right-full {
    right: 100% !important;
  }

  .\33xl\:-right-1\/2 {
    right: -50% !important;
  }

  .\33xl\:-right-1\/3 {
    right: -33.333333% !important;
  }

  .\33xl\:-right-2\/3 {
    right: -66.666667% !important;
  }

  .\33xl\:-right-1\/4 {
    right: -25% !important;
  }

  .\33xl\:-right-2\/4 {
    right: -50% !important;
  }

  .\33xl\:-right-3\/4 {
    right: -75% !important;
  }

  .\33xl\:-right-full {
    right: -100% !important;
  }

  .\33xl\:right-10\/12 {
    right: 83.333333% !important;
  }

  .\33xl\:right-11\/12 {
    right: 91.666667% !important;
  }

  .\33xl\:right-\[23\%\] {
    right: 23% !important;
  }

  .\33xl\:right-\[20\%\] {
    right: 20% !important;
  }

  .\33xl\:right-\[45\%\] {
    right: 45% !important;
  }

  .\33xl\:bottom-0 {
    bottom: 0px !important;
  }

  .\33xl\:bottom-1 {
    bottom: 0.25rem !important;
  }

  .\33xl\:bottom-2 {
    bottom: 0.5rem !important;
  }

  .\33xl\:bottom-3 {
    bottom: 0.75rem !important;
  }

  .\33xl\:bottom-4 {
    bottom: 1rem !important;
  }

  .\33xl\:bottom-5 {
    bottom: 1.25rem !important;
  }

  .\33xl\:bottom-6 {
    bottom: 1.5rem !important;
  }

  .\33xl\:bottom-7 {
    bottom: 1.75rem !important;
  }

  .\33xl\:bottom-8 {
    bottom: 2rem !important;
  }

  .\33xl\:bottom-9 {
    bottom: 2.25rem !important;
  }

  .\33xl\:bottom-10 {
    bottom: 2.5rem !important;
  }

  .\33xl\:bottom-11 {
    bottom: 2.75rem !important;
  }

  .\33xl\:bottom-12 {
    bottom: 3rem !important;
  }

  .\33xl\:bottom-14 {
    bottom: 3.5rem !important;
  }

  .\33xl\:bottom-16 {
    bottom: 4rem !important;
  }

  .\33xl\:bottom-17 {
    bottom: 4.25rem !important;
  }

  .\33xl\:bottom-20 {
    bottom: 5rem !important;
  }

  .\33xl\:bottom-24 {
    bottom: 6rem !important;
  }

  .\33xl\:bottom-25 {
    bottom: 6.25rem !important;
  }

  .\33xl\:bottom-28 {
    bottom: 7rem !important;
  }

  .\33xl\:bottom-32 {
    bottom: 8rem !important;
  }

  .\33xl\:bottom-36 {
    bottom: 9rem !important;
  }

  .\33xl\:bottom-40 {
    bottom: 10rem !important;
  }

  .\33xl\:bottom-44 {
    bottom: 11rem !important;
  }

  .\33xl\:bottom-48 {
    bottom: 12rem !important;
  }

  .\33xl\:bottom-52 {
    bottom: 13rem !important;
  }

  .\33xl\:bottom-56 {
    bottom: 14rem !important;
  }

  .\33xl\:bottom-60 {
    bottom: 15rem !important;
  }

  .\33xl\:bottom-64 {
    bottom: 16rem !important;
  }

  .\33xl\:bottom-72 {
    bottom: 18.5rem !important;
  }

  .\33xl\:bottom-80 {
    bottom: 20rem !important;
  }

  .\33xl\:bottom-96 {
    bottom: 24rem !important;
  }

  .\33xl\:bottom-108 {
    bottom: 26rem !important;
  }

  .\33xl\:bottom-112 {
    bottom: 28rem !important;
  }

  .\33xl\:bottom-120 {
    bottom: 30rem !important;
  }

  .\33xl\:bottom-136 {
    bottom: 34rem !important;
  }

  .\33xl\:bottom-140 {
    bottom: 42rem !important;
  }

  .\33xl\:bottom-144 {
    bottom: 36rem !important;
  }

  .\33xl\:bottom-320 {
    bottom: 80rem !important;
  }

  .\33xl\:bottom-auto {
    bottom: auto !important;
  }

  .\33xl\:bottom-px {
    bottom: 1px !important;
  }

  .\33xl\:bottom-0\.5 {
    bottom: 0.125rem !important;
  }

  .\33xl\:bottom-1\.5 {
    bottom: 0.375rem !important;
  }

  .\33xl\:bottom-2\.5 {
    bottom: 0.625rem !important;
  }

  .\33xl\:bottom-3\.5 {
    bottom: 0.875rem !important;
  }

  .\33xl\:bottom-50-em {
    bottom: 50em !important;
  }

  .\33xl\:bottom-26-em {
    bottom: 26em !important;
  }

  .\33xl\:-bottom-0 {
    bottom: 0px !important;
  }

  .\33xl\:-bottom-1 {
    bottom: -0.25rem !important;
  }

  .\33xl\:-bottom-2 {
    bottom: -0.5rem !important;
  }

  .\33xl\:-bottom-3 {
    bottom: -0.75rem !important;
  }

  .\33xl\:-bottom-4 {
    bottom: -1rem !important;
  }

  .\33xl\:-bottom-5 {
    bottom: -1.25rem !important;
  }

  .\33xl\:-bottom-6 {
    bottom: -1.5rem !important;
  }

  .\33xl\:-bottom-7 {
    bottom: -1.75rem !important;
  }

  .\33xl\:-bottom-8 {
    bottom: -2rem !important;
  }

  .\33xl\:-bottom-9 {
    bottom: -2.25rem !important;
  }

  .\33xl\:-bottom-10 {
    bottom: -2.5rem !important;
  }

  .\33xl\:-bottom-11 {
    bottom: -2.75rem !important;
  }

  .\33xl\:-bottom-12 {
    bottom: -3rem !important;
  }

  .\33xl\:-bottom-14 {
    bottom: -3.5rem !important;
  }

  .\33xl\:-bottom-16 {
    bottom: -4rem !important;
  }

  .\33xl\:-bottom-20 {
    bottom: -5rem !important;
  }

  .\33xl\:-bottom-24 {
    bottom: -6rem !important;
  }

  .\33xl\:-bottom-28 {
    bottom: -7rem !important;
  }

  .\33xl\:-bottom-32 {
    bottom: -8rem !important;
  }

  .\33xl\:-bottom-36 {
    bottom: -9rem !important;
  }

  .\33xl\:-bottom-40 {
    bottom: -10rem !important;
  }

  .\33xl\:-bottom-44 {
    bottom: -11rem !important;
  }

  .\33xl\:-bottom-48 {
    bottom: -12rem !important;
  }

  .\33xl\:-bottom-52 {
    bottom: -13rem !important;
  }

  .\33xl\:-bottom-56 {
    bottom: -14rem !important;
  }

  .\33xl\:-bottom-60 {
    bottom: -15rem !important;
  }

  .\33xl\:-bottom-64 {
    bottom: -16rem !important;
  }

  .\33xl\:-bottom-72 {
    bottom: -18.5rem !important;
  }

  .\33xl\:-bottom-80 {
    bottom: -20rem !important;
  }

  .\33xl\:-bottom-96 {
    bottom: -24rem !important;
  }

  .\33xl\:-bottom-108 {
    bottom: -26rem !important;
  }

  .\33xl\:-bottom-112 {
    bottom: -28rem !important;
  }

  .\33xl\:-bottom-120 {
    bottom: -30rem !important;
  }

  .\33xl\:-bottom-136 {
    bottom: -34rem !important;
  }

  .\33xl\:-bottom-140 {
    bottom: -42rem !important;
  }

  .\33xl\:-bottom-144 {
    bottom: -36rem !important;
  }

  .\33xl\:-bottom-320 {
    bottom: -80rem !important;
  }

  .\33xl\:-bottom-px {
    bottom: -1px !important;
  }

  .\33xl\:-bottom-0\.5 {
    bottom: -0.125rem !important;
  }

  .\33xl\:-bottom-1\.5 {
    bottom: -0.375rem !important;
  }

  .\33xl\:-bottom-2\.5 {
    bottom: -0.625rem !important;
  }

  .\33xl\:-bottom-3\.5 {
    bottom: -0.875rem !important;
  }

  .\33xl\:-bottom-50-em {
    bottom: -50em !important;
  }

  .\33xl\:-bottom-26-em {
    bottom: -26em !important;
  }

  .\33xl\:bottom-1\/2 {
    bottom: 50% !important;
  }

  .\33xl\:bottom-1\/3 {
    bottom: 33.333333% !important;
  }

  .\33xl\:bottom-2\/3 {
    bottom: 66.666667% !important;
  }

  .\33xl\:bottom-1\/4 {
    bottom: 25% !important;
  }

  .\33xl\:bottom-2\/4 {
    bottom: 50% !important;
  }

  .\33xl\:bottom-3\/4 {
    bottom: 75% !important;
  }

  .\33xl\:bottom-full {
    bottom: 100% !important;
  }

  .\33xl\:-bottom-1\/2 {
    bottom: -50% !important;
  }

  .\33xl\:-bottom-1\/3 {
    bottom: -33.333333% !important;
  }

  .\33xl\:-bottom-2\/3 {
    bottom: -66.666667% !important;
  }

  .\33xl\:-bottom-1\/4 {
    bottom: -25% !important;
  }

  .\33xl\:-bottom-2\/4 {
    bottom: -50% !important;
  }

  .\33xl\:-bottom-3\/4 {
    bottom: -75% !important;
  }

  .\33xl\:-bottom-full {
    bottom: -100% !important;
  }

  .\33xl\:bottom-10\/12 {
    bottom: 83.333333% !important;
  }

  .\33xl\:bottom-11\/12 {
    bottom: 91.666667% !important;
  }

  .\33xl\:bottom-\[23\%\] {
    bottom: 23% !important;
  }

  .\33xl\:bottom-\[20\%\] {
    bottom: 20% !important;
  }

  .\33xl\:bottom-\[45\%\] {
    bottom: 45% !important;
  }

  .\33xl\:left-0 {
    left: 0px !important;
  }

  .\33xl\:left-1 {
    left: 0.25rem !important;
  }

  .\33xl\:left-2 {
    left: 0.5rem !important;
  }

  .\33xl\:left-3 {
    left: 0.75rem !important;
  }

  .\33xl\:left-4 {
    left: 1rem !important;
  }

  .\33xl\:left-5 {
    left: 1.25rem !important;
  }

  .\33xl\:left-6 {
    left: 1.5rem !important;
  }

  .\33xl\:left-7 {
    left: 1.75rem !important;
  }

  .\33xl\:left-8 {
    left: 2rem !important;
  }

  .\33xl\:left-9 {
    left: 2.25rem !important;
  }

  .\33xl\:left-10 {
    left: 2.5rem !important;
  }

  .\33xl\:left-11 {
    left: 2.75rem !important;
  }

  .\33xl\:left-12 {
    left: 3rem !important;
  }

  .\33xl\:left-14 {
    left: 3.5rem !important;
  }

  .\33xl\:left-16 {
    left: 4rem !important;
  }

  .\33xl\:left-17 {
    left: 4.25rem !important;
  }

  .\33xl\:left-20 {
    left: 5rem !important;
  }

  .\33xl\:left-24 {
    left: 6rem !important;
  }

  .\33xl\:left-25 {
    left: 6.25rem !important;
  }

  .\33xl\:left-28 {
    left: 7rem !important;
  }

  .\33xl\:left-32 {
    left: 8rem !important;
  }

  .\33xl\:left-36 {
    left: 9rem !important;
  }

  .\33xl\:left-40 {
    left: 10rem !important;
  }

  .\33xl\:left-44 {
    left: 11rem !important;
  }

  .\33xl\:left-48 {
    left: 12rem !important;
  }

  .\33xl\:left-52 {
    left: 13rem !important;
  }

  .\33xl\:left-56 {
    left: 14rem !important;
  }

  .\33xl\:left-60 {
    left: 15rem !important;
  }

  .\33xl\:left-64 {
    left: 16rem !important;
  }

  .\33xl\:left-72 {
    left: 18.5rem !important;
  }

  .\33xl\:left-80 {
    left: 20rem !important;
  }

  .\33xl\:left-96 {
    left: 24rem !important;
  }

  .\33xl\:left-108 {
    left: 26rem !important;
  }

  .\33xl\:left-112 {
    left: 28rem !important;
  }

  .\33xl\:left-120 {
    left: 30rem !important;
  }

  .\33xl\:left-136 {
    left: 34rem !important;
  }

  .\33xl\:left-140 {
    left: 42rem !important;
  }

  .\33xl\:left-144 {
    left: 36rem !important;
  }

  .\33xl\:left-320 {
    left: 80rem !important;
  }

  .\33xl\:left-auto {
    left: auto !important;
  }

  .\33xl\:left-px {
    left: 1px !important;
  }

  .\33xl\:left-0\.5 {
    left: 0.125rem !important;
  }

  .\33xl\:left-1\.5 {
    left: 0.375rem !important;
  }

  .\33xl\:left-2\.5 {
    left: 0.625rem !important;
  }

  .\33xl\:left-3\.5 {
    left: 0.875rem !important;
  }

  .\33xl\:left-50-em {
    left: 50em !important;
  }

  .\33xl\:left-26-em {
    left: 26em !important;
  }

  .\33xl\:-left-0 {
    left: 0px !important;
  }

  .\33xl\:-left-1 {
    left: -0.25rem !important;
  }

  .\33xl\:-left-2 {
    left: -0.5rem !important;
  }

  .\33xl\:-left-3 {
    left: -0.75rem !important;
  }

  .\33xl\:-left-4 {
    left: -1rem !important;
  }

  .\33xl\:-left-5 {
    left: -1.25rem !important;
  }

  .\33xl\:-left-6 {
    left: -1.5rem !important;
  }

  .\33xl\:-left-7 {
    left: -1.75rem !important;
  }

  .\33xl\:-left-8 {
    left: -2rem !important;
  }

  .\33xl\:-left-9 {
    left: -2.25rem !important;
  }

  .\33xl\:-left-10 {
    left: -2.5rem !important;
  }

  .\33xl\:-left-11 {
    left: -2.75rem !important;
  }

  .\33xl\:-left-12 {
    left: -3rem !important;
  }

  .\33xl\:-left-14 {
    left: -3.5rem !important;
  }

  .\33xl\:-left-16 {
    left: -4rem !important;
  }

  .\33xl\:-left-20 {
    left: -5rem !important;
  }

  .\33xl\:-left-24 {
    left: -6rem !important;
  }

  .\33xl\:-left-28 {
    left: -7rem !important;
  }

  .\33xl\:-left-32 {
    left: -8rem !important;
  }

  .\33xl\:-left-36 {
    left: -9rem !important;
  }

  .\33xl\:-left-40 {
    left: -10rem !important;
  }

  .\33xl\:-left-44 {
    left: -11rem !important;
  }

  .\33xl\:-left-48 {
    left: -12rem !important;
  }

  .\33xl\:-left-52 {
    left: -13rem !important;
  }

  .\33xl\:-left-56 {
    left: -14rem !important;
  }

  .\33xl\:-left-60 {
    left: -15rem !important;
  }

  .\33xl\:-left-64 {
    left: -16rem !important;
  }

  .\33xl\:-left-72 {
    left: -18.5rem !important;
  }

  .\33xl\:-left-80 {
    left: -20rem !important;
  }

  .\33xl\:-left-96 {
    left: -24rem !important;
  }

  .\33xl\:-left-108 {
    left: -26rem !important;
  }

  .\33xl\:-left-112 {
    left: -28rem !important;
  }

  .\33xl\:-left-120 {
    left: -30rem !important;
  }

  .\33xl\:-left-136 {
    left: -34rem !important;
  }

  .\33xl\:-left-140 {
    left: -42rem !important;
  }

  .\33xl\:-left-144 {
    left: -36rem !important;
  }

  .\33xl\:-left-320 {
    left: -80rem !important;
  }

  .\33xl\:-left-px {
    left: -1px !important;
  }

  .\33xl\:-left-0\.5 {
    left: -0.125rem !important;
  }

  .\33xl\:-left-1\.5 {
    left: -0.375rem !important;
  }

  .\33xl\:-left-2\.5 {
    left: -0.625rem !important;
  }

  .\33xl\:-left-3\.5 {
    left: -0.875rem !important;
  }

  .\33xl\:-left-50-em {
    left: -50em !important;
  }

  .\33xl\:-left-26-em {
    left: -26em !important;
  }

  .\33xl\:left-1\/2 {
    left: 50% !important;
  }

  .\33xl\:left-1\/3 {
    left: 33.333333% !important;
  }

  .\33xl\:left-2\/3 {
    left: 66.666667% !important;
  }

  .\33xl\:left-1\/4 {
    left: 25% !important;
  }

  .\33xl\:left-2\/4 {
    left: 50% !important;
  }

  .\33xl\:left-3\/4 {
    left: 75% !important;
  }

  .\33xl\:left-full {
    left: 100% !important;
  }

  .\33xl\:-left-1\/2 {
    left: -50% !important;
  }

  .\33xl\:-left-1\/3 {
    left: -33.333333% !important;
  }

  .\33xl\:-left-2\/3 {
    left: -66.666667% !important;
  }

  .\33xl\:-left-1\/4 {
    left: -25% !important;
  }

  .\33xl\:-left-2\/4 {
    left: -50% !important;
  }

  .\33xl\:-left-3\/4 {
    left: -75% !important;
  }

  .\33xl\:-left-full {
    left: -100% !important;
  }

  .\33xl\:left-10\/12 {
    left: 83.333333% !important;
  }

  .\33xl\:left-11\/12 {
    left: 91.666667% !important;
  }

  .\33xl\:left-\[23\%\] {
    left: 23% !important;
  }

  .\33xl\:left-\[20\%\] {
    left: 20% !important;
  }

  .\33xl\:left-\[45\%\] {
    left: 45% !important;
  }

  .\33xl\:isolate {
    isolation: isolate !important;
  }

  .\33xl\:isolation-auto {
    isolation: auto !important;
  }

  .\33xl\:z-0 {
    z-index: 0 !important;
  }

  .\33xl\:z-10 {
    z-index: 10 !important;
  }

  .\33xl\:z-20 {
    z-index: 20 !important;
  }

  .\33xl\:z-30 {
    z-index: 30 !important;
  }

  .\33xl\:z-40 {
    z-index: 40 !important;
  }

  .\33xl\:z-50 {
    z-index: 50 !important;
  }

  .\33xl\:z-auto {
    z-index: auto !important;
  }

  .\33xl\:focus-within\:z-0:focus-within {
    z-index: 0 !important;
  }

  .\33xl\:focus-within\:z-10:focus-within {
    z-index: 10 !important;
  }

  .\33xl\:focus-within\:z-20:focus-within {
    z-index: 20 !important;
  }

  .\33xl\:focus-within\:z-30:focus-within {
    z-index: 30 !important;
  }

  .\33xl\:focus-within\:z-40:focus-within {
    z-index: 40 !important;
  }

  .\33xl\:focus-within\:z-50:focus-within {
    z-index: 50 !important;
  }

  .\33xl\:focus-within\:z-auto:focus-within {
    z-index: auto !important;
  }

  .\33xl\:focus\:z-0:focus {
    z-index: 0 !important;
  }

  .\33xl\:focus\:z-10:focus {
    z-index: 10 !important;
  }

  .\33xl\:focus\:z-20:focus {
    z-index: 20 !important;
  }

  .\33xl\:focus\:z-30:focus {
    z-index: 30 !important;
  }

  .\33xl\:focus\:z-40:focus {
    z-index: 40 !important;
  }

  .\33xl\:focus\:z-50:focus {
    z-index: 50 !important;
  }

  .\33xl\:focus\:z-auto:focus {
    z-index: auto !important;
  }

  .\33xl\:order-1 {
    order: 1 !important;
  }

  .\33xl\:order-2 {
    order: 2 !important;
  }

  .\33xl\:order-3 {
    order: 3 !important;
  }

  .\33xl\:order-4 {
    order: 4 !important;
  }

  .\33xl\:order-5 {
    order: 5 !important;
  }

  .\33xl\:order-6 {
    order: 6 !important;
  }

  .\33xl\:order-7 {
    order: 7 !important;
  }

  .\33xl\:order-8 {
    order: 8 !important;
  }

  .\33xl\:order-9 {
    order: 9 !important;
  }

  .\33xl\:order-10 {
    order: 10 !important;
  }

  .\33xl\:order-11 {
    order: 11 !important;
  }

  .\33xl\:order-12 {
    order: 12 !important;
  }

  .\33xl\:order-first {
    order: -9999 !important;
  }

  .\33xl\:order-last {
    order: 9999 !important;
  }

  .\33xl\:order-none {
    order: 0 !important;
  }

  .\33xl\:col-auto {
    grid-column: auto !important;
  }

  .\33xl\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .\33xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .\33xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .\33xl\:col-span-5 {
    grid-column: span 5 / span 5 !important;
  }

  .\33xl\:col-span-6 {
    grid-column: span 6 / span 6 !important;
  }

  .\33xl\:col-span-7 {
    grid-column: span 7 / span 7 !important;
  }

  .\33xl\:col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .\33xl\:col-span-9 {
    grid-column: span 9 / span 9 !important;
  }

  .\33xl\:col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .\33xl\:col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .\33xl\:col-span-12 {
    grid-column: span 12 / span 12 !important;
  }

  .\33xl\:col-span-full {
    grid-column: 1 / -1 !important;
  }

  .\33xl\:col-start-1 {
    grid-column-start: 1 !important;
  }

  .\33xl\:col-start-2 {
    grid-column-start: 2 !important;
  }

  .\33xl\:col-start-3 {
    grid-column-start: 3 !important;
  }

  .\33xl\:col-start-4 {
    grid-column-start: 4 !important;
  }

  .\33xl\:col-start-5 {
    grid-column-start: 5 !important;
  }

  .\33xl\:col-start-6 {
    grid-column-start: 6 !important;
  }

  .\33xl\:col-start-7 {
    grid-column-start: 7 !important;
  }

  .\33xl\:col-start-8 {
    grid-column-start: 8 !important;
  }

  .\33xl\:col-start-9 {
    grid-column-start: 9 !important;
  }

  .\33xl\:col-start-10 {
    grid-column-start: 10 !important;
  }

  .\33xl\:col-start-11 {
    grid-column-start: 11 !important;
  }

  .\33xl\:col-start-12 {
    grid-column-start: 12 !important;
  }

  .\33xl\:col-start-13 {
    grid-column-start: 13 !important;
  }

  .\33xl\:col-start-auto {
    grid-column-start: auto !important;
  }

  .\33xl\:col-end-1 {
    grid-column-end: 1 !important;
  }

  .\33xl\:col-end-2 {
    grid-column-end: 2 !important;
  }

  .\33xl\:col-end-3 {
    grid-column-end: 3 !important;
  }

  .\33xl\:col-end-4 {
    grid-column-end: 4 !important;
  }

  .\33xl\:col-end-5 {
    grid-column-end: 5 !important;
  }

  .\33xl\:col-end-6 {
    grid-column-end: 6 !important;
  }

  .\33xl\:col-end-7 {
    grid-column-end: 7 !important;
  }

  .\33xl\:col-end-8 {
    grid-column-end: 8 !important;
  }

  .\33xl\:col-end-9 {
    grid-column-end: 9 !important;
  }

  .\33xl\:col-end-10 {
    grid-column-end: 10 !important;
  }

  .\33xl\:col-end-11 {
    grid-column-end: 11 !important;
  }

  .\33xl\:col-end-12 {
    grid-column-end: 12 !important;
  }

  .\33xl\:col-end-13 {
    grid-column-end: 13 !important;
  }

  .\33xl\:col-end-auto {
    grid-column-end: auto !important;
  }

  .\33xl\:row-auto {
    grid-row: auto !important;
  }

  .\33xl\:row-span-1 {
    grid-row: span 1 / span 1 !important;
  }

  .\33xl\:row-span-2 {
    grid-row: span 2 / span 2 !important;
  }

  .\33xl\:row-span-3 {
    grid-row: span 3 / span 3 !important;
  }

  .\33xl\:row-span-4 {
    grid-row: span 4 / span 4 !important;
  }

  .\33xl\:row-span-5 {
    grid-row: span 5 / span 5 !important;
  }

  .\33xl\:row-span-6 {
    grid-row: span 6 / span 6 !important;
  }

  .\33xl\:row-span-full {
    grid-row: 1 / -1 !important;
  }

  .\33xl\:row-start-1 {
    grid-row-start: 1 !important;
  }

  .\33xl\:row-start-2 {
    grid-row-start: 2 !important;
  }

  .\33xl\:row-start-3 {
    grid-row-start: 3 !important;
  }

  .\33xl\:row-start-4 {
    grid-row-start: 4 !important;
  }

  .\33xl\:row-start-5 {
    grid-row-start: 5 !important;
  }

  .\33xl\:row-start-6 {
    grid-row-start: 6 !important;
  }

  .\33xl\:row-start-7 {
    grid-row-start: 7 !important;
  }

  .\33xl\:row-start-auto {
    grid-row-start: auto !important;
  }

  .\33xl\:row-end-1 {
    grid-row-end: 1 !important;
  }

  .\33xl\:row-end-2 {
    grid-row-end: 2 !important;
  }

  .\33xl\:row-end-3 {
    grid-row-end: 3 !important;
  }

  .\33xl\:row-end-4 {
    grid-row-end: 4 !important;
  }

  .\33xl\:row-end-5 {
    grid-row-end: 5 !important;
  }

  .\33xl\:row-end-6 {
    grid-row-end: 6 !important;
  }

  .\33xl\:row-end-7 {
    grid-row-end: 7 !important;
  }

  .\33xl\:row-end-auto {
    grid-row-end: auto !important;
  }

  .\33xl\:float-right {
    float: right !important;
  }

  .\33xl\:float-left {
    float: left !important;
  }

  .\33xl\:float-none {
    float: none !important;
  }

  .\33xl\:clear-left {
    clear: left !important;
  }

  .\33xl\:clear-right {
    clear: right !important;
  }

  .\33xl\:clear-both {
    clear: both !important;
  }

  .\33xl\:clear-none {
    clear: none !important;
  }

  .\33xl\:m-0 {
    margin: 0px !important;
  }

  .\33xl\:m-1 {
    margin: 0.25rem !important;
  }

  .\33xl\:m-2 {
    margin: 0.5rem !important;
  }

  .\33xl\:m-3 {
    margin: 0.75rem !important;
  }

  .\33xl\:m-4 {
    margin: 1rem !important;
  }

  .\33xl\:m-5 {
    margin: 1.25rem !important;
  }

  .\33xl\:m-6 {
    margin: 1.5rem !important;
  }

  .\33xl\:m-7 {
    margin: 1.75rem !important;
  }

  .\33xl\:m-8 {
    margin: 2rem !important;
  }

  .\33xl\:m-9 {
    margin: 2.25rem !important;
  }

  .\33xl\:m-10 {
    margin: 2.5rem !important;
  }

  .\33xl\:m-11 {
    margin: 2.75rem !important;
  }

  .\33xl\:m-12 {
    margin: 3rem !important;
  }

  .\33xl\:m-14 {
    margin: 3.5rem !important;
  }

  .\33xl\:m-16 {
    margin: 4rem !important;
  }

  .\33xl\:m-20 {
    margin: 5rem !important;
  }

  .\33xl\:m-24 {
    margin: 6rem !important;
  }

  .\33xl\:m-28 {
    margin: 7rem !important;
  }

  .\33xl\:m-32 {
    margin: 8rem !important;
  }

  .\33xl\:m-36 {
    margin: 9rem !important;
  }

  .\33xl\:m-40 {
    margin: 10rem !important;
  }

  .\33xl\:m-44 {
    margin: 11rem !important;
  }

  .\33xl\:m-48 {
    margin: 12rem !important;
  }

  .\33xl\:m-52 {
    margin: 13rem !important;
  }

  .\33xl\:m-56 {
    margin: 14rem !important;
  }

  .\33xl\:m-60 {
    margin: 15rem !important;
  }

  .\33xl\:m-64 {
    margin: 16rem !important;
  }

  .\33xl\:m-72 {
    margin: 18.5rem !important;
  }

  .\33xl\:m-80 {
    margin: 20rem !important;
  }

  .\33xl\:m-96 {
    margin: 24rem !important;
  }

  .\33xl\:m-108 {
    margin: 26rem !important;
  }

  .\33xl\:m-112 {
    margin: 28rem !important;
  }

  .\33xl\:m-120 {
    margin: 30rem !important;
  }

  .\33xl\:m-136 {
    margin: 34rem !important;
  }

  .\33xl\:m-140 {
    margin: 42rem !important;
  }

  .\33xl\:m-144 {
    margin: 36rem !important;
  }

  .\33xl\:m-320 {
    margin: 80rem !important;
  }

  .\33xl\:m-auto {
    margin: auto !important;
  }

  .\33xl\:m-px {
    margin: 1px !important;
  }

  .\33xl\:m-0\.5 {
    margin: 0.125rem !important;
  }

  .\33xl\:m-1\.5 {
    margin: 0.375rem !important;
  }

  .\33xl\:m-2\.5 {
    margin: 0.625rem !important;
  }

  .\33xl\:m-3\.5 {
    margin: 0.875rem !important;
  }

  .\33xl\:m-50-em {
    margin: 50em !important;
  }

  .\33xl\:m-26-em {
    margin: 26em !important;
  }

  .\33xl\:-m-0 {
    margin: 0px !important;
  }

  .\33xl\:-m-1 {
    margin: -0.25rem !important;
  }

  .\33xl\:-m-2 {
    margin: -0.5rem !important;
  }

  .\33xl\:-m-3 {
    margin: -0.75rem !important;
  }

  .\33xl\:-m-4 {
    margin: -1rem !important;
  }

  .\33xl\:-m-5 {
    margin: -1.25rem !important;
  }

  .\33xl\:-m-6 {
    margin: -1.5rem !important;
  }

  .\33xl\:-m-7 {
    margin: -1.75rem !important;
  }

  .\33xl\:-m-8 {
    margin: -2rem !important;
  }

  .\33xl\:-m-9 {
    margin: -2.25rem !important;
  }

  .\33xl\:-m-10 {
    margin: -2.5rem !important;
  }

  .\33xl\:-m-11 {
    margin: -2.75rem !important;
  }

  .\33xl\:-m-12 {
    margin: -3rem !important;
  }

  .\33xl\:-m-14 {
    margin: -3.5rem !important;
  }

  .\33xl\:-m-16 {
    margin: -4rem !important;
  }

  .\33xl\:-m-20 {
    margin: -5rem !important;
  }

  .\33xl\:-m-24 {
    margin: -6rem !important;
  }

  .\33xl\:-m-28 {
    margin: -7rem !important;
  }

  .\33xl\:-m-32 {
    margin: -8rem !important;
  }

  .\33xl\:-m-36 {
    margin: -9rem !important;
  }

  .\33xl\:-m-40 {
    margin: -10rem !important;
  }

  .\33xl\:-m-44 {
    margin: -11rem !important;
  }

  .\33xl\:-m-48 {
    margin: -12rem !important;
  }

  .\33xl\:-m-52 {
    margin: -13rem !important;
  }

  .\33xl\:-m-56 {
    margin: -14rem !important;
  }

  .\33xl\:-m-60 {
    margin: -15rem !important;
  }

  .\33xl\:-m-64 {
    margin: -16rem !important;
  }

  .\33xl\:-m-72 {
    margin: -18.5rem !important;
  }

  .\33xl\:-m-80 {
    margin: -20rem !important;
  }

  .\33xl\:-m-96 {
    margin: -24rem !important;
  }

  .\33xl\:-m-108 {
    margin: -26rem !important;
  }

  .\33xl\:-m-112 {
    margin: -28rem !important;
  }

  .\33xl\:-m-120 {
    margin: -30rem !important;
  }

  .\33xl\:-m-136 {
    margin: -34rem !important;
  }

  .\33xl\:-m-140 {
    margin: -42rem !important;
  }

  .\33xl\:-m-144 {
    margin: -36rem !important;
  }

  .\33xl\:-m-320 {
    margin: -80rem !important;
  }

  .\33xl\:-m-px {
    margin: -1px !important;
  }

  .\33xl\:-m-0\.5 {
    margin: -0.125rem !important;
  }

  .\33xl\:-m-1\.5 {
    margin: -0.375rem !important;
  }

  .\33xl\:-m-2\.5 {
    margin: -0.625rem !important;
  }

  .\33xl\:-m-3\.5 {
    margin: -0.875rem !important;
  }

  .\33xl\:-m-50-em {
    margin: -50em !important;
  }

  .\33xl\:-m-26-em {
    margin: -26em !important;
  }

  .\33xl\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\33xl\:mx-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .\33xl\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .\33xl\:mx-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .\33xl\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .\33xl\:mx-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .\33xl\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .\33xl\:mx-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }

  .\33xl\:mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .\33xl\:mx-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .\33xl\:mx-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .\33xl\:mx-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }

  .\33xl\:mx-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .\33xl\:mx-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }

  .\33xl\:mx-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .\33xl\:mx-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .\33xl\:mx-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .\33xl\:mx-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .\33xl\:mx-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .\33xl\:mx-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }

  .\33xl\:mx-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .\33xl\:mx-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }

  .\33xl\:mx-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .\33xl\:mx-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }

  .\33xl\:mx-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .\33xl\:mx-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }

  .\33xl\:mx-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .\33xl\:mx-72 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }

  .\33xl\:mx-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }

  .\33xl\:mx-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }

  .\33xl\:mx-108 {
    margin-left: 26rem !important;
    margin-right: 26rem !important;
  }

  .\33xl\:mx-112 {
    margin-left: 28rem !important;
    margin-right: 28rem !important;
  }

  .\33xl\:mx-120 {
    margin-left: 30rem !important;
    margin-right: 30rem !important;
  }

  .\33xl\:mx-136 {
    margin-left: 34rem !important;
    margin-right: 34rem !important;
  }

  .\33xl\:mx-140 {
    margin-left: 42rem !important;
    margin-right: 42rem !important;
  }

  .\33xl\:mx-144 {
    margin-left: 36rem !important;
    margin-right: 36rem !important;
  }

  .\33xl\:mx-320 {
    margin-left: 80rem !important;
    margin-right: 80rem !important;
  }

  .\33xl\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\33xl\:mx-px {
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .\33xl\:mx-0\.5 {
    margin-left: 0.125rem !important;
    margin-right: 0.125rem !important;
  }

  .\33xl\:mx-1\.5 {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .\33xl\:mx-2\.5 {
    margin-left: 0.625rem !important;
    margin-right: 0.625rem !important;
  }

  .\33xl\:mx-3\.5 {
    margin-left: 0.875rem !important;
    margin-right: 0.875rem !important;
  }

  .\33xl\:mx-50-em {
    margin-left: 50em !important;
    margin-right: 50em !important;
  }

  .\33xl\:mx-26-em {
    margin-left: 26em !important;
    margin-right: 26em !important;
  }

  .\33xl\:-mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .\33xl\:-mx-1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .\33xl\:-mx-2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .\33xl\:-mx-3 {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .\33xl\:-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .\33xl\:-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .\33xl\:-mx-6 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .\33xl\:-mx-7 {
    margin-left: -1.75rem !important;
    margin-right: -1.75rem !important;
  }

  .\33xl\:-mx-8 {
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .\33xl\:-mx-9 {
    margin-left: -2.25rem !important;
    margin-right: -2.25rem !important;
  }

  .\33xl\:-mx-10 {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .\33xl\:-mx-11 {
    margin-left: -2.75rem !important;
    margin-right: -2.75rem !important;
  }

  .\33xl\:-mx-12 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .\33xl\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .\33xl\:-mx-16 {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .\33xl\:-mx-20 {
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .\33xl\:-mx-24 {
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .\33xl\:-mx-28 {
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .\33xl\:-mx-32 {
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .\33xl\:-mx-36 {
    margin-left: -9rem !important;
    margin-right: -9rem !important;
  }

  .\33xl\:-mx-40 {
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .\33xl\:-mx-44 {
    margin-left: -11rem !important;
    margin-right: -11rem !important;
  }

  .\33xl\:-mx-48 {
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .\33xl\:-mx-52 {
    margin-left: -13rem !important;
    margin-right: -13rem !important;
  }

  .\33xl\:-mx-56 {
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .\33xl\:-mx-60 {
    margin-left: -15rem !important;
    margin-right: -15rem !important;
  }

  .\33xl\:-mx-64 {
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .\33xl\:-mx-72 {
    margin-left: -18.5rem !important;
    margin-right: -18.5rem !important;
  }

  .\33xl\:-mx-80 {
    margin-left: -20rem !important;
    margin-right: -20rem !important;
  }

  .\33xl\:-mx-96 {
    margin-left: -24rem !important;
    margin-right: -24rem !important;
  }

  .\33xl\:-mx-108 {
    margin-left: -26rem !important;
    margin-right: -26rem !important;
  }

  .\33xl\:-mx-112 {
    margin-left: -28rem !important;
    margin-right: -28rem !important;
  }

  .\33xl\:-mx-120 {
    margin-left: -30rem !important;
    margin-right: -30rem !important;
  }

  .\33xl\:-mx-136 {
    margin-left: -34rem !important;
    margin-right: -34rem !important;
  }

  .\33xl\:-mx-140 {
    margin-left: -42rem !important;
    margin-right: -42rem !important;
  }

  .\33xl\:-mx-144 {
    margin-left: -36rem !important;
    margin-right: -36rem !important;
  }

  .\33xl\:-mx-320 {
    margin-left: -80rem !important;
    margin-right: -80rem !important;
  }

  .\33xl\:-mx-px {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .\33xl\:-mx-0\.5 {
    margin-left: -0.125rem !important;
    margin-right: -0.125rem !important;
  }

  .\33xl\:-mx-1\.5 {
    margin-left: -0.375rem !important;
    margin-right: -0.375rem !important;
  }

  .\33xl\:-mx-2\.5 {
    margin-left: -0.625rem !important;
    margin-right: -0.625rem !important;
  }

  .\33xl\:-mx-3\.5 {
    margin-left: -0.875rem !important;
    margin-right: -0.875rem !important;
  }

  .\33xl\:-mx-50-em {
    margin-left: -50em !important;
    margin-right: -50em !important;
  }

  .\33xl\:-mx-26-em {
    margin-left: -26em !important;
    margin-right: -26em !important;
  }

  .\33xl\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\33xl\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .\33xl\:my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .\33xl\:my-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .\33xl\:my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .\33xl\:my-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .\33xl\:my-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .\33xl\:my-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .\33xl\:my-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .\33xl\:my-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .\33xl\:my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .\33xl\:my-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .\33xl\:my-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .\33xl\:my-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .\33xl\:my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .\33xl\:my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .\33xl\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .\33xl\:my-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .\33xl\:my-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .\33xl\:my-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }

  .\33xl\:my-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .\33xl\:my-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }

  .\33xl\:my-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .\33xl\:my-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }

  .\33xl\:my-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .\33xl\:my-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }

  .\33xl\:my-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .\33xl\:my-72 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }

  .\33xl\:my-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }

  .\33xl\:my-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }

  .\33xl\:my-108 {
    margin-top: 26rem !important;
    margin-bottom: 26rem !important;
  }

  .\33xl\:my-112 {
    margin-top: 28rem !important;
    margin-bottom: 28rem !important;
  }

  .\33xl\:my-120 {
    margin-top: 30rem !important;
    margin-bottom: 30rem !important;
  }

  .\33xl\:my-136 {
    margin-top: 34rem !important;
    margin-bottom: 34rem !important;
  }

  .\33xl\:my-140 {
    margin-top: 42rem !important;
    margin-bottom: 42rem !important;
  }

  .\33xl\:my-144 {
    margin-top: 36rem !important;
    margin-bottom: 36rem !important;
  }

  .\33xl\:my-320 {
    margin-top: 80rem !important;
    margin-bottom: 80rem !important;
  }

  .\33xl\:my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .\33xl\:my-px {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .\33xl\:my-0\.5 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .\33xl\:my-1\.5 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .\33xl\:my-2\.5 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .\33xl\:my-3\.5 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }

  .\33xl\:my-50-em {
    margin-top: 50em !important;
    margin-bottom: 50em !important;
  }

  .\33xl\:my-26-em {
    margin-top: 26em !important;
    margin-bottom: 26em !important;
  }

  .\33xl\:-my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .\33xl\:-my-1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .\33xl\:-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .\33xl\:-my-3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .\33xl\:-my-4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .\33xl\:-my-5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .\33xl\:-my-6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .\33xl\:-my-7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .\33xl\:-my-8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .\33xl\:-my-9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .\33xl\:-my-10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .\33xl\:-my-11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .\33xl\:-my-12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .\33xl\:-my-14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .\33xl\:-my-16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .\33xl\:-my-20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .\33xl\:-my-24 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .\33xl\:-my-28 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .\33xl\:-my-32 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .\33xl\:-my-36 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }

  .\33xl\:-my-40 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .\33xl\:-my-44 {
    margin-top: -11rem !important;
    margin-bottom: -11rem !important;
  }

  .\33xl\:-my-48 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .\33xl\:-my-52 {
    margin-top: -13rem !important;
    margin-bottom: -13rem !important;
  }

  .\33xl\:-my-56 {
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .\33xl\:-my-60 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }

  .\33xl\:-my-64 {
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .\33xl\:-my-72 {
    margin-top: -18.5rem !important;
    margin-bottom: -18.5rem !important;
  }

  .\33xl\:-my-80 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }

  .\33xl\:-my-96 {
    margin-top: -24rem !important;
    margin-bottom: -24rem !important;
  }

  .\33xl\:-my-108 {
    margin-top: -26rem !important;
    margin-bottom: -26rem !important;
  }

  .\33xl\:-my-112 {
    margin-top: -28rem !important;
    margin-bottom: -28rem !important;
  }

  .\33xl\:-my-120 {
    margin-top: -30rem !important;
    margin-bottom: -30rem !important;
  }

  .\33xl\:-my-136 {
    margin-top: -34rem !important;
    margin-bottom: -34rem !important;
  }

  .\33xl\:-my-140 {
    margin-top: -42rem !important;
    margin-bottom: -42rem !important;
  }

  .\33xl\:-my-144 {
    margin-top: -36rem !important;
    margin-bottom: -36rem !important;
  }

  .\33xl\:-my-320 {
    margin-top: -80rem !important;
    margin-bottom: -80rem !important;
  }

  .\33xl\:-my-px {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .\33xl\:-my-0\.5 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important;
  }

  .\33xl\:-my-1\.5 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important;
  }

  .\33xl\:-my-2\.5 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }

  .\33xl\:-my-3\.5 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important;
  }

  .\33xl\:-my-50-em {
    margin-top: -50em !important;
    margin-bottom: -50em !important;
  }

  .\33xl\:-my-26-em {
    margin-top: -26em !important;
    margin-bottom: -26em !important;
  }

  .\33xl\:mt-0 {
    margin-top: 0px !important;
  }

  .\33xl\:mt-1 {
    margin-top: 0.25rem !important;
  }

  .\33xl\:mt-2 {
    margin-top: 0.5rem !important;
  }

  .\33xl\:mt-3 {
    margin-top: 0.75rem !important;
  }

  .\33xl\:mt-4 {
    margin-top: 1rem !important;
  }

  .\33xl\:mt-5 {
    margin-top: 1.25rem !important;
  }

  .\33xl\:mt-6 {
    margin-top: 1.5rem !important;
  }

  .\33xl\:mt-7 {
    margin-top: 1.75rem !important;
  }

  .\33xl\:mt-8 {
    margin-top: 2rem !important;
  }

  .\33xl\:mt-9 {
    margin-top: 2.25rem !important;
  }

  .\33xl\:mt-10 {
    margin-top: 2.5rem !important;
  }

  .\33xl\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .\33xl\:mt-12 {
    margin-top: 3rem !important;
  }

  .\33xl\:mt-14 {
    margin-top: 3.5rem !important;
  }

  .\33xl\:mt-16 {
    margin-top: 4rem !important;
  }

  .\33xl\:mt-20 {
    margin-top: 5rem !important;
  }

  .\33xl\:mt-24 {
    margin-top: 6rem !important;
  }

  .\33xl\:mt-28 {
    margin-top: 7rem !important;
  }

  .\33xl\:mt-32 {
    margin-top: 8rem !important;
  }

  .\33xl\:mt-36 {
    margin-top: 9rem !important;
  }

  .\33xl\:mt-40 {
    margin-top: 10rem !important;
  }

  .\33xl\:mt-44 {
    margin-top: 11rem !important;
  }

  .\33xl\:mt-48 {
    margin-top: 12rem !important;
  }

  .\33xl\:mt-52 {
    margin-top: 13rem !important;
  }

  .\33xl\:mt-56 {
    margin-top: 14rem !important;
  }

  .\33xl\:mt-60 {
    margin-top: 15rem !important;
  }

  .\33xl\:mt-64 {
    margin-top: 16rem !important;
  }

  .\33xl\:mt-72 {
    margin-top: 18.5rem !important;
  }

  .\33xl\:mt-80 {
    margin-top: 20rem !important;
  }

  .\33xl\:mt-96 {
    margin-top: 24rem !important;
  }

  .\33xl\:mt-108 {
    margin-top: 26rem !important;
  }

  .\33xl\:mt-112 {
    margin-top: 28rem !important;
  }

  .\33xl\:mt-120 {
    margin-top: 30rem !important;
  }

  .\33xl\:mt-136 {
    margin-top: 34rem !important;
  }

  .\33xl\:mt-140 {
    margin-top: 42rem !important;
  }

  .\33xl\:mt-144 {
    margin-top: 36rem !important;
  }

  .\33xl\:mt-320 {
    margin-top: 80rem !important;
  }

  .\33xl\:mt-auto {
    margin-top: auto !important;
  }

  .\33xl\:mt-px {
    margin-top: 1px !important;
  }

  .\33xl\:mt-0\.5 {
    margin-top: 0.125rem !important;
  }

  .\33xl\:mt-1\.5 {
    margin-top: 0.375rem !important;
  }

  .\33xl\:mt-2\.5 {
    margin-top: 0.625rem !important;
  }

  .\33xl\:mt-3\.5 {
    margin-top: 0.875rem !important;
  }

  .\33xl\:mt-50-em {
    margin-top: 50em !important;
  }

  .\33xl\:mt-26-em {
    margin-top: 26em !important;
  }

  .\33xl\:-mt-0 {
    margin-top: 0px !important;
  }

  .\33xl\:-mt-1 {
    margin-top: -0.25rem !important;
  }

  .\33xl\:-mt-2 {
    margin-top: -0.5rem !important;
  }

  .\33xl\:-mt-3 {
    margin-top: -0.75rem !important;
  }

  .\33xl\:-mt-4 {
    margin-top: -1rem !important;
  }

  .\33xl\:-mt-5 {
    margin-top: -1.25rem !important;
  }

  .\33xl\:-mt-6 {
    margin-top: -1.5rem !important;
  }

  .\33xl\:-mt-7 {
    margin-top: -1.75rem !important;
  }

  .\33xl\:-mt-8 {
    margin-top: -2rem !important;
  }

  .\33xl\:-mt-9 {
    margin-top: -2.25rem !important;
  }

  .\33xl\:-mt-10 {
    margin-top: -2.5rem !important;
  }

  .\33xl\:-mt-11 {
    margin-top: -2.75rem !important;
  }

  .\33xl\:-mt-12 {
    margin-top: -3rem !important;
  }

  .\33xl\:-mt-14 {
    margin-top: -3.5rem !important;
  }

  .\33xl\:-mt-16 {
    margin-top: -4rem !important;
  }

  .\33xl\:-mt-20 {
    margin-top: -5rem !important;
  }

  .\33xl\:-mt-24 {
    margin-top: -6rem !important;
  }

  .\33xl\:-mt-28 {
    margin-top: -7rem !important;
  }

  .\33xl\:-mt-32 {
    margin-top: -8rem !important;
  }

  .\33xl\:-mt-36 {
    margin-top: -9rem !important;
  }

  .\33xl\:-mt-40 {
    margin-top: -10rem !important;
  }

  .\33xl\:-mt-44 {
    margin-top: -11rem !important;
  }

  .\33xl\:-mt-48 {
    margin-top: -12rem !important;
  }

  .\33xl\:-mt-52 {
    margin-top: -13rem !important;
  }

  .\33xl\:-mt-56 {
    margin-top: -14rem !important;
  }

  .\33xl\:-mt-60 {
    margin-top: -15rem !important;
  }

  .\33xl\:-mt-64 {
    margin-top: -16rem !important;
  }

  .\33xl\:-mt-72 {
    margin-top: -18.5rem !important;
  }

  .\33xl\:-mt-80 {
    margin-top: -20rem !important;
  }

  .\33xl\:-mt-96 {
    margin-top: -24rem !important;
  }

  .\33xl\:-mt-108 {
    margin-top: -26rem !important;
  }

  .\33xl\:-mt-112 {
    margin-top: -28rem !important;
  }

  .\33xl\:-mt-120 {
    margin-top: -30rem !important;
  }

  .\33xl\:-mt-136 {
    margin-top: -34rem !important;
  }

  .\33xl\:-mt-140 {
    margin-top: -42rem !important;
  }

  .\33xl\:-mt-144 {
    margin-top: -36rem !important;
  }

  .\33xl\:-mt-320 {
    margin-top: -80rem !important;
  }

  .\33xl\:-mt-px {
    margin-top: -1px !important;
  }

  .\33xl\:-mt-0\.5 {
    margin-top: -0.125rem !important;
  }

  .\33xl\:-mt-1\.5 {
    margin-top: -0.375rem !important;
  }

  .\33xl\:-mt-2\.5 {
    margin-top: -0.625rem !important;
  }

  .\33xl\:-mt-3\.5 {
    margin-top: -0.875rem !important;
  }

  .\33xl\:-mt-50-em {
    margin-top: -50em !important;
  }

  .\33xl\:-mt-26-em {
    margin-top: -26em !important;
  }

  .\33xl\:mr-0 {
    margin-right: 0px !important;
  }

  .\33xl\:mr-1 {
    margin-right: 0.25rem !important;
  }

  .\33xl\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .\33xl\:mr-3 {
    margin-right: 0.75rem !important;
  }

  .\33xl\:mr-4 {
    margin-right: 1rem !important;
  }

  .\33xl\:mr-5 {
    margin-right: 1.25rem !important;
  }

  .\33xl\:mr-6 {
    margin-right: 1.5rem !important;
  }

  .\33xl\:mr-7 {
    margin-right: 1.75rem !important;
  }

  .\33xl\:mr-8 {
    margin-right: 2rem !important;
  }

  .\33xl\:mr-9 {
    margin-right: 2.25rem !important;
  }

  .\33xl\:mr-10 {
    margin-right: 2.5rem !important;
  }

  .\33xl\:mr-11 {
    margin-right: 2.75rem !important;
  }

  .\33xl\:mr-12 {
    margin-right: 3rem !important;
  }

  .\33xl\:mr-14 {
    margin-right: 3.5rem !important;
  }

  .\33xl\:mr-16 {
    margin-right: 4rem !important;
  }

  .\33xl\:mr-20 {
    margin-right: 5rem !important;
  }

  .\33xl\:mr-24 {
    margin-right: 6rem !important;
  }

  .\33xl\:mr-28 {
    margin-right: 7rem !important;
  }

  .\33xl\:mr-32 {
    margin-right: 8rem !important;
  }

  .\33xl\:mr-36 {
    margin-right: 9rem !important;
  }

  .\33xl\:mr-40 {
    margin-right: 10rem !important;
  }

  .\33xl\:mr-44 {
    margin-right: 11rem !important;
  }

  .\33xl\:mr-48 {
    margin-right: 12rem !important;
  }

  .\33xl\:mr-52 {
    margin-right: 13rem !important;
  }

  .\33xl\:mr-56 {
    margin-right: 14rem !important;
  }

  .\33xl\:mr-60 {
    margin-right: 15rem !important;
  }

  .\33xl\:mr-64 {
    margin-right: 16rem !important;
  }

  .\33xl\:mr-72 {
    margin-right: 18.5rem !important;
  }

  .\33xl\:mr-80 {
    margin-right: 20rem !important;
  }

  .\33xl\:mr-96 {
    margin-right: 24rem !important;
  }

  .\33xl\:mr-108 {
    margin-right: 26rem !important;
  }

  .\33xl\:mr-112 {
    margin-right: 28rem !important;
  }

  .\33xl\:mr-120 {
    margin-right: 30rem !important;
  }

  .\33xl\:mr-136 {
    margin-right: 34rem !important;
  }

  .\33xl\:mr-140 {
    margin-right: 42rem !important;
  }

  .\33xl\:mr-144 {
    margin-right: 36rem !important;
  }

  .\33xl\:mr-320 {
    margin-right: 80rem !important;
  }

  .\33xl\:mr-auto {
    margin-right: auto !important;
  }

  .\33xl\:mr-px {
    margin-right: 1px !important;
  }

  .\33xl\:mr-0\.5 {
    margin-right: 0.125rem !important;
  }

  .\33xl\:mr-1\.5 {
    margin-right: 0.375rem !important;
  }

  .\33xl\:mr-2\.5 {
    margin-right: 0.625rem !important;
  }

  .\33xl\:mr-3\.5 {
    margin-right: 0.875rem !important;
  }

  .\33xl\:mr-50-em {
    margin-right: 50em !important;
  }

  .\33xl\:mr-26-em {
    margin-right: 26em !important;
  }

  .\33xl\:-mr-0 {
    margin-right: 0px !important;
  }

  .\33xl\:-mr-1 {
    margin-right: -0.25rem !important;
  }

  .\33xl\:-mr-2 {
    margin-right: -0.5rem !important;
  }

  .\33xl\:-mr-3 {
    margin-right: -0.75rem !important;
  }

  .\33xl\:-mr-4 {
    margin-right: -1rem !important;
  }

  .\33xl\:-mr-5 {
    margin-right: -1.25rem !important;
  }

  .\33xl\:-mr-6 {
    margin-right: -1.5rem !important;
  }

  .\33xl\:-mr-7 {
    margin-right: -1.75rem !important;
  }

  .\33xl\:-mr-8 {
    margin-right: -2rem !important;
  }

  .\33xl\:-mr-9 {
    margin-right: -2.25rem !important;
  }

  .\33xl\:-mr-10 {
    margin-right: -2.5rem !important;
  }

  .\33xl\:-mr-11 {
    margin-right: -2.75rem !important;
  }

  .\33xl\:-mr-12 {
    margin-right: -3rem !important;
  }

  .\33xl\:-mr-14 {
    margin-right: -3.5rem !important;
  }

  .\33xl\:-mr-16 {
    margin-right: -4rem !important;
  }

  .\33xl\:-mr-20 {
    margin-right: -5rem !important;
  }

  .\33xl\:-mr-24 {
    margin-right: -6rem !important;
  }

  .\33xl\:-mr-28 {
    margin-right: -7rem !important;
  }

  .\33xl\:-mr-32 {
    margin-right: -8rem !important;
  }

  .\33xl\:-mr-36 {
    margin-right: -9rem !important;
  }

  .\33xl\:-mr-40 {
    margin-right: -10rem !important;
  }

  .\33xl\:-mr-44 {
    margin-right: -11rem !important;
  }

  .\33xl\:-mr-48 {
    margin-right: -12rem !important;
  }

  .\33xl\:-mr-52 {
    margin-right: -13rem !important;
  }

  .\33xl\:-mr-56 {
    margin-right: -14rem !important;
  }

  .\33xl\:-mr-60 {
    margin-right: -15rem !important;
  }

  .\33xl\:-mr-64 {
    margin-right: -16rem !important;
  }

  .\33xl\:-mr-72 {
    margin-right: -18.5rem !important;
  }

  .\33xl\:-mr-80 {
    margin-right: -20rem !important;
  }

  .\33xl\:-mr-96 {
    margin-right: -24rem !important;
  }

  .\33xl\:-mr-108 {
    margin-right: -26rem !important;
  }

  .\33xl\:-mr-112 {
    margin-right: -28rem !important;
  }

  .\33xl\:-mr-120 {
    margin-right: -30rem !important;
  }

  .\33xl\:-mr-136 {
    margin-right: -34rem !important;
  }

  .\33xl\:-mr-140 {
    margin-right: -42rem !important;
  }

  .\33xl\:-mr-144 {
    margin-right: -36rem !important;
  }

  .\33xl\:-mr-320 {
    margin-right: -80rem !important;
  }

  .\33xl\:-mr-px {
    margin-right: -1px !important;
  }

  .\33xl\:-mr-0\.5 {
    margin-right: -0.125rem !important;
  }

  .\33xl\:-mr-1\.5 {
    margin-right: -0.375rem !important;
  }

  .\33xl\:-mr-2\.5 {
    margin-right: -0.625rem !important;
  }

  .\33xl\:-mr-3\.5 {
    margin-right: -0.875rem !important;
  }

  .\33xl\:-mr-50-em {
    margin-right: -50em !important;
  }

  .\33xl\:-mr-26-em {
    margin-right: -26em !important;
  }

  .\33xl\:mb-0 {
    margin-bottom: 0px !important;
  }

  .\33xl\:mb-1 {
    margin-bottom: 0.25rem !important;
  }

  .\33xl\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .\33xl\:mb-3 {
    margin-bottom: 0.75rem !important;
  }

  .\33xl\:mb-4 {
    margin-bottom: 1rem !important;
  }

  .\33xl\:mb-5 {
    margin-bottom: 1.25rem !important;
  }

  .\33xl\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

  .\33xl\:mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .\33xl\:mb-8 {
    margin-bottom: 2rem !important;
  }

  .\33xl\:mb-9 {
    margin-bottom: 2.25rem !important;
  }

  .\33xl\:mb-10 {
    margin-bottom: 2.5rem !important;
  }

  .\33xl\:mb-11 {
    margin-bottom: 2.75rem !important;
  }

  .\33xl\:mb-12 {
    margin-bottom: 3rem !important;
  }

  .\33xl\:mb-14 {
    margin-bottom: 3.5rem !important;
  }

  .\33xl\:mb-16 {
    margin-bottom: 4rem !important;
  }

  .\33xl\:mb-20 {
    margin-bottom: 5rem !important;
  }

  .\33xl\:mb-24 {
    margin-bottom: 6rem !important;
  }

  .\33xl\:mb-28 {
    margin-bottom: 7rem !important;
  }

  .\33xl\:mb-32 {
    margin-bottom: 8rem !important;
  }

  .\33xl\:mb-36 {
    margin-bottom: 9rem !important;
  }

  .\33xl\:mb-40 {
    margin-bottom: 10rem !important;
  }

  .\33xl\:mb-44 {
    margin-bottom: 11rem !important;
  }

  .\33xl\:mb-48 {
    margin-bottom: 12rem !important;
  }

  .\33xl\:mb-52 {
    margin-bottom: 13rem !important;
  }

  .\33xl\:mb-56 {
    margin-bottom: 14rem !important;
  }

  .\33xl\:mb-60 {
    margin-bottom: 15rem !important;
  }

  .\33xl\:mb-64 {
    margin-bottom: 16rem !important;
  }

  .\33xl\:mb-72 {
    margin-bottom: 18.5rem !important;
  }

  .\33xl\:mb-80 {
    margin-bottom: 20rem !important;
  }

  .\33xl\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .\33xl\:mb-108 {
    margin-bottom: 26rem !important;
  }

  .\33xl\:mb-112 {
    margin-bottom: 28rem !important;
  }

  .\33xl\:mb-120 {
    margin-bottom: 30rem !important;
  }

  .\33xl\:mb-136 {
    margin-bottom: 34rem !important;
  }

  .\33xl\:mb-140 {
    margin-bottom: 42rem !important;
  }

  .\33xl\:mb-144 {
    margin-bottom: 36rem !important;
  }

  .\33xl\:mb-320 {
    margin-bottom: 80rem !important;
  }

  .\33xl\:mb-auto {
    margin-bottom: auto !important;
  }

  .\33xl\:mb-px {
    margin-bottom: 1px !important;
  }

  .\33xl\:mb-0\.5 {
    margin-bottom: 0.125rem !important;
  }

  .\33xl\:mb-1\.5 {
    margin-bottom: 0.375rem !important;
  }

  .\33xl\:mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }

  .\33xl\:mb-3\.5 {
    margin-bottom: 0.875rem !important;
  }

  .\33xl\:mb-50-em {
    margin-bottom: 50em !important;
  }

  .\33xl\:mb-26-em {
    margin-bottom: 26em !important;
  }

  .\33xl\:-mb-0 {
    margin-bottom: 0px !important;
  }

  .\33xl\:-mb-1 {
    margin-bottom: -0.25rem !important;
  }

  .\33xl\:-mb-2 {
    margin-bottom: -0.5rem !important;
  }

  .\33xl\:-mb-3 {
    margin-bottom: -0.75rem !important;
  }

  .\33xl\:-mb-4 {
    margin-bottom: -1rem !important;
  }

  .\33xl\:-mb-5 {
    margin-bottom: -1.25rem !important;
  }

  .\33xl\:-mb-6 {
    margin-bottom: -1.5rem !important;
  }

  .\33xl\:-mb-7 {
    margin-bottom: -1.75rem !important;
  }

  .\33xl\:-mb-8 {
    margin-bottom: -2rem !important;
  }

  .\33xl\:-mb-9 {
    margin-bottom: -2.25rem !important;
  }

  .\33xl\:-mb-10 {
    margin-bottom: -2.5rem !important;
  }

  .\33xl\:-mb-11 {
    margin-bottom: -2.75rem !important;
  }

  .\33xl\:-mb-12 {
    margin-bottom: -3rem !important;
  }

  .\33xl\:-mb-14 {
    margin-bottom: -3.5rem !important;
  }

  .\33xl\:-mb-16 {
    margin-bottom: -4rem !important;
  }

  .\33xl\:-mb-20 {
    margin-bottom: -5rem !important;
  }

  .\33xl\:-mb-24 {
    margin-bottom: -6rem !important;
  }

  .\33xl\:-mb-28 {
    margin-bottom: -7rem !important;
  }

  .\33xl\:-mb-32 {
    margin-bottom: -8rem !important;
  }

  .\33xl\:-mb-36 {
    margin-bottom: -9rem !important;
  }

  .\33xl\:-mb-40 {
    margin-bottom: -10rem !important;
  }

  .\33xl\:-mb-44 {
    margin-bottom: -11rem !important;
  }

  .\33xl\:-mb-48 {
    margin-bottom: -12rem !important;
  }

  .\33xl\:-mb-52 {
    margin-bottom: -13rem !important;
  }

  .\33xl\:-mb-56 {
    margin-bottom: -14rem !important;
  }

  .\33xl\:-mb-60 {
    margin-bottom: -15rem !important;
  }

  .\33xl\:-mb-64 {
    margin-bottom: -16rem !important;
  }

  .\33xl\:-mb-72 {
    margin-bottom: -18.5rem !important;
  }

  .\33xl\:-mb-80 {
    margin-bottom: -20rem !important;
  }

  .\33xl\:-mb-96 {
    margin-bottom: -24rem !important;
  }

  .\33xl\:-mb-108 {
    margin-bottom: -26rem !important;
  }

  .\33xl\:-mb-112 {
    margin-bottom: -28rem !important;
  }

  .\33xl\:-mb-120 {
    margin-bottom: -30rem !important;
  }

  .\33xl\:-mb-136 {
    margin-bottom: -34rem !important;
  }

  .\33xl\:-mb-140 {
    margin-bottom: -42rem !important;
  }

  .\33xl\:-mb-144 {
    margin-bottom: -36rem !important;
  }

  .\33xl\:-mb-320 {
    margin-bottom: -80rem !important;
  }

  .\33xl\:-mb-px {
    margin-bottom: -1px !important;
  }

  .\33xl\:-mb-0\.5 {
    margin-bottom: -0.125rem !important;
  }

  .\33xl\:-mb-1\.5 {
    margin-bottom: -0.375rem !important;
  }

  .\33xl\:-mb-2\.5 {
    margin-bottom: -0.625rem !important;
  }

  .\33xl\:-mb-3\.5 {
    margin-bottom: -0.875rem !important;
  }

  .\33xl\:-mb-50-em {
    margin-bottom: -50em !important;
  }

  .\33xl\:-mb-26-em {
    margin-bottom: -26em !important;
  }

  .\33xl\:ml-0 {
    margin-left: 0px !important;
  }

  .\33xl\:ml-1 {
    margin-left: 0.25rem !important;
  }

  .\33xl\:ml-2 {
    margin-left: 0.5rem !important;
  }

  .\33xl\:ml-3 {
    margin-left: 0.75rem !important;
  }

  .\33xl\:ml-4 {
    margin-left: 1rem !important;
  }

  .\33xl\:ml-5 {
    margin-left: 1.25rem !important;
  }

  .\33xl\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .\33xl\:ml-7 {
    margin-left: 1.75rem !important;
  }

  .\33xl\:ml-8 {
    margin-left: 2rem !important;
  }

  .\33xl\:ml-9 {
    margin-left: 2.25rem !important;
  }

  .\33xl\:ml-10 {
    margin-left: 2.5rem !important;
  }

  .\33xl\:ml-11 {
    margin-left: 2.75rem !important;
  }

  .\33xl\:ml-12 {
    margin-left: 3rem !important;
  }

  .\33xl\:ml-14 {
    margin-left: 3.5rem !important;
  }

  .\33xl\:ml-16 {
    margin-left: 4rem !important;
  }

  .\33xl\:ml-20 {
    margin-left: 5rem !important;
  }

  .\33xl\:ml-24 {
    margin-left: 6rem !important;
  }

  .\33xl\:ml-28 {
    margin-left: 7rem !important;
  }

  .\33xl\:ml-32 {
    margin-left: 8rem !important;
  }

  .\33xl\:ml-36 {
    margin-left: 9rem !important;
  }

  .\33xl\:ml-40 {
    margin-left: 10rem !important;
  }

  .\33xl\:ml-44 {
    margin-left: 11rem !important;
  }

  .\33xl\:ml-48 {
    margin-left: 12rem !important;
  }

  .\33xl\:ml-52 {
    margin-left: 13rem !important;
  }

  .\33xl\:ml-56 {
    margin-left: 14rem !important;
  }

  .\33xl\:ml-60 {
    margin-left: 15rem !important;
  }

  .\33xl\:ml-64 {
    margin-left: 16rem !important;
  }

  .\33xl\:ml-72 {
    margin-left: 18.5rem !important;
  }

  .\33xl\:ml-80 {
    margin-left: 20rem !important;
  }

  .\33xl\:ml-96 {
    margin-left: 24rem !important;
  }

  .\33xl\:ml-108 {
    margin-left: 26rem !important;
  }

  .\33xl\:ml-112 {
    margin-left: 28rem !important;
  }

  .\33xl\:ml-120 {
    margin-left: 30rem !important;
  }

  .\33xl\:ml-136 {
    margin-left: 34rem !important;
  }

  .\33xl\:ml-140 {
    margin-left: 42rem !important;
  }

  .\33xl\:ml-144 {
    margin-left: 36rem !important;
  }

  .\33xl\:ml-320 {
    margin-left: 80rem !important;
  }

  .\33xl\:ml-auto {
    margin-left: auto !important;
  }

  .\33xl\:ml-px {
    margin-left: 1px !important;
  }

  .\33xl\:ml-0\.5 {
    margin-left: 0.125rem !important;
  }

  .\33xl\:ml-1\.5 {
    margin-left: 0.375rem !important;
  }

  .\33xl\:ml-2\.5 {
    margin-left: 0.625rem !important;
  }

  .\33xl\:ml-3\.5 {
    margin-left: 0.875rem !important;
  }

  .\33xl\:ml-50-em {
    margin-left: 50em !important;
  }

  .\33xl\:ml-26-em {
    margin-left: 26em !important;
  }

  .\33xl\:-ml-0 {
    margin-left: 0px !important;
  }

  .\33xl\:-ml-1 {
    margin-left: -0.25rem !important;
  }

  .\33xl\:-ml-2 {
    margin-left: -0.5rem !important;
  }

  .\33xl\:-ml-3 {
    margin-left: -0.75rem !important;
  }

  .\33xl\:-ml-4 {
    margin-left: -1rem !important;
  }

  .\33xl\:-ml-5 {
    margin-left: -1.25rem !important;
  }

  .\33xl\:-ml-6 {
    margin-left: -1.5rem !important;
  }

  .\33xl\:-ml-7 {
    margin-left: -1.75rem !important;
  }

  .\33xl\:-ml-8 {
    margin-left: -2rem !important;
  }

  .\33xl\:-ml-9 {
    margin-left: -2.25rem !important;
  }

  .\33xl\:-ml-10 {
    margin-left: -2.5rem !important;
  }

  .\33xl\:-ml-11 {
    margin-left: -2.75rem !important;
  }

  .\33xl\:-ml-12 {
    margin-left: -3rem !important;
  }

  .\33xl\:-ml-14 {
    margin-left: -3.5rem !important;
  }

  .\33xl\:-ml-16 {
    margin-left: -4rem !important;
  }

  .\33xl\:-ml-20 {
    margin-left: -5rem !important;
  }

  .\33xl\:-ml-24 {
    margin-left: -6rem !important;
  }

  .\33xl\:-ml-28 {
    margin-left: -7rem !important;
  }

  .\33xl\:-ml-32 {
    margin-left: -8rem !important;
  }

  .\33xl\:-ml-36 {
    margin-left: -9rem !important;
  }

  .\33xl\:-ml-40 {
    margin-left: -10rem !important;
  }

  .\33xl\:-ml-44 {
    margin-left: -11rem !important;
  }

  .\33xl\:-ml-48 {
    margin-left: -12rem !important;
  }

  .\33xl\:-ml-52 {
    margin-left: -13rem !important;
  }

  .\33xl\:-ml-56 {
    margin-left: -14rem !important;
  }

  .\33xl\:-ml-60 {
    margin-left: -15rem !important;
  }

  .\33xl\:-ml-64 {
    margin-left: -16rem !important;
  }

  .\33xl\:-ml-72 {
    margin-left: -18.5rem !important;
  }

  .\33xl\:-ml-80 {
    margin-left: -20rem !important;
  }

  .\33xl\:-ml-96 {
    margin-left: -24rem !important;
  }

  .\33xl\:-ml-108 {
    margin-left: -26rem !important;
  }

  .\33xl\:-ml-112 {
    margin-left: -28rem !important;
  }

  .\33xl\:-ml-120 {
    margin-left: -30rem !important;
  }

  .\33xl\:-ml-136 {
    margin-left: -34rem !important;
  }

  .\33xl\:-ml-140 {
    margin-left: -42rem !important;
  }

  .\33xl\:-ml-144 {
    margin-left: -36rem !important;
  }

  .\33xl\:-ml-320 {
    margin-left: -80rem !important;
  }

  .\33xl\:-ml-px {
    margin-left: -1px !important;
  }

  .\33xl\:-ml-0\.5 {
    margin-left: -0.125rem !important;
  }

  .\33xl\:-ml-1\.5 {
    margin-left: -0.375rem !important;
  }

  .\33xl\:-ml-2\.5 {
    margin-left: -0.625rem !important;
  }

  .\33xl\:-ml-3\.5 {
    margin-left: -0.875rem !important;
  }

  .\33xl\:-ml-50-em {
    margin-left: -50em !important;
  }

  .\33xl\:-ml-26-em {
    margin-left: -26em !important;
  }

  .\33xl\:box-border {
    box-sizing: border-box !important;
  }

  .\33xl\:box-content {
    box-sizing: content-box !important;
  }

  .\33xl\:block {
    display: block !important;
  }

  .\33xl\:inline-block {
    display: inline-block !important;
  }

  .\33xl\:inline {
    display: inline !important;
  }

  .\33xl\:flex {
    display: flex !important;
  }

  .\33xl\:inline-flex {
    display: inline-flex !important;
  }

  .\33xl\:table {
    display: table !important;
  }

  .\33xl\:inline-table {
    display: inline-table !important;
  }

  .\33xl\:table-caption {
    display: table-caption !important;
  }

  .\33xl\:table-cell {
    display: table-cell !important;
  }

  .\33xl\:table-column {
    display: table-column !important;
  }

  .\33xl\:table-column-group {
    display: table-column-group !important;
  }

  .\33xl\:table-footer-group {
    display: table-footer-group !important;
  }

  .\33xl\:table-header-group {
    display: table-header-group !important;
  }

  .\33xl\:table-row-group {
    display: table-row-group !important;
  }

  .\33xl\:table-row {
    display: table-row !important;
  }

  .\33xl\:flow-root {
    display: flow-root !important;
  }

  .\33xl\:grid {
    display: grid !important;
  }

  .\33xl\:inline-grid {
    display: inline-grid !important;
  }

  .\33xl\:contents {
    display: contents !important;
  }

  .\33xl\:list-item {
    display: list-item !important;
  }

  .\33xl\:hidden {
    display: none !important;
  }

  .\33xl\:h-0 {
    height: 0px !important;
  }

  .\33xl\:h-1 {
    height: 0.25rem !important;
  }

  .\33xl\:h-2 {
    height: 0.5rem !important;
  }

  .\33xl\:h-3 {
    height: 0.75rem !important;
  }

  .\33xl\:h-4 {
    height: 1rem !important;
  }

  .\33xl\:h-5 {
    height: 1.25rem !important;
  }

  .\33xl\:h-6 {
    height: 1.5rem !important;
  }

  .\33xl\:h-7 {
    height: 1.75rem !important;
  }

  .\33xl\:h-8 {
    height: 2rem !important;
  }

  .\33xl\:h-9 {
    height: 2.25rem !important;
  }

  .\33xl\:h-10 {
    height: 2.5rem !important;
  }

  .\33xl\:h-11 {
    height: 2.75rem !important;
  }

  .\33xl\:h-12 {
    height: 3rem !important;
  }

  .\33xl\:h-14 {
    height: 3.5rem !important;
  }

  .\33xl\:h-16 {
    height: 4rem !important;
  }

  .\33xl\:h-20 {
    height: 5rem !important;
  }

  .\33xl\:h-24 {
    height: 6rem !important;
  }

  .\33xl\:h-28 {
    height: 7rem !important;
  }

  .\33xl\:h-32 {
    height: 8rem !important;
  }

  .\33xl\:h-36 {
    height: 9rem !important;
  }

  .\33xl\:h-40 {
    height: 10rem !important;
  }

  .\33xl\:h-44 {
    height: 11rem !important;
  }

  .\33xl\:h-48 {
    height: 12rem !important;
  }

  .\33xl\:h-52 {
    height: 13rem !important;
  }

  .\33xl\:h-56 {
    height: 14rem !important;
  }

  .\33xl\:h-60 {
    height: 15rem !important;
  }

  .\33xl\:h-64 {
    height: 16rem !important;
  }

  .\33xl\:h-72 {
    height: 18.5rem !important;
  }

  .\33xl\:h-80 {
    height: 20rem !important;
  }

  .\33xl\:h-88 {
    height: 22rem !important;
  }

  .\33xl\:h-89 {
    height: 26rem !important;
  }

  .\33xl\:h-90 {
    height: 30rem !important;
  }

  .\33xl\:h-96 {
    height: 24rem !important;
  }

  .\33xl\:h-108 {
    height: 26rem !important;
  }

  .\33xl\:h-112 {
    height: 28rem !important;
  }

  .\33xl\:h-120 {
    height: 30rem !important;
  }

  .\33xl\:h-128 {
    height: 32rem !important;
  }

  .\33xl\:h-136 {
    height: 34rem !important;
  }

  .\33xl\:h-140 {
    height: 42rem !important;
  }

  .\33xl\:h-144 {
    height: 36rem !important;
  }

  .\33xl\:h-288 {
    height: 40rem !important;
  }

  .\33xl\:h-320 {
    height: 80rem !important;
  }

  .\33xl\:h-768 {
    height: 45rem !important;
  }

  .\33xl\:h-800 {
    height: 50rem !important;
  }

  .\33xl\:h-856 {
    height: 65rem !important;
  }

  .\33xl\:h-auto {
    height: auto !important;
  }

  .\33xl\:h-px {
    height: 1px !important;
  }

  .\33xl\:h-0\.5 {
    height: 0.125rem !important;
  }

  .\33xl\:h-1\.5 {
    height: 0.375rem !important;
  }

  .\33xl\:h-2\.5 {
    height: 0.625rem !important;
  }

  .\33xl\:h-3\.5 {
    height: 0.875rem !important;
  }

  .\33xl\:h-50-em {
    height: 50em !important;
  }

  .\33xl\:h-26-em {
    height: 26em !important;
  }

  .\33xl\:h-1\/2 {
    height: 50% !important;
  }

  .\33xl\:h-1\/3 {
    height: 33.333333% !important;
  }

  .\33xl\:h-2\/3 {
    height: 66.666667% !important;
  }

  .\33xl\:h-1\/4 {
    height: 25% !important;
  }

  .\33xl\:h-2\/4 {
    height: 50% !important;
  }

  .\33xl\:h-3\/4 {
    height: 75% !important;
  }

  .\33xl\:h-1\/5 {
    height: 20% !important;
  }

  .\33xl\:h-2\/5 {
    height: 40% !important;
  }

  .\33xl\:h-3\/5 {
    height: 60% !important;
  }

  .\33xl\:h-4\/5 {
    height: 80% !important;
  }

  .\33xl\:h-1\/6 {
    height: 16.666667% !important;
  }

  .\33xl\:h-2\/6 {
    height: 33.333333% !important;
  }

  .\33xl\:h-3\/6 {
    height: 50% !important;
  }

  .\33xl\:h-4\/6 {
    height: 66.666667% !important;
  }

  .\33xl\:h-5\/6 {
    height: 83.333333% !important;
  }

  .\33xl\:h-full {
    height: 100% !important;
  }

  .\33xl\:h-screen {
    height: 100vh !important;
  }

  .\33xl\:h-\[300px\] {
    height: 300px !important;
  }

  .\33xl\:h-\[130px\] {
    height: 130px !important;
  }

  .\33xl\:max-h-0 {
    max-height: 0px !important;
  }

  .\33xl\:max-h-1 {
    max-height: 0.25rem !important;
  }

  .\33xl\:max-h-2 {
    max-height: 0.5rem !important;
  }

  .\33xl\:max-h-3 {
    max-height: 0.75rem !important;
  }

  .\33xl\:max-h-4 {
    max-height: 1rem !important;
  }

  .\33xl\:max-h-5 {
    max-height: 1.25rem !important;
  }

  .\33xl\:max-h-6 {
    max-height: 1.5rem !important;
  }

  .\33xl\:max-h-7 {
    max-height: 1.75rem !important;
  }

  .\33xl\:max-h-8 {
    max-height: 2rem !important;
  }

  .\33xl\:max-h-9 {
    max-height: 2.25rem !important;
  }

  .\33xl\:max-h-10 {
    max-height: 2.5rem !important;
  }

  .\33xl\:max-h-11 {
    max-height: 2.75rem !important;
  }

  .\33xl\:max-h-12 {
    max-height: 3rem !important;
  }

  .\33xl\:max-h-14 {
    max-height: 3.5rem !important;
  }

  .\33xl\:max-h-16 {
    max-height: 4rem !important;
  }

  .\33xl\:max-h-20 {
    max-height: 5rem !important;
  }

  .\33xl\:max-h-24 {
    max-height: 6rem !important;
  }

  .\33xl\:max-h-28 {
    max-height: 7rem !important;
  }

  .\33xl\:max-h-32 {
    max-height: 8rem !important;
  }

  .\33xl\:max-h-36 {
    max-height: 9rem !important;
  }

  .\33xl\:max-h-40 {
    max-height: 10rem !important;
  }

  .\33xl\:max-h-44 {
    max-height: 11rem !important;
  }

  .\33xl\:max-h-48 {
    max-height: 12rem !important;
  }

  .\33xl\:max-h-52 {
    max-height: 13rem !important;
  }

  .\33xl\:max-h-56 {
    max-height: 14rem !important;
  }

  .\33xl\:max-h-60 {
    max-height: 15rem !important;
  }

  .\33xl\:max-h-64 {
    max-height: 16rem !important;
  }

  .\33xl\:max-h-72 {
    max-height: 18.5rem !important;
  }

  .\33xl\:max-h-80 {
    max-height: 20rem !important;
  }

  .\33xl\:max-h-96 {
    max-height: 24rem !important;
  }

  .\33xl\:max-h-108 {
    max-height: 26rem !important;
  }

  .\33xl\:max-h-112 {
    max-height: 28rem !important;
  }

  .\33xl\:max-h-120 {
    max-height: 30rem !important;
  }

  .\33xl\:max-h-136 {
    max-height: 34rem !important;
  }

  .\33xl\:max-h-140 {
    max-height: 42rem !important;
  }

  .\33xl\:max-h-144 {
    max-height: 36rem !important;
  }

  .\33xl\:max-h-320 {
    max-height: 80rem !important;
  }

  .\33xl\:max-h-768 {
    max-height: 45rem !important;
  }

  .\33xl\:max-h-px {
    max-height: 1px !important;
  }

  .\33xl\:max-h-0\.5 {
    max-height: 0.125rem !important;
  }

  .\33xl\:max-h-1\.5 {
    max-height: 0.375rem !important;
  }

  .\33xl\:max-h-2\.5 {
    max-height: 0.625rem !important;
  }

  .\33xl\:max-h-3\.5 {
    max-height: 0.875rem !important;
  }

  .\33xl\:max-h-50-em {
    max-height: 50em !important;
  }

  .\33xl\:max-h-26-em {
    max-height: 26em !important;
  }

  .\33xl\:max-h-full {
    max-height: 100% !important;
  }

  .\33xl\:max-h-screen {
    max-height: 100vh !important;
  }

  .\33xl\:max-h-8xl {
    max-height: 88rem !important;
  }

  .\33xl\:max-h-9xl {
    max-height: 95rem !important;
  }

  .\33xl\:max-h-sxl {
    max-height: 90% !important;
  }

  .\33xl\:max-h-\[130px\] {
    max-height: 130px !important;
  }

  .\33xl\:min-h-0 {
    min-height: 0px !important;
  }

  .\33xl\:min-h-32 {
    min-height: 8rem !important;
  }

  .\33xl\:min-h-40 {
    min-height: 10rem !important;
  }

  .\33xl\:min-h-44 {
    min-height: 11rem !important;
  }

  .\33xl\:min-h-48 {
    min-height: 12rem !important;
  }

  .\33xl\:min-h-768 {
    min-height: 45rem !important;
  }

  .\33xl\:min-h-full {
    min-height: 100% !important;
  }

  .\33xl\:min-h-screen {
    min-height: 100vh !important;
  }

  .\33xl\:w-0 {
    width: 0px !important;
  }

  .\33xl\:w-1 {
    width: 0.25rem !important;
  }

  .\33xl\:w-2 {
    width: 0.5rem !important;
  }

  .\33xl\:w-3 {
    width: 0.75rem !important;
  }

  .\33xl\:w-4 {
    width: 1rem !important;
  }

  .\33xl\:w-5 {
    width: 1.25rem !important;
  }

  .\33xl\:w-6 {
    width: 1.5rem !important;
  }

  .\33xl\:w-7 {
    width: 1.75rem !important;
  }

  .\33xl\:w-8 {
    width: 2rem !important;
  }

  .\33xl\:w-9 {
    width: 2.25rem !important;
  }

  .\33xl\:w-10 {
    width: 2.5rem !important;
  }

  .\33xl\:w-11 {
    width: 2.75rem !important;
  }

  .\33xl\:w-12 {
    width: 3rem !important;
  }

  .\33xl\:w-14 {
    width: 3.5rem !important;
  }

  .\33xl\:w-16 {
    width: 4rem !important;
  }

  .\33xl\:w-20 {
    width: 5rem !important;
  }

  .\33xl\:w-24 {
    width: 6rem !important;
  }

  .\33xl\:w-28 {
    width: 7rem !important;
  }

  .\33xl\:w-32 {
    width: 8rem !important;
  }

  .\33xl\:w-36 {
    width: 9rem !important;
  }

  .\33xl\:w-40 {
    width: 10rem !important;
  }

  .\33xl\:w-44 {
    width: 11rem !important;
  }

  .\33xl\:w-48 {
    width: 12rem !important;
  }

  .\33xl\:w-52 {
    width: 13rem !important;
  }

  .\33xl\:w-56 {
    width: 14rem !important;
  }

  .\33xl\:w-60 {
    width: 15rem !important;
  }

  .\33xl\:w-64 {
    width: 16rem !important;
  }

  .\33xl\:w-72 {
    width: 18.5rem !important;
  }

  .\33xl\:w-80 {
    width: 20rem !important;
  }

  .\33xl\:w-96 {
    width: 24rem !important;
  }

  .\33xl\:w-100 {
    width: 25rem !important;
  }

  .\33xl\:w-108 {
    width: 26rem !important;
  }

  .\33xl\:w-112 {
    width: 28rem !important;
  }

  .\33xl\:w-120 {
    width: 30rem !important;
  }

  .\33xl\:w-128 {
    width: 32rem !important;
  }

  .\33xl\:w-132 {
    width: 33rem !important;
  }

  .\33xl\:w-136 {
    width: 34rem !important;
  }

  .\33xl\:w-140 {
    width: 35rem !important;
  }

  .\33xl\:w-144 {
    width: 36rem !important;
  }

  .\33xl\:w-160 {
    width: 40rem !important;
  }

  .\33xl\:w-180 {
    width: 45rem !important;
  }

  .\33xl\:w-190 {
    width: 47rem !important;
  }

  .\33xl\:w-195 {
    width: 50rem !important;
  }

  .\33xl\:w-200 {
    width: 75rem !important;
  }

  .\33xl\:w-320 {
    width: 80rem !important;
  }

  .\33xl\:w-auto {
    width: auto !important;
  }

  .\33xl\:w-px {
    width: 1px !important;
  }

  .\33xl\:w-0\.5 {
    width: 0.125rem !important;
  }

  .\33xl\:w-1\.5 {
    width: 0.375rem !important;
  }

  .\33xl\:w-2\.5 {
    width: 0.625rem !important;
  }

  .\33xl\:w-3\.5 {
    width: 0.875rem !important;
  }

  .\33xl\:w-50-em {
    width: 50em !important;
  }

  .\33xl\:w-26-em {
    width: 26em !important;
  }

  .\33xl\:w-1\/2 {
    width: 50% !important;
  }

  .\33xl\:w-1\/3 {
    width: 33.333333% !important;
  }

  .\33xl\:w-2\/3 {
    width: 66.666667% !important;
  }

  .\33xl\:w-1\/4 {
    width: 25% !important;
  }

  .\33xl\:w-2\/4 {
    width: 50% !important;
  }

  .\33xl\:w-3\/4 {
    width: 75% !important;
  }

  .\33xl\:w-1\/5 {
    width: 20% !important;
  }

  .\33xl\:w-2\/5 {
    width: 40% !important;
  }

  .\33xl\:w-3\/5 {
    width: 60% !important;
  }

  .\33xl\:w-4\/5 {
    width: 80% !important;
  }

  .\33xl\:w-1\/6 {
    width: 16.666667% !important;
  }

  .\33xl\:w-2\/6 {
    width: 33.333333% !important;
  }

  .\33xl\:w-3\/6 {
    width: 50% !important;
  }

  .\33xl\:w-4\/6 {
    width: 66.666667% !important;
  }

  .\33xl\:w-5\/6 {
    width: 83.333333% !important;
  }

  .\33xl\:w-1\/12 {
    width: 8.333333% !important;
  }

  .\33xl\:w-2\/12 {
    width: 16.666667% !important;
  }

  .\33xl\:w-3\/12 {
    width: 25% !important;
  }

  .\33xl\:w-4\/12 {
    width: 33.333333% !important;
  }

  .\33xl\:w-5\/12 {
    width: 41.666667% !important;
  }

  .\33xl\:w-6\/12 {
    width: 50% !important;
  }

  .\33xl\:w-7\/12 {
    width: 58.333333% !important;
  }

  .\33xl\:w-8\/12 {
    width: 66.666667% !important;
  }

  .\33xl\:w-9\/12 {
    width: 75% !important;
  }

  .\33xl\:w-10\/12 {
    width: 83.333333% !important;
  }

  .\33xl\:w-11\/12 {
    width: 91.666667% !important;
  }

  .\33xl\:w-full {
    width: 100% !important;
  }

  .\33xl\:w-screen {
    width: 100vw !important;
  }

  .\33xl\:w-min {
    width: -moz-min-content !important;
    width: min-content !important;
  }

  .\33xl\:w-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }

  .\33xl\:w-\[350px\] {
    width: 350px !important;
  }

  .\33xl\:w-\[127px\] {
    width: 127px !important;
  }

  .\33xl\:w-\[300px\] {
    width: 300px !important;
  }

  .\33xl\:w-\[600px\] {
    width: 600px !important;
  }

  .\33xl\:w-\[140px\] {
    width: 140px !important;
  }

  .\33xl\:w-\[170px\] {
    width: 170px !important;
  }

  .\33xl\:w-\[150px\] {
    width: 150px !important;
  }

  .\33xl\:w-\[130px\] {
    width: 130px !important;
  }

  .\33xl\:min-w-0 {
    min-width: 0px !important;
  }

  .\33xl\:min-w-full {
    min-width: 100% !important;
  }

  .\33xl\:min-w-min {
    min-width: -moz-min-content !important;
    min-width: min-content !important;
  }

  .\33xl\:min-w-max {
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }

  .\33xl\:max-w-0 {
    max-width: 0rem !important;
  }

  .\33xl\:max-w-none {
    max-width: none !important;
  }

  .\33xl\:max-w-xs {
    max-width: 20rem !important;
  }

  .\33xl\:max-w-sm {
    max-width: 24rem !important;
  }

  .\33xl\:max-w-md {
    max-width: 28rem !important;
  }

  .\33xl\:max-w-lg {
    max-width: 32rem !important;
  }

  .\33xl\:max-w-xl {
    max-width: 36rem !important;
  }

  .\33xl\:max-w-2xl {
    max-width: 42rem !important;
  }

  .\33xl\:max-w-3xl {
    max-width: 48rem !important;
  }

  .\33xl\:max-w-4xl {
    max-width: 56rem !important;
  }

  .\33xl\:max-w-5xl {
    max-width: 64rem !important;
  }

  .\33xl\:max-w-6xl {
    max-width: 72rem !important;
  }

  .\33xl\:max-w-7xl {
    max-width: 80rem !important;
  }

  .\33xl\:max-w-full {
    max-width: 100% !important;
  }

  .\33xl\:max-w-min {
    max-width: -moz-min-content !important;
    max-width: min-content !important;
  }

  .\33xl\:max-w-max {
    max-width: -moz-max-content !important;
    max-width: max-content !important;
  }

  .\33xl\:max-w-prose {
    max-width: 65ch !important;
  }

  .\33xl\:max-w-screen-sm {
    max-width: 640px !important;
  }

  .\33xl\:max-w-screen-md {
    max-width: 768px !important;
  }

  .\33xl\:max-w-screen-lg {
    max-width: 1024px !important;
  }

  .\33xl\:max-w-screen-xl {
    max-width: 1280px !important;
  }

  .\33xl\:max-w-screen-2xl {
    max-width: 1536px !important;
  }

  .\33xl\:max-w-screen-xs {
    max-width: 320px !important;
  }

  .\33xl\:max-w-screen-bs-lg {
    max-width: 992px !important;
  }

  .\33xl\:max-w-screen-3xl {
    max-width: 1938px !important;
  }

  .\33xl\:max-w-8xl {
    max-width: 88rem !important;
  }

  .\33xl\:max-w-9xl {
    max-width: 95rem !important;
  }

  .\33xl\:max-w-sxl {
    max-width: 90% !important;
  }

  .\33xl\:max-w-\[130px\] {
    max-width: 130px !important;
  }

  .\33xl\:flex-1 {
    flex: 1 1 0% !important;
  }

  .\33xl\:flex-auto {
    flex: 1 1 auto !important;
  }

  .\33xl\:flex-initial {
    flex: 0 1 auto !important;
  }

  .\33xl\:flex-none {
    flex: none !important;
  }

  .\33xl\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }

  .\33xl\:flex-shrink {
    flex-shrink: 1 !important;
  }

  .\33xl\:flex-grow-0 {
    flex-grow: 0 !important;
  }

  .\33xl\:flex-grow {
    flex-grow: 1 !important;
  }

  .\33xl\:table-auto {
    table-layout: auto !important;
  }

  .\33xl\:table-fixed {
    table-layout: fixed !important;
  }

  .\33xl\:border-collapse {
    border-collapse: collapse !important;
  }

  .\33xl\:border-separate {
    border-collapse: separate !important;
  }

  .\33xl\:origin-center {
    transform-origin: center !important;
  }

  .\33xl\:origin-top {
    transform-origin: top !important;
  }

  .\33xl\:origin-top-right {
    transform-origin: top right !important;
  }

  .\33xl\:origin-right {
    transform-origin: right !important;
  }

  .\33xl\:origin-bottom-right {
    transform-origin: bottom right !important;
  }

  .\33xl\:origin-bottom {
    transform-origin: bottom !important;
  }

  .\33xl\:origin-bottom-left {
    transform-origin: bottom left !important;
  }

  .\33xl\:origin-left {
    transform-origin: left !important;
  }

  .\33xl\:origin-top-left {
    transform-origin: top left !important;
  }

  .\33xl\:transform {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\33xl\:transform-gpu {
    --tw-translate-x: 0 !important;
    --tw-translate-y: 0 !important;
    --tw-rotate: 0 !important;
    --tw-skew-x: 0 !important;
    --tw-skew-y: 0 !important;
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .\33xl\:transform-none {
    transform: none !important;
  }

  .\33xl\:translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\33xl\:translate-x-1 {
    --tw-translate-x: 0.25rem !important;
  }

  .\33xl\:translate-x-2 {
    --tw-translate-x: 0.5rem !important;
  }

  .\33xl\:translate-x-3 {
    --tw-translate-x: 0.75rem !important;
  }

  .\33xl\:translate-x-4 {
    --tw-translate-x: 1rem !important;
  }

  .\33xl\:translate-x-5 {
    --tw-translate-x: 1.25rem !important;
  }

  .\33xl\:translate-x-6 {
    --tw-translate-x: 1.5rem !important;
  }

  .\33xl\:translate-x-7 {
    --tw-translate-x: 1.75rem !important;
  }

  .\33xl\:translate-x-8 {
    --tw-translate-x: 2rem !important;
  }

  .\33xl\:translate-x-9 {
    --tw-translate-x: 2.25rem !important;
  }

  .\33xl\:translate-x-10 {
    --tw-translate-x: 2.5rem !important;
  }

  .\33xl\:translate-x-11 {
    --tw-translate-x: 2.75rem !important;
  }

  .\33xl\:translate-x-12 {
    --tw-translate-x: 3rem !important;
  }

  .\33xl\:translate-x-14 {
    --tw-translate-x: 3.5rem !important;
  }

  .\33xl\:translate-x-16 {
    --tw-translate-x: 4rem !important;
  }

  .\33xl\:translate-x-20 {
    --tw-translate-x: 5rem !important;
  }

  .\33xl\:translate-x-24 {
    --tw-translate-x: 6rem !important;
  }

  .\33xl\:translate-x-28 {
    --tw-translate-x: 7rem !important;
  }

  .\33xl\:translate-x-32 {
    --tw-translate-x: 8rem !important;
  }

  .\33xl\:translate-x-36 {
    --tw-translate-x: 9rem !important;
  }

  .\33xl\:translate-x-40 {
    --tw-translate-x: 10rem !important;
  }

  .\33xl\:translate-x-44 {
    --tw-translate-x: 11rem !important;
  }

  .\33xl\:translate-x-48 {
    --tw-translate-x: 12rem !important;
  }

  .\33xl\:translate-x-52 {
    --tw-translate-x: 13rem !important;
  }

  .\33xl\:translate-x-56 {
    --tw-translate-x: 14rem !important;
  }

  .\33xl\:translate-x-60 {
    --tw-translate-x: 15rem !important;
  }

  .\33xl\:translate-x-64 {
    --tw-translate-x: 16rem !important;
  }

  .\33xl\:translate-x-72 {
    --tw-translate-x: 18.5rem !important;
  }

  .\33xl\:translate-x-80 {
    --tw-translate-x: 20rem !important;
  }

  .\33xl\:translate-x-96 {
    --tw-translate-x: 24rem !important;
  }

  .\33xl\:translate-x-108 {
    --tw-translate-x: 26rem !important;
  }

  .\33xl\:translate-x-112 {
    --tw-translate-x: 28rem !important;
  }

  .\33xl\:translate-x-120 {
    --tw-translate-x: 30rem !important;
  }

  .\33xl\:translate-x-136 {
    --tw-translate-x: 34rem !important;
  }

  .\33xl\:translate-x-140 {
    --tw-translate-x: 42rem !important;
  }

  .\33xl\:translate-x-144 {
    --tw-translate-x: 36rem !important;
  }

  .\33xl\:translate-x-320 {
    --tw-translate-x: 80rem !important;
  }

  .\33xl\:translate-x-px {
    --tw-translate-x: 1px !important;
  }

  .\33xl\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem !important;
  }

  .\33xl\:translate-x-1\.5 {
    --tw-translate-x: 0.375rem !important;
  }

  .\33xl\:translate-x-2\.5 {
    --tw-translate-x: 0.625rem !important;
  }

  .\33xl\:translate-x-3\.5 {
    --tw-translate-x: 0.875rem !important;
  }

  .\33xl\:translate-x-50-em {
    --tw-translate-x: 50em !important;
  }

  .\33xl\:translate-x-26-em {
    --tw-translate-x: 26em !important;
  }

  .\33xl\:-translate-x-0 {
    --tw-translate-x: 0px !important;
  }

  .\33xl\:-translate-x-1 {
    --tw-translate-x: -0.25rem !important;
  }

  .\33xl\:-translate-x-2 {
    --tw-translate-x: -0.5rem !important;
  }

  .\33xl\:-translate-x-3 {
    --tw-translate-x: -0.75rem !important;
  }

  .\33xl\:-translate-x-4 {
    --tw-translate-x: -1rem !important;
  }

  .\33xl\:-translate-x-5 {
    --tw-translate-x: -1.25rem !important;
  }

  .\33xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem !important;
  }

  .\33xl\:-translate-x-7 {
    --tw-translate-x: -1.75rem !important;
  }

  .\33xl\:-translate-x-8 {
    --tw-translate-x: -2rem !important;
  }

  .\33xl\:-translate-x-9 {
    --tw-translate-x: -2.25rem !important;
  }

  .\33xl\:-translate-x-10 {
    --tw-translate-x: -2.5rem !important;
  }

  .\33xl\:-translate-x-11 {
    --tw-translate-x: -2.75rem !important;
  }

  .\33xl\:-translate-x-12 {
    --tw-translate-x: -3rem !important;
  }

  .\33xl\:-translate-x-14 {
    --tw-translate-x: -3.5rem !important;
  }

  .\33xl\:-translate-x-16 {
    --tw-translate-x: -4rem !important;
  }

  .\33xl\:-translate-x-20 {
    --tw-translate-x: -5rem !important;
  }

  .\33xl\:-translate-x-24 {
    --tw-translate-x: -6rem !important;
  }

  .\33xl\:-translate-x-28 {
    --tw-translate-x: -7rem !important;
  }

  .\33xl\:-translate-x-32 {
    --tw-translate-x: -8rem !important;
  }

  .\33xl\:-translate-x-36 {
    --tw-translate-x: -9rem !important;
  }

  .\33xl\:-translate-x-40 {
    --tw-translate-x: -10rem !important;
  }

  .\33xl\:-translate-x-44 {
    --tw-translate-x: -11rem !important;
  }

  .\33xl\:-translate-x-48 {
    --tw-translate-x: -12rem !important;
  }

  .\33xl\:-translate-x-52 {
    --tw-translate-x: -13rem !important;
  }

  .\33xl\:-translate-x-56 {
    --tw-translate-x: -14rem !important;
  }

  .\33xl\:-translate-x-60 {
    --tw-translate-x: -15rem !important;
  }

  .\33xl\:-translate-x-64 {
    --tw-translate-x: -16rem !important;
  }

  .\33xl\:-translate-x-72 {
    --tw-translate-x: -18.5rem !important;
  }

  .\33xl\:-translate-x-80 {
    --tw-translate-x: -20rem !important;
  }

  .\33xl\:-translate-x-96 {
    --tw-translate-x: -24rem !important;
  }

  .\33xl\:-translate-x-108 {
    --tw-translate-x: -26rem !important;
  }

  .\33xl\:-translate-x-112 {
    --tw-translate-x: -28rem !important;
  }

  .\33xl\:-translate-x-120 {
    --tw-translate-x: -30rem !important;
  }

  .\33xl\:-translate-x-136 {
    --tw-translate-x: -34rem !important;
  }

  .\33xl\:-translate-x-140 {
    --tw-translate-x: -42rem !important;
  }

  .\33xl\:-translate-x-144 {
    --tw-translate-x: -36rem !important;
  }

  .\33xl\:-translate-x-320 {
    --tw-translate-x: -80rem !important;
  }

  .\33xl\:-translate-x-px {
    --tw-translate-x: -1px !important;
  }

  .\33xl\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem !important;
  }

  .\33xl\:-translate-x-1\.5 {
    --tw-translate-x: -0.375rem !important;
  }

  .\33xl\:-translate-x-2\.5 {
    --tw-translate-x: -0.625rem !important;
  }

  .\33xl\:-translate-x-3\.5 {
    --tw-translate-x: -0.875rem !important;
  }

  .\33xl\:-translate-x-50-em {
    --tw-translate-x: -50em !important;
  }

  .\33xl\:-translate-x-26-em {
    --tw-translate-x: -26em !important;
  }

  .\33xl\:translate-x-1\/2 {
    --tw-translate-x: 50% !important;
  }

  .\33xl\:translate-x-1\/3 {
    --tw-translate-x: 33.333333% !important;
  }

  .\33xl\:translate-x-2\/3 {
    --tw-translate-x: 66.666667% !important;
  }

  .\33xl\:translate-x-1\/4 {
    --tw-translate-x: 25% !important;
  }

  .\33xl\:translate-x-2\/4 {
    --tw-translate-x: 50% !important;
  }

  .\33xl\:translate-x-3\/4 {
    --tw-translate-x: 75% !important;
  }

  .\33xl\:translate-x-full {
    --tw-translate-x: 100% !important;
  }

  .\33xl\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
  }

  .\33xl\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333% !important;
  }

  .\33xl\:-translate-x-2\/3 {
    --tw-translate-x: -66.666667% !important;
  }

  .\33xl\:-translate-x-1\/4 {
    --tw-translate-x: -25% !important;
  }

  .\33xl\:-translate-x-2\/4 {
    --tw-translate-x: -50% !important;
  }

  .\33xl\:-translate-x-3\/4 {
    --tw-translate-x: -75% !important;
  }

  .\33xl\:-translate-x-full {
    --tw-translate-x: -100% !important;
  }

  .\33xl\:translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\33xl\:translate-y-1 {
    --tw-translate-y: 0.25rem !important;
  }

  .\33xl\:translate-y-2 {
    --tw-translate-y: 0.5rem !important;
  }

  .\33xl\:translate-y-3 {
    --tw-translate-y: 0.75rem !important;
  }

  .\33xl\:translate-y-4 {
    --tw-translate-y: 1rem !important;
  }

  .\33xl\:translate-y-5 {
    --tw-translate-y: 1.25rem !important;
  }

  .\33xl\:translate-y-6 {
    --tw-translate-y: 1.5rem !important;
  }

  .\33xl\:translate-y-7 {
    --tw-translate-y: 1.75rem !important;
  }

  .\33xl\:translate-y-8 {
    --tw-translate-y: 2rem !important;
  }

  .\33xl\:translate-y-9 {
    --tw-translate-y: 2.25rem !important;
  }

  .\33xl\:translate-y-10 {
    --tw-translate-y: 2.5rem !important;
  }

  .\33xl\:translate-y-11 {
    --tw-translate-y: 2.75rem !important;
  }

  .\33xl\:translate-y-12 {
    --tw-translate-y: 3rem !important;
  }

  .\33xl\:translate-y-14 {
    --tw-translate-y: 3.5rem !important;
  }

  .\33xl\:translate-y-16 {
    --tw-translate-y: 4rem !important;
  }

  .\33xl\:translate-y-20 {
    --tw-translate-y: 5rem !important;
  }

  .\33xl\:translate-y-24 {
    --tw-translate-y: 6rem !important;
  }

  .\33xl\:translate-y-28 {
    --tw-translate-y: 7rem !important;
  }

  .\33xl\:translate-y-32 {
    --tw-translate-y: 8rem !important;
  }

  .\33xl\:translate-y-36 {
    --tw-translate-y: 9rem !important;
  }

  .\33xl\:translate-y-40 {
    --tw-translate-y: 10rem !important;
  }

  .\33xl\:translate-y-44 {
    --tw-translate-y: 11rem !important;
  }

  .\33xl\:translate-y-48 {
    --tw-translate-y: 12rem !important;
  }

  .\33xl\:translate-y-52 {
    --tw-translate-y: 13rem !important;
  }

  .\33xl\:translate-y-56 {
    --tw-translate-y: 14rem !important;
  }

  .\33xl\:translate-y-60 {
    --tw-translate-y: 15rem !important;
  }

  .\33xl\:translate-y-64 {
    --tw-translate-y: 16rem !important;
  }

  .\33xl\:translate-y-72 {
    --tw-translate-y: 18.5rem !important;
  }

  .\33xl\:translate-y-80 {
    --tw-translate-y: 20rem !important;
  }

  .\33xl\:translate-y-96 {
    --tw-translate-y: 24rem !important;
  }

  .\33xl\:translate-y-108 {
    --tw-translate-y: 26rem !important;
  }

  .\33xl\:translate-y-112 {
    --tw-translate-y: 28rem !important;
  }

  .\33xl\:translate-y-120 {
    --tw-translate-y: 30rem !important;
  }

  .\33xl\:translate-y-136 {
    --tw-translate-y: 34rem !important;
  }

  .\33xl\:translate-y-140 {
    --tw-translate-y: 42rem !important;
  }

  .\33xl\:translate-y-144 {
    --tw-translate-y: 36rem !important;
  }

  .\33xl\:translate-y-320 {
    --tw-translate-y: 80rem !important;
  }

  .\33xl\:translate-y-px {
    --tw-translate-y: 1px !important;
  }

  .\33xl\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem !important;
  }

  .\33xl\:translate-y-1\.5 {
    --tw-translate-y: 0.375rem !important;
  }

  .\33xl\:translate-y-2\.5 {
    --tw-translate-y: 0.625rem !important;
  }

  .\33xl\:translate-y-3\.5 {
    --tw-translate-y: 0.875rem !important;
  }

  .\33xl\:translate-y-50-em {
    --tw-translate-y: 50em !important;
  }

  .\33xl\:translate-y-26-em {
    --tw-translate-y: 26em !important;
  }

  .\33xl\:-translate-y-0 {
    --tw-translate-y: 0px !important;
  }

  .\33xl\:-translate-y-1 {
    --tw-translate-y: -0.25rem !important;
  }

  .\33xl\:-translate-y-2 {
    --tw-translate-y: -0.5rem !important;
  }

  .\33xl\:-translate-y-3 {
    --tw-translate-y: -0.75rem !important;
  }

  .\33xl\:-translate-y-4 {
    --tw-translate-y: -1rem !important;
  }

  .\33xl\:-translate-y-5 {
    --tw-translate-y: -1.25rem !important;
  }

  .\33xl\:-translate-y-6 {
    --tw-translate-y: -1.5rem !important;
  }

  .\33xl\:-translate-y-7 {
    --tw-translate-y: -1.75rem !important;
  }

  .\33xl\:-translate-y-8 {
    --tw-translate-y: -2rem !important;
  }

  .\33xl\:-translate-y-9 {
    --tw-translate-y: -2.25rem !important;
  }

  .\33xl\:-translate-y-10 {
    --tw-translate-y: -2.5rem !important;
  }

  .\33xl\:-translate-y-11 {
    --tw-translate-y: -2.75rem !important;
  }

  .\33xl\:-translate-y-12 {
    --tw-translate-y: -3rem !important;
  }

  .\33xl\:-translate-y-14 {
    --tw-translate-y: -3.5rem !important;
  }

  .\33xl\:-translate-y-16 {
    --tw-translate-y: -4rem !important;
  }

  .\33xl\:-translate-y-20 {
    --tw-translate-y: -5rem !important;
  }

  .\33xl\:-translate-y-24 {
    --tw-translate-y: -6rem !important;
  }

  .\33xl\:-translate-y-28 {
    --tw-translate-y: -7rem !important;
  }

  .\33xl\:-translate-y-32 {
    --tw-translate-y: -8rem !important;
  }

  .\33xl\:-translate-y-36 {
    --tw-translate-y: -9rem !important;
  }

  .\33xl\:-translate-y-40 {
    --tw-translate-y: -10rem !important;
  }

  .\33xl\:-translate-y-44 {
    --tw-translate-y: -11rem !important;
  }

  .\33xl\:-translate-y-48 {
    --tw-translate-y: -12rem !important;
  }

  .\33xl\:-translate-y-52 {
    --tw-translate-y: -13rem !important;
  }

  .\33xl\:-translate-y-56 {
    --tw-translate-y: -14rem !important;
  }

  .\33xl\:-translate-y-60 {
    --tw-translate-y: -15rem !important;
  }

  .\33xl\:-translate-y-64 {
    --tw-translate-y: -16rem !important;
  }

  .\33xl\:-translate-y-72 {
    --tw-translate-y: -18.5rem !important;
  }

  .\33xl\:-translate-y-80 {
    --tw-translate-y: -20rem !important;
  }

  .\33xl\:-translate-y-96 {
    --tw-translate-y: -24rem !important;
  }

  .\33xl\:-translate-y-108 {
    --tw-translate-y: -26rem !important;
  }

  .\33xl\:-translate-y-112 {
    --tw-translate-y: -28rem !important;
  }

  .\33xl\:-translate-y-120 {
    --tw-translate-y: -30rem !important;
  }

  .\33xl\:-translate-y-136 {
    --tw-translate-y: -34rem !important;
  }

  .\33xl\:-translate-y-140 {
    --tw-translate-y: -42rem !important;
  }

  .\33xl\:-translate-y-144 {
    --tw-translate-y: -36rem !important;
  }

  .\33xl\:-translate-y-320 {
    --tw-translate-y: -80rem !important;
  }

  .\33xl\:-translate-y-px {
    --tw-translate-y: -1px !important;
  }

  .\33xl\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem !important;
  }

  .\33xl\:-translate-y-1\.5 {
    --tw-translate-y: -0.375rem !important;
  }

  .\33xl\:-translate-y-2\.5 {
    --tw-translate-y: -0.625rem !important;
  }

  .\33xl\:-translate-y-3\.5 {
    --tw-translate-y: -0.875rem !important;
  }

  .\33xl\:-translate-y-50-em {
    --tw-translate-y: -50em !important;
  }

  .\33xl\:-translate-y-26-em {
    --tw-translate-y: -26em !important;
  }

  .\33xl\:translate-y-1\/2 {
    --tw-translate-y: 50% !important;
  }

  .\33xl\:translate-y-1\/3 {
    --tw-translate-y: 33.333333% !important;
  }

  .\33xl\:translate-y-2\/3 {
    --tw-translate-y: 66.666667% !important;
  }

  .\33xl\:translate-y-1\/4 {
    --tw-translate-y: 25% !important;
  }

  .\33xl\:translate-y-2\/4 {
    --tw-translate-y: 50% !important;
  }

  .\33xl\:translate-y-3\/4 {
    --tw-translate-y: 75% !important;
  }

  .\33xl\:translate-y-full {
    --tw-translate-y: 100% !important;
  }

  .\33xl\:-translate-y-1\/2 {
    --tw-translate-y: -50% !important;
  }

  .\33xl\:-translate-y-1\/3 {
    --tw-translate-y: -33.333333% !important;
  }

  .\33xl\:-translate-y-2\/3 {
    --tw-translate-y: -66.666667% !important;
  }

  .\33xl\:-translate-y-1\/4 {
    --tw-translate-y: -25% !important;
  }

  .\33xl\:-translate-y-2\/4 {
    --tw-translate-y: -50% !important;
  }

  .\33xl\:-translate-y-3\/4 {
    --tw-translate-y: -75% !important;
  }

  .\33xl\:-translate-y-full {
    --tw-translate-y: -100% !important;
  }

  .\33xl\:hover\:translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\33xl\:hover\:translate-x-1:hover {
    --tw-translate-x: 0.25rem !important;
  }

  .\33xl\:hover\:translate-x-2:hover {
    --tw-translate-x: 0.5rem !important;
  }

  .\33xl\:hover\:translate-x-3:hover {
    --tw-translate-x: 0.75rem !important;
  }

  .\33xl\:hover\:translate-x-4:hover {
    --tw-translate-x: 1rem !important;
  }

  .\33xl\:hover\:translate-x-5:hover {
    --tw-translate-x: 1.25rem !important;
  }

  .\33xl\:hover\:translate-x-6:hover {
    --tw-translate-x: 1.5rem !important;
  }

  .\33xl\:hover\:translate-x-7:hover {
    --tw-translate-x: 1.75rem !important;
  }

  .\33xl\:hover\:translate-x-8:hover {
    --tw-translate-x: 2rem !important;
  }

  .\33xl\:hover\:translate-x-9:hover {
    --tw-translate-x: 2.25rem !important;
  }

  .\33xl\:hover\:translate-x-10:hover {
    --tw-translate-x: 2.5rem !important;
  }

  .\33xl\:hover\:translate-x-11:hover {
    --tw-translate-x: 2.75rem !important;
  }

  .\33xl\:hover\:translate-x-12:hover {
    --tw-translate-x: 3rem !important;
  }

  .\33xl\:hover\:translate-x-14:hover {
    --tw-translate-x: 3.5rem !important;
  }

  .\33xl\:hover\:translate-x-16:hover {
    --tw-translate-x: 4rem !important;
  }

  .\33xl\:hover\:translate-x-20:hover {
    --tw-translate-x: 5rem !important;
  }

  .\33xl\:hover\:translate-x-24:hover {
    --tw-translate-x: 6rem !important;
  }

  .\33xl\:hover\:translate-x-28:hover {
    --tw-translate-x: 7rem !important;
  }

  .\33xl\:hover\:translate-x-32:hover {
    --tw-translate-x: 8rem !important;
  }

  .\33xl\:hover\:translate-x-36:hover {
    --tw-translate-x: 9rem !important;
  }

  .\33xl\:hover\:translate-x-40:hover {
    --tw-translate-x: 10rem !important;
  }

  .\33xl\:hover\:translate-x-44:hover {
    --tw-translate-x: 11rem !important;
  }

  .\33xl\:hover\:translate-x-48:hover {
    --tw-translate-x: 12rem !important;
  }

  .\33xl\:hover\:translate-x-52:hover {
    --tw-translate-x: 13rem !important;
  }

  .\33xl\:hover\:translate-x-56:hover {
    --tw-translate-x: 14rem !important;
  }

  .\33xl\:hover\:translate-x-60:hover {
    --tw-translate-x: 15rem !important;
  }

  .\33xl\:hover\:translate-x-64:hover {
    --tw-translate-x: 16rem !important;
  }

  .\33xl\:hover\:translate-x-72:hover {
    --tw-translate-x: 18.5rem !important;
  }

  .\33xl\:hover\:translate-x-80:hover {
    --tw-translate-x: 20rem !important;
  }

  .\33xl\:hover\:translate-x-96:hover {
    --tw-translate-x: 24rem !important;
  }

  .\33xl\:hover\:translate-x-108:hover {
    --tw-translate-x: 26rem !important;
  }

  .\33xl\:hover\:translate-x-112:hover {
    --tw-translate-x: 28rem !important;
  }

  .\33xl\:hover\:translate-x-120:hover {
    --tw-translate-x: 30rem !important;
  }

  .\33xl\:hover\:translate-x-136:hover {
    --tw-translate-x: 34rem !important;
  }

  .\33xl\:hover\:translate-x-140:hover {
    --tw-translate-x: 42rem !important;
  }

  .\33xl\:hover\:translate-x-144:hover {
    --tw-translate-x: 36rem !important;
  }

  .\33xl\:hover\:translate-x-320:hover {
    --tw-translate-x: 80rem !important;
  }

  .\33xl\:hover\:translate-x-px:hover {
    --tw-translate-x: 1px !important;
  }

  .\33xl\:hover\:translate-x-0\.5:hover {
    --tw-translate-x: 0.125rem !important;
  }

  .\33xl\:hover\:translate-x-1\.5:hover {
    --tw-translate-x: 0.375rem !important;
  }

  .\33xl\:hover\:translate-x-2\.5:hover {
    --tw-translate-x: 0.625rem !important;
  }

  .\33xl\:hover\:translate-x-3\.5:hover {
    --tw-translate-x: 0.875rem !important;
  }

  .\33xl\:hover\:translate-x-50-em:hover {
    --tw-translate-x: 50em !important;
  }

  .\33xl\:hover\:translate-x-26-em:hover {
    --tw-translate-x: 26em !important;
  }

  .\33xl\:hover\:-translate-x-0:hover {
    --tw-translate-x: 0px !important;
  }

  .\33xl\:hover\:-translate-x-1:hover {
    --tw-translate-x: -0.25rem !important;
  }

  .\33xl\:hover\:-translate-x-2:hover {
    --tw-translate-x: -0.5rem !important;
  }

  .\33xl\:hover\:-translate-x-3:hover {
    --tw-translate-x: -0.75rem !important;
  }

  .\33xl\:hover\:-translate-x-4:hover {
    --tw-translate-x: -1rem !important;
  }

  .\33xl\:hover\:-translate-x-5:hover {
    --tw-translate-x: -1.25rem !important;
  }

  .\33xl\:hover\:-translate-x-6:hover {
    --tw-translate-x: -1.5rem !important;
  }

  .\33xl\:hover\:-translate-x-7:hover {
    --tw-translate-x: -1.75rem !important;
  }

  .\33xl\:hover\:-translate-x-8:hover {
    --tw-translate-x: -2rem !important;
  }

  .\33xl\:hover\:-translate-x-9:hover {
    --tw-translate-x: -2.25rem !important;
  }

  .\33xl\:hover\:-translate-x-10:hover {
    --tw-translate-x: -2.5rem !important;
  }

  .\33xl\:hover\:-translate-x-11:hover {
    --tw-translate-x: -2.75rem !important;
  }

  .\33xl\:hover\:-translate-x-12:hover {
    --tw-translate-x: -3rem !important;
  }

  .\33xl\:hover\:-translate-x-14:hover {
    --tw-translate-x: -3.5rem !important;
  }

  .\33xl\:hover\:-translate-x-16:hover {
    --tw-translate-x: -4rem !important;
  }

  .\33xl\:hover\:-translate-x-20:hover {
    --tw-translate-x: -5rem !important;
  }

  .\33xl\:hover\:-translate-x-24:hover {
    --tw-translate-x: -6rem !important;
  }

  .\33xl\:hover\:-translate-x-28:hover {
    --tw-translate-x: -7rem !important;
  }

  .\33xl\:hover\:-translate-x-32:hover {
    --tw-translate-x: -8rem !important;
  }

  .\33xl\:hover\:-translate-x-36:hover {
    --tw-translate-x: -9rem !important;
  }

  .\33xl\:hover\:-translate-x-40:hover {
    --tw-translate-x: -10rem !important;
  }

  .\33xl\:hover\:-translate-x-44:hover {
    --tw-translate-x: -11rem !important;
  }

  .\33xl\:hover\:-translate-x-48:hover {
    --tw-translate-x: -12rem !important;
  }

  .\33xl\:hover\:-translate-x-52:hover {
    --tw-translate-x: -13rem !important;
  }

  .\33xl\:hover\:-translate-x-56:hover {
    --tw-translate-x: -14rem !important;
  }

  .\33xl\:hover\:-translate-x-60:hover {
    --tw-translate-x: -15rem !important;
  }

  .\33xl\:hover\:-translate-x-64:hover {
    --tw-translate-x: -16rem !important;
  }

  .\33xl\:hover\:-translate-x-72:hover {
    --tw-translate-x: -18.5rem !important;
  }

  .\33xl\:hover\:-translate-x-80:hover {
    --tw-translate-x: -20rem !important;
  }

  .\33xl\:hover\:-translate-x-96:hover {
    --tw-translate-x: -24rem !important;
  }

  .\33xl\:hover\:-translate-x-108:hover {
    --tw-translate-x: -26rem !important;
  }

  .\33xl\:hover\:-translate-x-112:hover {
    --tw-translate-x: -28rem !important;
  }

  .\33xl\:hover\:-translate-x-120:hover {
    --tw-translate-x: -30rem !important;
  }

  .\33xl\:hover\:-translate-x-136:hover {
    --tw-translate-x: -34rem !important;
  }

  .\33xl\:hover\:-translate-x-140:hover {
    --tw-translate-x: -42rem !important;
  }

  .\33xl\:hover\:-translate-x-144:hover {
    --tw-translate-x: -36rem !important;
  }

  .\33xl\:hover\:-translate-x-320:hover {
    --tw-translate-x: -80rem !important;
  }

  .\33xl\:hover\:-translate-x-px:hover {
    --tw-translate-x: -1px !important;
  }

  .\33xl\:hover\:-translate-x-0\.5:hover {
    --tw-translate-x: -0.125rem !important;
  }

  .\33xl\:hover\:-translate-x-1\.5:hover {
    --tw-translate-x: -0.375rem !important;
  }

  .\33xl\:hover\:-translate-x-2\.5:hover {
    --tw-translate-x: -0.625rem !important;
  }

  .\33xl\:hover\:-translate-x-3\.5:hover {
    --tw-translate-x: -0.875rem !important;
  }

  .\33xl\:hover\:-translate-x-50-em:hover {
    --tw-translate-x: -50em !important;
  }

  .\33xl\:hover\:-translate-x-26-em:hover {
    --tw-translate-x: -26em !important;
  }

  .\33xl\:hover\:translate-x-1\/2:hover {
    --tw-translate-x: 50% !important;
  }

  .\33xl\:hover\:translate-x-1\/3:hover {
    --tw-translate-x: 33.333333% !important;
  }

  .\33xl\:hover\:translate-x-2\/3:hover {
    --tw-translate-x: 66.666667% !important;
  }

  .\33xl\:hover\:translate-x-1\/4:hover {
    --tw-translate-x: 25% !important;
  }

  .\33xl\:hover\:translate-x-2\/4:hover {
    --tw-translate-x: 50% !important;
  }

  .\33xl\:hover\:translate-x-3\/4:hover {
    --tw-translate-x: 75% !important;
  }

  .\33xl\:hover\:translate-x-full:hover {
    --tw-translate-x: 100% !important;
  }

  .\33xl\:hover\:-translate-x-1\/2:hover {
    --tw-translate-x: -50% !important;
  }

  .\33xl\:hover\:-translate-x-1\/3:hover {
    --tw-translate-x: -33.333333% !important;
  }

  .\33xl\:hover\:-translate-x-2\/3:hover {
    --tw-translate-x: -66.666667% !important;
  }

  .\33xl\:hover\:-translate-x-1\/4:hover {
    --tw-translate-x: -25% !important;
  }

  .\33xl\:hover\:-translate-x-2\/4:hover {
    --tw-translate-x: -50% !important;
  }

  .\33xl\:hover\:-translate-x-3\/4:hover {
    --tw-translate-x: -75% !important;
  }

  .\33xl\:hover\:-translate-x-full:hover {
    --tw-translate-x: -100% !important;
  }

  .\33xl\:hover\:translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\33xl\:hover\:translate-y-1:hover {
    --tw-translate-y: 0.25rem !important;
  }

  .\33xl\:hover\:translate-y-2:hover {
    --tw-translate-y: 0.5rem !important;
  }

  .\33xl\:hover\:translate-y-3:hover {
    --tw-translate-y: 0.75rem !important;
  }

  .\33xl\:hover\:translate-y-4:hover {
    --tw-translate-y: 1rem !important;
  }

  .\33xl\:hover\:translate-y-5:hover {
    --tw-translate-y: 1.25rem !important;
  }

  .\33xl\:hover\:translate-y-6:hover {
    --tw-translate-y: 1.5rem !important;
  }

  .\33xl\:hover\:translate-y-7:hover {
    --tw-translate-y: 1.75rem !important;
  }

  .\33xl\:hover\:translate-y-8:hover {
    --tw-translate-y: 2rem !important;
  }

  .\33xl\:hover\:translate-y-9:hover {
    --tw-translate-y: 2.25rem !important;
  }

  .\33xl\:hover\:translate-y-10:hover {
    --tw-translate-y: 2.5rem !important;
  }

  .\33xl\:hover\:translate-y-11:hover {
    --tw-translate-y: 2.75rem !important;
  }

  .\33xl\:hover\:translate-y-12:hover {
    --tw-translate-y: 3rem !important;
  }

  .\33xl\:hover\:translate-y-14:hover {
    --tw-translate-y: 3.5rem !important;
  }

  .\33xl\:hover\:translate-y-16:hover {
    --tw-translate-y: 4rem !important;
  }

  .\33xl\:hover\:translate-y-20:hover {
    --tw-translate-y: 5rem !important;
  }

  .\33xl\:hover\:translate-y-24:hover {
    --tw-translate-y: 6rem !important;
  }

  .\33xl\:hover\:translate-y-28:hover {
    --tw-translate-y: 7rem !important;
  }

  .\33xl\:hover\:translate-y-32:hover {
    --tw-translate-y: 8rem !important;
  }

  .\33xl\:hover\:translate-y-36:hover {
    --tw-translate-y: 9rem !important;
  }

  .\33xl\:hover\:translate-y-40:hover {
    --tw-translate-y: 10rem !important;
  }

  .\33xl\:hover\:translate-y-44:hover {
    --tw-translate-y: 11rem !important;
  }

  .\33xl\:hover\:translate-y-48:hover {
    --tw-translate-y: 12rem !important;
  }

  .\33xl\:hover\:translate-y-52:hover {
    --tw-translate-y: 13rem !important;
  }

  .\33xl\:hover\:translate-y-56:hover {
    --tw-translate-y: 14rem !important;
  }

  .\33xl\:hover\:translate-y-60:hover {
    --tw-translate-y: 15rem !important;
  }

  .\33xl\:hover\:translate-y-64:hover {
    --tw-translate-y: 16rem !important;
  }

  .\33xl\:hover\:translate-y-72:hover {
    --tw-translate-y: 18.5rem !important;
  }

  .\33xl\:hover\:translate-y-80:hover {
    --tw-translate-y: 20rem !important;
  }

  .\33xl\:hover\:translate-y-96:hover {
    --tw-translate-y: 24rem !important;
  }

  .\33xl\:hover\:translate-y-108:hover {
    --tw-translate-y: 26rem !important;
  }

  .\33xl\:hover\:translate-y-112:hover {
    --tw-translate-y: 28rem !important;
  }

  .\33xl\:hover\:translate-y-120:hover {
    --tw-translate-y: 30rem !important;
  }

  .\33xl\:hover\:translate-y-136:hover {
    --tw-translate-y: 34rem !important;
  }

  .\33xl\:hover\:translate-y-140:hover {
    --tw-translate-y: 42rem !important;
  }

  .\33xl\:hover\:translate-y-144:hover {
    --tw-translate-y: 36rem !important;
  }

  .\33xl\:hover\:translate-y-320:hover {
    --tw-translate-y: 80rem !important;
  }

  .\33xl\:hover\:translate-y-px:hover {
    --tw-translate-y: 1px !important;
  }

  .\33xl\:hover\:translate-y-0\.5:hover {
    --tw-translate-y: 0.125rem !important;
  }

  .\33xl\:hover\:translate-y-1\.5:hover {
    --tw-translate-y: 0.375rem !important;
  }

  .\33xl\:hover\:translate-y-2\.5:hover {
    --tw-translate-y: 0.625rem !important;
  }

  .\33xl\:hover\:translate-y-3\.5:hover {
    --tw-translate-y: 0.875rem !important;
  }

  .\33xl\:hover\:translate-y-50-em:hover {
    --tw-translate-y: 50em !important;
  }

  .\33xl\:hover\:translate-y-26-em:hover {
    --tw-translate-y: 26em !important;
  }

  .\33xl\:hover\:-translate-y-0:hover {
    --tw-translate-y: 0px !important;
  }

  .\33xl\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem !important;
  }

  .\33xl\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem !important;
  }

  .\33xl\:hover\:-translate-y-3:hover {
    --tw-translate-y: -0.75rem !important;
  }

  .\33xl\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem !important;
  }

  .\33xl\:hover\:-translate-y-5:hover {
    --tw-translate-y: -1.25rem !important;
  }

  .\33xl\:hover\:-translate-y-6:hover {
    --tw-translate-y: -1.5rem !important;
  }

  .\33xl\:hover\:-translate-y-7:hover {
    --tw-translate-y: -1.75rem !important;
  }

  .\33xl\:hover\:-translate-y-8:hover {
    --tw-translate-y: -2rem !important;
  }

  .\33xl\:hover\:-translate-y-9:hover {
    --tw-translate-y: -2.25rem !important;
  }

  .\33xl\:hover\:-translate-y-10:hover {
    --tw-translate-y: -2.5rem !important;
  }

  .\33xl\:hover\:-translate-y-11:hover {
    --tw-translate-y: -2.75rem !important;
  }

  .\33xl\:hover\:-translate-y-12:hover {
    --tw-translate-y: -3rem !important;
  }

  .\33xl\:hover\:-translate-y-14:hover {
    --tw-translate-y: -3.5rem !important;
  }

  .\33xl\:hover\:-translate-y-16:hover {
    --tw-translate-y: -4rem !important;
  }

  .\33xl\:hover\:-translate-y-20:hover {
    --tw-translate-y: -5rem !important;
  }

  .\33xl\:hover\:-translate-y-24:hover {
    --tw-translate-y: -6rem !important;
  }

  .\33xl\:hover\:-translate-y-28:hover {
    --tw-translate-y: -7rem !important;
  }

  .\33xl\:hover\:-translate-y-32:hover {
    --tw-translate-y: -8rem !important;
  }

  .\33xl\:hover\:-translate-y-36:hover {
    --tw-translate-y: -9rem !important;
  }

  .\33xl\:hover\:-translate-y-40:hover {
    --tw-translate-y: -10rem !important;
  }

  .\33xl\:hover\:-translate-y-44:hover {
    --tw-translate-y: -11rem !important;
  }

  .\33xl\:hover\:-translate-y-48:hover {
    --tw-translate-y: -12rem !important;
  }

  .\33xl\:hover\:-translate-y-52:hover {
    --tw-translate-y: -13rem !important;
  }

  .\33xl\:hover\:-translate-y-56:hover {
    --tw-translate-y: -14rem !important;
  }

  .\33xl\:hover\:-translate-y-60:hover {
    --tw-translate-y: -15rem !important;
  }

  .\33xl\:hover\:-translate-y-64:hover {
    --tw-translate-y: -16rem !important;
  }

  .\33xl\:hover\:-translate-y-72:hover {
    --tw-translate-y: -18.5rem !important;
  }

  .\33xl\:hover\:-translate-y-80:hover {
    --tw-translate-y: -20rem !important;
  }

  .\33xl\:hover\:-translate-y-96:hover {
    --tw-translate-y: -24rem !important;
  }

  .\33xl\:hover\:-translate-y-108:hover {
    --tw-translate-y: -26rem !important;
  }

  .\33xl\:hover\:-translate-y-112:hover {
    --tw-translate-y: -28rem !important;
  }

  .\33xl\:hover\:-translate-y-120:hover {
    --tw-translate-y: -30rem !important;
  }

  .\33xl\:hover\:-translate-y-136:hover {
    --tw-translate-y: -34rem !important;
  }

  .\33xl\:hover\:-translate-y-140:hover {
    --tw-translate-y: -42rem !important;
  }

  .\33xl\:hover\:-translate-y-144:hover {
    --tw-translate-y: -36rem !important;
  }

  .\33xl\:hover\:-translate-y-320:hover {
    --tw-translate-y: -80rem !important;
  }

  .\33xl\:hover\:-translate-y-px:hover {
    --tw-translate-y: -1px !important;
  }

  .\33xl\:hover\:-translate-y-0\.5:hover {
    --tw-translate-y: -0.125rem !important;
  }

  .\33xl\:hover\:-translate-y-1\.5:hover {
    --tw-translate-y: -0.375rem !important;
  }

  .\33xl\:hover\:-translate-y-2\.5:hover {
    --tw-translate-y: -0.625rem !important;
  }

  .\33xl\:hover\:-translate-y-3\.5:hover {
    --tw-translate-y: -0.875rem !important;
  }

  .\33xl\:hover\:-translate-y-50-em:hover {
    --tw-translate-y: -50em !important;
  }

  .\33xl\:hover\:-translate-y-26-em:hover {
    --tw-translate-y: -26em !important;
  }

  .\33xl\:hover\:translate-y-1\/2:hover {
    --tw-translate-y: 50% !important;
  }

  .\33xl\:hover\:translate-y-1\/3:hover {
    --tw-translate-y: 33.333333% !important;
  }

  .\33xl\:hover\:translate-y-2\/3:hover {
    --tw-translate-y: 66.666667% !important;
  }

  .\33xl\:hover\:translate-y-1\/4:hover {
    --tw-translate-y: 25% !important;
  }

  .\33xl\:hover\:translate-y-2\/4:hover {
    --tw-translate-y: 50% !important;
  }

  .\33xl\:hover\:translate-y-3\/4:hover {
    --tw-translate-y: 75% !important;
  }

  .\33xl\:hover\:translate-y-full:hover {
    --tw-translate-y: 100% !important;
  }

  .\33xl\:hover\:-translate-y-1\/2:hover {
    --tw-translate-y: -50% !important;
  }

  .\33xl\:hover\:-translate-y-1\/3:hover {
    --tw-translate-y: -33.333333% !important;
  }

  .\33xl\:hover\:-translate-y-2\/3:hover {
    --tw-translate-y: -66.666667% !important;
  }

  .\33xl\:hover\:-translate-y-1\/4:hover {
    --tw-translate-y: -25% !important;
  }

  .\33xl\:hover\:-translate-y-2\/4:hover {
    --tw-translate-y: -50% !important;
  }

  .\33xl\:hover\:-translate-y-3\/4:hover {
    --tw-translate-y: -75% !important;
  }

  .\33xl\:hover\:-translate-y-full:hover {
    --tw-translate-y: -100% !important;
  }

  .\33xl\:focus\:translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\33xl\:focus\:translate-x-1:focus {
    --tw-translate-x: 0.25rem !important;
  }

  .\33xl\:focus\:translate-x-2:focus {
    --tw-translate-x: 0.5rem !important;
  }

  .\33xl\:focus\:translate-x-3:focus {
    --tw-translate-x: 0.75rem !important;
  }

  .\33xl\:focus\:translate-x-4:focus {
    --tw-translate-x: 1rem !important;
  }

  .\33xl\:focus\:translate-x-5:focus {
    --tw-translate-x: 1.25rem !important;
  }

  .\33xl\:focus\:translate-x-6:focus {
    --tw-translate-x: 1.5rem !important;
  }

  .\33xl\:focus\:translate-x-7:focus {
    --tw-translate-x: 1.75rem !important;
  }

  .\33xl\:focus\:translate-x-8:focus {
    --tw-translate-x: 2rem !important;
  }

  .\33xl\:focus\:translate-x-9:focus {
    --tw-translate-x: 2.25rem !important;
  }

  .\33xl\:focus\:translate-x-10:focus {
    --tw-translate-x: 2.5rem !important;
  }

  .\33xl\:focus\:translate-x-11:focus {
    --tw-translate-x: 2.75rem !important;
  }

  .\33xl\:focus\:translate-x-12:focus {
    --tw-translate-x: 3rem !important;
  }

  .\33xl\:focus\:translate-x-14:focus {
    --tw-translate-x: 3.5rem !important;
  }

  .\33xl\:focus\:translate-x-16:focus {
    --tw-translate-x: 4rem !important;
  }

  .\33xl\:focus\:translate-x-20:focus {
    --tw-translate-x: 5rem !important;
  }

  .\33xl\:focus\:translate-x-24:focus {
    --tw-translate-x: 6rem !important;
  }

  .\33xl\:focus\:translate-x-28:focus {
    --tw-translate-x: 7rem !important;
  }

  .\33xl\:focus\:translate-x-32:focus {
    --tw-translate-x: 8rem !important;
  }

  .\33xl\:focus\:translate-x-36:focus {
    --tw-translate-x: 9rem !important;
  }

  .\33xl\:focus\:translate-x-40:focus {
    --tw-translate-x: 10rem !important;
  }

  .\33xl\:focus\:translate-x-44:focus {
    --tw-translate-x: 11rem !important;
  }

  .\33xl\:focus\:translate-x-48:focus {
    --tw-translate-x: 12rem !important;
  }

  .\33xl\:focus\:translate-x-52:focus {
    --tw-translate-x: 13rem !important;
  }

  .\33xl\:focus\:translate-x-56:focus {
    --tw-translate-x: 14rem !important;
  }

  .\33xl\:focus\:translate-x-60:focus {
    --tw-translate-x: 15rem !important;
  }

  .\33xl\:focus\:translate-x-64:focus {
    --tw-translate-x: 16rem !important;
  }

  .\33xl\:focus\:translate-x-72:focus {
    --tw-translate-x: 18.5rem !important;
  }

  .\33xl\:focus\:translate-x-80:focus {
    --tw-translate-x: 20rem !important;
  }

  .\33xl\:focus\:translate-x-96:focus {
    --tw-translate-x: 24rem !important;
  }

  .\33xl\:focus\:translate-x-108:focus {
    --tw-translate-x: 26rem !important;
  }

  .\33xl\:focus\:translate-x-112:focus {
    --tw-translate-x: 28rem !important;
  }

  .\33xl\:focus\:translate-x-120:focus {
    --tw-translate-x: 30rem !important;
  }

  .\33xl\:focus\:translate-x-136:focus {
    --tw-translate-x: 34rem !important;
  }

  .\33xl\:focus\:translate-x-140:focus {
    --tw-translate-x: 42rem !important;
  }

  .\33xl\:focus\:translate-x-144:focus {
    --tw-translate-x: 36rem !important;
  }

  .\33xl\:focus\:translate-x-320:focus {
    --tw-translate-x: 80rem !important;
  }

  .\33xl\:focus\:translate-x-px:focus {
    --tw-translate-x: 1px !important;
  }

  .\33xl\:focus\:translate-x-0\.5:focus {
    --tw-translate-x: 0.125rem !important;
  }

  .\33xl\:focus\:translate-x-1\.5:focus {
    --tw-translate-x: 0.375rem !important;
  }

  .\33xl\:focus\:translate-x-2\.5:focus {
    --tw-translate-x: 0.625rem !important;
  }

  .\33xl\:focus\:translate-x-3\.5:focus {
    --tw-translate-x: 0.875rem !important;
  }

  .\33xl\:focus\:translate-x-50-em:focus {
    --tw-translate-x: 50em !important;
  }

  .\33xl\:focus\:translate-x-26-em:focus {
    --tw-translate-x: 26em !important;
  }

  .\33xl\:focus\:-translate-x-0:focus {
    --tw-translate-x: 0px !important;
  }

  .\33xl\:focus\:-translate-x-1:focus {
    --tw-translate-x: -0.25rem !important;
  }

  .\33xl\:focus\:-translate-x-2:focus {
    --tw-translate-x: -0.5rem !important;
  }

  .\33xl\:focus\:-translate-x-3:focus {
    --tw-translate-x: -0.75rem !important;
  }

  .\33xl\:focus\:-translate-x-4:focus {
    --tw-translate-x: -1rem !important;
  }

  .\33xl\:focus\:-translate-x-5:focus {
    --tw-translate-x: -1.25rem !important;
  }

  .\33xl\:focus\:-translate-x-6:focus {
    --tw-translate-x: -1.5rem !important;
  }

  .\33xl\:focus\:-translate-x-7:focus {
    --tw-translate-x: -1.75rem !important;
  }

  .\33xl\:focus\:-translate-x-8:focus {
    --tw-translate-x: -2rem !important;
  }

  .\33xl\:focus\:-translate-x-9:focus {
    --tw-translate-x: -2.25rem !important;
  }

  .\33xl\:focus\:-translate-x-10:focus {
    --tw-translate-x: -2.5rem !important;
  }

  .\33xl\:focus\:-translate-x-11:focus {
    --tw-translate-x: -2.75rem !important;
  }

  .\33xl\:focus\:-translate-x-12:focus {
    --tw-translate-x: -3rem !important;
  }

  .\33xl\:focus\:-translate-x-14:focus {
    --tw-translate-x: -3.5rem !important;
  }

  .\33xl\:focus\:-translate-x-16:focus {
    --tw-translate-x: -4rem !important;
  }

  .\33xl\:focus\:-translate-x-20:focus {
    --tw-translate-x: -5rem !important;
  }

  .\33xl\:focus\:-translate-x-24:focus {
    --tw-translate-x: -6rem !important;
  }

  .\33xl\:focus\:-translate-x-28:focus {
    --tw-translate-x: -7rem !important;
  }

  .\33xl\:focus\:-translate-x-32:focus {
    --tw-translate-x: -8rem !important;
  }

  .\33xl\:focus\:-translate-x-36:focus {
    --tw-translate-x: -9rem !important;
  }

  .\33xl\:focus\:-translate-x-40:focus {
    --tw-translate-x: -10rem !important;
  }

  .\33xl\:focus\:-translate-x-44:focus {
    --tw-translate-x: -11rem !important;
  }

  .\33xl\:focus\:-translate-x-48:focus {
    --tw-translate-x: -12rem !important;
  }

  .\33xl\:focus\:-translate-x-52:focus {
    --tw-translate-x: -13rem !important;
  }

  .\33xl\:focus\:-translate-x-56:focus {
    --tw-translate-x: -14rem !important;
  }

  .\33xl\:focus\:-translate-x-60:focus {
    --tw-translate-x: -15rem !important;
  }

  .\33xl\:focus\:-translate-x-64:focus {
    --tw-translate-x: -16rem !important;
  }

  .\33xl\:focus\:-translate-x-72:focus {
    --tw-translate-x: -18.5rem !important;
  }

  .\33xl\:focus\:-translate-x-80:focus {
    --tw-translate-x: -20rem !important;
  }

  .\33xl\:focus\:-translate-x-96:focus {
    --tw-translate-x: -24rem !important;
  }

  .\33xl\:focus\:-translate-x-108:focus {
    --tw-translate-x: -26rem !important;
  }

  .\33xl\:focus\:-translate-x-112:focus {
    --tw-translate-x: -28rem !important;
  }

  .\33xl\:focus\:-translate-x-120:focus {
    --tw-translate-x: -30rem !important;
  }

  .\33xl\:focus\:-translate-x-136:focus {
    --tw-translate-x: -34rem !important;
  }

  .\33xl\:focus\:-translate-x-140:focus {
    --tw-translate-x: -42rem !important;
  }

  .\33xl\:focus\:-translate-x-144:focus {
    --tw-translate-x: -36rem !important;
  }

  .\33xl\:focus\:-translate-x-320:focus {
    --tw-translate-x: -80rem !important;
  }

  .\33xl\:focus\:-translate-x-px:focus {
    --tw-translate-x: -1px !important;
  }

  .\33xl\:focus\:-translate-x-0\.5:focus {
    --tw-translate-x: -0.125rem !important;
  }

  .\33xl\:focus\:-translate-x-1\.5:focus {
    --tw-translate-x: -0.375rem !important;
  }

  .\33xl\:focus\:-translate-x-2\.5:focus {
    --tw-translate-x: -0.625rem !important;
  }

  .\33xl\:focus\:-translate-x-3\.5:focus {
    --tw-translate-x: -0.875rem !important;
  }

  .\33xl\:focus\:-translate-x-50-em:focus {
    --tw-translate-x: -50em !important;
  }

  .\33xl\:focus\:-translate-x-26-em:focus {
    --tw-translate-x: -26em !important;
  }

  .\33xl\:focus\:translate-x-1\/2:focus {
    --tw-translate-x: 50% !important;
  }

  .\33xl\:focus\:translate-x-1\/3:focus {
    --tw-translate-x: 33.333333% !important;
  }

  .\33xl\:focus\:translate-x-2\/3:focus {
    --tw-translate-x: 66.666667% !important;
  }

  .\33xl\:focus\:translate-x-1\/4:focus {
    --tw-translate-x: 25% !important;
  }

  .\33xl\:focus\:translate-x-2\/4:focus {
    --tw-translate-x: 50% !important;
  }

  .\33xl\:focus\:translate-x-3\/4:focus {
    --tw-translate-x: 75% !important;
  }

  .\33xl\:focus\:translate-x-full:focus {
    --tw-translate-x: 100% !important;
  }

  .\33xl\:focus\:-translate-x-1\/2:focus {
    --tw-translate-x: -50% !important;
  }

  .\33xl\:focus\:-translate-x-1\/3:focus {
    --tw-translate-x: -33.333333% !important;
  }

  .\33xl\:focus\:-translate-x-2\/3:focus {
    --tw-translate-x: -66.666667% !important;
  }

  .\33xl\:focus\:-translate-x-1\/4:focus {
    --tw-translate-x: -25% !important;
  }

  .\33xl\:focus\:-translate-x-2\/4:focus {
    --tw-translate-x: -50% !important;
  }

  .\33xl\:focus\:-translate-x-3\/4:focus {
    --tw-translate-x: -75% !important;
  }

  .\33xl\:focus\:-translate-x-full:focus {
    --tw-translate-x: -100% !important;
  }

  .\33xl\:focus\:translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\33xl\:focus\:translate-y-1:focus {
    --tw-translate-y: 0.25rem !important;
  }

  .\33xl\:focus\:translate-y-2:focus {
    --tw-translate-y: 0.5rem !important;
  }

  .\33xl\:focus\:translate-y-3:focus {
    --tw-translate-y: 0.75rem !important;
  }

  .\33xl\:focus\:translate-y-4:focus {
    --tw-translate-y: 1rem !important;
  }

  .\33xl\:focus\:translate-y-5:focus {
    --tw-translate-y: 1.25rem !important;
  }

  .\33xl\:focus\:translate-y-6:focus {
    --tw-translate-y: 1.5rem !important;
  }

  .\33xl\:focus\:translate-y-7:focus {
    --tw-translate-y: 1.75rem !important;
  }

  .\33xl\:focus\:translate-y-8:focus {
    --tw-translate-y: 2rem !important;
  }

  .\33xl\:focus\:translate-y-9:focus {
    --tw-translate-y: 2.25rem !important;
  }

  .\33xl\:focus\:translate-y-10:focus {
    --tw-translate-y: 2.5rem !important;
  }

  .\33xl\:focus\:translate-y-11:focus {
    --tw-translate-y: 2.75rem !important;
  }

  .\33xl\:focus\:translate-y-12:focus {
    --tw-translate-y: 3rem !important;
  }

  .\33xl\:focus\:translate-y-14:focus {
    --tw-translate-y: 3.5rem !important;
  }

  .\33xl\:focus\:translate-y-16:focus {
    --tw-translate-y: 4rem !important;
  }

  .\33xl\:focus\:translate-y-20:focus {
    --tw-translate-y: 5rem !important;
  }

  .\33xl\:focus\:translate-y-24:focus {
    --tw-translate-y: 6rem !important;
  }

  .\33xl\:focus\:translate-y-28:focus {
    --tw-translate-y: 7rem !important;
  }

  .\33xl\:focus\:translate-y-32:focus {
    --tw-translate-y: 8rem !important;
  }

  .\33xl\:focus\:translate-y-36:focus {
    --tw-translate-y: 9rem !important;
  }

  .\33xl\:focus\:translate-y-40:focus {
    --tw-translate-y: 10rem !important;
  }

  .\33xl\:focus\:translate-y-44:focus {
    --tw-translate-y: 11rem !important;
  }

  .\33xl\:focus\:translate-y-48:focus {
    --tw-translate-y: 12rem !important;
  }

  .\33xl\:focus\:translate-y-52:focus {
    --tw-translate-y: 13rem !important;
  }

  .\33xl\:focus\:translate-y-56:focus {
    --tw-translate-y: 14rem !important;
  }

  .\33xl\:focus\:translate-y-60:focus {
    --tw-translate-y: 15rem !important;
  }

  .\33xl\:focus\:translate-y-64:focus {
    --tw-translate-y: 16rem !important;
  }

  .\33xl\:focus\:translate-y-72:focus {
    --tw-translate-y: 18.5rem !important;
  }

  .\33xl\:focus\:translate-y-80:focus {
    --tw-translate-y: 20rem !important;
  }

  .\33xl\:focus\:translate-y-96:focus {
    --tw-translate-y: 24rem !important;
  }

  .\33xl\:focus\:translate-y-108:focus {
    --tw-translate-y: 26rem !important;
  }

  .\33xl\:focus\:translate-y-112:focus {
    --tw-translate-y: 28rem !important;
  }

  .\33xl\:focus\:translate-y-120:focus {
    --tw-translate-y: 30rem !important;
  }

  .\33xl\:focus\:translate-y-136:focus {
    --tw-translate-y: 34rem !important;
  }

  .\33xl\:focus\:translate-y-140:focus {
    --tw-translate-y: 42rem !important;
  }

  .\33xl\:focus\:translate-y-144:focus {
    --tw-translate-y: 36rem !important;
  }

  .\33xl\:focus\:translate-y-320:focus {
    --tw-translate-y: 80rem !important;
  }

  .\33xl\:focus\:translate-y-px:focus {
    --tw-translate-y: 1px !important;
  }

  .\33xl\:focus\:translate-y-0\.5:focus {
    --tw-translate-y: 0.125rem !important;
  }

  .\33xl\:focus\:translate-y-1\.5:focus {
    --tw-translate-y: 0.375rem !important;
  }

  .\33xl\:focus\:translate-y-2\.5:focus {
    --tw-translate-y: 0.625rem !important;
  }

  .\33xl\:focus\:translate-y-3\.5:focus {
    --tw-translate-y: 0.875rem !important;
  }

  .\33xl\:focus\:translate-y-50-em:focus {
    --tw-translate-y: 50em !important;
  }

  .\33xl\:focus\:translate-y-26-em:focus {
    --tw-translate-y: 26em !important;
  }

  .\33xl\:focus\:-translate-y-0:focus {
    --tw-translate-y: 0px !important;
  }

  .\33xl\:focus\:-translate-y-1:focus {
    --tw-translate-y: -0.25rem !important;
  }

  .\33xl\:focus\:-translate-y-2:focus {
    --tw-translate-y: -0.5rem !important;
  }

  .\33xl\:focus\:-translate-y-3:focus {
    --tw-translate-y: -0.75rem !important;
  }

  .\33xl\:focus\:-translate-y-4:focus {
    --tw-translate-y: -1rem !important;
  }

  .\33xl\:focus\:-translate-y-5:focus {
    --tw-translate-y: -1.25rem !important;
  }

  .\33xl\:focus\:-translate-y-6:focus {
    --tw-translate-y: -1.5rem !important;
  }

  .\33xl\:focus\:-translate-y-7:focus {
    --tw-translate-y: -1.75rem !important;
  }

  .\33xl\:focus\:-translate-y-8:focus {
    --tw-translate-y: -2rem !important;
  }

  .\33xl\:focus\:-translate-y-9:focus {
    --tw-translate-y: -2.25rem !important;
  }

  .\33xl\:focus\:-translate-y-10:focus {
    --tw-translate-y: -2.5rem !important;
  }

  .\33xl\:focus\:-translate-y-11:focus {
    --tw-translate-y: -2.75rem !important;
  }

  .\33xl\:focus\:-translate-y-12:focus {
    --tw-translate-y: -3rem !important;
  }

  .\33xl\:focus\:-translate-y-14:focus {
    --tw-translate-y: -3.5rem !important;
  }

  .\33xl\:focus\:-translate-y-16:focus {
    --tw-translate-y: -4rem !important;
  }

  .\33xl\:focus\:-translate-y-20:focus {
    --tw-translate-y: -5rem !important;
  }

  .\33xl\:focus\:-translate-y-24:focus {
    --tw-translate-y: -6rem !important;
  }

  .\33xl\:focus\:-translate-y-28:focus {
    --tw-translate-y: -7rem !important;
  }

  .\33xl\:focus\:-translate-y-32:focus {
    --tw-translate-y: -8rem !important;
  }

  .\33xl\:focus\:-translate-y-36:focus {
    --tw-translate-y: -9rem !important;
  }

  .\33xl\:focus\:-translate-y-40:focus {
    --tw-translate-y: -10rem !important;
  }

  .\33xl\:focus\:-translate-y-44:focus {
    --tw-translate-y: -11rem !important;
  }

  .\33xl\:focus\:-translate-y-48:focus {
    --tw-translate-y: -12rem !important;
  }

  .\33xl\:focus\:-translate-y-52:focus {
    --tw-translate-y: -13rem !important;
  }

  .\33xl\:focus\:-translate-y-56:focus {
    --tw-translate-y: -14rem !important;
  }

  .\33xl\:focus\:-translate-y-60:focus {
    --tw-translate-y: -15rem !important;
  }

  .\33xl\:focus\:-translate-y-64:focus {
    --tw-translate-y: -16rem !important;
  }

  .\33xl\:focus\:-translate-y-72:focus {
    --tw-translate-y: -18.5rem !important;
  }

  .\33xl\:focus\:-translate-y-80:focus {
    --tw-translate-y: -20rem !important;
  }

  .\33xl\:focus\:-translate-y-96:focus {
    --tw-translate-y: -24rem !important;
  }

  .\33xl\:focus\:-translate-y-108:focus {
    --tw-translate-y: -26rem !important;
  }

  .\33xl\:focus\:-translate-y-112:focus {
    --tw-translate-y: -28rem !important;
  }

  .\33xl\:focus\:-translate-y-120:focus {
    --tw-translate-y: -30rem !important;
  }

  .\33xl\:focus\:-translate-y-136:focus {
    --tw-translate-y: -34rem !important;
  }

  .\33xl\:focus\:-translate-y-140:focus {
    --tw-translate-y: -42rem !important;
  }

  .\33xl\:focus\:-translate-y-144:focus {
    --tw-translate-y: -36rem !important;
  }

  .\33xl\:focus\:-translate-y-320:focus {
    --tw-translate-y: -80rem !important;
  }

  .\33xl\:focus\:-translate-y-px:focus {
    --tw-translate-y: -1px !important;
  }

  .\33xl\:focus\:-translate-y-0\.5:focus {
    --tw-translate-y: -0.125rem !important;
  }

  .\33xl\:focus\:-translate-y-1\.5:focus {
    --tw-translate-y: -0.375rem !important;
  }

  .\33xl\:focus\:-translate-y-2\.5:focus {
    --tw-translate-y: -0.625rem !important;
  }

  .\33xl\:focus\:-translate-y-3\.5:focus {
    --tw-translate-y: -0.875rem !important;
  }

  .\33xl\:focus\:-translate-y-50-em:focus {
    --tw-translate-y: -50em !important;
  }

  .\33xl\:focus\:-translate-y-26-em:focus {
    --tw-translate-y: -26em !important;
  }

  .\33xl\:focus\:translate-y-1\/2:focus {
    --tw-translate-y: 50% !important;
  }

  .\33xl\:focus\:translate-y-1\/3:focus {
    --tw-translate-y: 33.333333% !important;
  }

  .\33xl\:focus\:translate-y-2\/3:focus {
    --tw-translate-y: 66.666667% !important;
  }

  .\33xl\:focus\:translate-y-1\/4:focus {
    --tw-translate-y: 25% !important;
  }

  .\33xl\:focus\:translate-y-2\/4:focus {
    --tw-translate-y: 50% !important;
  }

  .\33xl\:focus\:translate-y-3\/4:focus {
    --tw-translate-y: 75% !important;
  }

  .\33xl\:focus\:translate-y-full:focus {
    --tw-translate-y: 100% !important;
  }

  .\33xl\:focus\:-translate-y-1\/2:focus {
    --tw-translate-y: -50% !important;
  }

  .\33xl\:focus\:-translate-y-1\/3:focus {
    --tw-translate-y: -33.333333% !important;
  }

  .\33xl\:focus\:-translate-y-2\/3:focus {
    --tw-translate-y: -66.666667% !important;
  }

  .\33xl\:focus\:-translate-y-1\/4:focus {
    --tw-translate-y: -25% !important;
  }

  .\33xl\:focus\:-translate-y-2\/4:focus {
    --tw-translate-y: -50% !important;
  }

  .\33xl\:focus\:-translate-y-3\/4:focus {
    --tw-translate-y: -75% !important;
  }

  .\33xl\:focus\:-translate-y-full:focus {
    --tw-translate-y: -100% !important;
  }

  .\33xl\:rotate-0 {
    --tw-rotate: 0deg !important;
  }

  .\33xl\:rotate-1 {
    --tw-rotate: 1deg !important;
  }

  .\33xl\:rotate-2 {
    --tw-rotate: 2deg !important;
  }

  .\33xl\:rotate-3 {
    --tw-rotate: 3deg !important;
  }

  .\33xl\:rotate-6 {
    --tw-rotate: 6deg !important;
  }

  .\33xl\:rotate-12 {
    --tw-rotate: 12deg !important;
  }

  .\33xl\:rotate-45 {
    --tw-rotate: 45deg !important;
  }

  .\33xl\:rotate-90 {
    --tw-rotate: 90deg !important;
  }

  .\33xl\:rotate-180 {
    --tw-rotate: 180deg !important;
  }

  .\33xl\:-rotate-180 {
    --tw-rotate: -180deg !important;
  }

  .\33xl\:-rotate-90 {
    --tw-rotate: -90deg !important;
  }

  .\33xl\:-rotate-45 {
    --tw-rotate: -45deg !important;
  }

  .\33xl\:-rotate-12 {
    --tw-rotate: -12deg !important;
  }

  .\33xl\:-rotate-6 {
    --tw-rotate: -6deg !important;
  }

  .\33xl\:-rotate-3 {
    --tw-rotate: -3deg !important;
  }

  .\33xl\:-rotate-2 {
    --tw-rotate: -2deg !important;
  }

  .\33xl\:-rotate-1 {
    --tw-rotate: -1deg !important;
  }

  .\33xl\:hover\:rotate-0:hover {
    --tw-rotate: 0deg !important;
  }

  .\33xl\:hover\:rotate-1:hover {
    --tw-rotate: 1deg !important;
  }

  .\33xl\:hover\:rotate-2:hover {
    --tw-rotate: 2deg !important;
  }

  .\33xl\:hover\:rotate-3:hover {
    --tw-rotate: 3deg !important;
  }

  .\33xl\:hover\:rotate-6:hover {
    --tw-rotate: 6deg !important;
  }

  .\33xl\:hover\:rotate-12:hover {
    --tw-rotate: 12deg !important;
  }

  .\33xl\:hover\:rotate-45:hover {
    --tw-rotate: 45deg !important;
  }

  .\33xl\:hover\:rotate-90:hover {
    --tw-rotate: 90deg !important;
  }

  .\33xl\:hover\:rotate-180:hover {
    --tw-rotate: 180deg !important;
  }

  .\33xl\:hover\:-rotate-180:hover {
    --tw-rotate: -180deg !important;
  }

  .\33xl\:hover\:-rotate-90:hover {
    --tw-rotate: -90deg !important;
  }

  .\33xl\:hover\:-rotate-45:hover {
    --tw-rotate: -45deg !important;
  }

  .\33xl\:hover\:-rotate-12:hover {
    --tw-rotate: -12deg !important;
  }

  .\33xl\:hover\:-rotate-6:hover {
    --tw-rotate: -6deg !important;
  }

  .\33xl\:hover\:-rotate-3:hover {
    --tw-rotate: -3deg !important;
  }

  .\33xl\:hover\:-rotate-2:hover {
    --tw-rotate: -2deg !important;
  }

  .\33xl\:hover\:-rotate-1:hover {
    --tw-rotate: -1deg !important;
  }

  .\33xl\:focus\:rotate-0:focus {
    --tw-rotate: 0deg !important;
  }

  .\33xl\:focus\:rotate-1:focus {
    --tw-rotate: 1deg !important;
  }

  .\33xl\:focus\:rotate-2:focus {
    --tw-rotate: 2deg !important;
  }

  .\33xl\:focus\:rotate-3:focus {
    --tw-rotate: 3deg !important;
  }

  .\33xl\:focus\:rotate-6:focus {
    --tw-rotate: 6deg !important;
  }

  .\33xl\:focus\:rotate-12:focus {
    --tw-rotate: 12deg !important;
  }

  .\33xl\:focus\:rotate-45:focus {
    --tw-rotate: 45deg !important;
  }

  .\33xl\:focus\:rotate-90:focus {
    --tw-rotate: 90deg !important;
  }

  .\33xl\:focus\:rotate-180:focus {
    --tw-rotate: 180deg !important;
  }

  .\33xl\:focus\:-rotate-180:focus {
    --tw-rotate: -180deg !important;
  }

  .\33xl\:focus\:-rotate-90:focus {
    --tw-rotate: -90deg !important;
  }

  .\33xl\:focus\:-rotate-45:focus {
    --tw-rotate: -45deg !important;
  }

  .\33xl\:focus\:-rotate-12:focus {
    --tw-rotate: -12deg !important;
  }

  .\33xl\:focus\:-rotate-6:focus {
    --tw-rotate: -6deg !important;
  }

  .\33xl\:focus\:-rotate-3:focus {
    --tw-rotate: -3deg !important;
  }

  .\33xl\:focus\:-rotate-2:focus {
    --tw-rotate: -2deg !important;
  }

  .\33xl\:focus\:-rotate-1:focus {
    --tw-rotate: -1deg !important;
  }

  .\33xl\:skew-x-0 {
    --tw-skew-x: 0deg !important;
  }

  .\33xl\:skew-x-1 {
    --tw-skew-x: 1deg !important;
  }

  .\33xl\:skew-x-2 {
    --tw-skew-x: 2deg !important;
  }

  .\33xl\:skew-x-3 {
    --tw-skew-x: 3deg !important;
  }

  .\33xl\:skew-x-6 {
    --tw-skew-x: 6deg !important;
  }

  .\33xl\:skew-x-12 {
    --tw-skew-x: 12deg !important;
  }

  .\33xl\:-skew-x-12 {
    --tw-skew-x: -12deg !important;
  }

  .\33xl\:-skew-x-6 {
    --tw-skew-x: -6deg !important;
  }

  .\33xl\:-skew-x-3 {
    --tw-skew-x: -3deg !important;
  }

  .\33xl\:-skew-x-2 {
    --tw-skew-x: -2deg !important;
  }

  .\33xl\:-skew-x-1 {
    --tw-skew-x: -1deg !important;
  }

  .\33xl\:skew-y-0 {
    --tw-skew-y: 0deg !important;
  }

  .\33xl\:skew-y-1 {
    --tw-skew-y: 1deg !important;
  }

  .\33xl\:skew-y-2 {
    --tw-skew-y: 2deg !important;
  }

  .\33xl\:skew-y-3 {
    --tw-skew-y: 3deg !important;
  }

  .\33xl\:skew-y-6 {
    --tw-skew-y: 6deg !important;
  }

  .\33xl\:skew-y-12 {
    --tw-skew-y: 12deg !important;
  }

  .\33xl\:-skew-y-12 {
    --tw-skew-y: -12deg !important;
  }

  .\33xl\:-skew-y-6 {
    --tw-skew-y: -6deg !important;
  }

  .\33xl\:-skew-y-3 {
    --tw-skew-y: -3deg !important;
  }

  .\33xl\:-skew-y-2 {
    --tw-skew-y: -2deg !important;
  }

  .\33xl\:-skew-y-1 {
    --tw-skew-y: -1deg !important;
  }

  .\33xl\:hover\:skew-x-0:hover {
    --tw-skew-x: 0deg !important;
  }

  .\33xl\:hover\:skew-x-1:hover {
    --tw-skew-x: 1deg !important;
  }

  .\33xl\:hover\:skew-x-2:hover {
    --tw-skew-x: 2deg !important;
  }

  .\33xl\:hover\:skew-x-3:hover {
    --tw-skew-x: 3deg !important;
  }

  .\33xl\:hover\:skew-x-6:hover {
    --tw-skew-x: 6deg !important;
  }

  .\33xl\:hover\:skew-x-12:hover {
    --tw-skew-x: 12deg !important;
  }

  .\33xl\:hover\:-skew-x-12:hover {
    --tw-skew-x: -12deg !important;
  }

  .\33xl\:hover\:-skew-x-6:hover {
    --tw-skew-x: -6deg !important;
  }

  .\33xl\:hover\:-skew-x-3:hover {
    --tw-skew-x: -3deg !important;
  }

  .\33xl\:hover\:-skew-x-2:hover {
    --tw-skew-x: -2deg !important;
  }

  .\33xl\:hover\:-skew-x-1:hover {
    --tw-skew-x: -1deg !important;
  }

  .\33xl\:hover\:skew-y-0:hover {
    --tw-skew-y: 0deg !important;
  }

  .\33xl\:hover\:skew-y-1:hover {
    --tw-skew-y: 1deg !important;
  }

  .\33xl\:hover\:skew-y-2:hover {
    --tw-skew-y: 2deg !important;
  }

  .\33xl\:hover\:skew-y-3:hover {
    --tw-skew-y: 3deg !important;
  }

  .\33xl\:hover\:skew-y-6:hover {
    --tw-skew-y: 6deg !important;
  }

  .\33xl\:hover\:skew-y-12:hover {
    --tw-skew-y: 12deg !important;
  }

  .\33xl\:hover\:-skew-y-12:hover {
    --tw-skew-y: -12deg !important;
  }

  .\33xl\:hover\:-skew-y-6:hover {
    --tw-skew-y: -6deg !important;
  }

  .\33xl\:hover\:-skew-y-3:hover {
    --tw-skew-y: -3deg !important;
  }

  .\33xl\:hover\:-skew-y-2:hover {
    --tw-skew-y: -2deg !important;
  }

  .\33xl\:hover\:-skew-y-1:hover {
    --tw-skew-y: -1deg !important;
  }

  .\33xl\:focus\:skew-x-0:focus {
    --tw-skew-x: 0deg !important;
  }

  .\33xl\:focus\:skew-x-1:focus {
    --tw-skew-x: 1deg !important;
  }

  .\33xl\:focus\:skew-x-2:focus {
    --tw-skew-x: 2deg !important;
  }

  .\33xl\:focus\:skew-x-3:focus {
    --tw-skew-x: 3deg !important;
  }

  .\33xl\:focus\:skew-x-6:focus {
    --tw-skew-x: 6deg !important;
  }

  .\33xl\:focus\:skew-x-12:focus {
    --tw-skew-x: 12deg !important;
  }

  .\33xl\:focus\:-skew-x-12:focus {
    --tw-skew-x: -12deg !important;
  }

  .\33xl\:focus\:-skew-x-6:focus {
    --tw-skew-x: -6deg !important;
  }

  .\33xl\:focus\:-skew-x-3:focus {
    --tw-skew-x: -3deg !important;
  }

  .\33xl\:focus\:-skew-x-2:focus {
    --tw-skew-x: -2deg !important;
  }

  .\33xl\:focus\:-skew-x-1:focus {
    --tw-skew-x: -1deg !important;
  }

  .\33xl\:focus\:skew-y-0:focus {
    --tw-skew-y: 0deg !important;
  }

  .\33xl\:focus\:skew-y-1:focus {
    --tw-skew-y: 1deg !important;
  }

  .\33xl\:focus\:skew-y-2:focus {
    --tw-skew-y: 2deg !important;
  }

  .\33xl\:focus\:skew-y-3:focus {
    --tw-skew-y: 3deg !important;
  }

  .\33xl\:focus\:skew-y-6:focus {
    --tw-skew-y: 6deg !important;
  }

  .\33xl\:focus\:skew-y-12:focus {
    --tw-skew-y: 12deg !important;
  }

  .\33xl\:focus\:-skew-y-12:focus {
    --tw-skew-y: -12deg !important;
  }

  .\33xl\:focus\:-skew-y-6:focus {
    --tw-skew-y: -6deg !important;
  }

  .\33xl\:focus\:-skew-y-3:focus {
    --tw-skew-y: -3deg !important;
  }

  .\33xl\:focus\:-skew-y-2:focus {
    --tw-skew-y: -2deg !important;
  }

  .\33xl\:focus\:-skew-y-1:focus {
    --tw-skew-y: -1deg !important;
  }

  .\33xl\:scale-0 {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\33xl\:scale-50 {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\33xl\:scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\33xl\:scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\33xl\:scale-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\33xl\:scale-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\33xl\:scale-105 {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\33xl\:scale-110 {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\33xl\:scale-125 {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\33xl\:scale-150 {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\33xl\:hover\:scale-0:hover {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\33xl\:hover\:scale-50:hover {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\33xl\:hover\:scale-75:hover {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\33xl\:hover\:scale-90:hover {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\33xl\:hover\:scale-95:hover {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\33xl\:hover\:scale-100:hover {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\33xl\:hover\:scale-105:hover {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\33xl\:hover\:scale-110:hover {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\33xl\:hover\:scale-125:hover {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\33xl\:hover\:scale-150:hover {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\33xl\:focus\:scale-0:focus {
    --tw-scale-x: 0 !important;
    --tw-scale-y: 0 !important;
  }

  .\33xl\:focus\:scale-50:focus {
    --tw-scale-x: .5 !important;
    --tw-scale-y: .5 !important;
  }

  .\33xl\:focus\:scale-75:focus {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important;
  }

  .\33xl\:focus\:scale-90:focus {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important;
  }

  .\33xl\:focus\:scale-95:focus {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !important;
  }

  .\33xl\:focus\:scale-100:focus {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !important;
  }

  .\33xl\:focus\:scale-105:focus {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !important;
  }

  .\33xl\:focus\:scale-110:focus {
    --tw-scale-x: 1.1 !important;
    --tw-scale-y: 1.1 !important;
  }

  .\33xl\:focus\:scale-125:focus {
    --tw-scale-x: 1.25 !important;
    --tw-scale-y: 1.25 !important;
  }

  .\33xl\:focus\:scale-150:focus {
    --tw-scale-x: 1.5 !important;
    --tw-scale-y: 1.5 !important;
  }

  .\33xl\:scale-x-0 {
    --tw-scale-x: 0 !important;
  }

  .\33xl\:scale-x-50 {
    --tw-scale-x: .5 !important;
  }

  .\33xl\:scale-x-75 {
    --tw-scale-x: .75 !important;
  }

  .\33xl\:scale-x-90 {
    --tw-scale-x: .9 !important;
  }

  .\33xl\:scale-x-95 {
    --tw-scale-x: .95 !important;
  }

  .\33xl\:scale-x-100 {
    --tw-scale-x: 1 !important;
  }

  .\33xl\:scale-x-105 {
    --tw-scale-x: 1.05 !important;
  }

  .\33xl\:scale-x-110 {
    --tw-scale-x: 1.1 !important;
  }

  .\33xl\:scale-x-125 {
    --tw-scale-x: 1.25 !important;
  }

  .\33xl\:scale-x-150 {
    --tw-scale-x: 1.5 !important;
  }

  .\33xl\:scale-y-0 {
    --tw-scale-y: 0 !important;
  }

  .\33xl\:scale-y-50 {
    --tw-scale-y: .5 !important;
  }

  .\33xl\:scale-y-75 {
    --tw-scale-y: .75 !important;
  }

  .\33xl\:scale-y-90 {
    --tw-scale-y: .9 !important;
  }

  .\33xl\:scale-y-95 {
    --tw-scale-y: .95 !important;
  }

  .\33xl\:scale-y-100 {
    --tw-scale-y: 1 !important;
  }

  .\33xl\:scale-y-105 {
    --tw-scale-y: 1.05 !important;
  }

  .\33xl\:scale-y-110 {
    --tw-scale-y: 1.1 !important;
  }

  .\33xl\:scale-y-125 {
    --tw-scale-y: 1.25 !important;
  }

  .\33xl\:scale-y-150 {
    --tw-scale-y: 1.5 !important;
  }

  .\33xl\:hover\:scale-x-0:hover {
    --tw-scale-x: 0 !important;
  }

  .\33xl\:hover\:scale-x-50:hover {
    --tw-scale-x: .5 !important;
  }

  .\33xl\:hover\:scale-x-75:hover {
    --tw-scale-x: .75 !important;
  }

  .\33xl\:hover\:scale-x-90:hover {
    --tw-scale-x: .9 !important;
  }

  .\33xl\:hover\:scale-x-95:hover {
    --tw-scale-x: .95 !important;
  }

  .\33xl\:hover\:scale-x-100:hover {
    --tw-scale-x: 1 !important;
  }

  .\33xl\:hover\:scale-x-105:hover {
    --tw-scale-x: 1.05 !important;
  }

  .\33xl\:hover\:scale-x-110:hover {
    --tw-scale-x: 1.1 !important;
  }

  .\33xl\:hover\:scale-x-125:hover {
    --tw-scale-x: 1.25 !important;
  }

  .\33xl\:hover\:scale-x-150:hover {
    --tw-scale-x: 1.5 !important;
  }

  .\33xl\:hover\:scale-y-0:hover {
    --tw-scale-y: 0 !important;
  }

  .\33xl\:hover\:scale-y-50:hover {
    --tw-scale-y: .5 !important;
  }

  .\33xl\:hover\:scale-y-75:hover {
    --tw-scale-y: .75 !important;
  }

  .\33xl\:hover\:scale-y-90:hover {
    --tw-scale-y: .9 !important;
  }

  .\33xl\:hover\:scale-y-95:hover {
    --tw-scale-y: .95 !important;
  }

  .\33xl\:hover\:scale-y-100:hover {
    --tw-scale-y: 1 !important;
  }

  .\33xl\:hover\:scale-y-105:hover {
    --tw-scale-y: 1.05 !important;
  }

  .\33xl\:hover\:scale-y-110:hover {
    --tw-scale-y: 1.1 !important;
  }

  .\33xl\:hover\:scale-y-125:hover {
    --tw-scale-y: 1.25 !important;
  }

  .\33xl\:hover\:scale-y-150:hover {
    --tw-scale-y: 1.5 !important;
  }

  .\33xl\:focus\:scale-x-0:focus {
    --tw-scale-x: 0 !important;
  }

  .\33xl\:focus\:scale-x-50:focus {
    --tw-scale-x: .5 !important;
  }

  .\33xl\:focus\:scale-x-75:focus {
    --tw-scale-x: .75 !important;
  }

  .\33xl\:focus\:scale-x-90:focus {
    --tw-scale-x: .9 !important;
  }

  .\33xl\:focus\:scale-x-95:focus {
    --tw-scale-x: .95 !important;
  }

  .\33xl\:focus\:scale-x-100:focus {
    --tw-scale-x: 1 !important;
  }

  .\33xl\:focus\:scale-x-105:focus {
    --tw-scale-x: 1.05 !important;
  }

  .\33xl\:focus\:scale-x-110:focus {
    --tw-scale-x: 1.1 !important;
  }

  .\33xl\:focus\:scale-x-125:focus {
    --tw-scale-x: 1.25 !important;
  }

  .\33xl\:focus\:scale-x-150:focus {
    --tw-scale-x: 1.5 !important;
  }

  .\33xl\:focus\:scale-y-0:focus {
    --tw-scale-y: 0 !important;
  }

  .\33xl\:focus\:scale-y-50:focus {
    --tw-scale-y: .5 !important;
  }

  .\33xl\:focus\:scale-y-75:focus {
    --tw-scale-y: .75 !important;
  }

  .\33xl\:focus\:scale-y-90:focus {
    --tw-scale-y: .9 !important;
  }

  .\33xl\:focus\:scale-y-95:focus {
    --tw-scale-y: .95 !important;
  }

  .\33xl\:focus\:scale-y-100:focus {
    --tw-scale-y: 1 !important;
  }

  .\33xl\:focus\:scale-y-105:focus {
    --tw-scale-y: 1.05 !important;
  }

  .\33xl\:focus\:scale-y-110:focus {
    --tw-scale-y: 1.1 !important;
  }

  .\33xl\:focus\:scale-y-125:focus {
    --tw-scale-y: 1.25 !important;
  }

  .\33xl\:focus\:scale-y-150:focus {
    --tw-scale-y: 1.5 !important;
  }

  .\33xl\:animate-none {
    animation: none !important;
  }

  .\33xl\:animate-spin {
    animation: spin 1s linear infinite !important;
  }

  .\33xl\:animate-ping {
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\33xl\:animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .\33xl\:animate-bounce {
    animation: bounce 1s infinite !important;
  }

  .\33xl\:animate-ping-slow {
    animation: ping 2s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .\33xl\:cursor-auto {
    cursor: auto !important;
  }

  .\33xl\:cursor-default {
    cursor: default !important;
  }

  .\33xl\:cursor-pointer {
    cursor: pointer !important;
  }

  .\33xl\:cursor-wait {
    cursor: wait !important;
  }

  .\33xl\:cursor-text {
    cursor: text !important;
  }

  .\33xl\:cursor-move {
    cursor: move !important;
  }

  .\33xl\:cursor-help {
    cursor: help !important;
  }

  .\33xl\:cursor-not-allowed {
    cursor: not-allowed !important;
  }

  .\33xl\:select-none {
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .\33xl\:select-text {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .\33xl\:select-all {
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .\33xl\:select-auto {
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .\33xl\:resize-none {
    resize: none !important;
  }

  .\33xl\:resize-y {
    resize: vertical !important;
  }

  .\33xl\:resize-x {
    resize: horizontal !important;
  }

  .\33xl\:resize {
    resize: both !important;
  }

  .\33xl\:list-inside {
    list-style-position: inside !important;
  }

  .\33xl\:list-outside {
    list-style-position: outside !important;
  }

  .\33xl\:list-none {
    list-style-type: none !important;
  }

  .\33xl\:list-disc {
    list-style-type: disc !important;
  }

  .\33xl\:list-decimal {
    list-style-type: decimal !important;
  }

  .\33xl\:appearance-none {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .\33xl\:auto-cols-auto {
    grid-auto-columns: auto !important;
  }

  .\33xl\:auto-cols-min {
    grid-auto-columns: min-content !important;
  }

  .\33xl\:auto-cols-max {
    grid-auto-columns: max-content !important;
  }

  .\33xl\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .\33xl\:grid-flow-row {
    grid-auto-flow: row !important;
  }

  .\33xl\:grid-flow-col {
    grid-auto-flow: column !important;
  }

  .\33xl\:grid-flow-row-dense {
    grid-auto-flow: row dense !important;
  }

  .\33xl\:grid-flow-col-dense {
    grid-auto-flow: column dense !important;
  }

  .\33xl\:auto-rows-auto {
    grid-auto-rows: auto !important;
  }

  .\33xl\:auto-rows-min {
    grid-auto-rows: min-content !important;
  }

  .\33xl\:auto-rows-max {
    grid-auto-rows: max-content !important;
  }

  .\33xl\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .\33xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-cols-none {
    grid-template-columns: none !important;
  }

  .\33xl\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .\33xl\:grid-rows-none {
    grid-template-rows: none !important;
  }

  .\33xl\:flex-row {
    flex-direction: row !important;
  }

  .\33xl\:flex-row-reverse {
    flex-direction: row-reverse !important;
  }

  .\33xl\:flex-col {
    flex-direction: column !important;
  }

  .\33xl\:flex-col-reverse {
    flex-direction: column-reverse !important;
  }

  .\33xl\:flex-wrap {
    flex-wrap: wrap !important;
  }

  .\33xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .\33xl\:flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .\33xl\:place-content-center {
    place-content: center !important;
  }

  .\33xl\:place-content-start {
    place-content: start !important;
  }

  .\33xl\:place-content-end {
    place-content: end !important;
  }

  .\33xl\:place-content-between {
    place-content: space-between !important;
  }

  .\33xl\:place-content-around {
    place-content: space-around !important;
  }

  .\33xl\:place-content-evenly {
    place-content: space-evenly !important;
  }

  .\33xl\:place-content-stretch {
    place-content: stretch !important;
  }

  .\33xl\:place-items-start {
    place-items: start !important;
  }

  .\33xl\:place-items-end {
    place-items: end !important;
  }

  .\33xl\:place-items-center {
    place-items: center !important;
  }

  .\33xl\:place-items-stretch {
    place-items: stretch !important;
  }

  .\33xl\:content-center {
    align-content: center !important;
  }

  .\33xl\:content-start {
    align-content: flex-start !important;
  }

  .\33xl\:content-end {
    align-content: flex-end !important;
  }

  .\33xl\:content-between {
    align-content: space-between !important;
  }

  .\33xl\:content-around {
    align-content: space-around !important;
  }

  .\33xl\:content-evenly {
    align-content: space-evenly !important;
  }

  .\33xl\:items-start {
    align-items: flex-start !important;
  }

  .\33xl\:items-end {
    align-items: flex-end !important;
  }

  .\33xl\:items-center {
    align-items: center !important;
  }

  .\33xl\:items-baseline {
    align-items: baseline !important;
  }

  .\33xl\:items-stretch {
    align-items: stretch !important;
  }

  .\33xl\:justify-start {
    justify-content: flex-start !important;
  }

  .\33xl\:justify-end {
    justify-content: flex-end !important;
  }

  .\33xl\:justify-center {
    justify-content: center !important;
  }

  .\33xl\:justify-between {
    justify-content: space-between !important;
  }

  .\33xl\:justify-around {
    justify-content: space-around !important;
  }

  .\33xl\:justify-evenly {
    justify-content: space-evenly !important;
  }

  .\33xl\:justify-items-start {
    justify-items: start !important;
  }

  .\33xl\:justify-items-end {
    justify-items: end !important;
  }

  .\33xl\:justify-items-center {
    justify-items: center !important;
  }

  .\33xl\:justify-items-stretch {
    justify-items: stretch !important;
  }

  .\33xl\:gap-0 {
    gap: 0px !important;
  }

  .\33xl\:gap-1 {
    gap: 0.25rem !important;
  }

  .\33xl\:gap-2 {
    gap: 0.5rem !important;
  }

  .\33xl\:gap-3 {
    gap: 0.75rem !important;
  }

  .\33xl\:gap-4 {
    gap: 1rem !important;
  }

  .\33xl\:gap-5 {
    gap: 1.25rem !important;
  }

  .\33xl\:gap-6 {
    gap: 1.5rem !important;
  }

  .\33xl\:gap-7 {
    gap: 1.75rem !important;
  }

  .\33xl\:gap-8 {
    gap: 2rem !important;
  }

  .\33xl\:gap-9 {
    gap: 2.25rem !important;
  }

  .\33xl\:gap-10 {
    gap: 2.5rem !important;
  }

  .\33xl\:gap-11 {
    gap: 2.75rem !important;
  }

  .\33xl\:gap-12 {
    gap: 3rem !important;
  }

  .\33xl\:gap-14 {
    gap: 3.5rem !important;
  }

  .\33xl\:gap-16 {
    gap: 4rem !important;
  }

  .\33xl\:gap-20 {
    gap: 5rem !important;
  }

  .\33xl\:gap-24 {
    gap: 6rem !important;
  }

  .\33xl\:gap-28 {
    gap: 7rem !important;
  }

  .\33xl\:gap-32 {
    gap: 8rem !important;
  }

  .\33xl\:gap-36 {
    gap: 9rem !important;
  }

  .\33xl\:gap-40 {
    gap: 10rem !important;
  }

  .\33xl\:gap-44 {
    gap: 11rem !important;
  }

  .\33xl\:gap-48 {
    gap: 12rem !important;
  }

  .\33xl\:gap-52 {
    gap: 13rem !important;
  }

  .\33xl\:gap-56 {
    gap: 14rem !important;
  }

  .\33xl\:gap-60 {
    gap: 15rem !important;
  }

  .\33xl\:gap-64 {
    gap: 16rem !important;
  }

  .\33xl\:gap-72 {
    gap: 18.5rem !important;
  }

  .\33xl\:gap-80 {
    gap: 20rem !important;
  }

  .\33xl\:gap-96 {
    gap: 24rem !important;
  }

  .\33xl\:gap-108 {
    gap: 26rem !important;
  }

  .\33xl\:gap-112 {
    gap: 28rem !important;
  }

  .\33xl\:gap-120 {
    gap: 30rem !important;
  }

  .\33xl\:gap-136 {
    gap: 34rem !important;
  }

  .\33xl\:gap-140 {
    gap: 42rem !important;
  }

  .\33xl\:gap-144 {
    gap: 36rem !important;
  }

  .\33xl\:gap-320 {
    gap: 80rem !important;
  }

  .\33xl\:gap-px {
    gap: 1px !important;
  }

  .\33xl\:gap-0\.5 {
    gap: 0.125rem !important;
  }

  .\33xl\:gap-1\.5 {
    gap: 0.375rem !important;
  }

  .\33xl\:gap-2\.5 {
    gap: 0.625rem !important;
  }

  .\33xl\:gap-3\.5 {
    gap: 0.875rem !important;
  }

  .\33xl\:gap-50-em {
    gap: 50em !important;
  }

  .\33xl\:gap-26-em {
    gap: 26em !important;
  }

  .\33xl\:gap-x-0 {
    -moz-column-gap: 0px !important;
         column-gap: 0px !important;
  }

  .\33xl\:gap-x-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .\33xl\:gap-x-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .\33xl\:gap-x-3 {
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .\33xl\:gap-x-4 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .\33xl\:gap-x-5 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .\33xl\:gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .\33xl\:gap-x-7 {
    -moz-column-gap: 1.75rem !important;
         column-gap: 1.75rem !important;
  }

  .\33xl\:gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .\33xl\:gap-x-9 {
    -moz-column-gap: 2.25rem !important;
         column-gap: 2.25rem !important;
  }

  .\33xl\:gap-x-10 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .\33xl\:gap-x-11 {
    -moz-column-gap: 2.75rem !important;
         column-gap: 2.75rem !important;
  }

  .\33xl\:gap-x-12 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .\33xl\:gap-x-14 {
    -moz-column-gap: 3.5rem !important;
         column-gap: 3.5rem !important;
  }

  .\33xl\:gap-x-16 {
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .\33xl\:gap-x-20 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .\33xl\:gap-x-24 {
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .\33xl\:gap-x-28 {
    -moz-column-gap: 7rem !important;
         column-gap: 7rem !important;
  }

  .\33xl\:gap-x-32 {
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .\33xl\:gap-x-36 {
    -moz-column-gap: 9rem !important;
         column-gap: 9rem !important;
  }

  .\33xl\:gap-x-40 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .\33xl\:gap-x-44 {
    -moz-column-gap: 11rem !important;
         column-gap: 11rem !important;
  }

  .\33xl\:gap-x-48 {
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .\33xl\:gap-x-52 {
    -moz-column-gap: 13rem !important;
         column-gap: 13rem !important;
  }

  .\33xl\:gap-x-56 {
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .\33xl\:gap-x-60 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }

  .\33xl\:gap-x-64 {
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .\33xl\:gap-x-72 {
    -moz-column-gap: 18.5rem !important;
         column-gap: 18.5rem !important;
  }

  .\33xl\:gap-x-80 {
    -moz-column-gap: 20rem !important;
         column-gap: 20rem !important;
  }

  .\33xl\:gap-x-96 {
    -moz-column-gap: 24rem !important;
         column-gap: 24rem !important;
  }

  .\33xl\:gap-x-108 {
    -moz-column-gap: 26rem !important;
         column-gap: 26rem !important;
  }

  .\33xl\:gap-x-112 {
    -moz-column-gap: 28rem !important;
         column-gap: 28rem !important;
  }

  .\33xl\:gap-x-120 {
    -moz-column-gap: 30rem !important;
         column-gap: 30rem !important;
  }

  .\33xl\:gap-x-136 {
    -moz-column-gap: 34rem !important;
         column-gap: 34rem !important;
  }

  .\33xl\:gap-x-140 {
    -moz-column-gap: 42rem !important;
         column-gap: 42rem !important;
  }

  .\33xl\:gap-x-144 {
    -moz-column-gap: 36rem !important;
         column-gap: 36rem !important;
  }

  .\33xl\:gap-x-320 {
    -moz-column-gap: 80rem !important;
         column-gap: 80rem !important;
  }

  .\33xl\:gap-x-px {
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .\33xl\:gap-x-0\.5 {
    -moz-column-gap: 0.125rem !important;
         column-gap: 0.125rem !important;
  }

  .\33xl\:gap-x-1\.5 {
    -moz-column-gap: 0.375rem !important;
         column-gap: 0.375rem !important;
  }

  .\33xl\:gap-x-2\.5 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }

  .\33xl\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem !important;
         column-gap: 0.875rem !important;
  }

  .\33xl\:gap-x-50-em {
    -moz-column-gap: 50em !important;
         column-gap: 50em !important;
  }

  .\33xl\:gap-x-26-em {
    -moz-column-gap: 26em !important;
         column-gap: 26em !important;
  }

  .\33xl\:gap-y-0 {
    row-gap: 0px !important;
  }

  .\33xl\:gap-y-1 {
    row-gap: 0.25rem !important;
  }

  .\33xl\:gap-y-2 {
    row-gap: 0.5rem !important;
  }

  .\33xl\:gap-y-3 {
    row-gap: 0.75rem !important;
  }

  .\33xl\:gap-y-4 {
    row-gap: 1rem !important;
  }

  .\33xl\:gap-y-5 {
    row-gap: 1.25rem !important;
  }

  .\33xl\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .\33xl\:gap-y-7 {
    row-gap: 1.75rem !important;
  }

  .\33xl\:gap-y-8 {
    row-gap: 2rem !important;
  }

  .\33xl\:gap-y-9 {
    row-gap: 2.25rem !important;
  }

  .\33xl\:gap-y-10 {
    row-gap: 2.5rem !important;
  }

  .\33xl\:gap-y-11 {
    row-gap: 2.75rem !important;
  }

  .\33xl\:gap-y-12 {
    row-gap: 3rem !important;
  }

  .\33xl\:gap-y-14 {
    row-gap: 3.5rem !important;
  }

  .\33xl\:gap-y-16 {
    row-gap: 4rem !important;
  }

  .\33xl\:gap-y-20 {
    row-gap: 5rem !important;
  }

  .\33xl\:gap-y-24 {
    row-gap: 6rem !important;
  }

  .\33xl\:gap-y-28 {
    row-gap: 7rem !important;
  }

  .\33xl\:gap-y-32 {
    row-gap: 8rem !important;
  }

  .\33xl\:gap-y-36 {
    row-gap: 9rem !important;
  }

  .\33xl\:gap-y-40 {
    row-gap: 10rem !important;
  }

  .\33xl\:gap-y-44 {
    row-gap: 11rem !important;
  }

  .\33xl\:gap-y-48 {
    row-gap: 12rem !important;
  }

  .\33xl\:gap-y-52 {
    row-gap: 13rem !important;
  }

  .\33xl\:gap-y-56 {
    row-gap: 14rem !important;
  }

  .\33xl\:gap-y-60 {
    row-gap: 15rem !important;
  }

  .\33xl\:gap-y-64 {
    row-gap: 16rem !important;
  }

  .\33xl\:gap-y-72 {
    row-gap: 18.5rem !important;
  }

  .\33xl\:gap-y-80 {
    row-gap: 20rem !important;
  }

  .\33xl\:gap-y-96 {
    row-gap: 24rem !important;
  }

  .\33xl\:gap-y-108 {
    row-gap: 26rem !important;
  }

  .\33xl\:gap-y-112 {
    row-gap: 28rem !important;
  }

  .\33xl\:gap-y-120 {
    row-gap: 30rem !important;
  }

  .\33xl\:gap-y-136 {
    row-gap: 34rem !important;
  }

  .\33xl\:gap-y-140 {
    row-gap: 42rem !important;
  }

  .\33xl\:gap-y-144 {
    row-gap: 36rem !important;
  }

  .\33xl\:gap-y-320 {
    row-gap: 80rem !important;
  }

  .\33xl\:gap-y-px {
    row-gap: 1px !important;
  }

  .\33xl\:gap-y-0\.5 {
    row-gap: 0.125rem !important;
  }

  .\33xl\:gap-y-1\.5 {
    row-gap: 0.375rem !important;
  }

  .\33xl\:gap-y-2\.5 {
    row-gap: 0.625rem !important;
  }

  .\33xl\:gap-y-3\.5 {
    row-gap: 0.875rem !important;
  }

  .\33xl\:gap-y-50-em {
    row-gap: 50em !important;
  }

  .\33xl\:gap-y-26-em {
    row-gap: 26em !important;
  }

  .\33xl\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-9rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-11rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-13rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-15rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-18.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-18.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-20rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-24rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-28rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-28rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-30rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-30rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-34rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-34rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-42rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-42rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-36rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-36rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-80rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-80rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-50em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-50em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:-space-x-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(-26em * var(--tw-space-x-reverse)) !important;
    margin-left: calc(-26em * calc(1 - var(--tw-space-x-reverse))) !important;
  }

  .\33xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(9rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(11rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(13rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(15rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(20rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(24rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(28rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(30rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(34rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(42rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(36rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(80rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(50em * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(26em * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-72 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-18.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-18.5rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-96 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-24rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-108 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-112 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-28rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-28rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-120 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-30rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-30rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-136 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-34rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-34rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-140 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-42rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-42rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-144 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-36rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-36rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-320 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-80rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-80rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-50-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-50em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-50em * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:-space-y-26-em > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(-26em * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(-26em * var(--tw-space-y-reverse)) !important;
  }

  .\33xl\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1 !important;
  }

  .\33xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1 !important;
  }

  .\33xl\:divide-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(12px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(12px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(18px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(18px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .\33xl\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(12px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(12px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(18px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(18px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
  }

  .\33xl\:divide-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 1 !important;
  }

  .\33xl\:divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1 !important;
  }

  .\33xl\:divide-solid > :not([hidden]) ~ :not([hidden]) {
    border-style: solid !important;
  }

  .\33xl\:divide-dashed > :not([hidden]) ~ :not([hidden]) {
    border-style: dashed !important;
  }

  .\33xl\:divide-dotted > :not([hidden]) ~ :not([hidden]) {
    border-style: dotted !important;
  }

  .\33xl\:divide-double > :not([hidden]) ~ :not([hidden]) {
    border-style: double !important;
  }

  .\33xl\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none !important;
  }

  .\33xl\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
    border-color: transparent !important;
  }

  .\33xl\:divide-current > :not([hidden]) ~ :not([hidden]) {
    border-color: currentColor !important;
  }

  .\33xl\:divide-black > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-white > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-yellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-accent-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-primary-accent-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-success > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-danger > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-warning > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-info > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-darkgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lightgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#d1ecc5\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#282828\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#bde020\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#efeee8\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#bdc11d\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#039147\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#c3c1bf\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#039047\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-\[\#c8da2e\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxMecanismob > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-fog > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pink-cistitis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purple3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purplebg > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purplebg2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purpleBorder > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purpleIcon > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-purpleTB > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-yellowBtn > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-grayT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-grayTL > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-gray77 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-grayhr > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-whiteTbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-roja > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-anaranjada > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-amarilla > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-ocean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-forest > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-mint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-azul > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-negra > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cadet-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lavender-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cobalt-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-sky-blue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-berry > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-lapis > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-azure > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-pine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-spring > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-slime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-jade-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-jade-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-jade-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cerulean > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-evergreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-admiral > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-denim > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-laurel > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Dpink1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Dblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Dblue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Pgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Metblue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-MetBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-MetBlueGrid1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-MetBlueGrid2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-MetBlueGrid3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-MetBlueLast > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Metwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Pkorange1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Pkorange2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BvpBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BvpPine > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BvpBlue2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BvpGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Pkblue-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Pkblue-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Pkblue-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BpurpleText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BpurpleText2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BgradYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Bgradpurple1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Bpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Bpink2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Bgradpurple2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Bgradpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Bgradwhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BBlue1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-BpinkContainer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-Cpinkcover > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bannerText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-fondoWhite > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bgGrid > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisPink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-footer > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisCarm > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisgrad1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisgrad2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisgrad3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-cisgrad4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxYellow > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxGreenM > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxGreenS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxGreenR > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxGreenT > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxGrayS > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-doxGrayE > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmgreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmsquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmbacksquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmTitle > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dxmFtBG > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-green4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dcnMain > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dcnbl > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dcnsText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dcnsRed > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxPurple > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxSquare > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bgmecanismo > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxText > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-dmxgray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvGray > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bVGreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvMint > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvCadetBlue > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvPuntos > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvSlime > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bvSky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-ash > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-sky > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-blueHepa > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-orange-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-blue-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-gray-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-zomig-gray-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-loblolly-1000 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-fuel-yellow-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mine-shaft-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-mercury-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-porcelain-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-jungle-mist-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-dove-gray-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-500 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-900 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-nebido-my-sin-950 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-thepink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-darkpink > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-bluegreen > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-beyond-green-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-divide-opacity)) !important;
  }

  .\33xl\:divide-opacity-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0 !important;
  }

  .\33xl\:divide-opacity-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.05 !important;
  }

  .\33xl\:divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.1 !important;
  }

  .\33xl\:divide-opacity-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.2 !important;
  }

  .\33xl\:divide-opacity-25 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.25 !important;
  }

  .\33xl\:divide-opacity-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.3 !important;
  }

  .\33xl\:divide-opacity-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.4 !important;
  }

  .\33xl\:divide-opacity-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.5 !important;
  }

  .\33xl\:divide-opacity-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.6 !important;
  }

  .\33xl\:divide-opacity-70 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.7 !important;
  }

  .\33xl\:divide-opacity-75 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.75 !important;
  }

  .\33xl\:divide-opacity-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.8 !important;
  }

  .\33xl\:divide-opacity-90 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.9 !important;
  }

  .\33xl\:divide-opacity-95 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 0.95 !important;
  }

  .\33xl\:divide-opacity-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
  }

  .\33xl\:place-self-auto {
    place-self: auto !important;
  }

  .\33xl\:place-self-start {
    place-self: start !important;
  }

  .\33xl\:place-self-end {
    place-self: end !important;
  }

  .\33xl\:place-self-center {
    place-self: center !important;
  }

  .\33xl\:place-self-stretch {
    place-self: stretch !important;
  }

  .\33xl\:self-auto {
    align-self: auto !important;
  }

  .\33xl\:self-start {
    align-self: flex-start !important;
  }

  .\33xl\:self-end {
    align-self: flex-end !important;
  }

  .\33xl\:self-center {
    align-self: center !important;
  }

  .\33xl\:self-stretch {
    align-self: stretch !important;
  }

  .\33xl\:self-baseline {
    align-self: baseline !important;
  }

  .\33xl\:justify-self-auto {
    justify-self: auto !important;
  }

  .\33xl\:justify-self-start {
    justify-self: start !important;
  }

  .\33xl\:justify-self-end {
    justify-self: end !important;
  }

  .\33xl\:justify-self-center {
    justify-self: center !important;
  }

  .\33xl\:justify-self-stretch {
    justify-self: stretch !important;
  }

  .\33xl\:overflow-auto {
    overflow: auto !important;
  }

  .\33xl\:overflow-hidden {
    overflow: hidden !important;
  }

  .\33xl\:overflow-visible {
    overflow: visible !important;
  }

  .\33xl\:overflow-scroll {
    overflow: scroll !important;
  }

  .\33xl\:overflow-x-auto {
    overflow-x: auto !important;
  }

  .\33xl\:overflow-y-auto {
    overflow-y: auto !important;
  }

  .\33xl\:overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .\33xl\:overflow-y-hidden {
    overflow-y: hidden !important;
  }

  .\33xl\:overflow-x-visible {
    overflow-x: visible !important;
  }

  .\33xl\:overflow-y-visible {
    overflow-y: visible !important;
  }

  .\33xl\:overflow-x-scroll {
    overflow-x: scroll !important;
  }

  .\33xl\:overflow-y-scroll {
    overflow-y: scroll !important;
  }

  .\33xl\:overscroll-auto {
    overscroll-behavior: auto !important;
  }

  .\33xl\:overscroll-contain {
    overscroll-behavior: contain !important;
  }

  .\33xl\:overscroll-none {
    overscroll-behavior: none !important;
  }

  .\33xl\:overscroll-y-auto {
    overscroll-behavior-y: auto !important;
  }

  .\33xl\:overscroll-y-contain {
    overscroll-behavior-y: contain !important;
  }

  .\33xl\:overscroll-y-none {
    overscroll-behavior-y: none !important;
  }

  .\33xl\:overscroll-x-auto {
    overscroll-behavior-x: auto !important;
  }

  .\33xl\:overscroll-x-contain {
    overscroll-behavior-x: contain !important;
  }

  .\33xl\:overscroll-x-none {
    overscroll-behavior-x: none !important;
  }

  .\33xl\:truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .\33xl\:overflow-ellipsis {
    text-overflow: ellipsis !important;
  }

  .\33xl\:overflow-clip {
    text-overflow: clip !important;
  }

  .\33xl\:whitespace-normal {
    white-space: normal !important;
  }

  .\33xl\:whitespace-nowrap {
    white-space: nowrap !important;
  }

  .\33xl\:whitespace-pre {
    white-space: pre !important;
  }

  .\33xl\:whitespace-pre-line {
    white-space: pre-line !important;
  }

  .\33xl\:whitespace-pre-wrap {
    white-space: pre-wrap !important;
  }

  .\33xl\:break-normal {
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .\33xl\:break-words {
    overflow-wrap: break-word !important;
  }

  .\33xl\:break-all {
    word-break: break-all !important;
  }

  .\33xl\:rounded-none {
    border-radius: 0px !important;
  }

  .\33xl\:rounded-sm {
    border-radius: 0.125rem !important;
  }

  .\33xl\:rounded {
    border-radius: 0.25rem !important;
  }

  .\33xl\:rounded-md {
    border-radius: 0.375rem !important;
  }

  .\33xl\:rounded-lg {
    border-radius: 0.5rem !important;
  }

  .\33xl\:rounded-xl {
    border-radius: 0.75rem !important;
  }

  .\33xl\:rounded-2xl {
    border-radius: 1rem !important;
  }

  .\33xl\:rounded-3xl {
    border-radius: 1.5rem !important;
  }

  .\33xl\:rounded-full {
    border-radius: 9999px !important;
  }

  .\33xl\:rounded-8xl {
    border-radius: 4rem !important;
  }

  .\33xl\:rounded-\[calc\(1\.5rem-1px\)\] {
    border-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-t-none {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }

  .\33xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-t {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-t-md {
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-t-2xl {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .\33xl\:rounded-t-3xl {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .\33xl\:rounded-t-8xl {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }

  .\33xl\:rounded-t-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-r-none {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }

  .\33xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-r {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-r-md {
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-r-xl {
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-r-2xl {
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .\33xl\:rounded-r-3xl {
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-r-full {
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .\33xl\:rounded-r-8xl {
    border-top-right-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }

  .\33xl\:rounded-r-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-b-none {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\33xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-b {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-b-2xl {
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\33xl\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-b-full {
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\33xl\:rounded-b-8xl {
    border-bottom-right-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .\33xl\:rounded-b-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-l-none {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .\33xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-l {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-l-md {
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-l-xl {
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-l-2xl {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .\33xl\:rounded-l-3xl {
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-l-full {
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .\33xl\:rounded-l-8xl {
    border-top-left-radius: 4rem !important;
    border-bottom-left-radius: 4rem !important;
  }

  .\33xl\:rounded-l-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-tl-none {
    border-top-left-radius: 0px !important;
  }

  .\33xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-tl {
    border-top-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-tl-xl {
    border-top-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-tl-2xl {
    border-top-left-radius: 1rem !important;
  }

  .\33xl\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-tl-full {
    border-top-left-radius: 9999px !important;
  }

  .\33xl\:rounded-tl-8xl {
    border-top-left-radius: 4rem !important;
  }

  .\33xl\:rounded-tl-\[calc\(1\.5rem-1px\)\] {
    border-top-left-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-tr-none {
    border-top-right-radius: 0px !important;
  }

  .\33xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-tr {
    border-top-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-tr-xl {
    border-top-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-tr-2xl {
    border-top-right-radius: 1rem !important;
  }

  .\33xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-tr-full {
    border-top-right-radius: 9999px !important;
  }

  .\33xl\:rounded-tr-8xl {
    border-top-right-radius: 4rem !important;
  }

  .\33xl\:rounded-tr-\[calc\(1\.5rem-1px\)\] {
    border-top-right-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-br-none {
    border-bottom-right-radius: 0px !important;
  }

  .\33xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem !important;
  }

  .\33xl\:rounded-br {
    border-bottom-right-radius: 0.25rem !important;
  }

  .\33xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem !important;
  }

  .\33xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem !important;
  }

  .\33xl\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem !important;
  }

  .\33xl\:rounded-br-2xl {
    border-bottom-right-radius: 1rem !important;
  }

  .\33xl\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem !important;
  }

  .\33xl\:rounded-br-full {
    border-bottom-right-radius: 9999px !important;
  }

  .\33xl\:rounded-br-8xl {
    border-bottom-right-radius: 4rem !important;
  }

  .\33xl\:rounded-br-\[calc\(1\.5rem-1px\)\] {
    border-bottom-right-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:rounded-bl-none {
    border-bottom-left-radius: 0px !important;
  }

  .\33xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem !important;
  }

  .\33xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .\33xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem !important;
  }

  .\33xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem !important;
  }

  .\33xl\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem !important;
  }

  .\33xl\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem !important;
  }

  .\33xl\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem !important;
  }

  .\33xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
  }

  .\33xl\:rounded-bl-8xl {
    border-bottom-left-radius: 4rem !important;
  }

  .\33xl\:rounded-bl-\[calc\(1\.5rem-1px\)\] {
    border-bottom-left-radius: calc(1.5rem - 1px) !important;
  }

  .\33xl\:border-0 {
    border-width: 0px !important;
  }

  .\33xl\:border-2 {
    border-width: 2px !important;
  }

  .\33xl\:border-4 {
    border-width: 4px !important;
  }

  .\33xl\:border-8 {
    border-width: 8px !important;
  }

  .\33xl\:border-12 {
    border-width: 12px !important;
  }

  .\33xl\:border-18 {
    border-width: 18px !important;
  }

  .\33xl\:border {
    border-width: 1px !important;
  }

  .\33xl\:border-t-0 {
    border-top-width: 0px !important;
  }

  .\33xl\:border-t-2 {
    border-top-width: 2px !important;
  }

  .\33xl\:border-t-4 {
    border-top-width: 4px !important;
  }

  .\33xl\:border-t-8 {
    border-top-width: 8px !important;
  }

  .\33xl\:border-t-12 {
    border-top-width: 12px !important;
  }

  .\33xl\:border-t-18 {
    border-top-width: 18px !important;
  }

  .\33xl\:border-t {
    border-top-width: 1px !important;
  }

  .\33xl\:border-r-0 {
    border-right-width: 0px !important;
  }

  .\33xl\:border-r-2 {
    border-right-width: 2px !important;
  }

  .\33xl\:border-r-4 {
    border-right-width: 4px !important;
  }

  .\33xl\:border-r-8 {
    border-right-width: 8px !important;
  }

  .\33xl\:border-r-12 {
    border-right-width: 12px !important;
  }

  .\33xl\:border-r-18 {
    border-right-width: 18px !important;
  }

  .\33xl\:border-r {
    border-right-width: 1px !important;
  }

  .\33xl\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .\33xl\:border-b-2 {
    border-bottom-width: 2px !important;
  }

  .\33xl\:border-b-4 {
    border-bottom-width: 4px !important;
  }

  .\33xl\:border-b-8 {
    border-bottom-width: 8px !important;
  }

  .\33xl\:border-b-12 {
    border-bottom-width: 12px !important;
  }

  .\33xl\:border-b-18 {
    border-bottom-width: 18px !important;
  }

  .\33xl\:border-b {
    border-bottom-width: 1px !important;
  }

  .\33xl\:border-l-0 {
    border-left-width: 0px !important;
  }

  .\33xl\:border-l-2 {
    border-left-width: 2px !important;
  }

  .\33xl\:border-l-4 {
    border-left-width: 4px !important;
  }

  .\33xl\:border-l-8 {
    border-left-width: 8px !important;
  }

  .\33xl\:border-l-12 {
    border-left-width: 12px !important;
  }

  .\33xl\:border-l-18 {
    border-left-width: 18px !important;
  }

  .\33xl\:border-l {
    border-left-width: 1px !important;
  }

  .\33xl\:border-solid {
    border-style: solid !important;
  }

  .\33xl\:border-dashed {
    border-style: dashed !important;
  }

  .\33xl\:border-dotted {
    border-style: dotted !important;
  }

  .\33xl\:border-double {
    border-style: double !important;
  }

  .\33xl\:border-none {
    border-style: none !important;
  }

  .\33xl\:border-transparent {
    border-color: transparent !important;
  }

  .\33xl\:border-current {
    border-color: currentColor !important;
  }

  .\33xl\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-transparent {
    border-color: transparent !important;
  }

  .group:hover .\33xl\:group-hover\:border-current {
    border-color: currentColor !important;
  }

  .group:hover .\33xl\:group-hover\:border-black {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-white {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-red-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-yellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blue-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-indigo-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-accent-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-primary-accent-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-secondary {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-success {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-danger {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-warning {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-info {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-darkgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lightgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#d1ecc5\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#282828\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#bde020\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#efeee8\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#bdc11d\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#039147\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#c3c1bf\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#039047\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-\[\#c8da2e\] {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxMecanismob {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-fog {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pink-cistitis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purple3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purplebg {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purplebg2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purpleBorder {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purpleIcon {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-purpleTB {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-yellowBtn {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-grayT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-grayTL {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-gray77 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-grayhr {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-whiteTbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-roja {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-anaranjada {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-amarilla {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-ocean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-forest {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-mint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-azul {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-negra {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lime-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cyan-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cadet-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lavender-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cobalt-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-sky-blue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-berry {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-lapis {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-azure {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-pine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-spring {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-slime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-jade-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-jade-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-jade-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cerulean {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-evergreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-admiral {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-denim {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-laurel {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Dpink1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Dblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Dblue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Pgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Metblue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-MetBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-MetBlueGrid1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-MetBlueGrid2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-MetBlueGrid3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-MetBlueLast {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Metwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Pkorange1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Pkorange2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BvpBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BvpPine {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BvpBlue2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BvpGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Pkblue-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Pkblue-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Pkblue-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BpurpleText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BpurpleText2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BgradYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Bgradpurple1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Bpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Bpink2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Bgradpurple2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Bgradpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Bgradwhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BBlue1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-BpinkContainer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-Cpinkcover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bannerText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-fondoWhite {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bgGrid {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisPink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-footer {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisCarm {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisgrad1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisgrad2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisgrad3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-cisgrad4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxYellow {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxGreenM {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxGreenS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxGreenR {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxGreenT {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxGrayS {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-doxGrayE {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmgreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmsquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmbacksquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmTitle {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dxmFtBG {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-green4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dcnMain {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dcnbl {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dcnsText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dcnsRed {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxPurple {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxSquare {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bgmecanismo {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxText {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-dmxgray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvGray {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bVGreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvMint {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvCadetBlue {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvPuntos {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvSlime {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bvSky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-ash {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-sky {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-blueHepa {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-orange-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-3 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-4 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-5 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-6 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-7 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-blue-8 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-gray-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-zomig-gray-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-0 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-2 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-loblolly-1000 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-fuel-yellow-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mine-shaft-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-mercury-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-porcelain-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-jungle-mist-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-dove-gray-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-500 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-600 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-700 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-900 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-nebido-my-sin-950 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-thepink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-darkpink {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-bluegreen {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:border-beyond-green-1 {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-transparent:focus-within {
    border-color: transparent !important;
  }

  .\33xl\:focus-within\:border-current:focus-within {
    border-color: currentColor !important;
  }

  .\33xl\:focus-within\:border-black:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-white:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-red-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-yellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blue-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-indigo-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-accent-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-primary-accent-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-secondary:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-success:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-danger:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-warning:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-info:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-darkgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lightgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#d1ecc5\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#282828\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#bde020\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#efeee8\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#bdc11d\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#039147\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#c3c1bf\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#039047\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-\[\#c8da2e\]:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxMecanismob:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-fog:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pink-cistitis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purple3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purplebg:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purplebg2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purpleBorder:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purpleIcon:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-purpleTB:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-yellowBtn:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-grayT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-grayTL:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-gray77:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-grayhr:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-whiteTbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-roja:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-anaranjada:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-amarilla:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-ocean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-forest:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-mint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-azul:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-negra:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lime-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cyan-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cadet-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lavender-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cobalt-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-sky-blue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-berry:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-lapis:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-azure:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-pine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-spring:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-slime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-jade-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-jade-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-jade-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cerulean:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-evergreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-admiral:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-denim:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-laurel:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Dpink1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Dblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Dblue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Pgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Metblue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-MetBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-MetBlueGrid1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-MetBlueGrid2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-MetBlueGrid3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-MetBlueLast:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Metwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Pkorange1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Pkorange2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BvpBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BvpPine:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BvpBlue2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BvpGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Pkblue-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Pkblue-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Pkblue-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BpurpleText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BpurpleText2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BgradYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Bgradpurple1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Bpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Bpink2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Bgradpurple2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Bgradpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Bgradwhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BBlue1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-BpinkContainer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-Cpinkcover:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bannerText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-fondoWhite:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bgGrid:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisPink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-footer:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisCarm:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisgrad1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisgrad2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisgrad3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-cisgrad4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxYellow:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxGreenM:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxGreenS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxGreenR:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxGreenT:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxGrayS:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-doxGrayE:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmgreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmsquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmbacksquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmTitle:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dxmFtBG:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-green4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dcnMain:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dcnbl:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dcnsText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dcnsRed:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxPurple:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxSquare:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bgmecanismo:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxText:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-dmxgray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvGray:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bVGreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvMint:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvCadetBlue:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvPuntos:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvSlime:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bvSky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-ash:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-sky:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-blueHepa:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-orange-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-3:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-4:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-5:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-6:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-7:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-blue-8:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-gray-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-zomig-gray-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-0:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-2:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-loblolly-1000:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-fuel-yellow-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mine-shaft-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-mercury-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-porcelain-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-jungle-mist-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-dove-gray-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-50:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-100:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-200:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-300:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-400:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-500:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-600:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-700:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-800:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-900:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-nebido-my-sin-950:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-thepink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-darkpink:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-bluegreen:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus-within\:border-beyond-green-1:focus-within {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-transparent:hover {
    border-color: transparent !important;
  }

  .\33xl\:hover\:border-current:hover {
    border-color: currentColor !important;
  }

  .\33xl\:hover\:border-black:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-white:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-red-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-yellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blue-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-indigo-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-accent-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-primary-accent-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-secondary:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-success:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-danger:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-warning:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-info:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-darkgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lightgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#d1ecc5\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#282828\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#bde020\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#efeee8\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#bdc11d\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#039147\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#c3c1bf\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#039047\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-\[\#c8da2e\]:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxMecanismob:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-fog:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pink-cistitis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purple3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purplebg:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purplebg2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purpleBorder:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purpleIcon:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-purpleTB:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-yellowBtn:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-grayT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-grayTL:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-gray77:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-grayhr:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-whiteTbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-roja:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-anaranjada:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-amarilla:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-ocean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-forest:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-mint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-azul:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-negra:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lime-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cyan-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cadet-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lavender-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cobalt-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-sky-blue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-berry:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-lapis:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-azure:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-pine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-spring:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-slime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-jade-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-jade-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-jade-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cerulean:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-evergreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-admiral:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-denim:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-laurel:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Dpink1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Dblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Dblue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Pgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Metblue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-MetBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-MetBlueGrid1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-MetBlueGrid2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-MetBlueGrid3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-MetBlueLast:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Metwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Pkorange1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Pkorange2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BvpBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BvpPine:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BvpBlue2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BvpGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Pkblue-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Pkblue-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Pkblue-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BpurpleText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BpurpleText2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BgradYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Bgradpurple1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Bpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Bpink2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Bgradpurple2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Bgradpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Bgradwhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BBlue1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-BpinkContainer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-Cpinkcover:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bannerText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-fondoWhite:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bgGrid:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisPink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-footer:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisCarm:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisgrad1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisgrad2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisgrad3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-cisgrad4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxYellow:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxGreenM:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxGreenS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxGreenR:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxGreenT:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxGrayS:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-doxGrayE:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmgreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmsquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmbacksquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmTitle:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dxmFtBG:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-green4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dcnMain:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dcnbl:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dcnsText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dcnsRed:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxPurple:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxSquare:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bgmecanismo:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxText:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-dmxgray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvGray:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bVGreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvMint:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvCadetBlue:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvPuntos:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvSlime:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bvSky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-ash:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-sky:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-blueHepa:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-orange-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-3:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-4:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-5:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-6:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-7:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-blue-8:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-gray-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-zomig-gray-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-0:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-2:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-loblolly-1000:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-fuel-yellow-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mine-shaft-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-mercury-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-porcelain-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-jungle-mist-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-dove-gray-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-50:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-100:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-200:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-300:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-400:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-500:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-600:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-700:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-900:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-nebido-my-sin-950:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-thepink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-darkpink:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-bluegreen:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:hover\:border-beyond-green-1:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-transparent:focus {
    border-color: transparent !important;
  }

  .\33xl\:focus\:border-current:focus {
    border-color: currentColor !important;
  }

  .\33xl\:focus\:border-black:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 250, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 161, 170, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 113, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 63, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 24, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 242, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 226, 226, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 202, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 165, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 113, 113, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 68, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(153, 27, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-red-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 29, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-yellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 190, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 253, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 250, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(167, 243, 208, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 231, 183, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 211, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(16, 185, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(4, 120, 87, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 95, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 78, 59, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 246, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 234, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(191, 219, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(147, 197, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(96, 165, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 130, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(29, 78, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 64, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blue-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 58, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(224, 231, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 210, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 180, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 140, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(79, 70, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(67, 56, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 48, 163, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-indigo-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 46, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 66, 160, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 242, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 231, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 207, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(249, 168, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 114, 182, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 72, 153, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(219, 39, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 24, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(157, 23, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 24, 67, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 245, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 235, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(199, 215, 240, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(171, 194, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(143, 174, 224, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 144, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(48, 97, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 81, 146, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 64, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 48, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 113, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-accent-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 228, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-primary-accent-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 219, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 249, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(241, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 230, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 217, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 185, 194, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 141, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(107, 117, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 93, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(64, 70, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-secondary:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(159, 166, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 252, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 250, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 245, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(131, 240, 174, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 234, 147, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 226, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 140, 66, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 117, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(12, 93, 44, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(9, 70, 33, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-success:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(20, 164, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 242, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(250, 229, 233, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 204, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 178, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 153, 166, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(227, 114, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 42, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 35, 58, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(141, 28, 47, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 21, 35, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-danger:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 76, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(253, 248, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 242, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 228, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 215, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 201, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 181, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(196, 138, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 115, 19, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(130, 92, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(98, 69, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-warning:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 161, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 250, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 244, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(206, 233, 242, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(182, 223, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(158, 212, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 196, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 164, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(43, 137, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 109, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(26, 82, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-info:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(84, 180, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-darkgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 107, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lightgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 187, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#d1ecc5\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(209, 236, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#282828\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(40, 40, 40, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#bde020\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 224, 32, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#efeee8\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 238, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#bdc11d\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 193, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#039147\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 145, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#c3c1bf\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(195, 193, 191, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#039047\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(3, 144, 71, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-\[\#c8da2e\]:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 218, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxMecanismob:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(198, 186, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-fog:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(83, 83, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pink-cistitis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(112, 68, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 17, 76, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purple3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(93, 6, 97, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purplebg:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 242, 247, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purplebg2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 194, 213, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purpleBorder:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 30, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purpleIcon:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 162, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-purpleTB:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(212, 198, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 240, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 179, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-yellowBtn:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 193, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-grayT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-grayTL:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 55, 55, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-gray77:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-grayhr:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 211, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-whiteTbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 246, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-roja:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(229, 32, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-anaranjada:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 106, 45, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-amarilla:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 218, 60, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-ocean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-forest:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(127, 184, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-mint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 170, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-azul:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 172, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-negra:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 38, 38, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 254, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 252, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 249, 157, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(190, 242, 100, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(163, 230, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(132, 204, 22, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 163, 13, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 124, 15, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 98, 18, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lime-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(54, 83, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 254, 255, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 250, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(165, 243, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(103, 232, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 211, 238, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(6, 182, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(8, 145, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 94, 117, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cyan-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 78, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cadet-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(22, 70, 130, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lavender-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(42, 126, 222, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cobalt-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 138, 162, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-sky-blue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(81, 193, 209, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-berry:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 164, 186, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-lapis:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(19, 140, 165, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-azure:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 196, 211, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-pine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(156, 239, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-spring:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(121, 202, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-slime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 175, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-jade-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(217, 246, 251, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-jade-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(222, 247, 252, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-jade-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 252, 254, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cerulean:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 234, 239, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-evergreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 190, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-admiral:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 119, 190, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-denim:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 165, 221, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-laurel:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(108, 190, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Dpink1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(231, 79, 119, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Dblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 166, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Dblue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(34, 82, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Pgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 244, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Metblue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-MetBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(32, 91, 135, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-MetBlueGrid1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(45, 181, 212, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-MetBlueGrid2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 184, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-MetBlueGrid3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 171, 187, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-MetBlueLast:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(37, 105, 185, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Metwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Pkorange1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(216, 95, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Pkorange2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(252, 67, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BvpBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(18, 146, 169, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BvpPine:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(155, 228, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BvpBlue2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(27, 90, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BvpGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(21, 159, 110, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Pkblue-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 46, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Pkblue-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 49, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Pkblue-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 66, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BpurpleText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 87, 132, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BpurpleText2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(86, 8, 122, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BgradYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(228, 157, 65, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Bgradpurple1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(173, 100, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Bpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(179, 60, 134, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Bpink2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 203, 218, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Bgradpurple2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 128, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Bgradpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(176, 55, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Bgradwhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 184, 204, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BBlue1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 87, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-BpinkContainer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(200, 84, 156, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-Cpinkcover:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bannerText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(151, 0, 34, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-fondoWhite:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 230, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bgGrid:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(135, 41, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 188, 84, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisPink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-footer:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(51, 51, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(102, 102, 102, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisCarm:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(166, 45, 83, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisgrad1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 58, 107, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisgrad2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 183, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisgrad3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 31, 74, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-cisgrad4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(215, 32, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxYellow:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 234, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxGreenM:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(110, 181, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxGreenS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(161, 209, 92, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxGreenR:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 145, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxGreenT:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 153, 51, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxGrayS:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(218, 221, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-doxGrayE:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 239, 244, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmgreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(30, 131, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmsquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 170, 98, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(111, 180, 68, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmbacksquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(87, 174, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmTitle:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 110, 57, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dxmFtBG:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 77, 77, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(94, 158, 63, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(149, 194, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(24, 182, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-green4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(28, 140, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dcnMain:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 39, 53, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dcnbl:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 117, 201, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dcnsText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 80, 126, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dcnsRed:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 32, 36, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxPurple:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(109, 52, 138, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxSquare:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(197, 185, 207, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bgmecanismo:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(183, 168, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 148, 148, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxText:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(89, 44, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-dmxgray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 177, 196, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvGray:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(50, 50, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 236, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bVGreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(17, 84, 114, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvMint:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(113, 184, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvCadetBlue:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(13, 72, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvPuntos:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 140, 164, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvSlime:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 173, 29, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bvSky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(46, 196, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-ash:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-sky:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(244, 250, 253, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-blueHepa:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-orange-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(239, 128, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 87, 151, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 78, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-3:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 162, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-4:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 82, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-5:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 77, 128, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-6:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 85, 136, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-7:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 165, 217, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-blue-8:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 62, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-gray-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(205, 205, 206, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-zomig-gray-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(201, 201, 203, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-0:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(234, 234, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 206, 216, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-2:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(238, 242, 245, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(211, 222, 228, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 206, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(129, 161, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(97, 134, 150, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(76, 108, 125, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(63, 88, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(55, 75, 85, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(49, 64, 73, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(33, 42, 48, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-loblolly-1000:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 212, 214, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(254, 249, 236, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(251, 238, 202, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(247, 220, 144, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(243, 195, 86, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(240, 171, 42, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(233, 140, 23, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 105, 16, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(172, 73, 17, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(139, 58, 21, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(115, 47, 20, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-fuel-yellow-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(66, 23, 6, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 246, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 231, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(207, 209, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(174, 177, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(133, 137, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 110, 112, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(90, 94, 96, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(77, 79, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 60, 62, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mine-shaft-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 42, 43, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(248, 248, 248, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(232, 232, 232, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(220, 220, 220, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(189, 189, 189, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 152, 152, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 124, 124, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(101, 101, 101, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(82, 82, 82, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(70, 70, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(61, 61, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-mercury-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(41, 41, 41, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(246, 248, 249, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(236, 239, 241, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(214, 221, 225, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(178, 192, 199, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(136, 158, 168, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(106, 130, 141, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(85, 106, 116, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(69, 86, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 73, 80, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(53, 63, 69, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-porcelain-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(35, 42, 46, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 248, 250, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(235, 240, 243, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(210, 223, 229, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(185, 207, 215, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(125, 166, 179, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 139, 155, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 112, 129, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(59, 92, 105, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(52, 77, 88, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(47, 67, 75, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-jungle-mist-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(31, 43, 50, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(245, 245, 246, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(230, 230, 231, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(208, 207, 210, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(175, 174, 178, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(134, 133, 139, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(104, 103, 108, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(92, 91, 95, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(78, 77, 81, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(68, 68, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(60, 60, 61, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-dove-gray-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(38, 37, 39, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-50:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 254, 234, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-100:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 249, 197, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-200:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 243, 133, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-300:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 230, 70, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-400:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 214, 27, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-500:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(255, 181, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-600:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(226, 138, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-700:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 97, 2, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-800:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(152, 75, 8, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-900:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(124, 61, 11, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-nebido-my-sin-950:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(72, 31, 0, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-thepink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(213, 47, 137, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-darkpink:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(145, 0, 93, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-bluegreen:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(0, 160, 175, var(--tw-border-opacity)) !important;
  }

  .\33xl\:focus\:border-beyond-green-1:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgba(1, 160, 89, var(--tw-border-opacity)) !important;
  }

  .\33xl\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .\33xl\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .\33xl\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .\33xl\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .\33xl\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .\33xl\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .\33xl\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .\33xl\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .\33xl\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .\33xl\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .\33xl\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .\33xl\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .\33xl\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .\33xl\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .\33xl\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-0 {
    --tw-border-opacity: 0 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-5 {
    --tw-border-opacity: 0.05 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-10 {
    --tw-border-opacity: 0.1 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-20 {
    --tw-border-opacity: 0.2 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-25 {
    --tw-border-opacity: 0.25 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-30 {
    --tw-border-opacity: 0.3 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-40 {
    --tw-border-opacity: 0.4 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-50 {
    --tw-border-opacity: 0.5 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-60 {
    --tw-border-opacity: 0.6 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-70 {
    --tw-border-opacity: 0.7 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-75 {
    --tw-border-opacity: 0.75 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-80 {
    --tw-border-opacity: 0.8 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-90 {
    --tw-border-opacity: 0.9 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-95 {
    --tw-border-opacity: 0.95 !important;
  }

  .group:hover .\33xl\:group-hover\:border-opacity-100 {
    --tw-border-opacity: 1 !important;
  }

  .\33xl\:focus-within\:border-opacity-0:focus-within {
    --tw-border-opacity: 0 !important;
  }

  .\33xl\:focus-within\:border-opacity-5:focus-within {
    --tw-border-opacity: 0.05 !important;
  }

  .\33xl\:focus-within\:border-opacity-10:focus-within {
    --tw-border-opacity: 0.1 !important;
  }

  .\33xl\:focus-within\:border-opacity-20:focus-within {
    --tw-border-opacity: 0.2 !important;
  }

  .\33xl\:focus-within\:border-opacity-25:focus-within {
    --tw-border-opacity: 0.25 !important;
  }

  .\33xl\:focus-within\:border-opacity-30:focus-within {
    --tw-border-opacity: 0.3 !important;
  }

  .\33xl\:focus-within\:border-opacity-40:focus-within {
    --tw-border-opacity: 0.4 !important;
  }

  .\33xl\:focus-within\:border-opacity-50:focus-within {
    --tw-border-opacity: 0.5 !important;
  }

  .\33xl\:focus-within\:border-opacity-60:focus-within {
    --tw-border-opacity: 0.6 !important;
  }

  .\33xl\:focus-within\:border-opacity-70:focus-within {
    --tw-border-opacity: 0.7 !important;
  }

  .\33xl\:focus-within\:border-opacity-75:focus-within {
    --tw-border-opacity: 0.75 !important;
  }

  .\33xl\:focus-within\:border-opacity-80:focus-within {
    --tw-border-opacity: 0.8 !important;
  }

  .\33xl\:focus-within\:border-opacity-90:focus-within {
    --tw-border-opacity: 0.9 !important;
  }

  .\33xl\:focus-within\:border-opacity-95:focus-within {
    --tw-border-opacity: 0.95 !important;
  }

  .\33xl\:focus-within\:border-opacity-100:focus-within {
    --tw-border-opacity: 1 !important;
  }

  .\33xl\:hover\:border-opacity-0:hover {
    --tw-border-opacity: 0 !important;
  }

  .\33xl\:hover\:border-opacity-5:hover {
    --tw-border-opacity: 0.05 !important;
  }

  .\33xl\:hover\:border-opacity-10:hover {
    --tw-border-opacity: 0.1 !important;
  }

  .\33xl\:hover\:border-opacity-20:hover {
    --tw-border-opacity: 0.2 !important;
  }

  .\33xl\:hover\:border-opacity-25:hover {
    --tw-border-opacity: 0.25 !important;
  }

  .\33xl\:hover\:border-opacity-30:hover {
    --tw-border-opacity: 0.3 !important;
  }

  .\33xl\:hover\:border-opacity-40:hover {
    --tw-border-opacity: 0.4 !important;
  }

  .\33xl\:hover\:border-opacity-50:hover {
    --tw-border-opacity: 0.5 !important;
  }

  .\33xl\:hover\:border-opacity-60:hover {
    --tw-border-opacity: 0.6 !important;
  }

  .\33xl\:hover\:border-opacity-70:hover {
    --tw-border-opacity: 0.7 !important;
  }

  .\33xl\:hover\:border-opacity-75:hover {
    --tw-border-opacity: 0.75 !important;
  }

  .\33xl\:hover\:border-opacity-80:hover {
    --tw-border-opacity: 0.8 !important;
  }

  .\33xl\:hover\:border-opacity-90:hover {
    --tw-border-opacity: 0.9 !important;
  }

  .\33xl\:hover\:border-opacity-95:hover {
    --tw-border-opacity: 0.95 !important;
  }

  .\33xl\:hover\:border-opacity-100:hover {
    --tw-border-opacity: 1 !important;
  }

  .\33xl\:focus\:border-opacity-0:focus {
    --tw-border-opacity: 0 !important;
  }

  .\33xl\:focus\:border-opacity-5:focus {
    --tw-border-opacity: 0.05 !important;
  }

  .\33xl\:focus\:border-opacity-10:focus {
    --tw-border-opacity: 0.1 !important;
  }

  .\33xl\:focus\:border-opacity-20:focus {
    --tw-border-opacity: 0.2 !important;
  }

  .\33xl\:focus\:border-opacity-25:focus {
    --tw-border-opacity: 0.25 !important;
  }

  .\33xl\:focus\:border-opacity-30:focus {
    --tw-border-opacity: 0.3 !important;
  }

  .\33xl\:focus\:border-opacity-40:focus {
    --tw-border-opacity: 0.4 !important;
  }

  .\33xl\:focus\:border-opacity-50:focus {
    --tw-border-opacity: 0.5 !important;
  }

  .\33xl\:focus\:border-opacity-60:focus {
    --tw-border-opacity: 0.6 !important;
  }

  .\33xl\:focus\:border-opacity-70:focus {
    --tw-border-opacity: 0.7 !important;
  }

  .\33xl\:focus\:border-opacity-75:focus {
    --tw-border-opacity: 0.75 !important;
  }

  .\33xl\:focus\:border-opacity-80:focus {
    --tw-border-opacity: 0.8 !important;
  }

  .\33xl\:focus\:border-opacity-90:focus {
    --tw-border-opacity: 0.9 !important;
  }

  .\33xl\:focus\:border-opacity-95:focus {
    --tw-border-opacity: 0.95 !important;
  }

  .\33xl\:focus\:border-opacity-100:focus {
    --tw-border-opacity: 1 !important;
  }

  .\33xl\:bg-transparent {
    background-color: transparent !important;
  }

  .\33xl\:bg-current {
    background-color: currentColor !important;
  }

  .\33xl\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-transparent {
    background-color: transparent !important;
  }

  .group:hover .\33xl\:group-hover\:bg-current {
    background-color: currentColor !important;
  }

  .group:hover .\33xl\:group-hover\:bg-black {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-white {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-red-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-yellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blue-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-indigo-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-accent-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-primary-accent-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-secondary {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-success {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-danger {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-warning {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-info {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-darkgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lightgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#d1ecc5\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#282828\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#bde020\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#efeee8\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#bdc11d\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#039147\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#c3c1bf\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#039047\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-\[\#c8da2e\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxMecanismob {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-fog {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pink-cistitis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purple3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purplebg {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purplebg2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purpleBorder {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purpleIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-purpleTB {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-yellowBtn {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-grayT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-grayTL {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-gray77 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-grayhr {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-whiteTbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-roja {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-anaranjada {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-amarilla {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-ocean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-forest {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-mint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-azul {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-negra {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lime-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cyan-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cadet-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lavender-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cobalt-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-sky-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-berry {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-lapis {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-azure {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-pine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-spring {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-slime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-jade-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-jade-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-jade-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cerulean {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-evergreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-admiral {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-denim {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-laurel {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Dpink1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Dblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Dblue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Pgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Metblue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-MetBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-MetBlueGrid1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-MetBlueGrid2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-MetBlueGrid3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-MetBlueLast {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Metwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Pkorange1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Pkorange2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BvpBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BvpPine {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BvpBlue2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BvpGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Pkblue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Pkblue-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Pkblue-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BpurpleText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BpurpleText2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BgradYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Bgradpurple1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Bpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Bpink2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Bgradpurple2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Bgradpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Bgradwhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BBlue1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-BpinkContainer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-Cpinkcover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bannerText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-fondoWhite {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bgGrid {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisPink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-footer {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisCarm {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisgrad1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisgrad2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisgrad3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-cisgrad4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxYellow {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxGreenM {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxGreenS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxGreenR {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxGreenT {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxGrayS {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-doxGrayE {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmgreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmsquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmbacksquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmTitle {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dxmFtBG {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-green4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dcnMain {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dcnbl {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dcnsText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dcnsRed {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxPurple {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxSquare {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bgmecanismo {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxText {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-dmxgray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvGray {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bVGreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvMint {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvCadetBlue {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvPuntos {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvSlime {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bvSky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-ash {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-sky {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-blueHepa {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-orange-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-4 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-5 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-6 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-7 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-blue-8 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-gray-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-zomig-gray-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-0 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-2 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-loblolly-1000 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-fuel-yellow-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mine-shaft-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-mercury-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-porcelain-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-jungle-mist-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-dove-gray-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-300 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-400 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-500 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-700 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-800 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-900 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-nebido-my-sin-950 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-thepink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-darkpink {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-bluegreen {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:bg-beyond-green-1 {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-transparent:focus-within {
    background-color: transparent !important;
  }

  .\33xl\:focus-within\:bg-current:focus-within {
    background-color: currentColor !important;
  }

  .\33xl\:focus-within\:bg-black:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-white:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-red-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-yellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blue-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-indigo-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-accent-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-primary-accent-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-secondary:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-success:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-danger:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-warning:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-info:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-darkgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lightgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#d1ecc5\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#282828\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#bde020\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#efeee8\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#bdc11d\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#039147\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#c3c1bf\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#039047\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-\[\#c8da2e\]:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxMecanismob:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-fog:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pink-cistitis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purple3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purplebg:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purplebg2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purpleBorder:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purpleIcon:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-purpleTB:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-yellowBtn:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-grayT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-grayTL:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-gray77:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-grayhr:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-whiteTbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-roja:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-anaranjada:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-amarilla:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-ocean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-forest:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-mint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-azul:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-negra:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lime-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cyan-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cadet-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lavender-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cobalt-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-sky-blue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-berry:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-lapis:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-azure:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-pine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-spring:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-slime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-jade-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-jade-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-jade-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cerulean:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-evergreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-admiral:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-denim:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-laurel:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Dpink1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Dblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Dblue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Pgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Metblue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-MetBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-MetBlueGrid1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-MetBlueGrid2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-MetBlueGrid3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-MetBlueLast:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Metwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Pkorange1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Pkorange2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BvpBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BvpPine:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BvpBlue2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BvpGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Pkblue-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Pkblue-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Pkblue-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BpurpleText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BpurpleText2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BgradYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Bgradpurple1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Bpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Bpink2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Bgradpurple2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Bgradpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Bgradwhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BBlue1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-BpinkContainer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-Cpinkcover:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bannerText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-fondoWhite:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bgGrid:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisPink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-footer:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisCarm:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisgrad1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisgrad2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisgrad3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-cisgrad4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxYellow:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxGreenM:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxGreenS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxGreenR:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxGreenT:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxGrayS:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-doxGrayE:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmgreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmsquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmbacksquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmTitle:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dxmFtBG:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-green4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dcnMain:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dcnbl:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dcnsText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dcnsRed:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxPurple:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxSquare:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bgmecanismo:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxText:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-dmxgray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvGray:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bVGreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvMint:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvCadetBlue:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvPuntos:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvSlime:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bvSky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-ash:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-sky:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-blueHepa:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-orange-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-3:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-4:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-5:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-6:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-7:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-blue-8:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-gray-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-zomig-gray-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-0:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-2:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-loblolly-1000:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-fuel-yellow-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mine-shaft-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-mercury-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-porcelain-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-jungle-mist-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-dove-gray-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-50:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-100:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-200:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-300:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-400:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-500:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-600:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-700:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-800:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-900:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-nebido-my-sin-950:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-thepink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-darkpink:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-bluegreen:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus-within\:bg-beyond-green-1:focus-within {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-transparent:hover {
    background-color: transparent !important;
  }

  .\33xl\:hover\:bg-current:hover {
    background-color: currentColor !important;
  }

  .\33xl\:hover\:bg-black:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-red-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-yellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-indigo-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-accent-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-primary-accent-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-secondary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-success:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-danger:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-warning:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-info:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-darkgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lightgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#d1ecc5\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#282828\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#bde020\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#efeee8\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#bdc11d\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#039147\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#c3c1bf\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#039047\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-\[\#c8da2e\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxMecanismob:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-fog:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pink-cistitis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purple3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purplebg:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purplebg2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purpleBorder:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purpleIcon:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-purpleTB:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-yellowBtn:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-grayT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-grayTL:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-gray77:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-grayhr:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-whiteTbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-roja:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-anaranjada:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-amarilla:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-ocean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-forest:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-mint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-azul:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-negra:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lime-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cyan-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cadet-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lavender-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cobalt-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-sky-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-berry:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-lapis:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-azure:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-pine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-spring:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-slime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-jade-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-jade-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-jade-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cerulean:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-evergreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-admiral:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-denim:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-laurel:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Dpink1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Dblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Dblue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Pgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Metblue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-MetBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-MetBlueGrid1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-MetBlueGrid2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-MetBlueGrid3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-MetBlueLast:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Metwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Pkorange1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Pkorange2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BvpBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BvpPine:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BvpBlue2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BvpGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Pkblue-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Pkblue-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Pkblue-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BpurpleText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BpurpleText2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BgradYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Bgradpurple1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Bpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Bpink2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Bgradpurple2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Bgradpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Bgradwhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BBlue1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-BpinkContainer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-Cpinkcover:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bannerText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-fondoWhite:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bgGrid:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisPink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-footer:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisCarm:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisgrad1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisgrad2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisgrad3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-cisgrad4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxYellow:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxGreenM:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxGreenS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxGreenR:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxGreenT:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxGrayS:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-doxGrayE:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmgreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmsquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmbacksquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmTitle:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dxmFtBG:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-green4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dcnMain:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dcnbl:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dcnsText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dcnsRed:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxPurple:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxSquare:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bgmecanismo:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxText:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-dmxgray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvGray:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bVGreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvMint:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvCadetBlue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvPuntos:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvSlime:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bvSky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-ash:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-sky:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-blueHepa:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-orange-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-3:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-4:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-5:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-6:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-7:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-blue-8:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-gray-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-zomig-gray-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-0:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-2:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-loblolly-1000:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-fuel-yellow-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mine-shaft-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-mercury-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-porcelain-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-jungle-mist-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-dove-gray-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-300:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-400:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-700:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-800:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-900:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-nebido-my-sin-950:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-thepink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-darkpink:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-bluegreen:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:hover\:bg-beyond-green-1:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-transparent:focus {
    background-color: transparent !important;
  }

  .\33xl\:focus\:bg-current:focus {
    background-color: currentColor !important;
  }

  .\33xl\:focus\:bg-black:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(39, 39, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 242, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-red-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-yellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 190, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blue-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-indigo-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 66, 160, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 245, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 235, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(199, 215, 240, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(171, 194, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(143, 174, 224, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 144, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(48, 97, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 81, 146, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 64, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 48, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 113, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-accent-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 228, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-primary-accent-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 219, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(241, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 230, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 217, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 185, 194, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 141, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(107, 117, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 93, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(64, 70, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-secondary:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(159, 166, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 252, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 250, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 245, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(131, 240, 174, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 234, 147, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 226, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 140, 66, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 117, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(12, 93, 44, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(9, 70, 33, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-success:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(20, 164, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 242, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 229, 233, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 204, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 178, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 153, 166, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(227, 114, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 42, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 35, 58, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(141, 28, 47, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 21, 35, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-danger:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 76, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(253, 248, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 242, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 228, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 215, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 201, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 181, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 138, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 115, 19, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(130, 92, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(98, 69, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-warning:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 161, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 250, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 244, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(206, 233, 242, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(182, 223, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(158, 212, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 196, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 164, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(43, 137, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 109, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(26, 82, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-info:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(84, 180, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-darkgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 107, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lightgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 187, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#d1ecc5\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(209, 236, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#282828\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(40, 40, 40, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#bde020\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 224, 32, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#efeee8\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 238, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#bdc11d\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 193, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#039147\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 145, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#c3c1bf\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(195, 193, 191, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#039047\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 144, 71, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-\[\#c8da2e\]:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 218, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxMecanismob:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(198, 186, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-fog:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(83, 83, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pink-cistitis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(112, 68, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 17, 76, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purple3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(93, 6, 97, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purplebg:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 242, 247, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purplebg2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 194, 213, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purpleBorder:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 30, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purpleIcon:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 162, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-purpleTB:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(212, 198, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 240, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 179, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-yellowBtn:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 193, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-grayT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-grayTL:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 55, 55, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-gray77:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-grayhr:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 211, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-whiteTbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 246, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-roja:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(229, 32, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-anaranjada:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 106, 45, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-amarilla:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 218, 60, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-ocean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-forest:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(127, 184, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-mint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 170, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-azul:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 172, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-negra:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 38, 38, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 254, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 252, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 249, 157, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(190, 242, 100, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(163, 230, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(132, 204, 22, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 163, 13, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 124, 15, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 98, 18, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lime-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(54, 83, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 250, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(165, 243, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(103, 232, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 211, 238, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(6, 182, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(8, 145, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 94, 117, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cyan-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cadet-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(22, 70, 130, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lavender-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(42, 126, 222, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cobalt-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 138, 162, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-sky-blue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(81, 193, 209, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-berry:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 164, 186, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-lapis:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(19, 140, 165, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-azure:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 196, 211, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-pine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(156, 239, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-spring:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(121, 202, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-slime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 175, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-jade-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(217, 246, 251, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-jade-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(222, 247, 252, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-jade-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 252, 254, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cerulean:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 234, 239, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-evergreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 190, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-admiral:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 119, 190, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-denim:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 165, 221, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-laurel:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(108, 190, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Dpink1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(231, 79, 119, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Dblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 166, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Dblue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(34, 82, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Pgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 244, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Metblue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-MetBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(32, 91, 135, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-MetBlueGrid1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 181, 212, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-MetBlueGrid2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 184, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-MetBlueGrid3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 171, 187, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-MetBlueLast:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(37, 105, 185, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Metwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Pkorange1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(216, 95, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Pkorange2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(252, 67, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BvpBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(18, 146, 169, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BvpPine:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(155, 228, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BvpBlue2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(27, 90, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BvpGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(21, 159, 110, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Pkblue-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 46, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Pkblue-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 49, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Pkblue-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 66, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BpurpleText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 87, 132, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BpurpleText2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(86, 8, 122, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BgradYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(228, 157, 65, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Bgradpurple1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(173, 100, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Bpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(179, 60, 134, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Bpink2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 203, 218, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Bgradpurple2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 128, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Bgradpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(176, 55, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Bgradwhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 184, 204, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BBlue1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 87, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-BpinkContainer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(200, 84, 156, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-Cpinkcover:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bannerText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(151, 0, 34, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-fondoWhite:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 230, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bgGrid:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(135, 41, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 188, 84, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisPink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-footer:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(51, 51, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(102, 102, 102, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisCarm:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(166, 45, 83, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisgrad1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 58, 107, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisgrad2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 183, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisgrad3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 31, 74, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-cisgrad4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(215, 32, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxYellow:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 234, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxGreenM:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 181, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxGreenS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(161, 209, 92, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxGreenR:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 145, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxGreenT:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 153, 51, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxGrayS:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(218, 221, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-doxGrayE:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 239, 244, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmgreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(30, 131, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmsquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 170, 98, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(111, 180, 68, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmbacksquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(87, 174, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmTitle:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 110, 57, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dxmFtBG:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 77, 77, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(94, 158, 63, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(149, 194, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(24, 182, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-green4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(28, 140, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dcnMain:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 39, 53, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dcnbl:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 117, 201, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dcnsText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 80, 126, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dcnsRed:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 32, 36, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxPurple:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(109, 52, 138, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxSquare:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(197, 185, 207, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bgmecanismo:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(183, 168, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 148, 148, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxText:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(89, 44, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-dmxgray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 177, 196, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvGray:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(50, 50, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 236, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bVGreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(17, 84, 114, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvMint:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(113, 184, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvCadetBlue:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(13, 72, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvPuntos:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 140, 164, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvSlime:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 173, 29, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bvSky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(46, 196, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-ash:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-sky:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(244, 250, 253, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-blueHepa:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-orange-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(239, 128, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 87, 151, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 78, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-3:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 162, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-4:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 82, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-5:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 77, 128, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-6:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 85, 136, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-7:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 165, 217, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-blue-8:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 62, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-gray-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(205, 205, 206, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-zomig-gray-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(201, 201, 203, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-0:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(234, 234, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 206, 216, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-2:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(238, 242, 245, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(211, 222, 228, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 206, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(129, 161, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(97, 134, 150, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(76, 108, 125, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(63, 88, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(55, 75, 85, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(49, 64, 73, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(33, 42, 48, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-loblolly-1000:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 212, 214, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(254, 249, 236, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(251, 238, 202, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(247, 220, 144, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(243, 195, 86, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(240, 171, 42, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(233, 140, 23, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 105, 16, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(172, 73, 17, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(139, 58, 21, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(115, 47, 20, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-fuel-yellow-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(66, 23, 6, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 246, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 231, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(207, 209, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(174, 177, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(133, 137, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 110, 112, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(90, 94, 96, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(77, 79, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 60, 62, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mine-shaft-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 42, 43, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(248, 248, 248, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(232, 232, 232, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(189, 189, 189, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 152, 152, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 124, 124, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(101, 101, 101, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(82, 82, 82, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(70, 70, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(61, 61, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-mercury-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(41, 41, 41, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(246, 248, 249, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(236, 239, 241, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(214, 221, 225, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(178, 192, 199, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(136, 158, 168, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(106, 130, 141, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(85, 106, 116, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(69, 86, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 73, 80, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(53, 63, 69, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-porcelain-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(35, 42, 46, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 248, 250, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(235, 240, 243, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(210, 223, 229, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(185, 207, 215, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(125, 166, 179, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 139, 155, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 112, 129, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(59, 92, 105, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(52, 77, 88, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(47, 67, 75, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-jungle-mist-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(31, 43, 50, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(245, 245, 246, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(230, 230, 231, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(208, 207, 210, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(175, 174, 178, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(134, 133, 139, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(104, 103, 108, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(92, 91, 95, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(78, 77, 81, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(68, 68, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(60, 60, 61, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-dove-gray-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(38, 37, 39, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-50:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 254, 234, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-100:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 249, 197, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-200:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 243, 133, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-300:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 230, 70, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-400:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 214, 27, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-500:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 181, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-600:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(226, 138, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-700:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(187, 97, 2, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-800:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(152, 75, 8, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-900:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(124, 61, 11, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-nebido-my-sin-950:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(72, 31, 0, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-thepink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(213, 47, 137, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-darkpink:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(145, 0, 93, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-bluegreen:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(0, 160, 175, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:focus\:bg-beyond-green-1:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(1, 160, 89, var(--tw-bg-opacity)) !important;
  }

  .\33xl\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .\33xl\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .\33xl\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .\33xl\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .\33xl\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .\33xl\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .\33xl\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .\33xl\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .\33xl\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .\33xl\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .\33xl\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .\33xl\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .\33xl\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .\33xl\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .\33xl\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-0 {
    --tw-bg-opacity: 0 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-5 {
    --tw-bg-opacity: 0.05 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-10 {
    --tw-bg-opacity: 0.1 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-20 {
    --tw-bg-opacity: 0.2 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-25 {
    --tw-bg-opacity: 0.25 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-30 {
    --tw-bg-opacity: 0.3 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-40 {
    --tw-bg-opacity: 0.4 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-50 {
    --tw-bg-opacity: 0.5 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-60 {
    --tw-bg-opacity: 0.6 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-70 {
    --tw-bg-opacity: 0.7 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-75 {
    --tw-bg-opacity: 0.75 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-90 {
    --tw-bg-opacity: 0.9 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-95 {
    --tw-bg-opacity: 0.95 !important;
  }

  .group:hover .\33xl\:group-hover\:bg-opacity-100 {
    --tw-bg-opacity: 1 !important;
  }

  .\33xl\:focus-within\:bg-opacity-0:focus-within {
    --tw-bg-opacity: 0 !important;
  }

  .\33xl\:focus-within\:bg-opacity-5:focus-within {
    --tw-bg-opacity: 0.05 !important;
  }

  .\33xl\:focus-within\:bg-opacity-10:focus-within {
    --tw-bg-opacity: 0.1 !important;
  }

  .\33xl\:focus-within\:bg-opacity-20:focus-within {
    --tw-bg-opacity: 0.2 !important;
  }

  .\33xl\:focus-within\:bg-opacity-25:focus-within {
    --tw-bg-opacity: 0.25 !important;
  }

  .\33xl\:focus-within\:bg-opacity-30:focus-within {
    --tw-bg-opacity: 0.3 !important;
  }

  .\33xl\:focus-within\:bg-opacity-40:focus-within {
    --tw-bg-opacity: 0.4 !important;
  }

  .\33xl\:focus-within\:bg-opacity-50:focus-within {
    --tw-bg-opacity: 0.5 !important;
  }

  .\33xl\:focus-within\:bg-opacity-60:focus-within {
    --tw-bg-opacity: 0.6 !important;
  }

  .\33xl\:focus-within\:bg-opacity-70:focus-within {
    --tw-bg-opacity: 0.7 !important;
  }

  .\33xl\:focus-within\:bg-opacity-75:focus-within {
    --tw-bg-opacity: 0.75 !important;
  }

  .\33xl\:focus-within\:bg-opacity-80:focus-within {
    --tw-bg-opacity: 0.8 !important;
  }

  .\33xl\:focus-within\:bg-opacity-90:focus-within {
    --tw-bg-opacity: 0.9 !important;
  }

  .\33xl\:focus-within\:bg-opacity-95:focus-within {
    --tw-bg-opacity: 0.95 !important;
  }

  .\33xl\:focus-within\:bg-opacity-100:focus-within {
    --tw-bg-opacity: 1 !important;
  }

  .\33xl\:hover\:bg-opacity-0:hover {
    --tw-bg-opacity: 0 !important;
  }

  .\33xl\:hover\:bg-opacity-5:hover {
    --tw-bg-opacity: 0.05 !important;
  }

  .\33xl\:hover\:bg-opacity-10:hover {
    --tw-bg-opacity: 0.1 !important;
  }

  .\33xl\:hover\:bg-opacity-20:hover {
    --tw-bg-opacity: 0.2 !important;
  }

  .\33xl\:hover\:bg-opacity-25:hover {
    --tw-bg-opacity: 0.25 !important;
  }

  .\33xl\:hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3 !important;
  }

  .\33xl\:hover\:bg-opacity-40:hover {
    --tw-bg-opacity: 0.4 !important;
  }

  .\33xl\:hover\:bg-opacity-50:hover {
    --tw-bg-opacity: 0.5 !important;
  }

  .\33xl\:hover\:bg-opacity-60:hover {
    --tw-bg-opacity: 0.6 !important;
  }

  .\33xl\:hover\:bg-opacity-70:hover {
    --tw-bg-opacity: 0.7 !important;
  }

  .\33xl\:hover\:bg-opacity-75:hover {
    --tw-bg-opacity: 0.75 !important;
  }

  .\33xl\:hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8 !important;
  }

  .\33xl\:hover\:bg-opacity-90:hover {
    --tw-bg-opacity: 0.9 !important;
  }

  .\33xl\:hover\:bg-opacity-95:hover {
    --tw-bg-opacity: 0.95 !important;
  }

  .\33xl\:hover\:bg-opacity-100:hover {
    --tw-bg-opacity: 1 !important;
  }

  .\33xl\:focus\:bg-opacity-0:focus {
    --tw-bg-opacity: 0 !important;
  }

  .\33xl\:focus\:bg-opacity-5:focus {
    --tw-bg-opacity: 0.05 !important;
  }

  .\33xl\:focus\:bg-opacity-10:focus {
    --tw-bg-opacity: 0.1 !important;
  }

  .\33xl\:focus\:bg-opacity-20:focus {
    --tw-bg-opacity: 0.2 !important;
  }

  .\33xl\:focus\:bg-opacity-25:focus {
    --tw-bg-opacity: 0.25 !important;
  }

  .\33xl\:focus\:bg-opacity-30:focus {
    --tw-bg-opacity: 0.3 !important;
  }

  .\33xl\:focus\:bg-opacity-40:focus {
    --tw-bg-opacity: 0.4 !important;
  }

  .\33xl\:focus\:bg-opacity-50:focus {
    --tw-bg-opacity: 0.5 !important;
  }

  .\33xl\:focus\:bg-opacity-60:focus {
    --tw-bg-opacity: 0.6 !important;
  }

  .\33xl\:focus\:bg-opacity-70:focus {
    --tw-bg-opacity: 0.7 !important;
  }

  .\33xl\:focus\:bg-opacity-75:focus {
    --tw-bg-opacity: 0.75 !important;
  }

  .\33xl\:focus\:bg-opacity-80:focus {
    --tw-bg-opacity: 0.8 !important;
  }

  .\33xl\:focus\:bg-opacity-90:focus {
    --tw-bg-opacity: 0.9 !important;
  }

  .\33xl\:focus\:bg-opacity-95:focus {
    --tw-bg-opacity: 0.95 !important;
  }

  .\33xl\:focus\:bg-opacity-100:focus {
    --tw-bg-opacity: 1 !important;
  }

  .\33xl\:bg-none {
    background-image: none !important;
  }

  .\33xl\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-tr {
    background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-bl {
    background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-gradient-to-tl {
    background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
  }

  .\33xl\:bg-cisbg1 {
    background-image: url('/media/cistitis/01/1-1.png') !important;
  }

  .\33xl\:bg-cisRow {
    background-image: url('/media/cistitis/03/flecha.png') !important;
  }

  .\33xl\:bg-cisStop {
    background-image: url('/media/cistitis/04/4-1.png') !important;
  }

  .\33xl\:bg-cisSmile {
    background-image: url('/media/cistitis/08/8-1.png') !important;
  }

  .\33xl\:bg-cisDress {
    background-image: url('/media/cistitis/07/7-1.png') !important;
  }

  .\33xl\:bg-cisSad {
    background-image: url('/media/cistitis/07/7-2.png') !important;
  }

  .\33xl\:bg-cisCausas {
    background-image: url('/media/cistitis/05/5-1.png') !important;
  }

  .\33xl\:bg-cisRecurrente {
    background-image: url('/media/cistitis/05/5-2.png') !important;
  }

  .\33xl\:bg-cisImpacto {
    background-image: url('/media/cistitis/05/5-3.png') !important;
  }

  .\33xl\:bg-zomig-caps {
    background-image: url('/media/zomig/bg-caps-zoming.png') !important;
  }

  .\33xl\:bg-nebido {
    background-image: url('/media/nebido/blurred-hospital.png') !important;
  }

  .\33xl\:bg-nebidoInd {
    background-image: url('/media/nebido/indicacion-bg.png') !important;
  }

  .\33xl\:bg-nebidoHipogonadismo {
    background-image: url('/media/nebido/hipogonadismo.png') !important;
  }

  .\33xl\:bg-nebido-info {
    background-image: url('/media/nebido/info.png') !important;
  }

  .\33xl\:bg-nebido-third {
    background-image: url('/media/nebido/third-bg.jpg') !important;
  }

  .\33xl\:bg-nebidoFooter {
    background-image: url('/media/nebido/Nebido_web-12.png') !important;
  }

  .\33xl\:bg-nebido-conversor-0 {
    background-image: url('/media/nebido/Nebido_Conversor-04.png') !important;
  }

  .\33xl\:bg-nebido-conversor-1 {
    background-image: url('/media/nebido/Nebido_Conversor-05.png') !important;
  }

  .\33xl\:bg-nebido-conversor-2 {
    background-image: url('/media/nebido/Nebido_Conversor-06.png') !important;
  }

  .\33xl\:bg-nebido-adam {
    background-image: url('/media/nebido/banner-adam.png') !important;
  }

  .\33xl\:bg-nebido-calculadora {
    background-image: url('/media/nebido/banner-calculadora.png') !important;
  }

  .\33xl\:bg-nebido-conversor {
    background-image: url('/media/nebido/banner-conversor.png') !important;
  }

  .\33xl\:bg-bgdoxiproc {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .\33xl\:bg-bgcausa {
    background-image: url('/media/doxiproct/fondoverde.png') !important;
  }

  .\33xl\:bg-bgsintomas {
    background-image: url('/media/doxiproct/fondo3.png') !important;
  }

  .\33xl\:bg-topbg {
    background-image: url('/media/doxiproct/bgtop_1.png') !important;
  }

  .\33xl\:bg-bgddosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .\33xl\:bg-bgdosis {
    background-image: url('/media/doxium/bgdosis.png') !important;
  }

  .\33xl\:bg-bgbeneficios {
    background-image: url('/media/doxium/backSquare.png') !important;
  }

  .\33xl\:bg-bggreen {
    background-image: url('/media/doxium/green.png') !important;
  }

  .\33xl\:bg-bgwhite {
    background-image: url('/media/doxium/whitebg.png') !important;
  }

  .\33xl\:bg-bgarbol {
    background-image: url('/media/doxium/Doxium_web-06.png') !important;
  }

  .\33xl\:bg-bgmcdn {
    background-image: url('/media/dicynoneNew/bgMain.png') !important;
  }

  .\33xl\:bg-bgrcdn {
    background-image: url('/media/dicynoneNew/bg_red.png') !important;
  }

  .\33xl\:bg-bgrdcn {
    background-image: url('/media/dicynoneNew/bg_red_2.png') !important;
  }

  .\33xl\:bg-bgwcdn {
    background-image: url('/media/dicynoneNew/whitebg.png') !important;
  }

  .\33xl\:bg-bgp {
    background-image: url('/media/dicynoneNew/pbg.png') !important;
  }

  .\33xl\:bg-bgbcdn {
    background-image: url('/media/dicynoneNew/bluebg.png') !important;
  }

  .\33xl\:bg-bgpresentaciones {
    background-image: url('/media/dimoflax/cajabg.png') !important;
  }

  .\33xl\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:from-current {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:from-black {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:from-white {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:from-gray-50 {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\33xl\:from-gray-100 {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\33xl\:from-gray-200 {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\33xl\:from-gray-300 {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\33xl\:from-gray-400 {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\33xl\:from-gray-500 {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\33xl\:from-gray-600 {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\33xl\:from-gray-700 {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\33xl\:from-gray-800 {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\33xl\:from-gray-900 {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\33xl\:from-red-50 {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\33xl\:from-red-100 {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\33xl\:from-red-200 {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\33xl\:from-red-300 {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\33xl\:from-red-400 {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\33xl\:from-red-500 {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\33xl\:from-red-600 {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\33xl\:from-red-700 {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\33xl\:from-red-800 {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\33xl\:from-red-900 {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\33xl\:from-yellow {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\33xl\:from-green-50 {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\33xl\:from-green-100 {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\33xl\:from-green-200 {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\33xl\:from-green-300 {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\33xl\:from-green-400 {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\33xl\:from-green-500 {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\33xl\:from-green-600 {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\33xl\:from-green-700 {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\33xl\:from-green-800 {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\33xl\:from-green-900 {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\33xl\:from-blue-50 {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\33xl\:from-blue-100 {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\33xl\:from-blue-200 {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\33xl\:from-blue-300 {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\33xl\:from-blue-400 {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\33xl\:from-blue-500 {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\33xl\:from-blue-600 {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\33xl\:from-blue-700 {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\33xl\:from-blue-800 {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\33xl\:from-blue-900 {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\33xl\:from-indigo-50 {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\33xl\:from-indigo-100 {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\33xl\:from-indigo-200 {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\33xl\:from-indigo-300 {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\33xl\:from-indigo-400 {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\33xl\:from-indigo-500 {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\33xl\:from-indigo-600 {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\33xl\:from-indigo-700 {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\33xl\:from-indigo-800 {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\33xl\:from-indigo-900 {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\33xl\:from-purple {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\33xl\:from-pink-50 {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\33xl\:from-pink-100 {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\33xl\:from-pink-200 {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\33xl\:from-pink-300 {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\33xl\:from-pink-400 {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\33xl\:from-pink-500 {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\33xl\:from-pink-600 {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\33xl\:from-pink-700 {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\33xl\:from-pink-800 {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\33xl\:from-pink-900 {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\33xl\:from-primary-50 {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\33xl\:from-primary-100 {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\33xl\:from-primary-200 {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\33xl\:from-primary-300 {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\33xl\:from-primary-400 {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\33xl\:from-primary-500 {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\33xl\:from-primary-600 {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\33xl\:from-primary-700 {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\33xl\:from-primary-800 {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\33xl\:from-primary-900 {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\33xl\:from-primary {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\33xl\:from-primary-accent-100 {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\33xl\:from-primary-accent-200 {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\33xl\:from-secondary-50 {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\33xl\:from-secondary-100 {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\33xl\:from-secondary-200 {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\33xl\:from-secondary-300 {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\33xl\:from-secondary-400 {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\33xl\:from-secondary-500 {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\33xl\:from-secondary-600 {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\33xl\:from-secondary-700 {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\33xl\:from-secondary-800 {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\33xl\:from-secondary-900 {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\33xl\:from-secondary {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\33xl\:from-success-50 {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\33xl\:from-success-100 {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\33xl\:from-success-200 {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\33xl\:from-success-300 {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\33xl\:from-success-400 {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\33xl\:from-success-500 {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\33xl\:from-success-600 {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\33xl\:from-success-700 {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\33xl\:from-success-800 {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\33xl\:from-success-900 {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\33xl\:from-success {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\33xl\:from-danger-50 {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\33xl\:from-danger-100 {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\33xl\:from-danger-200 {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\33xl\:from-danger-300 {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\33xl\:from-danger-400 {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\33xl\:from-danger-500 {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\33xl\:from-danger-600 {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\33xl\:from-danger-700 {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\33xl\:from-danger-800 {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\33xl\:from-danger-900 {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\33xl\:from-danger {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\33xl\:from-warning-50 {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\33xl\:from-warning-100 {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\33xl\:from-warning-200 {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\33xl\:from-warning-300 {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\33xl\:from-warning-400 {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\33xl\:from-warning-500 {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\33xl\:from-warning-600 {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\33xl\:from-warning-700 {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\33xl\:from-warning-800 {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\33xl\:from-warning-900 {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\33xl\:from-warning {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\33xl\:from-info-50 {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\33xl\:from-info-100 {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\33xl\:from-info-200 {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\33xl\:from-info-300 {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\33xl\:from-info-400 {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\33xl\:from-info-500 {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\33xl\:from-info-600 {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\33xl\:from-info-700 {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\33xl\:from-info-800 {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\33xl\:from-info-900 {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\33xl\:from-info {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\33xl\:from-darkgreen {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\33xl\:from-lightgreen {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\33xl\:from-\[\#d1ecc5\] {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\33xl\:from-\[\#282828\] {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\33xl\:from-\[\#bde020\] {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\33xl\:from-\[\#efeee8\] {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\33xl\:from-\[\#bdc11d\] {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\33xl\:from-\[\#039147\] {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\33xl\:from-\[\#c3c1bf\] {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\33xl\:from-\[\#039047\] {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\33xl\:from-\[\#c8da2e\] {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\33xl\:from-dmxMecanismob {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\33xl\:from-fog {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\33xl\:from-pink-cistitis {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:from-purple1 {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\33xl\:from-purple2 {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\33xl\:from-purple3 {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\33xl\:from-purplebg {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\33xl\:from-purplebg2 {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\33xl\:from-purpleBorder {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\33xl\:from-purpleIcon {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\33xl\:from-purpleTB {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\33xl\:from-yellow-200 {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\33xl\:from-yellow-500 {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\33xl\:from-yellowBtn {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\33xl\:from-grayT {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:from-grayTL {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\33xl\:from-gray77 {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:from-grayhr {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\33xl\:from-whiteTbl {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\33xl\:from-roja {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\33xl\:from-anaranjada {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\33xl\:from-amarilla {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\33xl\:from-ocean {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:from-forest {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\33xl\:from-mint {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\33xl\:from-azul {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\33xl\:from-negra {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\33xl\:from-lime-50 {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\33xl\:from-lime-100 {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\33xl\:from-lime-200 {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\33xl\:from-lime-300 {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\33xl\:from-lime-400 {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\33xl\:from-lime-500 {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\33xl\:from-lime-600 {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\33xl\:from-lime-700 {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\33xl\:from-lime-800 {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\33xl\:from-lime-900 {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\33xl\:from-cyan-50 {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\33xl\:from-cyan-100 {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\33xl\:from-cyan-200 {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\33xl\:from-cyan-300 {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\33xl\:from-cyan-400 {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\33xl\:from-cyan-500 {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\33xl\:from-cyan-600 {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\33xl\:from-cyan-700 {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\33xl\:from-cyan-800 {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\33xl\:from-cyan-900 {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\33xl\:from-cadet-blue {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\33xl\:from-lavender-blue {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\33xl\:from-cobalt-blue {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\33xl\:from-sky-blue {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:from-berry {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\33xl\:from-lapis {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\33xl\:from-azure {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\33xl\:from-pine {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\33xl\:from-spring {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\33xl\:from-slime {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\33xl\:from-jade-50 {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\33xl\:from-jade-500 {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\33xl\:from-jade-900 {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\33xl\:from-cerulean {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\33xl\:from-evergreen {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\33xl\:from-admiral {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\33xl\:from-denim {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\33xl\:from-laurel {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\33xl\:from-Dpink1 {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\33xl\:from-Dblue1 {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\33xl\:from-Dblue2 {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\33xl\:from-Pgray {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\33xl\:from-Metblue1 {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\33xl\:from-MetBlue2 {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\33xl\:from-MetBlueGrid1 {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\33xl\:from-MetBlueGrid2 {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\33xl\:from-MetBlueGrid3 {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\33xl\:from-MetBlueLast {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\33xl\:from-Metwhite {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\33xl\:from-Pkorange1 {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\33xl\:from-Pkorange2 {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\33xl\:from-BvpBlue {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\33xl\:from-BvpPine {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\33xl\:from-BvpBlue2 {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\33xl\:from-BvpGreen {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\33xl\:from-Pkblue-100 {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\33xl\:from-Pkblue-200 {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\33xl\:from-Pkblue-300 {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\33xl\:from-BpurpleText {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\33xl\:from-BpurpleText2 {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\33xl\:from-BgradYellow {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\33xl\:from-Bgradpurple1 {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\33xl\:from-Bpink {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\33xl\:from-Bpink2 {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\33xl\:from-Bgradpurple2 {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\33xl\:from-Bgradpink {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\33xl\:from-Bgradwhite {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\33xl\:from-BBlue1 {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\33xl\:from-BpinkContainer {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\33xl\:from-Cpinkcover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:from-bannerText {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\33xl\:from-fondoWhite {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\33xl\:from-bgGrid {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\33xl\:from-cisYellow {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\33xl\:from-cisPink {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:from-footer {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\33xl\:from-cisGray {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\33xl\:from-cisCarm {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\33xl\:from-cisgrad1 {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\33xl\:from-cisgrad2 {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\33xl\:from-cisgrad3 {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\33xl\:from-cisgrad4 {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\33xl\:from-doxYellow {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\33xl\:from-doxGreenM {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\33xl\:from-doxGreenS {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\33xl\:from-doxGreenR {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\33xl\:from-doxGreenT {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\33xl\:from-doxGrayS {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\33xl\:from-doxGrayE {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\33xl\:from-dxmgreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:from-dxmGreen {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:from-dxmsquare {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\33xl\:from-dxmText {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\33xl\:from-dxmbacksquare {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\33xl\:from-dxmTitle {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\33xl\:from-dxmFtBG {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:from-green1 {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\33xl\:from-green2 {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\33xl\:from-green3 {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\33xl\:from-green4 {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\33xl\:from-dcnMain {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\33xl\:from-dcnbl {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\33xl\:from-dcnsText {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\33xl\:from-dcnsRed {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\33xl\:from-dmxPurple {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\33xl\:from-dmxBlue {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:from-dmxSquare {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\33xl\:from-bgmecanismo {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\33xl\:from-dmxGreen {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:from-dmxText {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\33xl\:from-dmxgray {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\33xl\:from-bvGray {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\33xl\:from-bvBlue {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\33xl\:from-bVGreen {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\33xl\:from-bvMint {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\33xl\:from-bvCadetBlue {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\33xl\:from-bvPuntos {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\33xl\:from-bvSlime {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\33xl\:from-bvSky {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\33xl\:from-ash {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\33xl\:from-sky {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\33xl\:from-blueHepa {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:from-zomig-orange-1 {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\33xl\:from-zomig-blue-1 {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\33xl\:from-zomig-blue-2 {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\33xl\:from-zomig-blue-3 {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\33xl\:from-zomig-blue-4 {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\33xl\:from-zomig-blue-5 {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\33xl\:from-zomig-blue-6 {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\33xl\:from-zomig-blue-7 {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\33xl\:from-zomig-blue-8 {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\33xl\:from-zomig-gray-1 {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\33xl\:from-zomig-gray-2 {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\33xl\:from-nebido-0 {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\33xl\:from-nebido-1 {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\33xl\:from-nebido-2 {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-200 {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-300 {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-400 {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-500 {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-600 {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-700 {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-800 {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-900 {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-950 {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\33xl\:from-nebido-loblolly-1000 {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-50 {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-100 {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-200 {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-300 {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-400 {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-500 {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-600 {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-700 {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-800 {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-900 {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\33xl\:from-nebido-fuel-yellow-950 {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-50 {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-100 {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-200 {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-300 {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-400 {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-500 {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-600 {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-700 {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-800 {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-900 {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\33xl\:from-nebido-mine-shaft-950 {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-50 {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-100 {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-200 {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-300 {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-400 {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-500 {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-600 {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-700 {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-800 {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-900 {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\33xl\:from-nebido-mercury-950 {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-50 {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-100 {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-200 {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-300 {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-400 {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-500 {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-600 {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-700 {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-800 {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-900 {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\33xl\:from-nebido-porcelain-950 {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-50 {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-100 {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-200 {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-300 {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-400 {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-500 {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-600 {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-700 {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-800 {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-900 {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\33xl\:from-nebido-jungle-mist-950 {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-50 {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-100 {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-200 {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-300 {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-400 {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-500 {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-600 {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-700 {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-800 {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-900 {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\33xl\:from-nebido-dove-gray-950 {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-50 {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-100 {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-200 {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-300 {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-400 {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-500 {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-600 {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-700 {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-800 {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-900 {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\33xl\:from-nebido-my-sin-950 {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\33xl\:from-thepink {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\33xl\:from-darkpink {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\33xl\:from-bluegreen {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:from-beyond-green-1 {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\33xl\:hover\:from-transparent:hover {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:from-current:hover {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:from-black:hover {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:from-white:hover {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:from-gray-50:hover {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\33xl\:hover\:from-gray-100:hover {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\33xl\:hover\:from-gray-200:hover {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\33xl\:hover\:from-gray-300:hover {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\33xl\:hover\:from-gray-400:hover {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\33xl\:hover\:from-gray-500:hover {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\33xl\:hover\:from-gray-600:hover {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\33xl\:hover\:from-gray-700:hover {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\33xl\:hover\:from-gray-800:hover {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\33xl\:hover\:from-gray-900:hover {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\33xl\:hover\:from-red-50:hover {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\33xl\:hover\:from-red-100:hover {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\33xl\:hover\:from-red-200:hover {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\33xl\:hover\:from-red-300:hover {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\33xl\:hover\:from-red-400:hover {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\33xl\:hover\:from-red-500:hover {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\33xl\:hover\:from-red-600:hover {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\33xl\:hover\:from-red-700:hover {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\33xl\:hover\:from-red-800:hover {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\33xl\:hover\:from-red-900:hover {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\33xl\:hover\:from-yellow:hover {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\33xl\:hover\:from-green-50:hover {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\33xl\:hover\:from-green-100:hover {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\33xl\:hover\:from-green-200:hover {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\33xl\:hover\:from-green-300:hover {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\33xl\:hover\:from-green-400:hover {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\33xl\:hover\:from-green-500:hover {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\33xl\:hover\:from-green-600:hover {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\33xl\:hover\:from-green-700:hover {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\33xl\:hover\:from-green-800:hover {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\33xl\:hover\:from-green-900:hover {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\33xl\:hover\:from-blue-50:hover {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\33xl\:hover\:from-blue-100:hover {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\33xl\:hover\:from-blue-200:hover {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\33xl\:hover\:from-blue-300:hover {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\33xl\:hover\:from-blue-400:hover {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\33xl\:hover\:from-blue-500:hover {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\33xl\:hover\:from-blue-600:hover {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\33xl\:hover\:from-blue-700:hover {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\33xl\:hover\:from-blue-800:hover {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\33xl\:hover\:from-blue-900:hover {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-50:hover {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-100:hover {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-200:hover {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-300:hover {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-400:hover {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-500:hover {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-600:hover {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-700:hover {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-800:hover {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\33xl\:hover\:from-indigo-900:hover {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\33xl\:hover\:from-purple:hover {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\33xl\:hover\:from-pink-50:hover {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\33xl\:hover\:from-pink-100:hover {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\33xl\:hover\:from-pink-200:hover {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\33xl\:hover\:from-pink-300:hover {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\33xl\:hover\:from-pink-400:hover {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\33xl\:hover\:from-pink-500:hover {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\33xl\:hover\:from-pink-600:hover {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\33xl\:hover\:from-pink-700:hover {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\33xl\:hover\:from-pink-800:hover {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\33xl\:hover\:from-pink-900:hover {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\33xl\:hover\:from-primary-50:hover {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\33xl\:hover\:from-primary-100:hover {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\33xl\:hover\:from-primary-200:hover {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\33xl\:hover\:from-primary-300:hover {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\33xl\:hover\:from-primary-400:hover {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\33xl\:hover\:from-primary-500:hover {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\33xl\:hover\:from-primary-600:hover {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\33xl\:hover\:from-primary-700:hover {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\33xl\:hover\:from-primary-800:hover {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\33xl\:hover\:from-primary-900:hover {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\33xl\:hover\:from-primary:hover {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\33xl\:hover\:from-primary-accent-100:hover {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\33xl\:hover\:from-primary-accent-200:hover {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-50:hover {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-100:hover {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-200:hover {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-300:hover {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-400:hover {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-500:hover {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-600:hover {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-700:hover {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-800:hover {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\33xl\:hover\:from-secondary-900:hover {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\33xl\:hover\:from-secondary:hover {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\33xl\:hover\:from-success-50:hover {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\33xl\:hover\:from-success-100:hover {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\33xl\:hover\:from-success-200:hover {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\33xl\:hover\:from-success-300:hover {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\33xl\:hover\:from-success-400:hover {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\33xl\:hover\:from-success-500:hover {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\33xl\:hover\:from-success-600:hover {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\33xl\:hover\:from-success-700:hover {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\33xl\:hover\:from-success-800:hover {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\33xl\:hover\:from-success-900:hover {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\33xl\:hover\:from-success:hover {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\33xl\:hover\:from-danger-50:hover {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\33xl\:hover\:from-danger-100:hover {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\33xl\:hover\:from-danger-200:hover {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\33xl\:hover\:from-danger-300:hover {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\33xl\:hover\:from-danger-400:hover {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\33xl\:hover\:from-danger-500:hover {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\33xl\:hover\:from-danger-600:hover {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\33xl\:hover\:from-danger-700:hover {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\33xl\:hover\:from-danger-800:hover {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\33xl\:hover\:from-danger-900:hover {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\33xl\:hover\:from-danger:hover {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\33xl\:hover\:from-warning-50:hover {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\33xl\:hover\:from-warning-100:hover {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\33xl\:hover\:from-warning-200:hover {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\33xl\:hover\:from-warning-300:hover {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\33xl\:hover\:from-warning-400:hover {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\33xl\:hover\:from-warning-500:hover {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\33xl\:hover\:from-warning-600:hover {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\33xl\:hover\:from-warning-700:hover {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\33xl\:hover\:from-warning-800:hover {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\33xl\:hover\:from-warning-900:hover {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\33xl\:hover\:from-warning:hover {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\33xl\:hover\:from-info-50:hover {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\33xl\:hover\:from-info-100:hover {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\33xl\:hover\:from-info-200:hover {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\33xl\:hover\:from-info-300:hover {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\33xl\:hover\:from-info-400:hover {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\33xl\:hover\:from-info-500:hover {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\33xl\:hover\:from-info-600:hover {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\33xl\:hover\:from-info-700:hover {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\33xl\:hover\:from-info-800:hover {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\33xl\:hover\:from-info-900:hover {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\33xl\:hover\:from-info:hover {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\33xl\:hover\:from-darkgreen:hover {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\33xl\:hover\:from-lightgreen:hover {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#d1ecc5\]:hover {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#282828\]:hover {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#bde020\]:hover {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#efeee8\]:hover {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#bdc11d\]:hover {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#039147\]:hover {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#c3c1bf\]:hover {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#039047\]:hover {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\33xl\:hover\:from-\[\#c8da2e\]:hover {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\33xl\:hover\:from-dmxMecanismob:hover {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\33xl\:hover\:from-fog:hover {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\33xl\:hover\:from-pink-cistitis:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:from-purple1:hover {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\33xl\:hover\:from-purple2:hover {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\33xl\:hover\:from-purple3:hover {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\33xl\:hover\:from-purplebg:hover {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\33xl\:hover\:from-purplebg2:hover {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\33xl\:hover\:from-purpleBorder:hover {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\33xl\:hover\:from-purpleIcon:hover {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\33xl\:hover\:from-purpleTB:hover {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\33xl\:hover\:from-yellow-200:hover {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\33xl\:hover\:from-yellow-500:hover {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\33xl\:hover\:from-yellowBtn:hover {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\33xl\:hover\:from-grayT:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:hover\:from-grayTL:hover {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\33xl\:hover\:from-gray77:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:hover\:from-grayhr:hover {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\33xl\:hover\:from-whiteTbl:hover {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\33xl\:hover\:from-roja:hover {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\33xl\:hover\:from-anaranjada:hover {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\33xl\:hover\:from-amarilla:hover {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\33xl\:hover\:from-ocean:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:hover\:from-forest:hover {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\33xl\:hover\:from-mint:hover {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\33xl\:hover\:from-azul:hover {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\33xl\:hover\:from-negra:hover {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\33xl\:hover\:from-lime-50:hover {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\33xl\:hover\:from-lime-100:hover {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\33xl\:hover\:from-lime-200:hover {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\33xl\:hover\:from-lime-300:hover {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\33xl\:hover\:from-lime-400:hover {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\33xl\:hover\:from-lime-500:hover {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\33xl\:hover\:from-lime-600:hover {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\33xl\:hover\:from-lime-700:hover {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\33xl\:hover\:from-lime-800:hover {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\33xl\:hover\:from-lime-900:hover {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-50:hover {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-100:hover {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-200:hover {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-300:hover {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-400:hover {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-500:hover {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-600:hover {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-700:hover {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-800:hover {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\33xl\:hover\:from-cyan-900:hover {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\33xl\:hover\:from-cadet-blue:hover {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\33xl\:hover\:from-lavender-blue:hover {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\33xl\:hover\:from-cobalt-blue:hover {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\33xl\:hover\:from-sky-blue:hover {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:hover\:from-berry:hover {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\33xl\:hover\:from-lapis:hover {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\33xl\:hover\:from-azure:hover {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\33xl\:hover\:from-pine:hover {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\33xl\:hover\:from-spring:hover {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\33xl\:hover\:from-slime:hover {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\33xl\:hover\:from-jade-50:hover {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\33xl\:hover\:from-jade-500:hover {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\33xl\:hover\:from-jade-900:hover {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\33xl\:hover\:from-cerulean:hover {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\33xl\:hover\:from-evergreen:hover {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\33xl\:hover\:from-admiral:hover {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\33xl\:hover\:from-denim:hover {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\33xl\:hover\:from-laurel:hover {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\33xl\:hover\:from-Dpink1:hover {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\33xl\:hover\:from-Dblue1:hover {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\33xl\:hover\:from-Dblue2:hover {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\33xl\:hover\:from-Pgray:hover {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\33xl\:hover\:from-Metblue1:hover {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\33xl\:hover\:from-MetBlue2:hover {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\33xl\:hover\:from-MetBlueGrid1:hover {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\33xl\:hover\:from-MetBlueGrid2:hover {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\33xl\:hover\:from-MetBlueGrid3:hover {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\33xl\:hover\:from-MetBlueLast:hover {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\33xl\:hover\:from-Metwhite:hover {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\33xl\:hover\:from-Pkorange1:hover {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\33xl\:hover\:from-Pkorange2:hover {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\33xl\:hover\:from-BvpBlue:hover {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\33xl\:hover\:from-BvpPine:hover {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\33xl\:hover\:from-BvpBlue2:hover {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\33xl\:hover\:from-BvpGreen:hover {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\33xl\:hover\:from-Pkblue-100:hover {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\33xl\:hover\:from-Pkblue-200:hover {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\33xl\:hover\:from-Pkblue-300:hover {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\33xl\:hover\:from-BpurpleText:hover {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\33xl\:hover\:from-BpurpleText2:hover {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\33xl\:hover\:from-BgradYellow:hover {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\33xl\:hover\:from-Bgradpurple1:hover {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\33xl\:hover\:from-Bpink:hover {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\33xl\:hover\:from-Bpink2:hover {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\33xl\:hover\:from-Bgradpurple2:hover {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\33xl\:hover\:from-Bgradpink:hover {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\33xl\:hover\:from-Bgradwhite:hover {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\33xl\:hover\:from-BBlue1:hover {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\33xl\:hover\:from-BpinkContainer:hover {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\33xl\:hover\:from-Cpinkcover:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:from-bannerText:hover {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\33xl\:hover\:from-fondoWhite:hover {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\33xl\:hover\:from-bgGrid:hover {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\33xl\:hover\:from-cisYellow:hover {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\33xl\:hover\:from-cisPink:hover {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:from-footer:hover {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\33xl\:hover\:from-cisGray:hover {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\33xl\:hover\:from-cisCarm:hover {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\33xl\:hover\:from-cisgrad1:hover {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:from-cisgrad2:hover {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\33xl\:hover\:from-cisgrad3:hover {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\33xl\:hover\:from-cisgrad4:hover {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\33xl\:hover\:from-doxYellow:hover {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\33xl\:hover\:from-doxGreenM:hover {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\33xl\:hover\:from-doxGreenS:hover {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\33xl\:hover\:from-doxGreenR:hover {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\33xl\:hover\:from-doxGreenT:hover {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\33xl\:hover\:from-doxGrayS:hover {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\33xl\:hover\:from-doxGrayE:hover {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\33xl\:hover\:from-dxmgreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:hover\:from-dxmGreen:hover {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:hover\:from-dxmsquare:hover {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\33xl\:hover\:from-dxmText:hover {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\33xl\:hover\:from-dxmbacksquare:hover {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\33xl\:hover\:from-dxmTitle:hover {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\33xl\:hover\:from-dxmFtBG:hover {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:hover\:from-green1:hover {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\33xl\:hover\:from-green2:hover {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\33xl\:hover\:from-green3:hover {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\33xl\:hover\:from-green4:hover {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\33xl\:hover\:from-dcnMain:hover {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\33xl\:hover\:from-dcnbl:hover {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\33xl\:hover\:from-dcnsText:hover {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\33xl\:hover\:from-dcnsRed:hover {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\33xl\:hover\:from-dmxPurple:hover {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\33xl\:hover\:from-dmxBlue:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:hover\:from-dmxSquare:hover {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\33xl\:hover\:from-bgmecanismo:hover {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\33xl\:hover\:from-dmxGreen:hover {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:hover\:from-dmxText:hover {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\33xl\:hover\:from-dmxgray:hover {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\33xl\:hover\:from-bvGray:hover {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\33xl\:hover\:from-bvBlue:hover {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\33xl\:hover\:from-bVGreen:hover {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\33xl\:hover\:from-bvMint:hover {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\33xl\:hover\:from-bvCadetBlue:hover {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\33xl\:hover\:from-bvPuntos:hover {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\33xl\:hover\:from-bvSlime:hover {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\33xl\:hover\:from-bvSky:hover {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\33xl\:hover\:from-ash:hover {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\33xl\:hover\:from-sky:hover {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\33xl\:hover\:from-blueHepa:hover {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-orange-1:hover {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-1:hover {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-2:hover {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-3:hover {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-4:hover {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-5:hover {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-6:hover {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-7:hover {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-blue-8:hover {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-gray-1:hover {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\33xl\:hover\:from-zomig-gray-2:hover {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-0:hover {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-1:hover {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-2:hover {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-200:hover {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-300:hover {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-400:hover {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-500:hover {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-600:hover {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-700:hover {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-800:hover {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-900:hover {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-950:hover {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-loblolly-1000:hover {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-50:hover {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-100:hover {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-200:hover {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-300:hover {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-400:hover {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-500:hover {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-600:hover {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-700:hover {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-800:hover {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-900:hover {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-fuel-yellow-950:hover {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-50:hover {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-100:hover {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-200:hover {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-300:hover {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-400:hover {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-500:hover {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-600:hover {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-700:hover {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-800:hover {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-900:hover {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mine-shaft-950:hover {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-50:hover {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-100:hover {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-200:hover {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-300:hover {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-400:hover {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-500:hover {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-600:hover {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-700:hover {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-800:hover {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-900:hover {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-mercury-950:hover {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-50:hover {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-100:hover {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-200:hover {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-300:hover {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-400:hover {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-500:hover {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-600:hover {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-700:hover {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-800:hover {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-900:hover {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-porcelain-950:hover {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-50:hover {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-100:hover {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-200:hover {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-300:hover {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-400:hover {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-500:hover {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-600:hover {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-700:hover {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-800:hover {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-900:hover {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-jungle-mist-950:hover {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-50:hover {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-100:hover {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-200:hover {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-300:hover {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-400:hover {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-500:hover {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-600:hover {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-700:hover {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-800:hover {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-900:hover {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-dove-gray-950:hover {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-50:hover {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-100:hover {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-200:hover {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-300:hover {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-400:hover {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-500:hover {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-600:hover {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-700:hover {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-800:hover {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-900:hover {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\33xl\:hover\:from-nebido-my-sin-950:hover {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\33xl\:hover\:from-thepink:hover {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\33xl\:hover\:from-darkpink:hover {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\33xl\:hover\:from-bluegreen:hover {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:hover\:from-beyond-green-1:hover {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\33xl\:focus\:from-transparent:focus {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:from-current:focus {
    --tw-gradient-from: currentColor !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:from-black:focus {
    --tw-gradient-from: #000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:from-white:focus {
    --tw-gradient-from: #fff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:from-gray-50:focus {
    --tw-gradient-from: #fafafa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\33xl\:focus\:from-gray-100:focus {
    --tw-gradient-from: #f4f4f5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\33xl\:focus\:from-gray-200:focus {
    --tw-gradient-from: #e4e4e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\33xl\:focus\:from-gray-300:focus {
    --tw-gradient-from: #d4d4d8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\33xl\:focus\:from-gray-400:focus {
    --tw-gradient-from: #a1a1aa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\33xl\:focus\:from-gray-500:focus {
    --tw-gradient-from: #71717a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\33xl\:focus\:from-gray-600:focus {
    --tw-gradient-from: #52525b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\33xl\:focus\:from-gray-700:focus {
    --tw-gradient-from: #3f3f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\33xl\:focus\:from-gray-800:focus {
    --tw-gradient-from: #27272a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\33xl\:focus\:from-gray-900:focus {
    --tw-gradient-from: #18181b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\33xl\:focus\:from-red-50:focus {
    --tw-gradient-from: #fef2f2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\33xl\:focus\:from-red-100:focus {
    --tw-gradient-from: #fee2e2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\33xl\:focus\:from-red-200:focus {
    --tw-gradient-from: #fecaca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\33xl\:focus\:from-red-300:focus {
    --tw-gradient-from: #fca5a5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\33xl\:focus\:from-red-400:focus {
    --tw-gradient-from: #f87171 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\33xl\:focus\:from-red-500:focus {
    --tw-gradient-from: #ef4444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\33xl\:focus\:from-red-600:focus {
    --tw-gradient-from: #dc2626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\33xl\:focus\:from-red-700:focus {
    --tw-gradient-from: #b91c1c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\33xl\:focus\:from-red-800:focus {
    --tw-gradient-from: #991b1b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\33xl\:focus\:from-red-900:focus {
    --tw-gradient-from: #7f1d1d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\33xl\:focus\:from-yellow:focus {
    --tw-gradient-from: #F6BE4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\33xl\:focus\:from-green-50:focus {
    --tw-gradient-from: #ecfdf5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\33xl\:focus\:from-green-100:focus {
    --tw-gradient-from: #d1fae5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\33xl\:focus\:from-green-200:focus {
    --tw-gradient-from: #a7f3d0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\33xl\:focus\:from-green-300:focus {
    --tw-gradient-from: #6ee7b7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\33xl\:focus\:from-green-400:focus {
    --tw-gradient-from: #34d399 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\33xl\:focus\:from-green-500:focus {
    --tw-gradient-from: #10b981 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\33xl\:focus\:from-green-600:focus {
    --tw-gradient-from: #059669 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\33xl\:focus\:from-green-700:focus {
    --tw-gradient-from: #047857 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\33xl\:focus\:from-green-800:focus {
    --tw-gradient-from: #065f46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\33xl\:focus\:from-green-900:focus {
    --tw-gradient-from: #064e3b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\33xl\:focus\:from-blue-50:focus {
    --tw-gradient-from: #eff6ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\33xl\:focus\:from-blue-100:focus {
    --tw-gradient-from: #dbeafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\33xl\:focus\:from-blue-200:focus {
    --tw-gradient-from: #bfdbfe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\33xl\:focus\:from-blue-300:focus {
    --tw-gradient-from: #93c5fd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\33xl\:focus\:from-blue-400:focus {
    --tw-gradient-from: #60a5fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\33xl\:focus\:from-blue-500:focus {
    --tw-gradient-from: #3b82f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\33xl\:focus\:from-blue-600:focus {
    --tw-gradient-from: #2563eb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\33xl\:focus\:from-blue-700:focus {
    --tw-gradient-from: #1d4ed8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\33xl\:focus\:from-blue-800:focus {
    --tw-gradient-from: #1e40af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\33xl\:focus\:from-blue-900:focus {
    --tw-gradient-from: #1e3a8a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-50:focus {
    --tw-gradient-from: #eef2ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-100:focus {
    --tw-gradient-from: #e0e7ff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-200:focus {
    --tw-gradient-from: #c7d2fe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-300:focus {
    --tw-gradient-from: #a5b4fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-400:focus {
    --tw-gradient-from: #818cf8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-500:focus {
    --tw-gradient-from: #6366f1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-600:focus {
    --tw-gradient-from: #4f46e5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-700:focus {
    --tw-gradient-from: #4338ca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-800:focus {
    --tw-gradient-from: #3730a3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\33xl\:focus\:from-indigo-900:focus {
    --tw-gradient-from: #312e81 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\33xl\:focus\:from-purple:focus {
    --tw-gradient-from: #6c42a0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\33xl\:focus\:from-pink-50:focus {
    --tw-gradient-from: #fdf2f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\33xl\:focus\:from-pink-100:focus {
    --tw-gradient-from: #fce7f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\33xl\:focus\:from-pink-200:focus {
    --tw-gradient-from: #fbcfe8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\33xl\:focus\:from-pink-300:focus {
    --tw-gradient-from: #f9a8d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\33xl\:focus\:from-pink-400:focus {
    --tw-gradient-from: #f472b6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\33xl\:focus\:from-pink-500:focus {
    --tw-gradient-from: #ec4899 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\33xl\:focus\:from-pink-600:focus {
    --tw-gradient-from: #db2777 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\33xl\:focus\:from-pink-700:focus {
    --tw-gradient-from: #be185d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\33xl\:focus\:from-pink-800:focus {
    --tw-gradient-from: #9d174d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\33xl\:focus\:from-pink-900:focus {
    --tw-gradient-from: #831843 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\33xl\:focus\:from-primary-50:focus {
    --tw-gradient-from: #F1F5FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\33xl\:focus\:from-primary-100:focus {
    --tw-gradient-from: #E3EBF7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\33xl\:focus\:from-primary-200:focus {
    --tw-gradient-from: #C7D7F0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\33xl\:focus\:from-primary-300:focus {
    --tw-gradient-from: #ABC2E8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\33xl\:focus\:from-primary-400:focus {
    --tw-gradient-from: #8FAEE0 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\33xl\:focus\:from-primary-500:focus {
    --tw-gradient-from: #6590D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\33xl\:focus\:from-primary-600:focus {
    --tw-gradient-from: #3061AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\33xl\:focus\:from-primary-700:focus {
    --tw-gradient-from: #285192 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\33xl\:focus\:from-primary-800:focus {
    --tw-gradient-from: #204075 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\33xl\:focus\:from-primary-900:focus {
    --tw-gradient-from: #183058 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\33xl\:focus\:from-primary:focus {
    --tw-gradient-from: #3B71CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\33xl\:focus\:from-primary-accent-100:focus {
    --tw-gradient-from: #d9e4f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\33xl\:focus\:from-primary-accent-200:focus {
    --tw-gradient-from: #cedbee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-50:focus {
    --tw-gradient-from: #F8F9F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-100:focus {
    --tw-gradient-from: #F1F2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-200:focus {
    --tw-gradient-from: #E4E6E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-300:focus {
    --tw-gradient-from: #D6D9DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-400:focus {
    --tw-gradient-from: #C8CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-500:focus {
    --tw-gradient-from: #B3B9C2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-600:focus {
    --tw-gradient-from: #848D9C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-700:focus {
    --tw-gradient-from: #6B7585 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-800:focus {
    --tw-gradient-from: #565D6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\33xl\:focus\:from-secondary-900:focus {
    --tw-gradient-from: #404650 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\33xl\:focus\:from-secondary:focus {
    --tw-gradient-from: #9FA6B2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\33xl\:focus\:from-success-50:focus {
    --tw-gradient-from: #EAFCF2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\33xl\:focus\:from-success-100:focus {
    --tw-gradient-from: #D6FAE4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\33xl\:focus\:from-success-200:focus {
    --tw-gradient-from: #ACF5C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\33xl\:focus\:from-success-300:focus {
    --tw-gradient-from: #83F0AE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\33xl\:focus\:from-success-400:focus {
    --tw-gradient-from: #59EA93 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\33xl\:focus\:from-success-500:focus {
    --tw-gradient-from: #1CE26B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\33xl\:focus\:from-success-600:focus {
    --tw-gradient-from: #118C42 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\33xl\:focus\:from-success-700:focus {
    --tw-gradient-from: #0E7537 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\33xl\:focus\:from-success-800:focus {
    --tw-gradient-from: #0C5D2C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\33xl\:focus\:from-success-900:focus {
    --tw-gradient-from: #094621 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\33xl\:focus\:from-success:focus {
    --tw-gradient-from: #14A44D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\33xl\:focus\:from-danger-50:focus {
    --tw-gradient-from: #FCF2F4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\33xl\:focus\:from-danger-100:focus {
    --tw-gradient-from: #FAE5E9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\33xl\:focus\:from-danger-200:focus {
    --tw-gradient-from: #F5CCD3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\33xl\:focus\:from-danger-300:focus {
    --tw-gradient-from: #F0B2BD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\33xl\:focus\:from-danger-400:focus {
    --tw-gradient-from: #EB99A6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\33xl\:focus\:from-danger-500:focus {
    --tw-gradient-from: #E37285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\33xl\:focus\:from-danger-600:focus {
    --tw-gradient-from: #D42A46 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\33xl\:focus\:from-danger-700:focus {
    --tw-gradient-from: #B0233A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\33xl\:focus\:from-danger-800:focus {
    --tw-gradient-from: #8D1C2F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\33xl\:focus\:from-danger-900:focus {
    --tw-gradient-from: #6A1523 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\33xl\:focus\:from-danger:focus {
    --tw-gradient-from: #DC4C64 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\33xl\:focus\:from-warning-50:focus {
    --tw-gradient-from: #FDF8EF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\33xl\:focus\:from-warning-100:focus {
    --tw-gradient-from: #FBF2DE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\33xl\:focus\:from-warning-200:focus {
    --tw-gradient-from: #F7E4BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\33xl\:focus\:from-warning-300:focus {
    --tw-gradient-from: #F4D79D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\33xl\:focus\:from-warning-400:focus {
    --tw-gradient-from: #F0C97D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\33xl\:focus\:from-warning-500:focus {
    --tw-gradient-from: #EAB54C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\33xl\:focus\:from-warning-600:focus {
    --tw-gradient-from: #C48A17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\33xl\:focus\:from-warning-700:focus {
    --tw-gradient-from: #A37313 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\33xl\:focus\:from-warning-800:focus {
    --tw-gradient-from: #825C0F !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\33xl\:focus\:from-warning-900:focus {
    --tw-gradient-from: #62450B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\33xl\:focus\:from-warning:focus {
    --tw-gradient-from: #E4A11B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\33xl\:focus\:from-info-50:focus {
    --tw-gradient-from: #F3FAFC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\33xl\:focus\:from-info-100:focus {
    --tw-gradient-from: #E7F4F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\33xl\:focus\:from-info-200:focus {
    --tw-gradient-from: #CEE9F2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\33xl\:focus\:from-info-300:focus {
    --tw-gradient-from: #B6DFEC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\33xl\:focus\:from-info-400:focus {
    --tw-gradient-from: #9ED4E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\33xl\:focus\:from-info-500:focus {
    --tw-gradient-from: #79C4DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\33xl\:focus\:from-info-600:focus {
    --tw-gradient-from: #34A4CA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\33xl\:focus\:from-info-700:focus {
    --tw-gradient-from: #2B89A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\33xl\:focus\:from-info-800:focus {
    --tw-gradient-from: #236D86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\33xl\:focus\:from-info-900:focus {
    --tw-gradient-from: #1A5265 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\33xl\:focus\:from-info:focus {
    --tw-gradient-from: #54B4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\33xl\:focus\:from-darkgreen:focus {
    --tw-gradient-from: #066B3D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\33xl\:focus\:from-lightgreen:focus {
    --tw-gradient-from: #70BB44 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#d1ecc5\]:focus {
    --tw-gradient-from: #d1ecc5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#282828\]:focus {
    --tw-gradient-from: #282828 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#bde020\]:focus {
    --tw-gradient-from: #bde020 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#efeee8\]:focus {
    --tw-gradient-from: #efeee8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#bdc11d\]:focus {
    --tw-gradient-from: #bdc11d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#039147\]:focus {
    --tw-gradient-from: #039147 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#c3c1bf\]:focus {
    --tw-gradient-from: #c3c1bf !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#039047\]:focus {
    --tw-gradient-from: #039047 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\33xl\:focus\:from-\[\#c8da2e\]:focus {
    --tw-gradient-from: #c8da2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\33xl\:focus\:from-dmxMecanismob:focus {
    --tw-gradient-from: #c6bad2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\33xl\:focus\:from-fog:focus {
    --tw-gradient-from: #535353 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\33xl\:focus\:from-pink-cistitis:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:from-purple1:focus {
    --tw-gradient-from: #70447A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\33xl\:focus\:from-purple2:focus {
    --tw-gradient-from: #42114C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\33xl\:focus\:from-purple3:focus {
    --tw-gradient-from: #5D0661 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\33xl\:focus\:from-purplebg:focus {
    --tw-gradient-from: #F7F2F7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\33xl\:focus\:from-purplebg2:focus {
    --tw-gradient-from: #D2C2D5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\33xl\:focus\:from-purpleBorder:focus {
    --tw-gradient-from: #3B1E4B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\33xl\:focus\:from-purpleIcon:focus {
    --tw-gradient-from: #B0A2B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\33xl\:focus\:from-purpleTB:focus {
    --tw-gradient-from: #D4C6DC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\33xl\:focus\:from-yellow-200:focus {
    --tw-gradient-from: #fef08a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\33xl\:focus\:from-yellow-500:focus {
    --tw-gradient-from: #eab308 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\33xl\:focus\:from-yellowBtn:focus {
    --tw-gradient-from: #F7C139 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\33xl\:focus\:from-grayT:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:focus\:from-grayTL:focus {
    --tw-gradient-from: #363737 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\33xl\:focus\:from-gray77:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:focus\:from-grayhr:focus {
    --tw-gradient-from: #D3D3D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\33xl\:focus\:from-whiteTbl:focus {
    --tw-gradient-from: #F8F6F9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\33xl\:focus\:from-roja:focus {
    --tw-gradient-from: #E52027 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\33xl\:focus\:from-anaranjada:focus {
    --tw-gradient-from: #EB6A2D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\33xl\:focus\:from-amarilla:focus {
    --tw-gradient-from: #FBDA3C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\33xl\:focus\:from-ocean:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:focus\:from-forest:focus {
    --tw-gradient-from: #7FB80D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\33xl\:focus\:from-mint:focus {
    --tw-gradient-from: #67AA35 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\33xl\:focus\:from-azul:focus {
    --tw-gradient-from: #4BACCF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\33xl\:focus\:from-negra:focus {
    --tw-gradient-from: #262626 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\33xl\:focus\:from-lime-50:focus {
    --tw-gradient-from: #f7fee7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\33xl\:focus\:from-lime-100:focus {
    --tw-gradient-from: #ecfccb !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\33xl\:focus\:from-lime-200:focus {
    --tw-gradient-from: #d9f99d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\33xl\:focus\:from-lime-300:focus {
    --tw-gradient-from: #bef264 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\33xl\:focus\:from-lime-400:focus {
    --tw-gradient-from: #a3e635 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\33xl\:focus\:from-lime-500:focus {
    --tw-gradient-from: #84cc16 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\33xl\:focus\:from-lime-600:focus {
    --tw-gradient-from: #65a30d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\33xl\:focus\:from-lime-700:focus {
    --tw-gradient-from: #4d7c0f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\33xl\:focus\:from-lime-800:focus {
    --tw-gradient-from: #3f6212 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\33xl\:focus\:from-lime-900:focus {
    --tw-gradient-from: #365314 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-50:focus {
    --tw-gradient-from: #ecfeff !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-100:focus {
    --tw-gradient-from: #cffafe !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-200:focus {
    --tw-gradient-from: #a5f3fc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-300:focus {
    --tw-gradient-from: #67e8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-400:focus {
    --tw-gradient-from: #22d3ee !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-500:focus {
    --tw-gradient-from: #06b6d4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-600:focus {
    --tw-gradient-from: #0891b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-700:focus {
    --tw-gradient-from: #0e7490 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-800:focus {
    --tw-gradient-from: #155e75 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\33xl\:focus\:from-cyan-900:focus {
    --tw-gradient-from: #164e63 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\33xl\:focus\:from-cadet-blue:focus {
    --tw-gradient-from: #164682 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\33xl\:focus\:from-lavender-blue:focus {
    --tw-gradient-from: #2A7EDE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\33xl\:focus\:from-cobalt-blue:focus {
    --tw-gradient-from: #218AA2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\33xl\:focus\:from-sky-blue:focus {
    --tw-gradient-from: #51C1D1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:focus\:from-berry:focus {
    --tw-gradient-from: #01A4BA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\33xl\:focus\:from-lapis:focus {
    --tw-gradient-from: #138CA5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\33xl\:focus\:from-azure:focus {
    --tw-gradient-from: #1EC4D3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\33xl\:focus\:from-pine:focus {
    --tw-gradient-from: #9CEFC7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\33xl\:focus\:from-spring:focus {
    --tw-gradient-from: #79CA00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\33xl\:focus\:from-slime:focus {
    --tw-gradient-from: #4EAF00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\33xl\:focus\:from-jade-50:focus {
    --tw-gradient-from: #D9F6FB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\33xl\:focus\:from-jade-500:focus {
    --tw-gradient-from: #DEF7FC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\33xl\:focus\:from-jade-900:focus {
    --tw-gradient-from: #EEFCFE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\33xl\:focus\:from-cerulean:focus {
    --tw-gradient-from: #D3EAEF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\33xl\:focus\:from-evergreen:focus {
    --tw-gradient-from: #6DBE4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\33xl\:focus\:from-admiral:focus {
    --tw-gradient-from: #2377BE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\33xl\:focus\:from-denim:focus {
    --tw-gradient-from: #37A5DD !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\33xl\:focus\:from-laurel:focus {
    --tw-gradient-from: #6CBE51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\33xl\:focus\:from-Dpink1:focus {
    --tw-gradient-from: #E74F77 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\33xl\:focus\:from-Dblue1:focus {
    --tw-gradient-from: #42A6B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\33xl\:focus\:from-Dblue2:focus {
    --tw-gradient-from: #225258 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\33xl\:focus\:from-Pgray:focus {
    --tw-gradient-from: #f4f4f4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\33xl\:focus\:from-Metblue1:focus {
    --tw-gradient-from: #4BB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\33xl\:focus\:from-MetBlue2:focus {
    --tw-gradient-from: #205B87 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\33xl\:focus\:from-MetBlueGrid1:focus {
    --tw-gradient-from: #2DB5D4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\33xl\:focus\:from-MetBlueGrid2:focus {
    --tw-gradient-from: #2569B8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\33xl\:focus\:from-MetBlueGrid3:focus {
    --tw-gradient-from: #42ABBB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\33xl\:focus\:from-MetBlueLast:focus {
    --tw-gradient-from: #2569B9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\33xl\:focus\:from-Metwhite:focus {
    --tw-gradient-from: #F5F5F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\33xl\:focus\:from-Pkorange1:focus {
    --tw-gradient-from: #D85F2A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\33xl\:focus\:from-Pkorange2:focus {
    --tw-gradient-from: #FC4300 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\33xl\:focus\:from-BvpBlue:focus {
    --tw-gradient-from: #1292A9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\33xl\:focus\:from-BvpPine:focus {
    --tw-gradient-from: #9BE4C7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\33xl\:focus\:from-BvpBlue2:focus {
    --tw-gradient-from: #1B5A90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\33xl\:focus\:from-BvpGreen:focus {
    --tw-gradient-from: #159F6E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\33xl\:focus\:from-Pkblue-100:focus {
    --tw-gradient-from: #212E60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\33xl\:focus\:from-Pkblue-200:focus {
    --tw-gradient-from: #003184 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\33xl\:focus\:from-Pkblue-300:focus {
    --tw-gradient-from: #004284 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\33xl\:focus\:from-BpurpleText:focus {
    --tw-gradient-from: #465784 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\33xl\:focus\:from-BpurpleText2:focus {
    --tw-gradient-from: #56087A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\33xl\:focus\:from-BgradYellow:focus {
    --tw-gradient-from: #E49D41 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\33xl\:focus\:from-Bgradpurple1:focus {
    --tw-gradient-from: #AD6498 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\33xl\:focus\:from-Bpink:focus {
    --tw-gradient-from: #B33C86 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\33xl\:focus\:from-Bpink2:focus {
    --tw-gradient-from: #E9CBDA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\33xl\:focus\:from-Bgradpurple2:focus {
    --tw-gradient-from: #3B80A8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\33xl\:focus\:from-Bgradpink:focus {
    --tw-gradient-from: #B03780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\33xl\:focus\:from-Bgradwhite:focus {
    --tw-gradient-from: #CDB8CC !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\33xl\:focus\:from-BBlue1:focus {
    --tw-gradient-from: #455780 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\33xl\:focus\:from-BpinkContainer:focus {
    --tw-gradient-from: #C8549C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\33xl\:focus\:from-Cpinkcover:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:from-bannerText:focus {
    --tw-gradient-from: #970022 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\33xl\:focus\:from-fondoWhite:focus {
    --tw-gradient-from: #E6E6E6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\33xl\:focus\:from-bgGrid:focus {
    --tw-gradient-from: #872944 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\33xl\:focus\:from-cisYellow:focus {
    --tw-gradient-from: #EBBC54 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\33xl\:focus\:from-cisPink:focus {
    --tw-gradient-from: #E23A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:from-footer:focus {
    --tw-gradient-from: #333333 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\33xl\:focus\:from-cisGray:focus {
    --tw-gradient-from: #666666 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\33xl\:focus\:from-cisCarm:focus {
    --tw-gradient-from: #A62D53 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\33xl\:focus\:from-cisgrad1:focus {
    --tw-gradient-from: #DA3A6B !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:from-cisgrad2:focus {
    --tw-gradient-from: #EAB755 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\33xl\:focus\:from-cisgrad3:focus {
    --tw-gradient-from: #881F4A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\33xl\:focus\:from-cisgrad4:focus {
    --tw-gradient-from: #D7206C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\33xl\:focus\:from-doxYellow:focus {
    --tw-gradient-from: #F6EA32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\33xl\:focus\:from-doxGreenM:focus {
    --tw-gradient-from: #6EB556 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\33xl\:focus\:from-doxGreenS:focus {
    --tw-gradient-from: #A1D15C !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\33xl\:focus\:from-doxGreenR:focus {
    --tw-gradient-from: #009144 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\33xl\:focus\:from-doxGreenT:focus {
    --tw-gradient-from: #009933 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\33xl\:focus\:from-doxGrayS:focus {
    --tw-gradient-from: #DADDE5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\33xl\:focus\:from-doxGrayE:focus {
    --tw-gradient-from: #EEEFF4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\33xl\:focus\:from-dxmgreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:focus\:from-dxmGreen:focus {
    --tw-gradient-from: #1E8344 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:focus\:from-dxmsquare:focus {
    --tw-gradient-from: #71AA62 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\33xl\:focus\:from-dxmText:focus {
    --tw-gradient-from: #6FB444 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\33xl\:focus\:from-dxmbacksquare:focus {
    --tw-gradient-from: #57AE56 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\33xl\:focus\:from-dxmTitle:focus {
    --tw-gradient-from: #0D6E39 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\33xl\:focus\:from-dxmFtBG:focus {
    --tw-gradient-from: #4D4D4D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:focus\:from-green1:focus {
    --tw-gradient-from: #5e9e3f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\33xl\:focus\:from-green2:focus {
    --tw-gradient-from: #95c255 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\33xl\:focus\:from-green3:focus {
    --tw-gradient-from: #18b6c9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\33xl\:focus\:from-green4:focus {
    --tw-gradient-from: #1c8c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\33xl\:focus\:from-dcnMain:focus {
    --tw-gradient-from: #F32735 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\33xl\:focus\:from-dcnbl:focus {
    --tw-gradient-from: #0075C9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\33xl\:focus\:from-dcnsText:focus {
    --tw-gradient-from: #00507E !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\33xl\:focus\:from-dcnsRed:focus {
    --tw-gradient-from: #B22024 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\33xl\:focus\:from-dmxPurple:focus {
    --tw-gradient-from: #6D348A !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\33xl\:focus\:from-dmxBlue:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:focus\:from-dmxSquare:focus {
    --tw-gradient-from: #C5B9CF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\33xl\:focus\:from-bgmecanismo:focus {
    --tw-gradient-from: #B7A8C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\33xl\:focus\:from-dmxGreen:focus {
    --tw-gradient-from: #009494 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:focus\:from-dmxText:focus {
    --tw-gradient-from: #592C80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\33xl\:focus\:from-dmxgray:focus {
    --tw-gradient-from: #BBB1C4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\33xl\:focus\:from-bvGray:focus {
    --tw-gradient-from: #323232 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\33xl\:focus\:from-bvBlue:focus {
    --tw-gradient-from: #C9ECF3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\33xl\:focus\:from-bVGreen:focus {
    --tw-gradient-from: #115472 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\33xl\:focus\:from-bvMint:focus {
    --tw-gradient-from: #71B800 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\33xl\:focus\:from-bvCadetBlue:focus {
    --tw-gradient-from: #0D4880 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\33xl\:focus\:from-bvPuntos:focus {
    --tw-gradient-from: #1F8CA4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\33xl\:focus\:from-bvSlime:focus {
    --tw-gradient-from: #52AD1D !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\33xl\:focus\:from-bvSky:focus {
    --tw-gradient-from: #2EC4D2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\33xl\:focus\:from-ash:focus {
    --tw-gradient-from: #4B5563 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\33xl\:focus\:from-sky:focus {
    --tw-gradient-from: #f4fafd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\33xl\:focus\:from-blueHepa:focus {
    --tw-gradient-from: #00A0AF !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-orange-1:focus {
    --tw-gradient-from: #EF8000 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-1:focus {
    --tw-gradient-from: #005797 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-2:focus {
    --tw-gradient-from: #004E80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-3:focus {
    --tw-gradient-from: #00A2D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-4:focus {
    --tw-gradient-from: #005285 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-5:focus {
    --tw-gradient-from: #004D80 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-6:focus {
    --tw-gradient-from: #005588 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-7:focus {
    --tw-gradient-from: #00A5D9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-blue-8:focus {
    --tw-gradient-from: #003E69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-gray-1:focus {
    --tw-gradient-from: #CDCDCE !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\33xl\:focus\:from-zomig-gray-2:focus {
    --tw-gradient-from: #C9C9CB !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-0:focus {
    --tw-gradient-from: #EAEAEA !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-1:focus {
    --tw-gradient-from: #B9CED8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-2:focus {
    --tw-gradient-from: #EEF2F5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-200:focus {
    --tw-gradient-from: #d3dee4 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-300:focus {
    --tw-gradient-from: #bdced6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-400:focus {
    --tw-gradient-from: #81a1af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-500:focus {
    --tw-gradient-from: #618696 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-600:focus {
    --tw-gradient-from: #4c6c7d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-700:focus {
    --tw-gradient-from: #3f5865 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-800:focus {
    --tw-gradient-from: #374b55 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-900:focus {
    --tw-gradient-from: #314049 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-950:focus {
    --tw-gradient-from: #212a30 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-loblolly-1000:focus {
    --tw-gradient-from: #D0D4D6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-50:focus {
    --tw-gradient-from: #fef9ec !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-100:focus {
    --tw-gradient-from: #fbeeca !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-200:focus {
    --tw-gradient-from: #f7dc90 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-300:focus {
    --tw-gradient-from: #f3c356 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-400:focus {
    --tw-gradient-from: #f0ab2a !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-500:focus {
    --tw-gradient-from: #e98c17 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-600:focus {
    --tw-gradient-from: #cf6910 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-700:focus {
    --tw-gradient-from: #ac4911 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-800:focus {
    --tw-gradient-from: #8b3a15 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-900:focus {
    --tw-gradient-from: #732f14 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-fuel-yellow-950:focus {
    --tw-gradient-from: #421706 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-50:focus {
    --tw-gradient-from: #f5f6f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-100:focus {
    --tw-gradient-from: #e6e7e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-200:focus {
    --tw-gradient-from: #cfd1d2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-300:focus {
    --tw-gradient-from: #aeb1b2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-400:focus {
    --tw-gradient-from: #85898b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-500:focus {
    --tw-gradient-from: #6a6e70 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-600:focus {
    --tw-gradient-from: #5a5e60 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-700:focus {
    --tw-gradient-from: #4d4f51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-800:focus {
    --tw-gradient-from: #444646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-900:focus {
    --tw-gradient-from: #3b3c3e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mine-shaft-950:focus {
    --tw-gradient-from: #292a2b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-50:focus {
    --tw-gradient-from: #f8f8f8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-100:focus {
    --tw-gradient-from: #e8e8e8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-200:focus {
    --tw-gradient-from: #dcdcdc !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-300:focus {
    --tw-gradient-from: #bdbdbd !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-400:focus {
    --tw-gradient-from: #989898 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-500:focus {
    --tw-gradient-from: #7c7c7c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-600:focus {
    --tw-gradient-from: #656565 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-700:focus {
    --tw-gradient-from: #525252 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-800:focus {
    --tw-gradient-from: #464646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-900:focus {
    --tw-gradient-from: #3d3d3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-mercury-950:focus {
    --tw-gradient-from: #292929 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-50:focus {
    --tw-gradient-from: #f6f8f9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-100:focus {
    --tw-gradient-from: #eceff1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-200:focus {
    --tw-gradient-from: #d6dde1 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-300:focus {
    --tw-gradient-from: #b2c0c7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-400:focus {
    --tw-gradient-from: #889ea8 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-500:focus {
    --tw-gradient-from: #6a828d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-600:focus {
    --tw-gradient-from: #556a74 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-700:focus {
    --tw-gradient-from: #45565f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-800:focus {
    --tw-gradient-from: #3c4950 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-900:focus {
    --tw-gradient-from: #353f45 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-porcelain-950:focus {
    --tw-gradient-from: #232a2e !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-50:focus {
    --tw-gradient-from: #f5f8fa !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-100:focus {
    --tw-gradient-from: #ebf0f3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-200:focus {
    --tw-gradient-from: #d2dfe5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-300:focus {
    --tw-gradient-from: #b9cfd7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-400:focus {
    --tw-gradient-from: #7da6b3 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-500:focus {
    --tw-gradient-from: #5c8b9b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-600:focus {
    --tw-gradient-from: #487081 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-700:focus {
    --tw-gradient-from: #3b5c69 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-800:focus {
    --tw-gradient-from: #344d58 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-900:focus {
    --tw-gradient-from: #2f434b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-jungle-mist-950:focus {
    --tw-gradient-from: #1f2b32 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-50:focus {
    --tw-gradient-from: #f5f5f6 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-100:focus {
    --tw-gradient-from: #e6e6e7 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-200:focus {
    --tw-gradient-from: #d0cfd2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-300:focus {
    --tw-gradient-from: #afaeb2 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-400:focus {
    --tw-gradient-from: #86858b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-500:focus {
    --tw-gradient-from: #68676c !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-600:focus {
    --tw-gradient-from: #5c5b5f !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-700:focus {
    --tw-gradient-from: #4e4d51 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-800:focus {
    --tw-gradient-from: #444446 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-900:focus {
    --tw-gradient-from: #3c3c3d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-dove-gray-950:focus {
    --tw-gradient-from: #262527 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-50:focus {
    --tw-gradient-from: #fffeea !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-100:focus {
    --tw-gradient-from: #fff9c5 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-200:focus {
    --tw-gradient-from: #fff385 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-300:focus {
    --tw-gradient-from: #ffe646 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-400:focus {
    --tw-gradient-from: #ffd61b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-500:focus {
    --tw-gradient-from: #ffb500 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-600:focus {
    --tw-gradient-from: #e28a00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-700:focus {
    --tw-gradient-from: #bb6102 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-800:focus {
    --tw-gradient-from: #984b08 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-900:focus {
    --tw-gradient-from: #7c3d0b !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\33xl\:focus\:from-nebido-my-sin-950:focus {
    --tw-gradient-from: #481f00 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\33xl\:focus\:from-thepink:focus {
    --tw-gradient-from: #d52f89 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\33xl\:focus\:from-darkpink:focus {
    --tw-gradient-from: #91005d !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\33xl\:focus\:from-bluegreen:focus {
    --tw-gradient-from: #00a0af !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:focus\:from-beyond-green-1:focus {
    --tw-gradient-from: #01A059 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\33xl\:via-transparent {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:via-current {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:via-black {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:via-white {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:via-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\33xl\:via-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\33xl\:via-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\33xl\:via-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\33xl\:via-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\33xl\:via-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\33xl\:via-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\33xl\:via-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\33xl\:via-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\33xl\:via-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\33xl\:via-red-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\33xl\:via-red-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\33xl\:via-red-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\33xl\:via-red-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\33xl\:via-red-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\33xl\:via-red-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\33xl\:via-red-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\33xl\:via-red-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\33xl\:via-red-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\33xl\:via-red-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\33xl\:via-yellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\33xl\:via-green-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\33xl\:via-green-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\33xl\:via-green-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\33xl\:via-green-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\33xl\:via-green-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\33xl\:via-green-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\33xl\:via-green-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\33xl\:via-green-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\33xl\:via-green-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\33xl\:via-green-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\33xl\:via-blue-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\33xl\:via-blue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\33xl\:via-blue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\33xl\:via-blue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\33xl\:via-blue-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\33xl\:via-blue-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\33xl\:via-blue-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\33xl\:via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\33xl\:via-blue-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\33xl\:via-blue-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\33xl\:via-indigo-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\33xl\:via-indigo-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\33xl\:via-indigo-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\33xl\:via-indigo-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\33xl\:via-indigo-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\33xl\:via-indigo-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\33xl\:via-indigo-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\33xl\:via-indigo-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\33xl\:via-indigo-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\33xl\:via-indigo-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\33xl\:via-purple {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\33xl\:via-pink-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\33xl\:via-pink-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\33xl\:via-pink-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\33xl\:via-pink-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\33xl\:via-pink-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\33xl\:via-pink-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\33xl\:via-pink-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\33xl\:via-pink-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\33xl\:via-pink-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\33xl\:via-pink-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\33xl\:via-primary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\33xl\:via-primary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\33xl\:via-primary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\33xl\:via-primary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\33xl\:via-primary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\33xl\:via-primary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\33xl\:via-primary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\33xl\:via-primary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\33xl\:via-primary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\33xl\:via-primary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\33xl\:via-primary {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\33xl\:via-primary-accent-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\33xl\:via-primary-accent-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\33xl\:via-secondary-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\33xl\:via-secondary-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\33xl\:via-secondary-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\33xl\:via-secondary-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\33xl\:via-secondary-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\33xl\:via-secondary-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\33xl\:via-secondary-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\33xl\:via-secondary-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\33xl\:via-secondary-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\33xl\:via-secondary-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\33xl\:via-secondary {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\33xl\:via-success-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\33xl\:via-success-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\33xl\:via-success-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\33xl\:via-success-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\33xl\:via-success-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\33xl\:via-success-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\33xl\:via-success-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\33xl\:via-success-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\33xl\:via-success-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\33xl\:via-success-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\33xl\:via-success {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\33xl\:via-danger-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\33xl\:via-danger-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\33xl\:via-danger-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\33xl\:via-danger-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\33xl\:via-danger-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\33xl\:via-danger-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\33xl\:via-danger-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\33xl\:via-danger-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\33xl\:via-danger-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\33xl\:via-danger-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\33xl\:via-danger {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\33xl\:via-warning-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\33xl\:via-warning-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\33xl\:via-warning-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\33xl\:via-warning-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\33xl\:via-warning-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\33xl\:via-warning-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\33xl\:via-warning-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\33xl\:via-warning-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\33xl\:via-warning-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\33xl\:via-warning-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\33xl\:via-warning {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\33xl\:via-info-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\33xl\:via-info-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\33xl\:via-info-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\33xl\:via-info-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\33xl\:via-info-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\33xl\:via-info-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\33xl\:via-info-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\33xl\:via-info-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\33xl\:via-info-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\33xl\:via-info-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\33xl\:via-info {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\33xl\:via-darkgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\33xl\:via-lightgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\33xl\:via-\[\#d1ecc5\] {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\33xl\:via-\[\#282828\] {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\33xl\:via-\[\#bde020\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\33xl\:via-\[\#efeee8\] {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\33xl\:via-\[\#bdc11d\] {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\33xl\:via-\[\#039147\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\33xl\:via-\[\#c3c1bf\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\33xl\:via-\[\#039047\] {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\33xl\:via-\[\#c8da2e\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\33xl\:via-dmxMecanismob {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\33xl\:via-fog {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\33xl\:via-pink-cistitis {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:via-purple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\33xl\:via-purple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\33xl\:via-purple3 {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\33xl\:via-purplebg {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\33xl\:via-purplebg2 {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\33xl\:via-purpleBorder {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\33xl\:via-purpleIcon {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\33xl\:via-purpleTB {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\33xl\:via-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\33xl\:via-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\33xl\:via-yellowBtn {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\33xl\:via-grayT {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:via-grayTL {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\33xl\:via-gray77 {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:via-grayhr {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\33xl\:via-whiteTbl {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\33xl\:via-roja {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\33xl\:via-anaranjada {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\33xl\:via-amarilla {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\33xl\:via-ocean {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:via-forest {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\33xl\:via-mint {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\33xl\:via-azul {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\33xl\:via-negra {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\33xl\:via-lime-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\33xl\:via-lime-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\33xl\:via-lime-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\33xl\:via-lime-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\33xl\:via-lime-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\33xl\:via-lime-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\33xl\:via-lime-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\33xl\:via-lime-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\33xl\:via-lime-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\33xl\:via-lime-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\33xl\:via-cyan-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\33xl\:via-cyan-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\33xl\:via-cyan-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\33xl\:via-cyan-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\33xl\:via-cyan-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\33xl\:via-cyan-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\33xl\:via-cyan-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\33xl\:via-cyan-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\33xl\:via-cyan-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\33xl\:via-cyan-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\33xl\:via-cadet-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\33xl\:via-lavender-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\33xl\:via-cobalt-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\33xl\:via-sky-blue {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:via-berry {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\33xl\:via-lapis {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\33xl\:via-azure {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\33xl\:via-pine {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\33xl\:via-spring {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\33xl\:via-slime {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\33xl\:via-jade-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\33xl\:via-jade-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\33xl\:via-jade-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\33xl\:via-cerulean {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\33xl\:via-evergreen {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\33xl\:via-admiral {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\33xl\:via-denim {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\33xl\:via-laurel {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\33xl\:via-Dpink1 {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\33xl\:via-Dblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\33xl\:via-Dblue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\33xl\:via-Pgray {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\33xl\:via-Metblue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\33xl\:via-MetBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\33xl\:via-MetBlueGrid1 {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\33xl\:via-MetBlueGrid2 {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\33xl\:via-MetBlueGrid3 {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\33xl\:via-MetBlueLast {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\33xl\:via-Metwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\33xl\:via-Pkorange1 {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\33xl\:via-Pkorange2 {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\33xl\:via-BvpBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\33xl\:via-BvpPine {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\33xl\:via-BvpBlue2 {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\33xl\:via-BvpGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\33xl\:via-Pkblue-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\33xl\:via-Pkblue-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\33xl\:via-Pkblue-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\33xl\:via-BpurpleText {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\33xl\:via-BpurpleText2 {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\33xl\:via-BgradYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\33xl\:via-Bgradpurple1 {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\33xl\:via-Bpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\33xl\:via-Bpink2 {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\33xl\:via-Bgradpurple2 {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\33xl\:via-Bgradpink {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\33xl\:via-Bgradwhite {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\33xl\:via-BBlue1 {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\33xl\:via-BpinkContainer {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\33xl\:via-Cpinkcover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:via-bannerText {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\33xl\:via-fondoWhite {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\33xl\:via-bgGrid {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\33xl\:via-cisYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\33xl\:via-cisPink {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:via-footer {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\33xl\:via-cisGray {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\33xl\:via-cisCarm {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\33xl\:via-cisgrad1 {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\33xl\:via-cisgrad2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\33xl\:via-cisgrad3 {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\33xl\:via-cisgrad4 {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\33xl\:via-doxYellow {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\33xl\:via-doxGreenM {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\33xl\:via-doxGreenS {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\33xl\:via-doxGreenR {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\33xl\:via-doxGreenT {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\33xl\:via-doxGrayS {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\33xl\:via-doxGrayE {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\33xl\:via-dxmgreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:via-dxmGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:via-dxmsquare {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\33xl\:via-dxmText {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\33xl\:via-dxmbacksquare {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\33xl\:via-dxmTitle {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\33xl\:via-dxmFtBG {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:via-green1 {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\33xl\:via-green2 {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\33xl\:via-green3 {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\33xl\:via-green4 {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\33xl\:via-dcnMain {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\33xl\:via-dcnbl {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\33xl\:via-dcnsText {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\33xl\:via-dcnsRed {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\33xl\:via-dmxPurple {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\33xl\:via-dmxBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:via-dmxSquare {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\33xl\:via-bgmecanismo {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\33xl\:via-dmxGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:via-dmxText {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\33xl\:via-dmxgray {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\33xl\:via-bvGray {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\33xl\:via-bvBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\33xl\:via-bVGreen {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\33xl\:via-bvMint {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\33xl\:via-bvCadetBlue {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\33xl\:via-bvPuntos {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\33xl\:via-bvSlime {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\33xl\:via-bvSky {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\33xl\:via-ash {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\33xl\:via-sky {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\33xl\:via-blueHepa {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:via-zomig-orange-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\33xl\:via-zomig-blue-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\33xl\:via-zomig-blue-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\33xl\:via-zomig-blue-3 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\33xl\:via-zomig-blue-4 {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\33xl\:via-zomig-blue-5 {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\33xl\:via-zomig-blue-6 {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\33xl\:via-zomig-blue-7 {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\33xl\:via-zomig-blue-8 {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\33xl\:via-zomig-gray-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\33xl\:via-zomig-gray-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\33xl\:via-nebido-0 {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\33xl\:via-nebido-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\33xl\:via-nebido-2 {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\33xl\:via-nebido-loblolly-1000 {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\33xl\:via-nebido-fuel-yellow-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\33xl\:via-nebido-mine-shaft-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\33xl\:via-nebido-mercury-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\33xl\:via-nebido-porcelain-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\33xl\:via-nebido-jungle-mist-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\33xl\:via-nebido-dove-gray-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-50 {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-100 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-200 {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-300 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-400 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-500 {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-600 {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-800 {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-900 {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\33xl\:via-nebido-my-sin-950 {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\33xl\:via-thepink {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\33xl\:via-darkpink {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\33xl\:via-bluegreen {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:via-beyond-green-1 {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\33xl\:hover\:via-transparent:hover {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:via-current:hover {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:via-black:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:hover\:via-white:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:hover\:via-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\33xl\:hover\:via-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\33xl\:hover\:via-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\33xl\:hover\:via-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\33xl\:hover\:via-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\33xl\:hover\:via-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\33xl\:hover\:via-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\33xl\:hover\:via-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\33xl\:hover\:via-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\33xl\:hover\:via-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\33xl\:hover\:via-red-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\33xl\:hover\:via-red-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\33xl\:hover\:via-red-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\33xl\:hover\:via-red-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\33xl\:hover\:via-red-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\33xl\:hover\:via-red-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\33xl\:hover\:via-red-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\33xl\:hover\:via-red-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\33xl\:hover\:via-red-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\33xl\:hover\:via-red-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\33xl\:hover\:via-yellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\33xl\:hover\:via-green-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\33xl\:hover\:via-green-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\33xl\:hover\:via-green-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\33xl\:hover\:via-green-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\33xl\:hover\:via-green-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\33xl\:hover\:via-green-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\33xl\:hover\:via-green-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\33xl\:hover\:via-green-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\33xl\:hover\:via-green-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\33xl\:hover\:via-green-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\33xl\:hover\:via-blue-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\33xl\:hover\:via-blue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\33xl\:hover\:via-blue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\33xl\:hover\:via-blue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\33xl\:hover\:via-blue-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\33xl\:hover\:via-blue-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\33xl\:hover\:via-blue-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\33xl\:hover\:via-blue-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\33xl\:hover\:via-blue-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\33xl\:hover\:via-blue-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\33xl\:hover\:via-indigo-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\33xl\:hover\:via-purple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\33xl\:hover\:via-pink-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\33xl\:hover\:via-pink-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\33xl\:hover\:via-pink-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\33xl\:hover\:via-pink-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\33xl\:hover\:via-pink-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\33xl\:hover\:via-pink-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\33xl\:hover\:via-pink-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\33xl\:hover\:via-pink-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\33xl\:hover\:via-pink-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\33xl\:hover\:via-pink-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\33xl\:hover\:via-primary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\33xl\:hover\:via-primary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\33xl\:hover\:via-primary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\33xl\:hover\:via-primary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\33xl\:hover\:via-primary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\33xl\:hover\:via-primary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\33xl\:hover\:via-primary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\33xl\:hover\:via-primary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\33xl\:hover\:via-primary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\33xl\:hover\:via-primary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\33xl\:hover\:via-primary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\33xl\:hover\:via-primary-accent-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\33xl\:hover\:via-primary-accent-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\33xl\:hover\:via-secondary-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\33xl\:hover\:via-secondary:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\33xl\:hover\:via-success-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\33xl\:hover\:via-success-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\33xl\:hover\:via-success-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\33xl\:hover\:via-success-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\33xl\:hover\:via-success-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\33xl\:hover\:via-success-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\33xl\:hover\:via-success-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\33xl\:hover\:via-success-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\33xl\:hover\:via-success-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\33xl\:hover\:via-success-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\33xl\:hover\:via-success:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\33xl\:hover\:via-danger-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\33xl\:hover\:via-danger-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\33xl\:hover\:via-danger-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\33xl\:hover\:via-danger-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\33xl\:hover\:via-danger-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\33xl\:hover\:via-danger-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\33xl\:hover\:via-danger-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\33xl\:hover\:via-danger-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\33xl\:hover\:via-danger-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\33xl\:hover\:via-danger-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\33xl\:hover\:via-danger:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\33xl\:hover\:via-warning-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\33xl\:hover\:via-warning-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\33xl\:hover\:via-warning-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\33xl\:hover\:via-warning-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\33xl\:hover\:via-warning-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\33xl\:hover\:via-warning-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\33xl\:hover\:via-warning-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\33xl\:hover\:via-warning-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\33xl\:hover\:via-warning-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\33xl\:hover\:via-warning-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\33xl\:hover\:via-warning:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\33xl\:hover\:via-info-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\33xl\:hover\:via-info-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\33xl\:hover\:via-info-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\33xl\:hover\:via-info-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\33xl\:hover\:via-info-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\33xl\:hover\:via-info-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\33xl\:hover\:via-info-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\33xl\:hover\:via-info-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\33xl\:hover\:via-info-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\33xl\:hover\:via-info-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\33xl\:hover\:via-info:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\33xl\:hover\:via-darkgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\33xl\:hover\:via-lightgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#d1ecc5\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#282828\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#bde020\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#efeee8\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#bdc11d\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#039147\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#c3c1bf\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#039047\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\33xl\:hover\:via-\[\#c8da2e\]:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\33xl\:hover\:via-dmxMecanismob:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\33xl\:hover\:via-fog:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\33xl\:hover\:via-pink-cistitis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:via-purple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\33xl\:hover\:via-purple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\33xl\:hover\:via-purple3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\33xl\:hover\:via-purplebg:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\33xl\:hover\:via-purplebg2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\33xl\:hover\:via-purpleBorder:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\33xl\:hover\:via-purpleIcon:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\33xl\:hover\:via-purpleTB:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\33xl\:hover\:via-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\33xl\:hover\:via-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\33xl\:hover\:via-yellowBtn:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\33xl\:hover\:via-grayT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:hover\:via-grayTL:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\33xl\:hover\:via-gray77:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:hover\:via-grayhr:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\33xl\:hover\:via-whiteTbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\33xl\:hover\:via-roja:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\33xl\:hover\:via-anaranjada:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\33xl\:hover\:via-amarilla:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\33xl\:hover\:via-ocean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:hover\:via-forest:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\33xl\:hover\:via-mint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\33xl\:hover\:via-azul:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\33xl\:hover\:via-negra:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\33xl\:hover\:via-lime-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\33xl\:hover\:via-lime-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\33xl\:hover\:via-lime-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\33xl\:hover\:via-lime-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\33xl\:hover\:via-lime-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\33xl\:hover\:via-lime-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\33xl\:hover\:via-lime-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\33xl\:hover\:via-lime-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\33xl\:hover\:via-lime-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\33xl\:hover\:via-lime-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\33xl\:hover\:via-cyan-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\33xl\:hover\:via-cadet-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\33xl\:hover\:via-lavender-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\33xl\:hover\:via-cobalt-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\33xl\:hover\:via-sky-blue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:hover\:via-berry:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\33xl\:hover\:via-lapis:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\33xl\:hover\:via-azure:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\33xl\:hover\:via-pine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\33xl\:hover\:via-spring:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\33xl\:hover\:via-slime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\33xl\:hover\:via-jade-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\33xl\:hover\:via-jade-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\33xl\:hover\:via-jade-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\33xl\:hover\:via-cerulean:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\33xl\:hover\:via-evergreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\33xl\:hover\:via-admiral:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\33xl\:hover\:via-denim:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\33xl\:hover\:via-laurel:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\33xl\:hover\:via-Dpink1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\33xl\:hover\:via-Dblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\33xl\:hover\:via-Dblue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\33xl\:hover\:via-Pgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\33xl\:hover\:via-Metblue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\33xl\:hover\:via-MetBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\33xl\:hover\:via-MetBlueGrid1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\33xl\:hover\:via-MetBlueGrid2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\33xl\:hover\:via-MetBlueGrid3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\33xl\:hover\:via-MetBlueLast:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\33xl\:hover\:via-Metwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\33xl\:hover\:via-Pkorange1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\33xl\:hover\:via-Pkorange2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\33xl\:hover\:via-BvpBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\33xl\:hover\:via-BvpPine:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\33xl\:hover\:via-BvpBlue2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\33xl\:hover\:via-BvpGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\33xl\:hover\:via-Pkblue-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\33xl\:hover\:via-Pkblue-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\33xl\:hover\:via-Pkblue-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\33xl\:hover\:via-BpurpleText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\33xl\:hover\:via-BpurpleText2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\33xl\:hover\:via-BgradYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\33xl\:hover\:via-Bgradpurple1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\33xl\:hover\:via-Bpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\33xl\:hover\:via-Bpink2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\33xl\:hover\:via-Bgradpurple2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\33xl\:hover\:via-Bgradpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\33xl\:hover\:via-Bgradwhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\33xl\:hover\:via-BBlue1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\33xl\:hover\:via-BpinkContainer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\33xl\:hover\:via-Cpinkcover:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:via-bannerText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\33xl\:hover\:via-fondoWhite:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\33xl\:hover\:via-bgGrid:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\33xl\:hover\:via-cisYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\33xl\:hover\:via-cisPink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:via-footer:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\33xl\:hover\:via-cisGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\33xl\:hover\:via-cisCarm:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\33xl\:hover\:via-cisgrad1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\33xl\:hover\:via-cisgrad2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\33xl\:hover\:via-cisgrad3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\33xl\:hover\:via-cisgrad4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\33xl\:hover\:via-doxYellow:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\33xl\:hover\:via-doxGreenM:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\33xl\:hover\:via-doxGreenS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\33xl\:hover\:via-doxGreenR:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\33xl\:hover\:via-doxGreenT:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\33xl\:hover\:via-doxGrayS:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\33xl\:hover\:via-doxGrayE:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\33xl\:hover\:via-dxmgreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:hover\:via-dxmGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:hover\:via-dxmsquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\33xl\:hover\:via-dxmText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\33xl\:hover\:via-dxmbacksquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\33xl\:hover\:via-dxmTitle:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\33xl\:hover\:via-dxmFtBG:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:hover\:via-green1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\33xl\:hover\:via-green2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\33xl\:hover\:via-green3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\33xl\:hover\:via-green4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\33xl\:hover\:via-dcnMain:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\33xl\:hover\:via-dcnbl:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\33xl\:hover\:via-dcnsText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\33xl\:hover\:via-dcnsRed:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\33xl\:hover\:via-dmxPurple:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\33xl\:hover\:via-dmxBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:hover\:via-dmxSquare:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\33xl\:hover\:via-bgmecanismo:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\33xl\:hover\:via-dmxGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:hover\:via-dmxText:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\33xl\:hover\:via-dmxgray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\33xl\:hover\:via-bvGray:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\33xl\:hover\:via-bvBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\33xl\:hover\:via-bVGreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\33xl\:hover\:via-bvMint:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\33xl\:hover\:via-bvCadetBlue:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\33xl\:hover\:via-bvPuntos:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\33xl\:hover\:via-bvSlime:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\33xl\:hover\:via-bvSky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\33xl\:hover\:via-ash:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\33xl\:hover\:via-sky:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\33xl\:hover\:via-blueHepa:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-orange-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-3:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-4:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-5:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-6:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-7:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-blue-8:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-gray-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\33xl\:hover\:via-zomig-gray-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-0:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-2:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-loblolly-1000:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-fuel-yellow-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mine-shaft-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-mercury-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-porcelain-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-jungle-mist-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-dove-gray-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-50:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-100:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-200:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-300:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-400:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-500:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-600:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-700:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-800:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-900:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\33xl\:hover\:via-nebido-my-sin-950:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\33xl\:hover\:via-thepink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\33xl\:hover\:via-darkpink:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\33xl\:hover\:via-bluegreen:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:hover\:via-beyond-green-1:hover {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\33xl\:focus\:via-transparent:focus {
    --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:via-current:focus {
    --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:via-black:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0)) !important;
  }

  .\33xl\:focus\:via-white:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)) !important;
  }

  .\33xl\:focus\:via-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0)) !important;
  }

  .\33xl\:focus\:via-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0)) !important;
  }

  .\33xl\:focus\:via-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0)) !important;
  }

  .\33xl\:focus\:via-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0)) !important;
  }

  .\33xl\:focus\:via-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0)) !important;
  }

  .\33xl\:focus\:via-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0)) !important;
  }

  .\33xl\:focus\:via-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0)) !important;
  }

  .\33xl\:focus\:via-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0)) !important;
  }

  .\33xl\:focus\:via-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0)) !important;
  }

  .\33xl\:focus\:via-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0)) !important;
  }

  .\33xl\:focus\:via-red-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef2f2, var(--tw-gradient-to, rgba(254, 242, 242, 0)) !important;
  }

  .\33xl\:focus\:via-red-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fee2e2, var(--tw-gradient-to, rgba(254, 226, 226, 0)) !important;
  }

  .\33xl\:focus\:via-red-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fecaca, var(--tw-gradient-to, rgba(254, 202, 202, 0)) !important;
  }

  .\33xl\:focus\:via-red-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fca5a5, var(--tw-gradient-to, rgba(252, 165, 165, 0)) !important;
  }

  .\33xl\:focus\:via-red-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f87171, var(--tw-gradient-to, rgba(248, 113, 113, 0)) !important;
  }

  .\33xl\:focus\:via-red-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ef4444, var(--tw-gradient-to, rgba(239, 68, 68, 0)) !important;
  }

  .\33xl\:focus\:via-red-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dc2626, var(--tw-gradient-to, rgba(220, 38, 38, 0)) !important;
  }

  .\33xl\:focus\:via-red-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b91c1c, var(--tw-gradient-to, rgba(185, 28, 28, 0)) !important;
  }

  .\33xl\:focus\:via-red-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #991b1b, var(--tw-gradient-to, rgba(153, 27, 27, 0)) !important;
  }

  .\33xl\:focus\:via-red-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d, var(--tw-gradient-to, rgba(127, 29, 29, 0)) !important;
  }

  .\33xl\:focus\:via-yellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6BE4A, var(--tw-gradient-to, rgba(246, 190, 74, 0)) !important;
  }

  .\33xl\:focus\:via-green-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5, var(--tw-gradient-to, rgba(236, 253, 245, 0)) !important;
  }

  .\33xl\:focus\:via-green-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1fae5, var(--tw-gradient-to, rgba(209, 250, 229, 0)) !important;
  }

  .\33xl\:focus\:via-green-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0, var(--tw-gradient-to, rgba(167, 243, 208, 0)) !important;
  }

  .\33xl\:focus\:via-green-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7, var(--tw-gradient-to, rgba(110, 231, 183, 0)) !important;
  }

  .\33xl\:focus\:via-green-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34d399, var(--tw-gradient-to, rgba(52, 211, 153, 0)) !important;
  }

  .\33xl\:focus\:via-green-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgba(16, 185, 129, 0)) !important;
  }

  .\33xl\:focus\:via-green-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #059669, var(--tw-gradient-to, rgba(5, 150, 105, 0)) !important;
  }

  .\33xl\:focus\:via-green-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #047857, var(--tw-gradient-to, rgba(4, 120, 87, 0)) !important;
  }

  .\33xl\:focus\:via-green-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #065f46, var(--tw-gradient-to, rgba(6, 95, 70, 0)) !important;
  }

  .\33xl\:focus\:via-green-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #064e3b, var(--tw-gradient-to, rgba(6, 78, 59, 0)) !important;
  }

  .\33xl\:focus\:via-blue-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eff6ff, var(--tw-gradient-to, rgba(239, 246, 255, 0)) !important;
  }

  .\33xl\:focus\:via-blue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dbeafe, var(--tw-gradient-to, rgba(219, 234, 254, 0)) !important;
  }

  .\33xl\:focus\:via-blue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe, var(--tw-gradient-to, rgba(191, 219, 254, 0)) !important;
  }

  .\33xl\:focus\:via-blue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #93c5fd, var(--tw-gradient-to, rgba(147, 197, 253, 0)) !important;
  }

  .\33xl\:focus\:via-blue-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #60a5fa, var(--tw-gradient-to, rgba(96, 165, 250, 0)) !important;
  }

  .\33xl\:focus\:via-blue-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b82f6, var(--tw-gradient-to, rgba(59, 130, 246, 0)) !important;
  }

  .\33xl\:focus\:via-blue-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2563eb, var(--tw-gradient-to, rgba(37, 99, 235, 0)) !important;
  }

  .\33xl\:focus\:via-blue-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8, var(--tw-gradient-to, rgba(29, 78, 216, 0)) !important;
  }

  .\33xl\:focus\:via-blue-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e40af, var(--tw-gradient-to, rgba(30, 64, 175, 0)) !important;
  }

  .\33xl\:focus\:via-blue-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a, var(--tw-gradient-to, rgba(30, 58, 138, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eef2ff, var(--tw-gradient-to, rgba(238, 242, 255, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff, var(--tw-gradient-to, rgba(224, 231, 255, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe, var(--tw-gradient-to, rgba(199, 210, 254, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc, var(--tw-gradient-to, rgba(165, 180, 252, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #818cf8, var(--tw-gradient-to, rgba(129, 140, 248, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6366f1, var(--tw-gradient-to, rgba(99, 102, 241, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4f46e5, var(--tw-gradient-to, rgba(79, 70, 229, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4338ca, var(--tw-gradient-to, rgba(67, 56, 202, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3730a3, var(--tw-gradient-to, rgba(55, 48, 163, 0)) !important;
  }

  .\33xl\:focus\:via-indigo-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #312e81, var(--tw-gradient-to, rgba(49, 46, 129, 0)) !important;
  }

  .\33xl\:focus\:via-purple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6c42a0, var(--tw-gradient-to, rgba(108, 66, 160, 0)) !important;
  }

  .\33xl\:focus\:via-pink-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8, var(--tw-gradient-to, rgba(253, 242, 248, 0)) !important;
  }

  .\33xl\:focus\:via-pink-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fce7f3, var(--tw-gradient-to, rgba(252, 231, 243, 0)) !important;
  }

  .\33xl\:focus\:via-pink-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8, var(--tw-gradient-to, rgba(251, 207, 232, 0)) !important;
  }

  .\33xl\:focus\:via-pink-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4, var(--tw-gradient-to, rgba(249, 168, 212, 0)) !important;
  }

  .\33xl\:focus\:via-pink-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f472b6, var(--tw-gradient-to, rgba(244, 114, 182, 0)) !important;
  }

  .\33xl\:focus\:via-pink-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ec4899, var(--tw-gradient-to, rgba(236, 72, 153, 0)) !important;
  }

  .\33xl\:focus\:via-pink-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #db2777, var(--tw-gradient-to, rgba(219, 39, 119, 0)) !important;
  }

  .\33xl\:focus\:via-pink-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #be185d, var(--tw-gradient-to, rgba(190, 24, 93, 0)) !important;
  }

  .\33xl\:focus\:via-pink-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9d174d, var(--tw-gradient-to, rgba(157, 23, 77, 0)) !important;
  }

  .\33xl\:focus\:via-pink-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #831843, var(--tw-gradient-to, rgba(131, 24, 67, 0)) !important;
  }

  .\33xl\:focus\:via-primary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F5FB, var(--tw-gradient-to, rgba(241, 245, 251, 0)) !important;
  }

  .\33xl\:focus\:via-primary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E3EBF7, var(--tw-gradient-to, rgba(227, 235, 247, 0)) !important;
  }

  .\33xl\:focus\:via-primary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C7D7F0, var(--tw-gradient-to, rgba(199, 215, 240, 0)) !important;
  }

  .\33xl\:focus\:via-primary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ABC2E8, var(--tw-gradient-to, rgba(171, 194, 232, 0)) !important;
  }

  .\33xl\:focus\:via-primary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8FAEE0, var(--tw-gradient-to, rgba(143, 174, 224, 0)) !important;
  }

  .\33xl\:focus\:via-primary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6590D5, var(--tw-gradient-to, rgba(101, 144, 213, 0)) !important;
  }

  .\33xl\:focus\:via-primary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3061AF, var(--tw-gradient-to, rgba(48, 97, 175, 0)) !important;
  }

  .\33xl\:focus\:via-primary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #285192, var(--tw-gradient-to, rgba(40, 81, 146, 0)) !important;
  }

  .\33xl\:focus\:via-primary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #204075, var(--tw-gradient-to, rgba(32, 64, 117, 0)) !important;
  }

  .\33xl\:focus\:via-primary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #183058, var(--tw-gradient-to, rgba(24, 48, 88, 0)) !important;
  }

  .\33xl\:focus\:via-primary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B71CA, var(--tw-gradient-to, rgba(59, 113, 202, 0)) !important;
  }

  .\33xl\:focus\:via-primary-accent-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9e4f3, var(--tw-gradient-to, rgba(217, 228, 243, 0)) !important;
  }

  .\33xl\:focus\:via-primary-accent-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cedbee, var(--tw-gradient-to, rgba(206, 219, 238, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F9F9, var(--tw-gradient-to, rgba(248, 249, 249, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F1F2F4, var(--tw-gradient-to, rgba(241, 242, 244, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4E6E9, var(--tw-gradient-to, rgba(228, 230, 233, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6D9DE, var(--tw-gradient-to, rgba(214, 217, 222, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8CCD3, var(--tw-gradient-to, rgba(200, 204, 211, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B3B9C2, var(--tw-gradient-to, rgba(179, 185, 194, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #848D9C, var(--tw-gradient-to, rgba(132, 141, 156, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6B7585, var(--tw-gradient-to, rgba(107, 117, 133, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #565D6B, var(--tw-gradient-to, rgba(86, 93, 107, 0)) !important;
  }

  .\33xl\:focus\:via-secondary-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #404650, var(--tw-gradient-to, rgba(64, 70, 80, 0)) !important;
  }

  .\33xl\:focus\:via-secondary:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9FA6B2, var(--tw-gradient-to, rgba(159, 166, 178, 0)) !important;
  }

  .\33xl\:focus\:via-success-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAFCF2, var(--tw-gradient-to, rgba(234, 252, 242, 0)) !important;
  }

  .\33xl\:focus\:via-success-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D6FAE4, var(--tw-gradient-to, rgba(214, 250, 228, 0)) !important;
  }

  .\33xl\:focus\:via-success-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ACF5C9, var(--tw-gradient-to, rgba(172, 245, 201, 0)) !important;
  }

  .\33xl\:focus\:via-success-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #83F0AE, var(--tw-gradient-to, rgba(131, 240, 174, 0)) !important;
  }

  .\33xl\:focus\:via-success-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #59EA93, var(--tw-gradient-to, rgba(89, 234, 147, 0)) !important;
  }

  .\33xl\:focus\:via-success-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1CE26B, var(--tw-gradient-to, rgba(28, 226, 107, 0)) !important;
  }

  .\33xl\:focus\:via-success-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #118C42, var(--tw-gradient-to, rgba(17, 140, 66, 0)) !important;
  }

  .\33xl\:focus\:via-success-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0E7537, var(--tw-gradient-to, rgba(14, 117, 55, 0)) !important;
  }

  .\33xl\:focus\:via-success-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0C5D2C, var(--tw-gradient-to, rgba(12, 93, 44, 0)) !important;
  }

  .\33xl\:focus\:via-success-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #094621, var(--tw-gradient-to, rgba(9, 70, 33, 0)) !important;
  }

  .\33xl\:focus\:via-success:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #14A44D, var(--tw-gradient-to, rgba(20, 164, 77, 0)) !important;
  }

  .\33xl\:focus\:via-danger-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FCF2F4, var(--tw-gradient-to, rgba(252, 242, 244, 0)) !important;
  }

  .\33xl\:focus\:via-danger-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FAE5E9, var(--tw-gradient-to, rgba(250, 229, 233, 0)) !important;
  }

  .\33xl\:focus\:via-danger-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5CCD3, var(--tw-gradient-to, rgba(245, 204, 211, 0)) !important;
  }

  .\33xl\:focus\:via-danger-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0B2BD, var(--tw-gradient-to, rgba(240, 178, 189, 0)) !important;
  }

  .\33xl\:focus\:via-danger-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB99A6, var(--tw-gradient-to, rgba(235, 153, 166, 0)) !important;
  }

  .\33xl\:focus\:via-danger-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E37285, var(--tw-gradient-to, rgba(227, 114, 133, 0)) !important;
  }

  .\33xl\:focus\:via-danger-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D42A46, var(--tw-gradient-to, rgba(212, 42, 70, 0)) !important;
  }

  .\33xl\:focus\:via-danger-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0233A, var(--tw-gradient-to, rgba(176, 35, 58, 0)) !important;
  }

  .\33xl\:focus\:via-danger-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8D1C2F, var(--tw-gradient-to, rgba(141, 28, 47, 0)) !important;
  }

  .\33xl\:focus\:via-danger-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6A1523, var(--tw-gradient-to, rgba(106, 21, 35, 0)) !important;
  }

  .\33xl\:focus\:via-danger:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DC4C64, var(--tw-gradient-to, rgba(220, 76, 100, 0)) !important;
  }

  .\33xl\:focus\:via-warning-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FDF8EF, var(--tw-gradient-to, rgba(253, 248, 239, 0)) !important;
  }

  .\33xl\:focus\:via-warning-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBF2DE, var(--tw-gradient-to, rgba(251, 242, 222, 0)) !important;
  }

  .\33xl\:focus\:via-warning-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7E4BE, var(--tw-gradient-to, rgba(247, 228, 190, 0)) !important;
  }

  .\33xl\:focus\:via-warning-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F4D79D, var(--tw-gradient-to, rgba(244, 215, 157, 0)) !important;
  }

  .\33xl\:focus\:via-warning-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F0C97D, var(--tw-gradient-to, rgba(240, 201, 125, 0)) !important;
  }

  .\33xl\:focus\:via-warning-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB54C, var(--tw-gradient-to, rgba(234, 181, 76, 0)) !important;
  }

  .\33xl\:focus\:via-warning-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C48A17, var(--tw-gradient-to, rgba(196, 138, 23, 0)) !important;
  }

  .\33xl\:focus\:via-warning-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A37313, var(--tw-gradient-to, rgba(163, 115, 19, 0)) !important;
  }

  .\33xl\:focus\:via-warning-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #825C0F, var(--tw-gradient-to, rgba(130, 92, 15, 0)) !important;
  }

  .\33xl\:focus\:via-warning-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #62450B, var(--tw-gradient-to, rgba(98, 69, 11, 0)) !important;
  }

  .\33xl\:focus\:via-warning:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E4A11B, var(--tw-gradient-to, rgba(228, 161, 27, 0)) !important;
  }

  .\33xl\:focus\:via-info-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F3FAFC, var(--tw-gradient-to, rgba(243, 250, 252, 0)) !important;
  }

  .\33xl\:focus\:via-info-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E7F4F9, var(--tw-gradient-to, rgba(231, 244, 249, 0)) !important;
  }

  .\33xl\:focus\:via-info-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CEE9F2, var(--tw-gradient-to, rgba(206, 233, 242, 0)) !important;
  }

  .\33xl\:focus\:via-info-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B6DFEC, var(--tw-gradient-to, rgba(182, 223, 236, 0)) !important;
  }

  .\33xl\:focus\:via-info-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9ED4E6, var(--tw-gradient-to, rgba(158, 212, 230, 0)) !important;
  }

  .\33xl\:focus\:via-info-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79C4DC, var(--tw-gradient-to, rgba(121, 196, 220, 0)) !important;
  }

  .\33xl\:focus\:via-info-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #34A4CA, var(--tw-gradient-to, rgba(52, 164, 202, 0)) !important;
  }

  .\33xl\:focus\:via-info-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2B89A8, var(--tw-gradient-to, rgba(43, 137, 168, 0)) !important;
  }

  .\33xl\:focus\:via-info-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #236D86, var(--tw-gradient-to, rgba(35, 109, 134, 0)) !important;
  }

  .\33xl\:focus\:via-info-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1A5265, var(--tw-gradient-to, rgba(26, 82, 101, 0)) !important;
  }

  .\33xl\:focus\:via-info:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #54B4D3, var(--tw-gradient-to, rgba(84, 180, 211, 0)) !important;
  }

  .\33xl\:focus\:via-darkgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #066B3D, var(--tw-gradient-to, rgba(6, 107, 61, 0)) !important;
  }

  .\33xl\:focus\:via-lightgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70BB44, var(--tw-gradient-to, rgba(112, 187, 68, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#d1ecc5\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d1ecc5, var(--tw-gradient-to, rgba(209, 236, 197, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#282828\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #282828, var(--tw-gradient-to, rgba(40, 40, 40, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#bde020\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bde020, var(--tw-gradient-to, rgba(189, 224, 32, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#efeee8\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #efeee8, var(--tw-gradient-to, rgba(239, 238, 232, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#bdc11d\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdc11d, var(--tw-gradient-to, rgba(189, 193, 29, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#039147\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039147, var(--tw-gradient-to, rgba(3, 145, 71, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#c3c1bf\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c3c1bf, var(--tw-gradient-to, rgba(195, 193, 191, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#039047\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #039047, var(--tw-gradient-to, rgba(3, 144, 71, 0)) !important;
  }

  .\33xl\:focus\:via-\[\#c8da2e\]:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c8da2e, var(--tw-gradient-to, rgba(200, 218, 46, 0)) !important;
  }

  .\33xl\:focus\:via-dmxMecanismob:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #c6bad2, var(--tw-gradient-to, rgba(198, 186, 210, 0)) !important;
  }

  .\33xl\:focus\:via-fog:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #535353, var(--tw-gradient-to, rgba(83, 83, 83, 0)) !important;
  }

  .\33xl\:focus\:via-pink-cistitis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:via-purple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #70447A, var(--tw-gradient-to, rgba(112, 68, 122, 0)) !important;
  }

  .\33xl\:focus\:via-purple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42114C, var(--tw-gradient-to, rgba(66, 17, 76, 0)) !important;
  }

  .\33xl\:focus\:via-purple3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5D0661, var(--tw-gradient-to, rgba(93, 6, 97, 0)) !important;
  }

  .\33xl\:focus\:via-purplebg:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7F2F7, var(--tw-gradient-to, rgba(247, 242, 247, 0)) !important;
  }

  .\33xl\:focus\:via-purplebg2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D2C2D5, var(--tw-gradient-to, rgba(210, 194, 213, 0)) !important;
  }

  .\33xl\:focus\:via-purpleBorder:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B1E4B, var(--tw-gradient-to, rgba(59, 30, 75, 0)) !important;
  }

  .\33xl\:focus\:via-purpleIcon:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B0A2B8, var(--tw-gradient-to, rgba(176, 162, 184, 0)) !important;
  }

  .\33xl\:focus\:via-purpleTB:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D4C6DC, var(--tw-gradient-to, rgba(212, 198, 220, 0)) !important;
  }

  .\33xl\:focus\:via-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef08a, var(--tw-gradient-to, rgba(254, 240, 138, 0)) !important;
  }

  .\33xl\:focus\:via-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eab308, var(--tw-gradient-to, rgba(234, 179, 8, 0)) !important;
  }

  .\33xl\:focus\:via-yellowBtn:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F7C139, var(--tw-gradient-to, rgba(247, 193, 57, 0)) !important;
  }

  .\33xl\:focus\:via-grayT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:focus\:via-grayTL:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #363737, var(--tw-gradient-to, rgba(54, 55, 55, 0)) !important;
  }

  .\33xl\:focus\:via-gray77:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:focus\:via-grayhr:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3D3D3, var(--tw-gradient-to, rgba(211, 211, 211, 0)) !important;
  }

  .\33xl\:focus\:via-whiteTbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F8F6F9, var(--tw-gradient-to, rgba(248, 246, 249, 0)) !important;
  }

  .\33xl\:focus\:via-roja:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E52027, var(--tw-gradient-to, rgba(229, 32, 39, 0)) !important;
  }

  .\33xl\:focus\:via-anaranjada:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EB6A2D, var(--tw-gradient-to, rgba(235, 106, 45, 0)) !important;
  }

  .\33xl\:focus\:via-amarilla:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FBDA3C, var(--tw-gradient-to, rgba(251, 218, 60, 0)) !important;
  }

  .\33xl\:focus\:via-ocean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:focus\:via-forest:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7FB80D, var(--tw-gradient-to, rgba(127, 184, 13, 0)) !important;
  }

  .\33xl\:focus\:via-mint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67AA35, var(--tw-gradient-to, rgba(103, 170, 53, 0)) !important;
  }

  .\33xl\:focus\:via-azul:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BACCF, var(--tw-gradient-to, rgba(75, 172, 207, 0)) !important;
  }

  .\33xl\:focus\:via-negra:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262626, var(--tw-gradient-to, rgba(38, 38, 38, 0)) !important;
  }

  .\33xl\:focus\:via-lime-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7fee7, var(--tw-gradient-to, rgba(247, 254, 231, 0)) !important;
  }

  .\33xl\:focus\:via-lime-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfccb, var(--tw-gradient-to, rgba(236, 252, 203, 0)) !important;
  }

  .\33xl\:focus\:via-lime-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d9f99d, var(--tw-gradient-to, rgba(217, 249, 157, 0)) !important;
  }

  .\33xl\:focus\:via-lime-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bef264, var(--tw-gradient-to, rgba(190, 242, 100, 0)) !important;
  }

  .\33xl\:focus\:via-lime-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a3e635, var(--tw-gradient-to, rgba(163, 230, 53, 0)) !important;
  }

  .\33xl\:focus\:via-lime-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #84cc16, var(--tw-gradient-to, rgba(132, 204, 22, 0)) !important;
  }

  .\33xl\:focus\:via-lime-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to, rgba(101, 163, 13, 0)) !important;
  }

  .\33xl\:focus\:via-lime-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f, var(--tw-gradient-to, rgba(77, 124, 15, 0)) !important;
  }

  .\33xl\:focus\:via-lime-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f6212, var(--tw-gradient-to, rgba(63, 98, 18, 0)) !important;
  }

  .\33xl\:focus\:via-lime-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #365314, var(--tw-gradient-to, rgba(54, 83, 20, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0)) !important;
  }

  .\33xl\:focus\:via-cyan-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0)) !important;
  }

  .\33xl\:focus\:via-cadet-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #164682, var(--tw-gradient-to, rgba(22, 70, 130, 0)) !important;
  }

  .\33xl\:focus\:via-lavender-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2A7EDE, var(--tw-gradient-to, rgba(42, 126, 222, 0)) !important;
  }

  .\33xl\:focus\:via-cobalt-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #218AA2, var(--tw-gradient-to, rgba(33, 138, 162, 0)) !important;
  }

  .\33xl\:focus\:via-sky-blue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #51C1D1, var(--tw-gradient-to, rgba(81, 193, 209, 0)) !important;
  }

  .\33xl\:focus\:via-berry:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A4BA, var(--tw-gradient-to, rgba(1, 164, 186, 0)) !important;
  }

  .\33xl\:focus\:via-lapis:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #138CA5, var(--tw-gradient-to, rgba(19, 140, 165, 0)) !important;
  }

  .\33xl\:focus\:via-azure:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1EC4D3, var(--tw-gradient-to, rgba(30, 196, 211, 0)) !important;
  }

  .\33xl\:focus\:via-pine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9CEFC7, var(--tw-gradient-to, rgba(156, 239, 199, 0)) !important;
  }

  .\33xl\:focus\:via-spring:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #79CA00, var(--tw-gradient-to, rgba(121, 202, 0, 0)) !important;
  }

  .\33xl\:focus\:via-slime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4EAF00, var(--tw-gradient-to, rgba(78, 175, 0, 0)) !important;
  }

  .\33xl\:focus\:via-jade-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D9F6FB, var(--tw-gradient-to, rgba(217, 246, 251, 0)) !important;
  }

  .\33xl\:focus\:via-jade-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DEF7FC, var(--tw-gradient-to, rgba(222, 247, 252, 0)) !important;
  }

  .\33xl\:focus\:via-jade-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEFCFE, var(--tw-gradient-to, rgba(238, 252, 254, 0)) !important;
  }

  .\33xl\:focus\:via-cerulean:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D3EAEF, var(--tw-gradient-to, rgba(211, 234, 239, 0)) !important;
  }

  .\33xl\:focus\:via-evergreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6DBE4D, var(--tw-gradient-to, rgba(109, 190, 77, 0)) !important;
  }

  .\33xl\:focus\:via-admiral:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2377BE, var(--tw-gradient-to, rgba(35, 119, 190, 0)) !important;
  }

  .\33xl\:focus\:via-denim:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #37A5DD, var(--tw-gradient-to, rgba(55, 165, 221, 0)) !important;
  }

  .\33xl\:focus\:via-laurel:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6CBE51, var(--tw-gradient-to, rgba(108, 190, 81, 0)) !important;
  }

  .\33xl\:focus\:via-Dpink1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E74F77, var(--tw-gradient-to, rgba(231, 79, 119, 0)) !important;
  }

  .\33xl\:focus\:via-Dblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42A6B8, var(--tw-gradient-to, rgba(66, 166, 184, 0)) !important;
  }

  .\33xl\:focus\:via-Dblue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #225258, var(--tw-gradient-to, rgba(34, 82, 88, 0)) !important;
  }

  .\33xl\:focus\:via-Pgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4f4f4, var(--tw-gradient-to, rgba(244, 244, 244, 0)) !important;
  }

  .\33xl\:focus\:via-Metblue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4BB5D4, var(--tw-gradient-to, rgba(75, 181, 212, 0)) !important;
  }

  .\33xl\:focus\:via-MetBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #205B87, var(--tw-gradient-to, rgba(32, 91, 135, 0)) !important;
  }

  .\33xl\:focus\:via-MetBlueGrid1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2DB5D4, var(--tw-gradient-to, rgba(45, 181, 212, 0)) !important;
  }

  .\33xl\:focus\:via-MetBlueGrid2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B8, var(--tw-gradient-to, rgba(37, 105, 184, 0)) !important;
  }

  .\33xl\:focus\:via-MetBlueGrid3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #42ABBB, var(--tw-gradient-to, rgba(66, 171, 187, 0)) !important;
  }

  .\33xl\:focus\:via-MetBlueLast:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2569B9, var(--tw-gradient-to, rgba(37, 105, 185, 0)) !important;
  }

  .\33xl\:focus\:via-Metwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to, rgba(245, 245, 245, 0)) !important;
  }

  .\33xl\:focus\:via-Pkorange1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D85F2A, var(--tw-gradient-to, rgba(216, 95, 42, 0)) !important;
  }

  .\33xl\:focus\:via-Pkorange2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #FC4300, var(--tw-gradient-to, rgba(252, 67, 0, 0)) !important;
  }

  .\33xl\:focus\:via-BvpBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1292A9, var(--tw-gradient-to, rgba(18, 146, 169, 0)) !important;
  }

  .\33xl\:focus\:via-BvpPine:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #9BE4C7, var(--tw-gradient-to, rgba(155, 228, 199, 0)) !important;
  }

  .\33xl\:focus\:via-BvpBlue2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1B5A90, var(--tw-gradient-to, rgba(27, 90, 144, 0)) !important;
  }

  .\33xl\:focus\:via-BvpGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #159F6E, var(--tw-gradient-to, rgba(21, 159, 110, 0)) !important;
  }

  .\33xl\:focus\:via-Pkblue-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212E60, var(--tw-gradient-to, rgba(33, 46, 96, 0)) !important;
  }

  .\33xl\:focus\:via-Pkblue-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003184, var(--tw-gradient-to, rgba(0, 49, 132, 0)) !important;
  }

  .\33xl\:focus\:via-Pkblue-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004284, var(--tw-gradient-to, rgba(0, 66, 132, 0)) !important;
  }

  .\33xl\:focus\:via-BpurpleText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #465784, var(--tw-gradient-to, rgba(70, 87, 132, 0)) !important;
  }

  .\33xl\:focus\:via-BpurpleText2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #56087A, var(--tw-gradient-to, rgba(86, 8, 122, 0)) !important;
  }

  .\33xl\:focus\:via-BgradYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E49D41, var(--tw-gradient-to, rgba(228, 157, 65, 0)) !important;
  }

  .\33xl\:focus\:via-Bgradpurple1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #AD6498, var(--tw-gradient-to, rgba(173, 100, 152, 0)) !important;
  }

  .\33xl\:focus\:via-Bpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B33C86, var(--tw-gradient-to, rgba(179, 60, 134, 0)) !important;
  }

  .\33xl\:focus\:via-Bpink2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E9CBDA, var(--tw-gradient-to, rgba(233, 203, 218, 0)) !important;
  }

  .\33xl\:focus\:via-Bgradpurple2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3B80A8, var(--tw-gradient-to, rgba(59, 128, 168, 0)) !important;
  }

  .\33xl\:focus\:via-Bgradpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B03780, var(--tw-gradient-to, rgba(176, 55, 128, 0)) !important;
  }

  .\33xl\:focus\:via-Bgradwhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDB8CC, var(--tw-gradient-to, rgba(205, 184, 204, 0)) !important;
  }

  .\33xl\:focus\:via-BBlue1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #455780, var(--tw-gradient-to, rgba(69, 87, 128, 0)) !important;
  }

  .\33xl\:focus\:via-BpinkContainer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C8549C, var(--tw-gradient-to, rgba(200, 84, 156, 0)) !important;
  }

  .\33xl\:focus\:via-Cpinkcover:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:via-bannerText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #970022, var(--tw-gradient-to, rgba(151, 0, 34, 0)) !important;
  }

  .\33xl\:focus\:via-fondoWhite:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E6E6E6, var(--tw-gradient-to, rgba(230, 230, 230, 0)) !important;
  }

  .\33xl\:focus\:via-bgGrid:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #872944, var(--tw-gradient-to, rgba(135, 41, 68, 0)) !important;
  }

  .\33xl\:focus\:via-cisYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EBBC54, var(--tw-gradient-to, rgba(235, 188, 84, 0)) !important;
  }

  .\33xl\:focus\:via-cisPink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #E23A6B, var(--tw-gradient-to, rgba(226, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:via-footer:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #333333, var(--tw-gradient-to, rgba(51, 51, 51, 0)) !important;
  }

  .\33xl\:focus\:via-cisGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #666666, var(--tw-gradient-to, rgba(102, 102, 102, 0)) !important;
  }

  .\33xl\:focus\:via-cisCarm:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A62D53, var(--tw-gradient-to, rgba(166, 45, 83, 0)) !important;
  }

  .\33xl\:focus\:via-cisgrad1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DA3A6B, var(--tw-gradient-to, rgba(218, 58, 107, 0)) !important;
  }

  .\33xl\:focus\:via-cisgrad2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAB755, var(--tw-gradient-to, rgba(234, 183, 85, 0)) !important;
  }

  .\33xl\:focus\:via-cisgrad3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #881F4A, var(--tw-gradient-to, rgba(136, 31, 74, 0)) !important;
  }

  .\33xl\:focus\:via-cisgrad4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D7206C, var(--tw-gradient-to, rgba(215, 32, 108, 0)) !important;
  }

  .\33xl\:focus\:via-doxYellow:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F6EA32, var(--tw-gradient-to, rgba(246, 234, 50, 0)) !important;
  }

  .\33xl\:focus\:via-doxGreenM:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6EB556, var(--tw-gradient-to, rgba(110, 181, 86, 0)) !important;
  }

  .\33xl\:focus\:via-doxGreenS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #A1D15C, var(--tw-gradient-to, rgba(161, 209, 92, 0)) !important;
  }

  .\33xl\:focus\:via-doxGreenR:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009144, var(--tw-gradient-to, rgba(0, 145, 68, 0)) !important;
  }

  .\33xl\:focus\:via-doxGreenT:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009933, var(--tw-gradient-to, rgba(0, 153, 51, 0)) !important;
  }

  .\33xl\:focus\:via-doxGrayS:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #DADDE5, var(--tw-gradient-to, rgba(218, 221, 229, 0)) !important;
  }

  .\33xl\:focus\:via-doxGrayE:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEEFF4, var(--tw-gradient-to, rgba(238, 239, 244, 0)) !important;
  }

  .\33xl\:focus\:via-dxmgreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:focus\:via-dxmGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1E8344, var(--tw-gradient-to, rgba(30, 131, 68, 0)) !important;
  }

  .\33xl\:focus\:via-dxmsquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71AA62, var(--tw-gradient-to, rgba(113, 170, 98, 0)) !important;
  }

  .\33xl\:focus\:via-dxmText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6FB444, var(--tw-gradient-to, rgba(111, 180, 68, 0)) !important;
  }

  .\33xl\:focus\:via-dxmbacksquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #57AE56, var(--tw-gradient-to, rgba(87, 174, 86, 0)) !important;
  }

  .\33xl\:focus\:via-dxmTitle:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D6E39, var(--tw-gradient-to, rgba(13, 110, 57, 0)) !important;
  }

  .\33xl\:focus\:via-dxmFtBG:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4D4D4D, var(--tw-gradient-to, rgba(77, 77, 77, 0)) !important;
  }

  .\33xl\:focus\:via-green1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5e9e3f, var(--tw-gradient-to, rgba(94, 158, 63, 0)) !important;
  }

  .\33xl\:focus\:via-green2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #95c255, var(--tw-gradient-to, rgba(149, 194, 85, 0)) !important;
  }

  .\33xl\:focus\:via-green3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #18b6c9, var(--tw-gradient-to, rgba(24, 182, 201, 0)) !important;
  }

  .\33xl\:focus\:via-green4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1c8c69, var(--tw-gradient-to, rgba(28, 140, 105, 0)) !important;
  }

  .\33xl\:focus\:via-dcnMain:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #F32735, var(--tw-gradient-to, rgba(243, 39, 53, 0)) !important;
  }

  .\33xl\:focus\:via-dcnbl:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0075C9, var(--tw-gradient-to, rgba(0, 117, 201, 0)) !important;
  }

  .\33xl\:focus\:via-dcnsText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00507E, var(--tw-gradient-to, rgba(0, 80, 126, 0)) !important;
  }

  .\33xl\:focus\:via-dcnsRed:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B22024, var(--tw-gradient-to, rgba(178, 32, 36, 0)) !important;
  }

  .\33xl\:focus\:via-dmxPurple:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6D348A, var(--tw-gradient-to, rgba(109, 52, 138, 0)) !important;
  }

  .\33xl\:focus\:via-dmxBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:focus\:via-dmxSquare:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C5B9CF, var(--tw-gradient-to, rgba(197, 185, 207, 0)) !important;
  }

  .\33xl\:focus\:via-bgmecanismo:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B7A8C4, var(--tw-gradient-to, rgba(183, 168, 196, 0)) !important;
  }

  .\33xl\:focus\:via-dmxGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #009494, var(--tw-gradient-to, rgba(0, 148, 148, 0)) !important;
  }

  .\33xl\:focus\:via-dmxText:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #592C80, var(--tw-gradient-to, rgba(89, 44, 128, 0)) !important;
  }

  .\33xl\:focus\:via-dmxgray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #BBB1C4, var(--tw-gradient-to, rgba(187, 177, 196, 0)) !important;
  }

  .\33xl\:focus\:via-bvGray:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #323232, var(--tw-gradient-to, rgba(50, 50, 50, 0)) !important;
  }

  .\33xl\:focus\:via-bvBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9ECF3, var(--tw-gradient-to, rgba(201, 236, 243, 0)) !important;
  }

  .\33xl\:focus\:via-bVGreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #115472, var(--tw-gradient-to, rgba(17, 84, 114, 0)) !important;
  }

  .\33xl\:focus\:via-bvMint:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #71B800, var(--tw-gradient-to, rgba(113, 184, 0, 0)) !important;
  }

  .\33xl\:focus\:via-bvCadetBlue:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #0D4880, var(--tw-gradient-to, rgba(13, 72, 128, 0)) !important;
  }

  .\33xl\:focus\:via-bvPuntos:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1F8CA4, var(--tw-gradient-to, rgba(31, 140, 164, 0)) !important;
  }

  .\33xl\:focus\:via-bvSlime:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #52AD1D, var(--tw-gradient-to, rgba(82, 173, 29, 0)) !important;
  }

  .\33xl\:focus\:via-bvSky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2EC4D2, var(--tw-gradient-to, rgba(46, 196, 210, 0)) !important;
  }

  .\33xl\:focus\:via-ash:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4B5563, var(--tw-gradient-to, rgba(75, 85, 99, 0)) !important;
  }

  .\33xl\:focus\:via-sky:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f4fafd, var(--tw-gradient-to, rgba(244, 250, 253, 0)) !important;
  }

  .\33xl\:focus\:via-blueHepa:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A0AF, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-orange-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EF8000, var(--tw-gradient-to, rgba(239, 128, 0, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005797, var(--tw-gradient-to, rgba(0, 87, 151, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004E80, var(--tw-gradient-to, rgba(0, 78, 128, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-3:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A2D6, var(--tw-gradient-to, rgba(0, 162, 214, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-4:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005285, var(--tw-gradient-to, rgba(0, 82, 133, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-5:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #004D80, var(--tw-gradient-to, rgba(0, 77, 128, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-6:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #005588, var(--tw-gradient-to, rgba(0, 85, 136, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-7:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00A5D9, var(--tw-gradient-to, rgba(0, 165, 217, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-blue-8:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #003E69, var(--tw-gradient-to, rgba(0, 62, 105, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-gray-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #CDCDCE, var(--tw-gradient-to, rgba(205, 205, 206, 0)) !important;
  }

  .\33xl\:focus\:via-zomig-gray-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #C9C9CB, var(--tw-gradient-to, rgba(201, 201, 203, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-0:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EAEAEA, var(--tw-gradient-to, rgba(234, 234, 234, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #B9CED8, var(--tw-gradient-to, rgba(185, 206, 216, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-2:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #EEF2F5, var(--tw-gradient-to, rgba(238, 242, 245, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d3dee4, var(--tw-gradient-to, rgba(211, 222, 228, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdced6, var(--tw-gradient-to, rgba(189, 206, 214, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #81a1af, var(--tw-gradient-to, rgba(129, 161, 175, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #618696, var(--tw-gradient-to, rgba(97, 134, 150, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4c6c7d, var(--tw-gradient-to, rgba(76, 108, 125, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3f5865, var(--tw-gradient-to, rgba(63, 88, 101, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #374b55, var(--tw-gradient-to, rgba(55, 75, 85, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #314049, var(--tw-gradient-to, rgba(49, 64, 73, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #212a30, var(--tw-gradient-to, rgba(33, 42, 48, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-loblolly-1000:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #D0D4D6, var(--tw-gradient-to, rgba(208, 212, 214, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fef9ec, var(--tw-gradient-to, rgba(254, 249, 236, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fbeeca, var(--tw-gradient-to, rgba(251, 238, 202, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f7dc90, var(--tw-gradient-to, rgba(247, 220, 144, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f3c356, var(--tw-gradient-to, rgba(243, 195, 86, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f0ab2a, var(--tw-gradient-to, rgba(240, 171, 42, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e98c17, var(--tw-gradient-to, rgba(233, 140, 23, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cf6910, var(--tw-gradient-to, rgba(207, 105, 16, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ac4911, var(--tw-gradient-to, rgba(172, 73, 17, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #8b3a15, var(--tw-gradient-to, rgba(139, 58, 21, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #732f14, var(--tw-gradient-to, rgba(115, 47, 20, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-fuel-yellow-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #421706, var(--tw-gradient-to, rgba(66, 23, 6, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f6f6, var(--tw-gradient-to, rgba(245, 246, 246, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e7e7, var(--tw-gradient-to, rgba(230, 231, 231, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #cfd1d2, var(--tw-gradient-to, rgba(207, 209, 210, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #aeb1b2, var(--tw-gradient-to, rgba(174, 177, 178, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #85898b, var(--tw-gradient-to, rgba(133, 137, 139, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a6e70, var(--tw-gradient-to, rgba(106, 110, 112, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5a5e60, var(--tw-gradient-to, rgba(90, 94, 96, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4d4f51, var(--tw-gradient-to, rgba(77, 79, 81, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444646, var(--tw-gradient-to, rgba(68, 70, 70, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b3c3e, var(--tw-gradient-to, rgba(59, 60, 62, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mine-shaft-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292a2b, var(--tw-gradient-to, rgba(41, 42, 43, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f8f8f8, var(--tw-gradient-to, rgba(248, 248, 248, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e8e8e8, var(--tw-gradient-to, rgba(232, 232, 232, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #dcdcdc, var(--tw-gradient-to, rgba(220, 220, 220, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bdbdbd, var(--tw-gradient-to, rgba(189, 189, 189, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #989898, var(--tw-gradient-to, rgba(152, 152, 152, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c7c7c, var(--tw-gradient-to, rgba(124, 124, 124, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #656565, var(--tw-gradient-to, rgba(101, 101, 101, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #525252, var(--tw-gradient-to, rgba(82, 82, 82, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #464646, var(--tw-gradient-to, rgba(70, 70, 70, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3d3d3d, var(--tw-gradient-to, rgba(61, 61, 61, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-mercury-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #292929, var(--tw-gradient-to, rgba(41, 41, 41, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f6f8f9, var(--tw-gradient-to, rgba(246, 248, 249, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #eceff1, var(--tw-gradient-to, rgba(236, 239, 241, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d6dde1, var(--tw-gradient-to, rgba(214, 221, 225, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b2c0c7, var(--tw-gradient-to, rgba(178, 192, 199, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #889ea8, var(--tw-gradient-to, rgba(136, 158, 168, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #6a828d, var(--tw-gradient-to, rgba(106, 130, 141, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #556a74, var(--tw-gradient-to, rgba(85, 106, 116, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #45565f, var(--tw-gradient-to, rgba(69, 86, 95, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c4950, var(--tw-gradient-to, rgba(60, 73, 80, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #353f45, var(--tw-gradient-to, rgba(53, 63, 69, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-porcelain-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #232a2e, var(--tw-gradient-to, rgba(35, 42, 46, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f8fa, var(--tw-gradient-to, rgba(245, 248, 250, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ebf0f3, var(--tw-gradient-to, rgba(235, 240, 243, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d2dfe5, var(--tw-gradient-to, rgba(210, 223, 229, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #b9cfd7, var(--tw-gradient-to, rgba(185, 207, 215, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7da6b3, var(--tw-gradient-to, rgba(125, 166, 179, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c8b9b, var(--tw-gradient-to, rgba(92, 139, 155, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #487081, var(--tw-gradient-to, rgba(72, 112, 129, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3b5c69, var(--tw-gradient-to, rgba(59, 92, 105, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #344d58, var(--tw-gradient-to, rgba(52, 77, 88, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #2f434b, var(--tw-gradient-to, rgba(47, 67, 75, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-jungle-mist-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #1f2b32, var(--tw-gradient-to, rgba(31, 43, 50, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #f5f5f6, var(--tw-gradient-to, rgba(245, 245, 246, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e6e6e7, var(--tw-gradient-to, rgba(230, 230, 231, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d0cfd2, var(--tw-gradient-to, rgba(208, 207, 210, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #afaeb2, var(--tw-gradient-to, rgba(175, 174, 178, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #86858b, var(--tw-gradient-to, rgba(134, 133, 139, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #68676c, var(--tw-gradient-to, rgba(104, 103, 108, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #5c5b5f, var(--tw-gradient-to, rgba(92, 91, 95, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #4e4d51, var(--tw-gradient-to, rgba(78, 77, 81, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #444446, var(--tw-gradient-to, rgba(68, 68, 70, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #3c3c3d, var(--tw-gradient-to, rgba(60, 60, 61, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-dove-gray-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #262527, var(--tw-gradient-to, rgba(38, 37, 39, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-50:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fffeea, var(--tw-gradient-to, rgba(255, 254, 234, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-100:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff9c5, var(--tw-gradient-to, rgba(255, 249, 197, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-200:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #fff385, var(--tw-gradient-to, rgba(255, 243, 133, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-300:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffe646, var(--tw-gradient-to, rgba(255, 230, 70, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-400:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffd61b, var(--tw-gradient-to, rgba(255, 214, 27, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-500:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #ffb500, var(--tw-gradient-to, rgba(255, 181, 0, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-600:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #e28a00, var(--tw-gradient-to, rgba(226, 138, 0, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-700:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #bb6102, var(--tw-gradient-to, rgba(187, 97, 2, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-800:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #984b08, var(--tw-gradient-to, rgba(152, 75, 8, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-900:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #7c3d0b, var(--tw-gradient-to, rgba(124, 61, 11, 0)) !important;
  }

  .\33xl\:focus\:via-nebido-my-sin-950:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #481f00, var(--tw-gradient-to, rgba(72, 31, 0, 0)) !important;
  }

  .\33xl\:focus\:via-thepink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #d52f89, var(--tw-gradient-to, rgba(213, 47, 137, 0)) !important;
  }

  .\33xl\:focus\:via-darkpink:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #91005d, var(--tw-gradient-to, rgba(145, 0, 93, 0)) !important;
  }

  .\33xl\:focus\:via-bluegreen:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #00a0af, var(--tw-gradient-to, rgba(0, 160, 175, 0)) !important;
  }

  .\33xl\:focus\:via-beyond-green-1:focus {
    --tw-gradient-stops: var(--tw-gradient-from), #01A059, var(--tw-gradient-to, rgba(1, 160, 89, 0)) !important;
  }

  .\33xl\:to-transparent {
    --tw-gradient-to: transparent !important;
  }

  .\33xl\:to-current {
    --tw-gradient-to: currentColor !important;
  }

  .\33xl\:to-black {
    --tw-gradient-to: #000 !important;
  }

  .\33xl\:to-white {
    --tw-gradient-to: #fff !important;
  }

  .\33xl\:to-gray-50 {
    --tw-gradient-to: #fafafa !important;
  }

  .\33xl\:to-gray-100 {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\33xl\:to-gray-200 {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\33xl\:to-gray-300 {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\33xl\:to-gray-400 {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\33xl\:to-gray-500 {
    --tw-gradient-to: #71717a !important;
  }

  .\33xl\:to-gray-600 {
    --tw-gradient-to: #52525b !important;
  }

  .\33xl\:to-gray-700 {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\33xl\:to-gray-800 {
    --tw-gradient-to: #27272a !important;
  }

  .\33xl\:to-gray-900 {
    --tw-gradient-to: #18181b !important;
  }

  .\33xl\:to-red-50 {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\33xl\:to-red-100 {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\33xl\:to-red-200 {
    --tw-gradient-to: #fecaca !important;
  }

  .\33xl\:to-red-300 {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\33xl\:to-red-400 {
    --tw-gradient-to: #f87171 !important;
  }

  .\33xl\:to-red-500 {
    --tw-gradient-to: #ef4444 !important;
  }

  .\33xl\:to-red-600 {
    --tw-gradient-to: #dc2626 !important;
  }

  .\33xl\:to-red-700 {
    --tw-gradient-to: #b91c1c !important;
  }

  .\33xl\:to-red-800 {
    --tw-gradient-to: #991b1b !important;
  }

  .\33xl\:to-red-900 {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\33xl\:to-yellow {
    --tw-gradient-to: #F6BE4A !important;
  }

  .\33xl\:to-green-50 {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\33xl\:to-green-100 {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\33xl\:to-green-200 {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\33xl\:to-green-300 {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\33xl\:to-green-400 {
    --tw-gradient-to: #34d399 !important;
  }

  .\33xl\:to-green-500 {
    --tw-gradient-to: #10b981 !important;
  }

  .\33xl\:to-green-600 {
    --tw-gradient-to: #059669 !important;
  }

  .\33xl\:to-green-700 {
    --tw-gradient-to: #047857 !important;
  }

  .\33xl\:to-green-800 {
    --tw-gradient-to: #065f46 !important;
  }

  .\33xl\:to-green-900 {
    --tw-gradient-to: #064e3b !important;
  }

  .\33xl\:to-blue-50 {
    --tw-gradient-to: #eff6ff !important;
  }

  .\33xl\:to-blue-100 {
    --tw-gradient-to: #dbeafe !important;
  }

  .\33xl\:to-blue-200 {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\33xl\:to-blue-300 {
    --tw-gradient-to: #93c5fd !important;
  }

  .\33xl\:to-blue-400 {
    --tw-gradient-to: #60a5fa !important;
  }

  .\33xl\:to-blue-500 {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\33xl\:to-blue-600 {
    --tw-gradient-to: #2563eb !important;
  }

  .\33xl\:to-blue-700 {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\33xl\:to-blue-800 {
    --tw-gradient-to: #1e40af !important;
  }

  .\33xl\:to-blue-900 {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\33xl\:to-indigo-50 {
    --tw-gradient-to: #eef2ff !important;
  }

  .\33xl\:to-indigo-100 {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\33xl\:to-indigo-200 {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\33xl\:to-indigo-300 {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\33xl\:to-indigo-400 {
    --tw-gradient-to: #818cf8 !important;
  }

  .\33xl\:to-indigo-500 {
    --tw-gradient-to: #6366f1 !important;
  }

  .\33xl\:to-indigo-600 {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\33xl\:to-indigo-700 {
    --tw-gradient-to: #4338ca !important;
  }

  .\33xl\:to-indigo-800 {
    --tw-gradient-to: #3730a3 !important;
  }

  .\33xl\:to-indigo-900 {
    --tw-gradient-to: #312e81 !important;
  }

  .\33xl\:to-purple {
    --tw-gradient-to: #6c42a0 !important;
  }

  .\33xl\:to-pink-50 {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\33xl\:to-pink-100 {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\33xl\:to-pink-200 {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\33xl\:to-pink-300 {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\33xl\:to-pink-400 {
    --tw-gradient-to: #f472b6 !important;
  }

  .\33xl\:to-pink-500 {
    --tw-gradient-to: #ec4899 !important;
  }

  .\33xl\:to-pink-600 {
    --tw-gradient-to: #db2777 !important;
  }

  .\33xl\:to-pink-700 {
    --tw-gradient-to: #be185d !important;
  }

  .\33xl\:to-pink-800 {
    --tw-gradient-to: #9d174d !important;
  }

  .\33xl\:to-pink-900 {
    --tw-gradient-to: #831843 !important;
  }

  .\33xl\:to-primary-50 {
    --tw-gradient-to: #F1F5FB !important;
  }

  .\33xl\:to-primary-100 {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .\33xl\:to-primary-200 {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .\33xl\:to-primary-300 {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .\33xl\:to-primary-400 {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .\33xl\:to-primary-500 {
    --tw-gradient-to: #6590D5 !important;
  }

  .\33xl\:to-primary-600 {
    --tw-gradient-to: #3061AF !important;
  }

  .\33xl\:to-primary-700 {
    --tw-gradient-to: #285192 !important;
  }

  .\33xl\:to-primary-800 {
    --tw-gradient-to: #204075 !important;
  }

  .\33xl\:to-primary-900 {
    --tw-gradient-to: #183058 !important;
  }

  .\33xl\:to-primary {
    --tw-gradient-to: #3B71CA !important;
  }

  .\33xl\:to-primary-accent-100 {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .\33xl\:to-primary-accent-200 {
    --tw-gradient-to: #cedbee !important;
  }

  .\33xl\:to-secondary-50 {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .\33xl\:to-secondary-100 {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .\33xl\:to-secondary-200 {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .\33xl\:to-secondary-300 {
    --tw-gradient-to: #D6D9DE !important;
  }

  .\33xl\:to-secondary-400 {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .\33xl\:to-secondary-500 {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .\33xl\:to-secondary-600 {
    --tw-gradient-to: #848D9C !important;
  }

  .\33xl\:to-secondary-700 {
    --tw-gradient-to: #6B7585 !important;
  }

  .\33xl\:to-secondary-800 {
    --tw-gradient-to: #565D6B !important;
  }

  .\33xl\:to-secondary-900 {
    --tw-gradient-to: #404650 !important;
  }

  .\33xl\:to-secondary {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .\33xl\:to-success-50 {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .\33xl\:to-success-100 {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .\33xl\:to-success-200 {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .\33xl\:to-success-300 {
    --tw-gradient-to: #83F0AE !important;
  }

  .\33xl\:to-success-400 {
    --tw-gradient-to: #59EA93 !important;
  }

  .\33xl\:to-success-500 {
    --tw-gradient-to: #1CE26B !important;
  }

  .\33xl\:to-success-600 {
    --tw-gradient-to: #118C42 !important;
  }

  .\33xl\:to-success-700 {
    --tw-gradient-to: #0E7537 !important;
  }

  .\33xl\:to-success-800 {
    --tw-gradient-to: #0C5D2C !important;
  }

  .\33xl\:to-success-900 {
    --tw-gradient-to: #094621 !important;
  }

  .\33xl\:to-success {
    --tw-gradient-to: #14A44D !important;
  }

  .\33xl\:to-danger-50 {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .\33xl\:to-danger-100 {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .\33xl\:to-danger-200 {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .\33xl\:to-danger-300 {
    --tw-gradient-to: #F0B2BD !important;
  }

  .\33xl\:to-danger-400 {
    --tw-gradient-to: #EB99A6 !important;
  }

  .\33xl\:to-danger-500 {
    --tw-gradient-to: #E37285 !important;
  }

  .\33xl\:to-danger-600 {
    --tw-gradient-to: #D42A46 !important;
  }

  .\33xl\:to-danger-700 {
    --tw-gradient-to: #B0233A !important;
  }

  .\33xl\:to-danger-800 {
    --tw-gradient-to: #8D1C2F !important;
  }

  .\33xl\:to-danger-900 {
    --tw-gradient-to: #6A1523 !important;
  }

  .\33xl\:to-danger {
    --tw-gradient-to: #DC4C64 !important;
  }

  .\33xl\:to-warning-50 {
    --tw-gradient-to: #FDF8EF !important;
  }

  .\33xl\:to-warning-100 {
    --tw-gradient-to: #FBF2DE !important;
  }

  .\33xl\:to-warning-200 {
    --tw-gradient-to: #F7E4BE !important;
  }

  .\33xl\:to-warning-300 {
    --tw-gradient-to: #F4D79D !important;
  }

  .\33xl\:to-warning-400 {
    --tw-gradient-to: #F0C97D !important;
  }

  .\33xl\:to-warning-500 {
    --tw-gradient-to: #EAB54C !important;
  }

  .\33xl\:to-warning-600 {
    --tw-gradient-to: #C48A17 !important;
  }

  .\33xl\:to-warning-700 {
    --tw-gradient-to: #A37313 !important;
  }

  .\33xl\:to-warning-800 {
    --tw-gradient-to: #825C0F !important;
  }

  .\33xl\:to-warning-900 {
    --tw-gradient-to: #62450B !important;
  }

  .\33xl\:to-warning {
    --tw-gradient-to: #E4A11B !important;
  }

  .\33xl\:to-info-50 {
    --tw-gradient-to: #F3FAFC !important;
  }

  .\33xl\:to-info-100 {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .\33xl\:to-info-200 {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .\33xl\:to-info-300 {
    --tw-gradient-to: #B6DFEC !important;
  }

  .\33xl\:to-info-400 {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .\33xl\:to-info-500 {
    --tw-gradient-to: #79C4DC !important;
  }

  .\33xl\:to-info-600 {
    --tw-gradient-to: #34A4CA !important;
  }

  .\33xl\:to-info-700 {
    --tw-gradient-to: #2B89A8 !important;
  }

  .\33xl\:to-info-800 {
    --tw-gradient-to: #236D86 !important;
  }

  .\33xl\:to-info-900 {
    --tw-gradient-to: #1A5265 !important;
  }

  .\33xl\:to-info {
    --tw-gradient-to: #54B4D3 !important;
  }

  .\33xl\:to-darkgreen {
    --tw-gradient-to: #066B3D !important;
  }

  .\33xl\:to-lightgreen {
    --tw-gradient-to: #70BB44 !important;
  }

  .\33xl\:to-\[\#d1ecc5\] {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .\33xl\:to-\[\#282828\] {
    --tw-gradient-to: #282828 !important;
  }

  .\33xl\:to-\[\#bde020\] {
    --tw-gradient-to: #bde020 !important;
  }

  .\33xl\:to-\[\#efeee8\] {
    --tw-gradient-to: #efeee8 !important;
  }

  .\33xl\:to-\[\#bdc11d\] {
    --tw-gradient-to: #bdc11d !important;
  }

  .\33xl\:to-\[\#039147\] {
    --tw-gradient-to: #039147 !important;
  }

  .\33xl\:to-\[\#c3c1bf\] {
    --tw-gradient-to: #c3c1bf !important;
  }

  .\33xl\:to-\[\#039047\] {
    --tw-gradient-to: #039047 !important;
  }

  .\33xl\:to-\[\#c8da2e\] {
    --tw-gradient-to: #c8da2e !important;
  }

  .\33xl\:to-dmxMecanismob {
    --tw-gradient-to: #c6bad2 !important;
  }

  .\33xl\:to-fog {
    --tw-gradient-to: #535353 !important;
  }

  .\33xl\:to-pink-cistitis {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:to-purple1 {
    --tw-gradient-to: #70447A !important;
  }

  .\33xl\:to-purple2 {
    --tw-gradient-to: #42114C !important;
  }

  .\33xl\:to-purple3 {
    --tw-gradient-to: #5D0661 !important;
  }

  .\33xl\:to-purplebg {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .\33xl\:to-purplebg2 {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .\33xl\:to-purpleBorder {
    --tw-gradient-to: #3B1E4B !important;
  }

  .\33xl\:to-purpleIcon {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .\33xl\:to-purpleTB {
    --tw-gradient-to: #D4C6DC !important;
  }

  .\33xl\:to-yellow-200 {
    --tw-gradient-to: #fef08a !important;
  }

  .\33xl\:to-yellow-500 {
    --tw-gradient-to: #eab308 !important;
  }

  .\33xl\:to-yellowBtn {
    --tw-gradient-to: #F7C139 !important;
  }

  .\33xl\:to-grayT {
    --tw-gradient-to: #292929 !important;
  }

  .\33xl\:to-grayTL {
    --tw-gradient-to: #363737 !important;
  }

  .\33xl\:to-gray77 {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\33xl\:to-grayhr {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .\33xl\:to-whiteTbl {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .\33xl\:to-roja {
    --tw-gradient-to: #E52027 !important;
  }

  .\33xl\:to-anaranjada {
    --tw-gradient-to: #EB6A2D !important;
  }

  .\33xl\:to-amarilla {
    --tw-gradient-to: #FBDA3C !important;
  }

  .\33xl\:to-ocean {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\33xl\:to-forest {
    --tw-gradient-to: #7FB80D !important;
  }

  .\33xl\:to-mint {
    --tw-gradient-to: #67AA35 !important;
  }

  .\33xl\:to-azul {
    --tw-gradient-to: #4BACCF !important;
  }

  .\33xl\:to-negra {
    --tw-gradient-to: #262626 !important;
  }

  .\33xl\:to-lime-50 {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\33xl\:to-lime-100 {
    --tw-gradient-to: #ecfccb !important;
  }

  .\33xl\:to-lime-200 {
    --tw-gradient-to: #d9f99d !important;
  }

  .\33xl\:to-lime-300 {
    --tw-gradient-to: #bef264 !important;
  }

  .\33xl\:to-lime-400 {
    --tw-gradient-to: #a3e635 !important;
  }

  .\33xl\:to-lime-500 {
    --tw-gradient-to: #84cc16 !important;
  }

  .\33xl\:to-lime-600 {
    --tw-gradient-to: #65a30d !important;
  }

  .\33xl\:to-lime-700 {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\33xl\:to-lime-800 {
    --tw-gradient-to: #3f6212 !important;
  }

  .\33xl\:to-lime-900 {
    --tw-gradient-to: #365314 !important;
  }

  .\33xl\:to-cyan-50 {
    --tw-gradient-to: #ecfeff !important;
  }

  .\33xl\:to-cyan-100 {
    --tw-gradient-to: #cffafe !important;
  }

  .\33xl\:to-cyan-200 {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\33xl\:to-cyan-300 {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\33xl\:to-cyan-400 {
    --tw-gradient-to: #22d3ee !important;
  }

  .\33xl\:to-cyan-500 {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\33xl\:to-cyan-600 {
    --tw-gradient-to: #0891b2 !important;
  }

  .\33xl\:to-cyan-700 {
    --tw-gradient-to: #0e7490 !important;
  }

  .\33xl\:to-cyan-800 {
    --tw-gradient-to: #155e75 !important;
  }

  .\33xl\:to-cyan-900 {
    --tw-gradient-to: #164e63 !important;
  }

  .\33xl\:to-cadet-blue {
    --tw-gradient-to: #164682 !important;
  }

  .\33xl\:to-lavender-blue {
    --tw-gradient-to: #2A7EDE !important;
  }

  .\33xl\:to-cobalt-blue {
    --tw-gradient-to: #218AA2 !important;
  }

  .\33xl\:to-sky-blue {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\33xl\:to-berry {
    --tw-gradient-to: #01A4BA !important;
  }

  .\33xl\:to-lapis {
    --tw-gradient-to: #138CA5 !important;
  }

  .\33xl\:to-azure {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .\33xl\:to-pine {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .\33xl\:to-spring {
    --tw-gradient-to: #79CA00 !important;
  }

  .\33xl\:to-slime {
    --tw-gradient-to: #4EAF00 !important;
  }

  .\33xl\:to-jade-50 {
    --tw-gradient-to: #D9F6FB !important;
  }

  .\33xl\:to-jade-500 {
    --tw-gradient-to: #DEF7FC !important;
  }

  .\33xl\:to-jade-900 {
    --tw-gradient-to: #EEFCFE !important;
  }

  .\33xl\:to-cerulean {
    --tw-gradient-to: #D3EAEF !important;
  }

  .\33xl\:to-evergreen {
    --tw-gradient-to: #6DBE4D !important;
  }

  .\33xl\:to-admiral {
    --tw-gradient-to: #2377BE !important;
  }

  .\33xl\:to-denim {
    --tw-gradient-to: #37A5DD !important;
  }

  .\33xl\:to-laurel {
    --tw-gradient-to: #6CBE51 !important;
  }

  .\33xl\:to-Dpink1 {
    --tw-gradient-to: #E74F77 !important;
  }

  .\33xl\:to-Dblue1 {
    --tw-gradient-to: #42A6B8 !important;
  }

  .\33xl\:to-Dblue2 {
    --tw-gradient-to: #225258 !important;
  }

  .\33xl\:to-Pgray {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\33xl\:to-Metblue1 {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .\33xl\:to-MetBlue2 {
    --tw-gradient-to: #205B87 !important;
  }

  .\33xl\:to-MetBlueGrid1 {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .\33xl\:to-MetBlueGrid2 {
    --tw-gradient-to: #2569B8 !important;
  }

  .\33xl\:to-MetBlueGrid3 {
    --tw-gradient-to: #42ABBB !important;
  }

  .\33xl\:to-MetBlueLast {
    --tw-gradient-to: #2569B9 !important;
  }

  .\33xl\:to-Metwhite {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .\33xl\:to-Pkorange1 {
    --tw-gradient-to: #D85F2A !important;
  }

  .\33xl\:to-Pkorange2 {
    --tw-gradient-to: #FC4300 !important;
  }

  .\33xl\:to-BvpBlue {
    --tw-gradient-to: #1292A9 !important;
  }

  .\33xl\:to-BvpPine {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .\33xl\:to-BvpBlue2 {
    --tw-gradient-to: #1B5A90 !important;
  }

  .\33xl\:to-BvpGreen {
    --tw-gradient-to: #159F6E !important;
  }

  .\33xl\:to-Pkblue-100 {
    --tw-gradient-to: #212E60 !important;
  }

  .\33xl\:to-Pkblue-200 {
    --tw-gradient-to: #003184 !important;
  }

  .\33xl\:to-Pkblue-300 {
    --tw-gradient-to: #004284 !important;
  }

  .\33xl\:to-BpurpleText {
    --tw-gradient-to: #465784 !important;
  }

  .\33xl\:to-BpurpleText2 {
    --tw-gradient-to: #56087A !important;
  }

  .\33xl\:to-BgradYellow {
    --tw-gradient-to: #E49D41 !important;
  }

  .\33xl\:to-Bgradpurple1 {
    --tw-gradient-to: #AD6498 !important;
  }

  .\33xl\:to-Bpink {
    --tw-gradient-to: #B33C86 !important;
  }

  .\33xl\:to-Bpink2 {
    --tw-gradient-to: #E9CBDA !important;
  }

  .\33xl\:to-Bgradpurple2 {
    --tw-gradient-to: #3B80A8 !important;
  }

  .\33xl\:to-Bgradpink {
    --tw-gradient-to: #B03780 !important;
  }

  .\33xl\:to-Bgradwhite {
    --tw-gradient-to: #CDB8CC !important;
  }

  .\33xl\:to-BBlue1 {
    --tw-gradient-to: #455780 !important;
  }

  .\33xl\:to-BpinkContainer {
    --tw-gradient-to: #C8549C !important;
  }

  .\33xl\:to-Cpinkcover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:to-bannerText {
    --tw-gradient-to: #970022 !important;
  }

  .\33xl\:to-fondoWhite {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .\33xl\:to-bgGrid {
    --tw-gradient-to: #872944 !important;
  }

  .\33xl\:to-cisYellow {
    --tw-gradient-to: #EBBC54 !important;
  }

  .\33xl\:to-cisPink {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:to-footer {
    --tw-gradient-to: #333333 !important;
  }

  .\33xl\:to-cisGray {
    --tw-gradient-to: #666666 !important;
  }

  .\33xl\:to-cisCarm {
    --tw-gradient-to: #A62D53 !important;
  }

  .\33xl\:to-cisgrad1 {
    --tw-gradient-to: #DA3A6B !important;
  }

  .\33xl\:to-cisgrad2 {
    --tw-gradient-to: #EAB755 !important;
  }

  .\33xl\:to-cisgrad3 {
    --tw-gradient-to: #881F4A !important;
  }

  .\33xl\:to-cisgrad4 {
    --tw-gradient-to: #D7206C !important;
  }

  .\33xl\:to-doxYellow {
    --tw-gradient-to: #F6EA32 !important;
  }

  .\33xl\:to-doxGreenM {
    --tw-gradient-to: #6EB556 !important;
  }

  .\33xl\:to-doxGreenS {
    --tw-gradient-to: #A1D15C !important;
  }

  .\33xl\:to-doxGreenR {
    --tw-gradient-to: #009144 !important;
  }

  .\33xl\:to-doxGreenT {
    --tw-gradient-to: #009933 !important;
  }

  .\33xl\:to-doxGrayS {
    --tw-gradient-to: #DADDE5 !important;
  }

  .\33xl\:to-doxGrayE {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .\33xl\:to-dxmgreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .\33xl\:to-dxmGreen {
    --tw-gradient-to: #1E8344 !important;
  }

  .\33xl\:to-dxmsquare {
    --tw-gradient-to: #71AA62 !important;
  }

  .\33xl\:to-dxmText {
    --tw-gradient-to: #6FB444 !important;
  }

  .\33xl\:to-dxmbacksquare {
    --tw-gradient-to: #57AE56 !important;
  }

  .\33xl\:to-dxmTitle {
    --tw-gradient-to: #0D6E39 !important;
  }

  .\33xl\:to-dxmFtBG {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\33xl\:to-green1 {
    --tw-gradient-to: #5e9e3f !important;
  }

  .\33xl\:to-green2 {
    --tw-gradient-to: #95c255 !important;
  }

  .\33xl\:to-green3 {
    --tw-gradient-to: #18b6c9 !important;
  }

  .\33xl\:to-green4 {
    --tw-gradient-to: #1c8c69 !important;
  }

  .\33xl\:to-dcnMain {
    --tw-gradient-to: #F32735 !important;
  }

  .\33xl\:to-dcnbl {
    --tw-gradient-to: #0075C9 !important;
  }

  .\33xl\:to-dcnsText {
    --tw-gradient-to: #00507E !important;
  }

  .\33xl\:to-dcnsRed {
    --tw-gradient-to: #B22024 !important;
  }

  .\33xl\:to-dmxPurple {
    --tw-gradient-to: #6D348A !important;
  }

  .\33xl\:to-dmxBlue {
    --tw-gradient-to: #009494 !important;
  }

  .\33xl\:to-dmxSquare {
    --tw-gradient-to: #C5B9CF !important;
  }

  .\33xl\:to-bgmecanismo {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .\33xl\:to-dmxGreen {
    --tw-gradient-to: #009494 !important;
  }

  .\33xl\:to-dmxText {
    --tw-gradient-to: #592C80 !important;
  }

  .\33xl\:to-dmxgray {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .\33xl\:to-bvGray {
    --tw-gradient-to: #323232 !important;
  }

  .\33xl\:to-bvBlue {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .\33xl\:to-bVGreen {
    --tw-gradient-to: #115472 !important;
  }

  .\33xl\:to-bvMint {
    --tw-gradient-to: #71B800 !important;
  }

  .\33xl\:to-bvCadetBlue {
    --tw-gradient-to: #0D4880 !important;
  }

  .\33xl\:to-bvPuntos {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .\33xl\:to-bvSlime {
    --tw-gradient-to: #52AD1D !important;
  }

  .\33xl\:to-bvSky {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .\33xl\:to-ash {
    --tw-gradient-to: #4B5563 !important;
  }

  .\33xl\:to-sky {
    --tw-gradient-to: #f4fafd !important;
  }

  .\33xl\:to-blueHepa {
    --tw-gradient-to: #00A0AF !important;
  }

  .\33xl\:to-zomig-orange-1 {
    --tw-gradient-to: #EF8000 !important;
  }

  .\33xl\:to-zomig-blue-1 {
    --tw-gradient-to: #005797 !important;
  }

  .\33xl\:to-zomig-blue-2 {
    --tw-gradient-to: #004E80 !important;
  }

  .\33xl\:to-zomig-blue-3 {
    --tw-gradient-to: #00A2D6 !important;
  }

  .\33xl\:to-zomig-blue-4 {
    --tw-gradient-to: #005285 !important;
  }

  .\33xl\:to-zomig-blue-5 {
    --tw-gradient-to: #004D80 !important;
  }

  .\33xl\:to-zomig-blue-6 {
    --tw-gradient-to: #005588 !important;
  }

  .\33xl\:to-zomig-blue-7 {
    --tw-gradient-to: #00A5D9 !important;
  }

  .\33xl\:to-zomig-blue-8 {
    --tw-gradient-to: #003E69 !important;
  }

  .\33xl\:to-zomig-gray-1 {
    --tw-gradient-to: #CDCDCE !important;
  }

  .\33xl\:to-zomig-gray-2 {
    --tw-gradient-to: #C9C9CB !important;
  }

  .\33xl\:to-nebido-0 {
    --tw-gradient-to: #EAEAEA !important;
  }

  .\33xl\:to-nebido-1 {
    --tw-gradient-to: #B9CED8 !important;
  }

  .\33xl\:to-nebido-2 {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .\33xl\:to-nebido-loblolly-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\33xl\:to-nebido-loblolly-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\33xl\:to-nebido-loblolly-200 {
    --tw-gradient-to: #d3dee4 !important;
  }

  .\33xl\:to-nebido-loblolly-300 {
    --tw-gradient-to: #bdced6 !important;
  }

  .\33xl\:to-nebido-loblolly-400 {
    --tw-gradient-to: #81a1af !important;
  }

  .\33xl\:to-nebido-loblolly-500 {
    --tw-gradient-to: #618696 !important;
  }

  .\33xl\:to-nebido-loblolly-600 {
    --tw-gradient-to: #4c6c7d !important;
  }

  .\33xl\:to-nebido-loblolly-700 {
    --tw-gradient-to: #3f5865 !important;
  }

  .\33xl\:to-nebido-loblolly-800 {
    --tw-gradient-to: #374b55 !important;
  }

  .\33xl\:to-nebido-loblolly-900 {
    --tw-gradient-to: #314049 !important;
  }

  .\33xl\:to-nebido-loblolly-950 {
    --tw-gradient-to: #212a30 !important;
  }

  .\33xl\:to-nebido-loblolly-1000 {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-50 {
    --tw-gradient-to: #fef9ec !important;
  }

  .\33xl\:to-nebido-fuel-yellow-100 {
    --tw-gradient-to: #fbeeca !important;
  }

  .\33xl\:to-nebido-fuel-yellow-200 {
    --tw-gradient-to: #f7dc90 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-300 {
    --tw-gradient-to: #f3c356 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-400 {
    --tw-gradient-to: #f0ab2a !important;
  }

  .\33xl\:to-nebido-fuel-yellow-500 {
    --tw-gradient-to: #e98c17 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-600 {
    --tw-gradient-to: #cf6910 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-700 {
    --tw-gradient-to: #ac4911 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-800 {
    --tw-gradient-to: #8b3a15 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-900 {
    --tw-gradient-to: #732f14 !important;
  }

  .\33xl\:to-nebido-fuel-yellow-950 {
    --tw-gradient-to: #421706 !important;
  }

  .\33xl\:to-nebido-mine-shaft-50 {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .\33xl\:to-nebido-mine-shaft-100 {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .\33xl\:to-nebido-mine-shaft-200 {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .\33xl\:to-nebido-mine-shaft-300 {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .\33xl\:to-nebido-mine-shaft-400 {
    --tw-gradient-to: #85898b !important;
  }

  .\33xl\:to-nebido-mine-shaft-500 {
    --tw-gradient-to: #6a6e70 !important;
  }

  .\33xl\:to-nebido-mine-shaft-600 {
    --tw-gradient-to: #5a5e60 !important;
  }

  .\33xl\:to-nebido-mine-shaft-700 {
    --tw-gradient-to: #4d4f51 !important;
  }

  .\33xl\:to-nebido-mine-shaft-800 {
    --tw-gradient-to: #444646 !important;
  }

  .\33xl\:to-nebido-mine-shaft-900 {
    --tw-gradient-to: #3b3c3e !important;
  }

  .\33xl\:to-nebido-mine-shaft-950 {
    --tw-gradient-to: #292a2b !important;
  }

  .\33xl\:to-nebido-mercury-50 {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\33xl\:to-nebido-mercury-100 {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .\33xl\:to-nebido-mercury-200 {
    --tw-gradient-to: #dcdcdc !important;
  }

  .\33xl\:to-nebido-mercury-300 {
    --tw-gradient-to: #bdbdbd !important;
  }

  .\33xl\:to-nebido-mercury-400 {
    --tw-gradient-to: #989898 !important;
  }

  .\33xl\:to-nebido-mercury-500 {
    --tw-gradient-to: #7c7c7c !important;
  }

  .\33xl\:to-nebido-mercury-600 {
    --tw-gradient-to: #656565 !important;
  }

  .\33xl\:to-nebido-mercury-700 {
    --tw-gradient-to: #525252 !important;
  }

  .\33xl\:to-nebido-mercury-800 {
    --tw-gradient-to: #464646 !important;
  }

  .\33xl\:to-nebido-mercury-900 {
    --tw-gradient-to: #3d3d3d !important;
  }

  .\33xl\:to-nebido-mercury-950 {
    --tw-gradient-to: #292929 !important;
  }

  .\33xl\:to-nebido-porcelain-50 {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\33xl\:to-nebido-porcelain-100 {
    --tw-gradient-to: #eceff1 !important;
  }

  .\33xl\:to-nebido-porcelain-200 {
    --tw-gradient-to: #d6dde1 !important;
  }

  .\33xl\:to-nebido-porcelain-300 {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .\33xl\:to-nebido-porcelain-400 {
    --tw-gradient-to: #889ea8 !important;
  }

  .\33xl\:to-nebido-porcelain-500 {
    --tw-gradient-to: #6a828d !important;
  }

  .\33xl\:to-nebido-porcelain-600 {
    --tw-gradient-to: #556a74 !important;
  }

  .\33xl\:to-nebido-porcelain-700 {
    --tw-gradient-to: #45565f !important;
  }

  .\33xl\:to-nebido-porcelain-800 {
    --tw-gradient-to: #3c4950 !important;
  }

  .\33xl\:to-nebido-porcelain-900 {
    --tw-gradient-to: #353f45 !important;
  }

  .\33xl\:to-nebido-porcelain-950 {
    --tw-gradient-to: #232a2e !important;
  }

  .\33xl\:to-nebido-jungle-mist-50 {
    --tw-gradient-to: #f5f8fa !important;
  }

  .\33xl\:to-nebido-jungle-mist-100 {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\33xl\:to-nebido-jungle-mist-200 {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .\33xl\:to-nebido-jungle-mist-300 {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .\33xl\:to-nebido-jungle-mist-400 {
    --tw-gradient-to: #7da6b3 !important;
  }

  .\33xl\:to-nebido-jungle-mist-500 {
    --tw-gradient-to: #5c8b9b !important;
  }

  .\33xl\:to-nebido-jungle-mist-600 {
    --tw-gradient-to: #487081 !important;
  }

  .\33xl\:to-nebido-jungle-mist-700 {
    --tw-gradient-to: #3b5c69 !important;
  }

  .\33xl\:to-nebido-jungle-mist-800 {
    --tw-gradient-to: #344d58 !important;
  }

  .\33xl\:to-nebido-jungle-mist-900 {
    --tw-gradient-to: #2f434b !important;
  }

  .\33xl\:to-nebido-jungle-mist-950 {
    --tw-gradient-to: #1f2b32 !important;
  }

  .\33xl\:to-nebido-dove-gray-50 {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .\33xl\:to-nebido-dove-gray-100 {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .\33xl\:to-nebido-dove-gray-200 {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .\33xl\:to-nebido-dove-gray-300 {
    --tw-gradient-to: #afaeb2 !important;
  }

  .\33xl\:to-nebido-dove-gray-400 {
    --tw-gradient-to: #86858b !important;
  }

  .\33xl\:to-nebido-dove-gray-500 {
    --tw-gradient-to: #68676c !important;
  }

  .\33xl\:to-nebido-dove-gray-600 {
    --tw-gradient-to: #5c5b5f !important;
  }

  .\33xl\:to-nebido-dove-gray-700 {
    --tw-gradient-to: #4e4d51 !important;
  }

  .\33xl\:to-nebido-dove-gray-800 {
    --tw-gradient-to: #444446 !important;
  }

  .\33xl\:to-nebido-dove-gray-900 {
    --tw-gradient-to: #3c3c3d !important;
  }

  .\33xl\:to-nebido-dove-gray-950 {
    --tw-gradient-to: #262527 !important;
  }

  .\33xl\:to-nebido-my-sin-50 {
    --tw-gradient-to: #fffeea !important;
  }

  .\33xl\:to-nebido-my-sin-100 {
    --tw-gradient-to: #fff9c5 !important;
  }

  .\33xl\:to-nebido-my-sin-200 {
    --tw-gradient-to: #fff385 !important;
  }

  .\33xl\:to-nebido-my-sin-300 {
    --tw-gradient-to: #ffe646 !important;
  }

  .\33xl\:to-nebido-my-sin-400 {
    --tw-gradient-to: #ffd61b !important;
  }

  .\33xl\:to-nebido-my-sin-500 {
    --tw-gradient-to: #ffb500 !important;
  }

  .\33xl\:to-nebido-my-sin-600 {
    --tw-gradient-to: #e28a00 !important;
  }

  .\33xl\:to-nebido-my-sin-700 {
    --tw-gradient-to: #bb6102 !important;
  }

  .\33xl\:to-nebido-my-sin-800 {
    --tw-gradient-to: #984b08 !important;
  }

  .\33xl\:to-nebido-my-sin-900 {
    --tw-gradient-to: #7c3d0b !important;
  }

  .\33xl\:to-nebido-my-sin-950 {
    --tw-gradient-to: #481f00 !important;
  }

  .\33xl\:to-thepink {
    --tw-gradient-to: #d52f89 !important;
  }

  .\33xl\:to-darkpink {
    --tw-gradient-to: #91005d !important;
  }

  .\33xl\:to-bluegreen {
    --tw-gradient-to: #00a0af !important;
  }

  .\33xl\:to-beyond-green-1 {
    --tw-gradient-to: #01A059 !important;
  }

  .\33xl\:hover\:to-transparent:hover {
    --tw-gradient-to: transparent !important;
  }

  .\33xl\:hover\:to-current:hover {
    --tw-gradient-to: currentColor !important;
  }

  .\33xl\:hover\:to-black:hover {
    --tw-gradient-to: #000 !important;
  }

  .\33xl\:hover\:to-white:hover {
    --tw-gradient-to: #fff !important;
  }

  .\33xl\:hover\:to-gray-50:hover {
    --tw-gradient-to: #fafafa !important;
  }

  .\33xl\:hover\:to-gray-100:hover {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\33xl\:hover\:to-gray-200:hover {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\33xl\:hover\:to-gray-300:hover {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\33xl\:hover\:to-gray-400:hover {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\33xl\:hover\:to-gray-500:hover {
    --tw-gradient-to: #71717a !important;
  }

  .\33xl\:hover\:to-gray-600:hover {
    --tw-gradient-to: #52525b !important;
  }

  .\33xl\:hover\:to-gray-700:hover {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\33xl\:hover\:to-gray-800:hover {
    --tw-gradient-to: #27272a !important;
  }

  .\33xl\:hover\:to-gray-900:hover {
    --tw-gradient-to: #18181b !important;
  }

  .\33xl\:hover\:to-red-50:hover {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\33xl\:hover\:to-red-100:hover {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\33xl\:hover\:to-red-200:hover {
    --tw-gradient-to: #fecaca !important;
  }

  .\33xl\:hover\:to-red-300:hover {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\33xl\:hover\:to-red-400:hover {
    --tw-gradient-to: #f87171 !important;
  }

  .\33xl\:hover\:to-red-500:hover {
    --tw-gradient-to: #ef4444 !important;
  }

  .\33xl\:hover\:to-red-600:hover {
    --tw-gradient-to: #dc2626 !important;
  }

  .\33xl\:hover\:to-red-700:hover {
    --tw-gradient-to: #b91c1c !important;
  }

  .\33xl\:hover\:to-red-800:hover {
    --tw-gradient-to: #991b1b !important;
  }

  .\33xl\:hover\:to-red-900:hover {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\33xl\:hover\:to-yellow:hover {
    --tw-gradient-to: #F6BE4A !important;
  }

  .\33xl\:hover\:to-green-50:hover {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\33xl\:hover\:to-green-100:hover {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\33xl\:hover\:to-green-200:hover {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\33xl\:hover\:to-green-300:hover {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\33xl\:hover\:to-green-400:hover {
    --tw-gradient-to: #34d399 !important;
  }

  .\33xl\:hover\:to-green-500:hover {
    --tw-gradient-to: #10b981 !important;
  }

  .\33xl\:hover\:to-green-600:hover {
    --tw-gradient-to: #059669 !important;
  }

  .\33xl\:hover\:to-green-700:hover {
    --tw-gradient-to: #047857 !important;
  }

  .\33xl\:hover\:to-green-800:hover {
    --tw-gradient-to: #065f46 !important;
  }

  .\33xl\:hover\:to-green-900:hover {
    --tw-gradient-to: #064e3b !important;
  }

  .\33xl\:hover\:to-blue-50:hover {
    --tw-gradient-to: #eff6ff !important;
  }

  .\33xl\:hover\:to-blue-100:hover {
    --tw-gradient-to: #dbeafe !important;
  }

  .\33xl\:hover\:to-blue-200:hover {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\33xl\:hover\:to-blue-300:hover {
    --tw-gradient-to: #93c5fd !important;
  }

  .\33xl\:hover\:to-blue-400:hover {
    --tw-gradient-to: #60a5fa !important;
  }

  .\33xl\:hover\:to-blue-500:hover {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\33xl\:hover\:to-blue-600:hover {
    --tw-gradient-to: #2563eb !important;
  }

  .\33xl\:hover\:to-blue-700:hover {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\33xl\:hover\:to-blue-800:hover {
    --tw-gradient-to: #1e40af !important;
  }

  .\33xl\:hover\:to-blue-900:hover {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\33xl\:hover\:to-indigo-50:hover {
    --tw-gradient-to: #eef2ff !important;
  }

  .\33xl\:hover\:to-indigo-100:hover {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\33xl\:hover\:to-indigo-200:hover {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\33xl\:hover\:to-indigo-300:hover {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\33xl\:hover\:to-indigo-400:hover {
    --tw-gradient-to: #818cf8 !important;
  }

  .\33xl\:hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 !important;
  }

  .\33xl\:hover\:to-indigo-600:hover {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\33xl\:hover\:to-indigo-700:hover {
    --tw-gradient-to: #4338ca !important;
  }

  .\33xl\:hover\:to-indigo-800:hover {
    --tw-gradient-to: #3730a3 !important;
  }

  .\33xl\:hover\:to-indigo-900:hover {
    --tw-gradient-to: #312e81 !important;
  }

  .\33xl\:hover\:to-purple:hover {
    --tw-gradient-to: #6c42a0 !important;
  }

  .\33xl\:hover\:to-pink-50:hover {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\33xl\:hover\:to-pink-100:hover {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\33xl\:hover\:to-pink-200:hover {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\33xl\:hover\:to-pink-300:hover {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\33xl\:hover\:to-pink-400:hover {
    --tw-gradient-to: #f472b6 !important;
  }

  .\33xl\:hover\:to-pink-500:hover {
    --tw-gradient-to: #ec4899 !important;
  }

  .\33xl\:hover\:to-pink-600:hover {
    --tw-gradient-to: #db2777 !important;
  }

  .\33xl\:hover\:to-pink-700:hover {
    --tw-gradient-to: #be185d !important;
  }

  .\33xl\:hover\:to-pink-800:hover {
    --tw-gradient-to: #9d174d !important;
  }

  .\33xl\:hover\:to-pink-900:hover {
    --tw-gradient-to: #831843 !important;
  }

  .\33xl\:hover\:to-primary-50:hover {
    --tw-gradient-to: #F1F5FB !important;
  }

  .\33xl\:hover\:to-primary-100:hover {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .\33xl\:hover\:to-primary-200:hover {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .\33xl\:hover\:to-primary-300:hover {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .\33xl\:hover\:to-primary-400:hover {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .\33xl\:hover\:to-primary-500:hover {
    --tw-gradient-to: #6590D5 !important;
  }

  .\33xl\:hover\:to-primary-600:hover {
    --tw-gradient-to: #3061AF !important;
  }

  .\33xl\:hover\:to-primary-700:hover {
    --tw-gradient-to: #285192 !important;
  }

  .\33xl\:hover\:to-primary-800:hover {
    --tw-gradient-to: #204075 !important;
  }

  .\33xl\:hover\:to-primary-900:hover {
    --tw-gradient-to: #183058 !important;
  }

  .\33xl\:hover\:to-primary:hover {
    --tw-gradient-to: #3B71CA !important;
  }

  .\33xl\:hover\:to-primary-accent-100:hover {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .\33xl\:hover\:to-primary-accent-200:hover {
    --tw-gradient-to: #cedbee !important;
  }

  .\33xl\:hover\:to-secondary-50:hover {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .\33xl\:hover\:to-secondary-100:hover {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .\33xl\:hover\:to-secondary-200:hover {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .\33xl\:hover\:to-secondary-300:hover {
    --tw-gradient-to: #D6D9DE !important;
  }

  .\33xl\:hover\:to-secondary-400:hover {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .\33xl\:hover\:to-secondary-500:hover {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .\33xl\:hover\:to-secondary-600:hover {
    --tw-gradient-to: #848D9C !important;
  }

  .\33xl\:hover\:to-secondary-700:hover {
    --tw-gradient-to: #6B7585 !important;
  }

  .\33xl\:hover\:to-secondary-800:hover {
    --tw-gradient-to: #565D6B !important;
  }

  .\33xl\:hover\:to-secondary-900:hover {
    --tw-gradient-to: #404650 !important;
  }

  .\33xl\:hover\:to-secondary:hover {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .\33xl\:hover\:to-success-50:hover {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .\33xl\:hover\:to-success-100:hover {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .\33xl\:hover\:to-success-200:hover {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .\33xl\:hover\:to-success-300:hover {
    --tw-gradient-to: #83F0AE !important;
  }

  .\33xl\:hover\:to-success-400:hover {
    --tw-gradient-to: #59EA93 !important;
  }

  .\33xl\:hover\:to-success-500:hover {
    --tw-gradient-to: #1CE26B !important;
  }

  .\33xl\:hover\:to-success-600:hover {
    --tw-gradient-to: #118C42 !important;
  }

  .\33xl\:hover\:to-success-700:hover {
    --tw-gradient-to: #0E7537 !important;
  }

  .\33xl\:hover\:to-success-800:hover {
    --tw-gradient-to: #0C5D2C !important;
  }

  .\33xl\:hover\:to-success-900:hover {
    --tw-gradient-to: #094621 !important;
  }

  .\33xl\:hover\:to-success:hover {
    --tw-gradient-to: #14A44D !important;
  }

  .\33xl\:hover\:to-danger-50:hover {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .\33xl\:hover\:to-danger-100:hover {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .\33xl\:hover\:to-danger-200:hover {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .\33xl\:hover\:to-danger-300:hover {
    --tw-gradient-to: #F0B2BD !important;
  }

  .\33xl\:hover\:to-danger-400:hover {
    --tw-gradient-to: #EB99A6 !important;
  }

  .\33xl\:hover\:to-danger-500:hover {
    --tw-gradient-to: #E37285 !important;
  }

  .\33xl\:hover\:to-danger-600:hover {
    --tw-gradient-to: #D42A46 !important;
  }

  .\33xl\:hover\:to-danger-700:hover {
    --tw-gradient-to: #B0233A !important;
  }

  .\33xl\:hover\:to-danger-800:hover {
    --tw-gradient-to: #8D1C2F !important;
  }

  .\33xl\:hover\:to-danger-900:hover {
    --tw-gradient-to: #6A1523 !important;
  }

  .\33xl\:hover\:to-danger:hover {
    --tw-gradient-to: #DC4C64 !important;
  }

  .\33xl\:hover\:to-warning-50:hover {
    --tw-gradient-to: #FDF8EF !important;
  }

  .\33xl\:hover\:to-warning-100:hover {
    --tw-gradient-to: #FBF2DE !important;
  }

  .\33xl\:hover\:to-warning-200:hover {
    --tw-gradient-to: #F7E4BE !important;
  }

  .\33xl\:hover\:to-warning-300:hover {
    --tw-gradient-to: #F4D79D !important;
  }

  .\33xl\:hover\:to-warning-400:hover {
    --tw-gradient-to: #F0C97D !important;
  }

  .\33xl\:hover\:to-warning-500:hover {
    --tw-gradient-to: #EAB54C !important;
  }

  .\33xl\:hover\:to-warning-600:hover {
    --tw-gradient-to: #C48A17 !important;
  }

  .\33xl\:hover\:to-warning-700:hover {
    --tw-gradient-to: #A37313 !important;
  }

  .\33xl\:hover\:to-warning-800:hover {
    --tw-gradient-to: #825C0F !important;
  }

  .\33xl\:hover\:to-warning-900:hover {
    --tw-gradient-to: #62450B !important;
  }

  .\33xl\:hover\:to-warning:hover {
    --tw-gradient-to: #E4A11B !important;
  }

  .\33xl\:hover\:to-info-50:hover {
    --tw-gradient-to: #F3FAFC !important;
  }

  .\33xl\:hover\:to-info-100:hover {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .\33xl\:hover\:to-info-200:hover {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .\33xl\:hover\:to-info-300:hover {
    --tw-gradient-to: #B6DFEC !important;
  }

  .\33xl\:hover\:to-info-400:hover {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .\33xl\:hover\:to-info-500:hover {
    --tw-gradient-to: #79C4DC !important;
  }

  .\33xl\:hover\:to-info-600:hover {
    --tw-gradient-to: #34A4CA !important;
  }

  .\33xl\:hover\:to-info-700:hover {
    --tw-gradient-to: #2B89A8 !important;
  }

  .\33xl\:hover\:to-info-800:hover {
    --tw-gradient-to: #236D86 !important;
  }

  .\33xl\:hover\:to-info-900:hover {
    --tw-gradient-to: #1A5265 !important;
  }

  .\33xl\:hover\:to-info:hover {
    --tw-gradient-to: #54B4D3 !important;
  }

  .\33xl\:hover\:to-darkgreen:hover {
    --tw-gradient-to: #066B3D !important;
  }

  .\33xl\:hover\:to-lightgreen:hover {
    --tw-gradient-to: #70BB44 !important;
  }

  .\33xl\:hover\:to-\[\#d1ecc5\]:hover {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .\33xl\:hover\:to-\[\#282828\]:hover {
    --tw-gradient-to: #282828 !important;
  }

  .\33xl\:hover\:to-\[\#bde020\]:hover {
    --tw-gradient-to: #bde020 !important;
  }

  .\33xl\:hover\:to-\[\#efeee8\]:hover {
    --tw-gradient-to: #efeee8 !important;
  }

  .\33xl\:hover\:to-\[\#bdc11d\]:hover {
    --tw-gradient-to: #bdc11d !important;
  }

  .\33xl\:hover\:to-\[\#039147\]:hover {
    --tw-gradient-to: #039147 !important;
  }

  .\33xl\:hover\:to-\[\#c3c1bf\]:hover {
    --tw-gradient-to: #c3c1bf !important;
  }

  .\33xl\:hover\:to-\[\#039047\]:hover {
    --tw-gradient-to: #039047 !important;
  }

  .\33xl\:hover\:to-\[\#c8da2e\]:hover {
    --tw-gradient-to: #c8da2e !important;
  }

  .\33xl\:hover\:to-dmxMecanismob:hover {
    --tw-gradient-to: #c6bad2 !important;
  }

  .\33xl\:hover\:to-fog:hover {
    --tw-gradient-to: #535353 !important;
  }

  .\33xl\:hover\:to-pink-cistitis:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:hover\:to-purple1:hover {
    --tw-gradient-to: #70447A !important;
  }

  .\33xl\:hover\:to-purple2:hover {
    --tw-gradient-to: #42114C !important;
  }

  .\33xl\:hover\:to-purple3:hover {
    --tw-gradient-to: #5D0661 !important;
  }

  .\33xl\:hover\:to-purplebg:hover {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .\33xl\:hover\:to-purplebg2:hover {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .\33xl\:hover\:to-purpleBorder:hover {
    --tw-gradient-to: #3B1E4B !important;
  }

  .\33xl\:hover\:to-purpleIcon:hover {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .\33xl\:hover\:to-purpleTB:hover {
    --tw-gradient-to: #D4C6DC !important;
  }

  .\33xl\:hover\:to-yellow-200:hover {
    --tw-gradient-to: #fef08a !important;
  }

  .\33xl\:hover\:to-yellow-500:hover {
    --tw-gradient-to: #eab308 !important;
  }

  .\33xl\:hover\:to-yellowBtn:hover {
    --tw-gradient-to: #F7C139 !important;
  }

  .\33xl\:hover\:to-grayT:hover {
    --tw-gradient-to: #292929 !important;
  }

  .\33xl\:hover\:to-grayTL:hover {
    --tw-gradient-to: #363737 !important;
  }

  .\33xl\:hover\:to-gray77:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\33xl\:hover\:to-grayhr:hover {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .\33xl\:hover\:to-whiteTbl:hover {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .\33xl\:hover\:to-roja:hover {
    --tw-gradient-to: #E52027 !important;
  }

  .\33xl\:hover\:to-anaranjada:hover {
    --tw-gradient-to: #EB6A2D !important;
  }

  .\33xl\:hover\:to-amarilla:hover {
    --tw-gradient-to: #FBDA3C !important;
  }

  .\33xl\:hover\:to-ocean:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\33xl\:hover\:to-forest:hover {
    --tw-gradient-to: #7FB80D !important;
  }

  .\33xl\:hover\:to-mint:hover {
    --tw-gradient-to: #67AA35 !important;
  }

  .\33xl\:hover\:to-azul:hover {
    --tw-gradient-to: #4BACCF !important;
  }

  .\33xl\:hover\:to-negra:hover {
    --tw-gradient-to: #262626 !important;
  }

  .\33xl\:hover\:to-lime-50:hover {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\33xl\:hover\:to-lime-100:hover {
    --tw-gradient-to: #ecfccb !important;
  }

  .\33xl\:hover\:to-lime-200:hover {
    --tw-gradient-to: #d9f99d !important;
  }

  .\33xl\:hover\:to-lime-300:hover {
    --tw-gradient-to: #bef264 !important;
  }

  .\33xl\:hover\:to-lime-400:hover {
    --tw-gradient-to: #a3e635 !important;
  }

  .\33xl\:hover\:to-lime-500:hover {
    --tw-gradient-to: #84cc16 !important;
  }

  .\33xl\:hover\:to-lime-600:hover {
    --tw-gradient-to: #65a30d !important;
  }

  .\33xl\:hover\:to-lime-700:hover {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\33xl\:hover\:to-lime-800:hover {
    --tw-gradient-to: #3f6212 !important;
  }

  .\33xl\:hover\:to-lime-900:hover {
    --tw-gradient-to: #365314 !important;
  }

  .\33xl\:hover\:to-cyan-50:hover {
    --tw-gradient-to: #ecfeff !important;
  }

  .\33xl\:hover\:to-cyan-100:hover {
    --tw-gradient-to: #cffafe !important;
  }

  .\33xl\:hover\:to-cyan-200:hover {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\33xl\:hover\:to-cyan-300:hover {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\33xl\:hover\:to-cyan-400:hover {
    --tw-gradient-to: #22d3ee !important;
  }

  .\33xl\:hover\:to-cyan-500:hover {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\33xl\:hover\:to-cyan-600:hover {
    --tw-gradient-to: #0891b2 !important;
  }

  .\33xl\:hover\:to-cyan-700:hover {
    --tw-gradient-to: #0e7490 !important;
  }

  .\33xl\:hover\:to-cyan-800:hover {
    --tw-gradient-to: #155e75 !important;
  }

  .\33xl\:hover\:to-cyan-900:hover {
    --tw-gradient-to: #164e63 !important;
  }

  .\33xl\:hover\:to-cadet-blue:hover {
    --tw-gradient-to: #164682 !important;
  }

  .\33xl\:hover\:to-lavender-blue:hover {
    --tw-gradient-to: #2A7EDE !important;
  }

  .\33xl\:hover\:to-cobalt-blue:hover {
    --tw-gradient-to: #218AA2 !important;
  }

  .\33xl\:hover\:to-sky-blue:hover {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\33xl\:hover\:to-berry:hover {
    --tw-gradient-to: #01A4BA !important;
  }

  .\33xl\:hover\:to-lapis:hover {
    --tw-gradient-to: #138CA5 !important;
  }

  .\33xl\:hover\:to-azure:hover {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .\33xl\:hover\:to-pine:hover {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .\33xl\:hover\:to-spring:hover {
    --tw-gradient-to: #79CA00 !important;
  }

  .\33xl\:hover\:to-slime:hover {
    --tw-gradient-to: #4EAF00 !important;
  }

  .\33xl\:hover\:to-jade-50:hover {
    --tw-gradient-to: #D9F6FB !important;
  }

  .\33xl\:hover\:to-jade-500:hover {
    --tw-gradient-to: #DEF7FC !important;
  }

  .\33xl\:hover\:to-jade-900:hover {
    --tw-gradient-to: #EEFCFE !important;
  }

  .\33xl\:hover\:to-cerulean:hover {
    --tw-gradient-to: #D3EAEF !important;
  }

  .\33xl\:hover\:to-evergreen:hover {
    --tw-gradient-to: #6DBE4D !important;
  }

  .\33xl\:hover\:to-admiral:hover {
    --tw-gradient-to: #2377BE !important;
  }

  .\33xl\:hover\:to-denim:hover {
    --tw-gradient-to: #37A5DD !important;
  }

  .\33xl\:hover\:to-laurel:hover {
    --tw-gradient-to: #6CBE51 !important;
  }

  .\33xl\:hover\:to-Dpink1:hover {
    --tw-gradient-to: #E74F77 !important;
  }

  .\33xl\:hover\:to-Dblue1:hover {
    --tw-gradient-to: #42A6B8 !important;
  }

  .\33xl\:hover\:to-Dblue2:hover {
    --tw-gradient-to: #225258 !important;
  }

  .\33xl\:hover\:to-Pgray:hover {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\33xl\:hover\:to-Metblue1:hover {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .\33xl\:hover\:to-MetBlue2:hover {
    --tw-gradient-to: #205B87 !important;
  }

  .\33xl\:hover\:to-MetBlueGrid1:hover {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .\33xl\:hover\:to-MetBlueGrid2:hover {
    --tw-gradient-to: #2569B8 !important;
  }

  .\33xl\:hover\:to-MetBlueGrid3:hover {
    --tw-gradient-to: #42ABBB !important;
  }

  .\33xl\:hover\:to-MetBlueLast:hover {
    --tw-gradient-to: #2569B9 !important;
  }

  .\33xl\:hover\:to-Metwhite:hover {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .\33xl\:hover\:to-Pkorange1:hover {
    --tw-gradient-to: #D85F2A !important;
  }

  .\33xl\:hover\:to-Pkorange2:hover {
    --tw-gradient-to: #FC4300 !important;
  }

  .\33xl\:hover\:to-BvpBlue:hover {
    --tw-gradient-to: #1292A9 !important;
  }

  .\33xl\:hover\:to-BvpPine:hover {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .\33xl\:hover\:to-BvpBlue2:hover {
    --tw-gradient-to: #1B5A90 !important;
  }

  .\33xl\:hover\:to-BvpGreen:hover {
    --tw-gradient-to: #159F6E !important;
  }

  .\33xl\:hover\:to-Pkblue-100:hover {
    --tw-gradient-to: #212E60 !important;
  }

  .\33xl\:hover\:to-Pkblue-200:hover {
    --tw-gradient-to: #003184 !important;
  }

  .\33xl\:hover\:to-Pkblue-300:hover {
    --tw-gradient-to: #004284 !important;
  }

  .\33xl\:hover\:to-BpurpleText:hover {
    --tw-gradient-to: #465784 !important;
  }

  .\33xl\:hover\:to-BpurpleText2:hover {
    --tw-gradient-to: #56087A !important;
  }

  .\33xl\:hover\:to-BgradYellow:hover {
    --tw-gradient-to: #E49D41 !important;
  }

  .\33xl\:hover\:to-Bgradpurple1:hover {
    --tw-gradient-to: #AD6498 !important;
  }

  .\33xl\:hover\:to-Bpink:hover {
    --tw-gradient-to: #B33C86 !important;
  }

  .\33xl\:hover\:to-Bpink2:hover {
    --tw-gradient-to: #E9CBDA !important;
  }

  .\33xl\:hover\:to-Bgradpurple2:hover {
    --tw-gradient-to: #3B80A8 !important;
  }

  .\33xl\:hover\:to-Bgradpink:hover {
    --tw-gradient-to: #B03780 !important;
  }

  .\33xl\:hover\:to-Bgradwhite:hover {
    --tw-gradient-to: #CDB8CC !important;
  }

  .\33xl\:hover\:to-BBlue1:hover {
    --tw-gradient-to: #455780 !important;
  }

  .\33xl\:hover\:to-BpinkContainer:hover {
    --tw-gradient-to: #C8549C !important;
  }

  .\33xl\:hover\:to-Cpinkcover:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:hover\:to-bannerText:hover {
    --tw-gradient-to: #970022 !important;
  }

  .\33xl\:hover\:to-fondoWhite:hover {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .\33xl\:hover\:to-bgGrid:hover {
    --tw-gradient-to: #872944 !important;
  }

  .\33xl\:hover\:to-cisYellow:hover {
    --tw-gradient-to: #EBBC54 !important;
  }

  .\33xl\:hover\:to-cisPink:hover {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:hover\:to-footer:hover {
    --tw-gradient-to: #333333 !important;
  }

  .\33xl\:hover\:to-cisGray:hover {
    --tw-gradient-to: #666666 !important;
  }

  .\33xl\:hover\:to-cisCarm:hover {
    --tw-gradient-to: #A62D53 !important;
  }

  .\33xl\:hover\:to-cisgrad1:hover {
    --tw-gradient-to: #DA3A6B !important;
  }

  .\33xl\:hover\:to-cisgrad2:hover {
    --tw-gradient-to: #EAB755 !important;
  }

  .\33xl\:hover\:to-cisgrad3:hover {
    --tw-gradient-to: #881F4A !important;
  }

  .\33xl\:hover\:to-cisgrad4:hover {
    --tw-gradient-to: #D7206C !important;
  }

  .\33xl\:hover\:to-doxYellow:hover {
    --tw-gradient-to: #F6EA32 !important;
  }

  .\33xl\:hover\:to-doxGreenM:hover {
    --tw-gradient-to: #6EB556 !important;
  }

  .\33xl\:hover\:to-doxGreenS:hover {
    --tw-gradient-to: #A1D15C !important;
  }

  .\33xl\:hover\:to-doxGreenR:hover {
    --tw-gradient-to: #009144 !important;
  }

  .\33xl\:hover\:to-doxGreenT:hover {
    --tw-gradient-to: #009933 !important;
  }

  .\33xl\:hover\:to-doxGrayS:hover {
    --tw-gradient-to: #DADDE5 !important;
  }

  .\33xl\:hover\:to-doxGrayE:hover {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .\33xl\:hover\:to-dxmgreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .\33xl\:hover\:to-dxmGreen:hover {
    --tw-gradient-to: #1E8344 !important;
  }

  .\33xl\:hover\:to-dxmsquare:hover {
    --tw-gradient-to: #71AA62 !important;
  }

  .\33xl\:hover\:to-dxmText:hover {
    --tw-gradient-to: #6FB444 !important;
  }

  .\33xl\:hover\:to-dxmbacksquare:hover {
    --tw-gradient-to: #57AE56 !important;
  }

  .\33xl\:hover\:to-dxmTitle:hover {
    --tw-gradient-to: #0D6E39 !important;
  }

  .\33xl\:hover\:to-dxmFtBG:hover {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\33xl\:hover\:to-green1:hover {
    --tw-gradient-to: #5e9e3f !important;
  }

  .\33xl\:hover\:to-green2:hover {
    --tw-gradient-to: #95c255 !important;
  }

  .\33xl\:hover\:to-green3:hover {
    --tw-gradient-to: #18b6c9 !important;
  }

  .\33xl\:hover\:to-green4:hover {
    --tw-gradient-to: #1c8c69 !important;
  }

  .\33xl\:hover\:to-dcnMain:hover {
    --tw-gradient-to: #F32735 !important;
  }

  .\33xl\:hover\:to-dcnbl:hover {
    --tw-gradient-to: #0075C9 !important;
  }

  .\33xl\:hover\:to-dcnsText:hover {
    --tw-gradient-to: #00507E !important;
  }

  .\33xl\:hover\:to-dcnsRed:hover {
    --tw-gradient-to: #B22024 !important;
  }

  .\33xl\:hover\:to-dmxPurple:hover {
    --tw-gradient-to: #6D348A !important;
  }

  .\33xl\:hover\:to-dmxBlue:hover {
    --tw-gradient-to: #009494 !important;
  }

  .\33xl\:hover\:to-dmxSquare:hover {
    --tw-gradient-to: #C5B9CF !important;
  }

  .\33xl\:hover\:to-bgmecanismo:hover {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .\33xl\:hover\:to-dmxGreen:hover {
    --tw-gradient-to: #009494 !important;
  }

  .\33xl\:hover\:to-dmxText:hover {
    --tw-gradient-to: #592C80 !important;
  }

  .\33xl\:hover\:to-dmxgray:hover {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .\33xl\:hover\:to-bvGray:hover {
    --tw-gradient-to: #323232 !important;
  }

  .\33xl\:hover\:to-bvBlue:hover {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .\33xl\:hover\:to-bVGreen:hover {
    --tw-gradient-to: #115472 !important;
  }

  .\33xl\:hover\:to-bvMint:hover {
    --tw-gradient-to: #71B800 !important;
  }

  .\33xl\:hover\:to-bvCadetBlue:hover {
    --tw-gradient-to: #0D4880 !important;
  }

  .\33xl\:hover\:to-bvPuntos:hover {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .\33xl\:hover\:to-bvSlime:hover {
    --tw-gradient-to: #52AD1D !important;
  }

  .\33xl\:hover\:to-bvSky:hover {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .\33xl\:hover\:to-ash:hover {
    --tw-gradient-to: #4B5563 !important;
  }

  .\33xl\:hover\:to-sky:hover {
    --tw-gradient-to: #f4fafd !important;
  }

  .\33xl\:hover\:to-blueHepa:hover {
    --tw-gradient-to: #00A0AF !important;
  }

  .\33xl\:hover\:to-zomig-orange-1:hover {
    --tw-gradient-to: #EF8000 !important;
  }

  .\33xl\:hover\:to-zomig-blue-1:hover {
    --tw-gradient-to: #005797 !important;
  }

  .\33xl\:hover\:to-zomig-blue-2:hover {
    --tw-gradient-to: #004E80 !important;
  }

  .\33xl\:hover\:to-zomig-blue-3:hover {
    --tw-gradient-to: #00A2D6 !important;
  }

  .\33xl\:hover\:to-zomig-blue-4:hover {
    --tw-gradient-to: #005285 !important;
  }

  .\33xl\:hover\:to-zomig-blue-5:hover {
    --tw-gradient-to: #004D80 !important;
  }

  .\33xl\:hover\:to-zomig-blue-6:hover {
    --tw-gradient-to: #005588 !important;
  }

  .\33xl\:hover\:to-zomig-blue-7:hover {
    --tw-gradient-to: #00A5D9 !important;
  }

  .\33xl\:hover\:to-zomig-blue-8:hover {
    --tw-gradient-to: #003E69 !important;
  }

  .\33xl\:hover\:to-zomig-gray-1:hover {
    --tw-gradient-to: #CDCDCE !important;
  }

  .\33xl\:hover\:to-zomig-gray-2:hover {
    --tw-gradient-to: #C9C9CB !important;
  }

  .\33xl\:hover\:to-nebido-0:hover {
    --tw-gradient-to: #EAEAEA !important;
  }

  .\33xl\:hover\:to-nebido-1:hover {
    --tw-gradient-to: #B9CED8 !important;
  }

  .\33xl\:hover\:to-nebido-2:hover {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-200:hover {
    --tw-gradient-to: #d3dee4 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-300:hover {
    --tw-gradient-to: #bdced6 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-400:hover {
    --tw-gradient-to: #81a1af !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-500:hover {
    --tw-gradient-to: #618696 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-600:hover {
    --tw-gradient-to: #4c6c7d !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-700:hover {
    --tw-gradient-to: #3f5865 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-800:hover {
    --tw-gradient-to: #374b55 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-900:hover {
    --tw-gradient-to: #314049 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-950:hover {
    --tw-gradient-to: #212a30 !important;
  }

  .\33xl\:hover\:to-nebido-loblolly-1000:hover {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-50:hover {
    --tw-gradient-to: #fef9ec !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-100:hover {
    --tw-gradient-to: #fbeeca !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-200:hover {
    --tw-gradient-to: #f7dc90 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-300:hover {
    --tw-gradient-to: #f3c356 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-400:hover {
    --tw-gradient-to: #f0ab2a !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-500:hover {
    --tw-gradient-to: #e98c17 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-600:hover {
    --tw-gradient-to: #cf6910 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-700:hover {
    --tw-gradient-to: #ac4911 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-800:hover {
    --tw-gradient-to: #8b3a15 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-900:hover {
    --tw-gradient-to: #732f14 !important;
  }

  .\33xl\:hover\:to-nebido-fuel-yellow-950:hover {
    --tw-gradient-to: #421706 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-50:hover {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-100:hover {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-200:hover {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-300:hover {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-400:hover {
    --tw-gradient-to: #85898b !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-500:hover {
    --tw-gradient-to: #6a6e70 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-600:hover {
    --tw-gradient-to: #5a5e60 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-700:hover {
    --tw-gradient-to: #4d4f51 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-800:hover {
    --tw-gradient-to: #444646 !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-900:hover {
    --tw-gradient-to: #3b3c3e !important;
  }

  .\33xl\:hover\:to-nebido-mine-shaft-950:hover {
    --tw-gradient-to: #292a2b !important;
  }

  .\33xl\:hover\:to-nebido-mercury-50:hover {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\33xl\:hover\:to-nebido-mercury-100:hover {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .\33xl\:hover\:to-nebido-mercury-200:hover {
    --tw-gradient-to: #dcdcdc !important;
  }

  .\33xl\:hover\:to-nebido-mercury-300:hover {
    --tw-gradient-to: #bdbdbd !important;
  }

  .\33xl\:hover\:to-nebido-mercury-400:hover {
    --tw-gradient-to: #989898 !important;
  }

  .\33xl\:hover\:to-nebido-mercury-500:hover {
    --tw-gradient-to: #7c7c7c !important;
  }

  .\33xl\:hover\:to-nebido-mercury-600:hover {
    --tw-gradient-to: #656565 !important;
  }

  .\33xl\:hover\:to-nebido-mercury-700:hover {
    --tw-gradient-to: #525252 !important;
  }

  .\33xl\:hover\:to-nebido-mercury-800:hover {
    --tw-gradient-to: #464646 !important;
  }

  .\33xl\:hover\:to-nebido-mercury-900:hover {
    --tw-gradient-to: #3d3d3d !important;
  }

  .\33xl\:hover\:to-nebido-mercury-950:hover {
    --tw-gradient-to: #292929 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-50:hover {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-100:hover {
    --tw-gradient-to: #eceff1 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-200:hover {
    --tw-gradient-to: #d6dde1 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-300:hover {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-400:hover {
    --tw-gradient-to: #889ea8 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-500:hover {
    --tw-gradient-to: #6a828d !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-600:hover {
    --tw-gradient-to: #556a74 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-700:hover {
    --tw-gradient-to: #45565f !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-800:hover {
    --tw-gradient-to: #3c4950 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-900:hover {
    --tw-gradient-to: #353f45 !important;
  }

  .\33xl\:hover\:to-nebido-porcelain-950:hover {
    --tw-gradient-to: #232a2e !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-50:hover {
    --tw-gradient-to: #f5f8fa !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-100:hover {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-200:hover {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-300:hover {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-400:hover {
    --tw-gradient-to: #7da6b3 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-500:hover {
    --tw-gradient-to: #5c8b9b !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-600:hover {
    --tw-gradient-to: #487081 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-700:hover {
    --tw-gradient-to: #3b5c69 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-800:hover {
    --tw-gradient-to: #344d58 !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-900:hover {
    --tw-gradient-to: #2f434b !important;
  }

  .\33xl\:hover\:to-nebido-jungle-mist-950:hover {
    --tw-gradient-to: #1f2b32 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-50:hover {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-100:hover {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-200:hover {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-300:hover {
    --tw-gradient-to: #afaeb2 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-400:hover {
    --tw-gradient-to: #86858b !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-500:hover {
    --tw-gradient-to: #68676c !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-600:hover {
    --tw-gradient-to: #5c5b5f !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-700:hover {
    --tw-gradient-to: #4e4d51 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-800:hover {
    --tw-gradient-to: #444446 !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-900:hover {
    --tw-gradient-to: #3c3c3d !important;
  }

  .\33xl\:hover\:to-nebido-dove-gray-950:hover {
    --tw-gradient-to: #262527 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-50:hover {
    --tw-gradient-to: #fffeea !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-100:hover {
    --tw-gradient-to: #fff9c5 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-200:hover {
    --tw-gradient-to: #fff385 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-300:hover {
    --tw-gradient-to: #ffe646 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-400:hover {
    --tw-gradient-to: #ffd61b !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-500:hover {
    --tw-gradient-to: #ffb500 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-600:hover {
    --tw-gradient-to: #e28a00 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-700:hover {
    --tw-gradient-to: #bb6102 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-800:hover {
    --tw-gradient-to: #984b08 !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-900:hover {
    --tw-gradient-to: #7c3d0b !important;
  }

  .\33xl\:hover\:to-nebido-my-sin-950:hover {
    --tw-gradient-to: #481f00 !important;
  }

  .\33xl\:hover\:to-thepink:hover {
    --tw-gradient-to: #d52f89 !important;
  }

  .\33xl\:hover\:to-darkpink:hover {
    --tw-gradient-to: #91005d !important;
  }

  .\33xl\:hover\:to-bluegreen:hover {
    --tw-gradient-to: #00a0af !important;
  }

  .\33xl\:hover\:to-beyond-green-1:hover {
    --tw-gradient-to: #01A059 !important;
  }

  .\33xl\:focus\:to-transparent:focus {
    --tw-gradient-to: transparent !important;
  }

  .\33xl\:focus\:to-current:focus {
    --tw-gradient-to: currentColor !important;
  }

  .\33xl\:focus\:to-black:focus {
    --tw-gradient-to: #000 !important;
  }

  .\33xl\:focus\:to-white:focus {
    --tw-gradient-to: #fff !important;
  }

  .\33xl\:focus\:to-gray-50:focus {
    --tw-gradient-to: #fafafa !important;
  }

  .\33xl\:focus\:to-gray-100:focus {
    --tw-gradient-to: #f4f4f5 !important;
  }

  .\33xl\:focus\:to-gray-200:focus {
    --tw-gradient-to: #e4e4e7 !important;
  }

  .\33xl\:focus\:to-gray-300:focus {
    --tw-gradient-to: #d4d4d8 !important;
  }

  .\33xl\:focus\:to-gray-400:focus {
    --tw-gradient-to: #a1a1aa !important;
  }

  .\33xl\:focus\:to-gray-500:focus {
    --tw-gradient-to: #71717a !important;
  }

  .\33xl\:focus\:to-gray-600:focus {
    --tw-gradient-to: #52525b !important;
  }

  .\33xl\:focus\:to-gray-700:focus {
    --tw-gradient-to: #3f3f46 !important;
  }

  .\33xl\:focus\:to-gray-800:focus {
    --tw-gradient-to: #27272a !important;
  }

  .\33xl\:focus\:to-gray-900:focus {
    --tw-gradient-to: #18181b !important;
  }

  .\33xl\:focus\:to-red-50:focus {
    --tw-gradient-to: #fef2f2 !important;
  }

  .\33xl\:focus\:to-red-100:focus {
    --tw-gradient-to: #fee2e2 !important;
  }

  .\33xl\:focus\:to-red-200:focus {
    --tw-gradient-to: #fecaca !important;
  }

  .\33xl\:focus\:to-red-300:focus {
    --tw-gradient-to: #fca5a5 !important;
  }

  .\33xl\:focus\:to-red-400:focus {
    --tw-gradient-to: #f87171 !important;
  }

  .\33xl\:focus\:to-red-500:focus {
    --tw-gradient-to: #ef4444 !important;
  }

  .\33xl\:focus\:to-red-600:focus {
    --tw-gradient-to: #dc2626 !important;
  }

  .\33xl\:focus\:to-red-700:focus {
    --tw-gradient-to: #b91c1c !important;
  }

  .\33xl\:focus\:to-red-800:focus {
    --tw-gradient-to: #991b1b !important;
  }

  .\33xl\:focus\:to-red-900:focus {
    --tw-gradient-to: #7f1d1d !important;
  }

  .\33xl\:focus\:to-yellow:focus {
    --tw-gradient-to: #F6BE4A !important;
  }

  .\33xl\:focus\:to-green-50:focus {
    --tw-gradient-to: #ecfdf5 !important;
  }

  .\33xl\:focus\:to-green-100:focus {
    --tw-gradient-to: #d1fae5 !important;
  }

  .\33xl\:focus\:to-green-200:focus {
    --tw-gradient-to: #a7f3d0 !important;
  }

  .\33xl\:focus\:to-green-300:focus {
    --tw-gradient-to: #6ee7b7 !important;
  }

  .\33xl\:focus\:to-green-400:focus {
    --tw-gradient-to: #34d399 !important;
  }

  .\33xl\:focus\:to-green-500:focus {
    --tw-gradient-to: #10b981 !important;
  }

  .\33xl\:focus\:to-green-600:focus {
    --tw-gradient-to: #059669 !important;
  }

  .\33xl\:focus\:to-green-700:focus {
    --tw-gradient-to: #047857 !important;
  }

  .\33xl\:focus\:to-green-800:focus {
    --tw-gradient-to: #065f46 !important;
  }

  .\33xl\:focus\:to-green-900:focus {
    --tw-gradient-to: #064e3b !important;
  }

  .\33xl\:focus\:to-blue-50:focus {
    --tw-gradient-to: #eff6ff !important;
  }

  .\33xl\:focus\:to-blue-100:focus {
    --tw-gradient-to: #dbeafe !important;
  }

  .\33xl\:focus\:to-blue-200:focus {
    --tw-gradient-to: #bfdbfe !important;
  }

  .\33xl\:focus\:to-blue-300:focus {
    --tw-gradient-to: #93c5fd !important;
  }

  .\33xl\:focus\:to-blue-400:focus {
    --tw-gradient-to: #60a5fa !important;
  }

  .\33xl\:focus\:to-blue-500:focus {
    --tw-gradient-to: #3b82f6 !important;
  }

  .\33xl\:focus\:to-blue-600:focus {
    --tw-gradient-to: #2563eb !important;
  }

  .\33xl\:focus\:to-blue-700:focus {
    --tw-gradient-to: #1d4ed8 !important;
  }

  .\33xl\:focus\:to-blue-800:focus {
    --tw-gradient-to: #1e40af !important;
  }

  .\33xl\:focus\:to-blue-900:focus {
    --tw-gradient-to: #1e3a8a !important;
  }

  .\33xl\:focus\:to-indigo-50:focus {
    --tw-gradient-to: #eef2ff !important;
  }

  .\33xl\:focus\:to-indigo-100:focus {
    --tw-gradient-to: #e0e7ff !important;
  }

  .\33xl\:focus\:to-indigo-200:focus {
    --tw-gradient-to: #c7d2fe !important;
  }

  .\33xl\:focus\:to-indigo-300:focus {
    --tw-gradient-to: #a5b4fc !important;
  }

  .\33xl\:focus\:to-indigo-400:focus {
    --tw-gradient-to: #818cf8 !important;
  }

  .\33xl\:focus\:to-indigo-500:focus {
    --tw-gradient-to: #6366f1 !important;
  }

  .\33xl\:focus\:to-indigo-600:focus {
    --tw-gradient-to: #4f46e5 !important;
  }

  .\33xl\:focus\:to-indigo-700:focus {
    --tw-gradient-to: #4338ca !important;
  }

  .\33xl\:focus\:to-indigo-800:focus {
    --tw-gradient-to: #3730a3 !important;
  }

  .\33xl\:focus\:to-indigo-900:focus {
    --tw-gradient-to: #312e81 !important;
  }

  .\33xl\:focus\:to-purple:focus {
    --tw-gradient-to: #6c42a0 !important;
  }

  .\33xl\:focus\:to-pink-50:focus {
    --tw-gradient-to: #fdf2f8 !important;
  }

  .\33xl\:focus\:to-pink-100:focus {
    --tw-gradient-to: #fce7f3 !important;
  }

  .\33xl\:focus\:to-pink-200:focus {
    --tw-gradient-to: #fbcfe8 !important;
  }

  .\33xl\:focus\:to-pink-300:focus {
    --tw-gradient-to: #f9a8d4 !important;
  }

  .\33xl\:focus\:to-pink-400:focus {
    --tw-gradient-to: #f472b6 !important;
  }

  .\33xl\:focus\:to-pink-500:focus {
    --tw-gradient-to: #ec4899 !important;
  }

  .\33xl\:focus\:to-pink-600:focus {
    --tw-gradient-to: #db2777 !important;
  }

  .\33xl\:focus\:to-pink-700:focus {
    --tw-gradient-to: #be185d !important;
  }

  .\33xl\:focus\:to-pink-800:focus {
    --tw-gradient-to: #9d174d !important;
  }

  .\33xl\:focus\:to-pink-900:focus {
    --tw-gradient-to: #831843 !important;
  }

  .\33xl\:focus\:to-primary-50:focus {
    --tw-gradient-to: #F1F5FB !important;
  }

  .\33xl\:focus\:to-primary-100:focus {
    --tw-gradient-to: #E3EBF7 !important;
  }

  .\33xl\:focus\:to-primary-200:focus {
    --tw-gradient-to: #C7D7F0 !important;
  }

  .\33xl\:focus\:to-primary-300:focus {
    --tw-gradient-to: #ABC2E8 !important;
  }

  .\33xl\:focus\:to-primary-400:focus {
    --tw-gradient-to: #8FAEE0 !important;
  }

  .\33xl\:focus\:to-primary-500:focus {
    --tw-gradient-to: #6590D5 !important;
  }

  .\33xl\:focus\:to-primary-600:focus {
    --tw-gradient-to: #3061AF !important;
  }

  .\33xl\:focus\:to-primary-700:focus {
    --tw-gradient-to: #285192 !important;
  }

  .\33xl\:focus\:to-primary-800:focus {
    --tw-gradient-to: #204075 !important;
  }

  .\33xl\:focus\:to-primary-900:focus {
    --tw-gradient-to: #183058 !important;
  }

  .\33xl\:focus\:to-primary:focus {
    --tw-gradient-to: #3B71CA !important;
  }

  .\33xl\:focus\:to-primary-accent-100:focus {
    --tw-gradient-to: #d9e4f3 !important;
  }

  .\33xl\:focus\:to-primary-accent-200:focus {
    --tw-gradient-to: #cedbee !important;
  }

  .\33xl\:focus\:to-secondary-50:focus {
    --tw-gradient-to: #F8F9F9 !important;
  }

  .\33xl\:focus\:to-secondary-100:focus {
    --tw-gradient-to: #F1F2F4 !important;
  }

  .\33xl\:focus\:to-secondary-200:focus {
    --tw-gradient-to: #E4E6E9 !important;
  }

  .\33xl\:focus\:to-secondary-300:focus {
    --tw-gradient-to: #D6D9DE !important;
  }

  .\33xl\:focus\:to-secondary-400:focus {
    --tw-gradient-to: #C8CCD3 !important;
  }

  .\33xl\:focus\:to-secondary-500:focus {
    --tw-gradient-to: #B3B9C2 !important;
  }

  .\33xl\:focus\:to-secondary-600:focus {
    --tw-gradient-to: #848D9C !important;
  }

  .\33xl\:focus\:to-secondary-700:focus {
    --tw-gradient-to: #6B7585 !important;
  }

  .\33xl\:focus\:to-secondary-800:focus {
    --tw-gradient-to: #565D6B !important;
  }

  .\33xl\:focus\:to-secondary-900:focus {
    --tw-gradient-to: #404650 !important;
  }

  .\33xl\:focus\:to-secondary:focus {
    --tw-gradient-to: #9FA6B2 !important;
  }

  .\33xl\:focus\:to-success-50:focus {
    --tw-gradient-to: #EAFCF2 !important;
  }

  .\33xl\:focus\:to-success-100:focus {
    --tw-gradient-to: #D6FAE4 !important;
  }

  .\33xl\:focus\:to-success-200:focus {
    --tw-gradient-to: #ACF5C9 !important;
  }

  .\33xl\:focus\:to-success-300:focus {
    --tw-gradient-to: #83F0AE !important;
  }

  .\33xl\:focus\:to-success-400:focus {
    --tw-gradient-to: #59EA93 !important;
  }

  .\33xl\:focus\:to-success-500:focus {
    --tw-gradient-to: #1CE26B !important;
  }

  .\33xl\:focus\:to-success-600:focus {
    --tw-gradient-to: #118C42 !important;
  }

  .\33xl\:focus\:to-success-700:focus {
    --tw-gradient-to: #0E7537 !important;
  }

  .\33xl\:focus\:to-success-800:focus {
    --tw-gradient-to: #0C5D2C !important;
  }

  .\33xl\:focus\:to-success-900:focus {
    --tw-gradient-to: #094621 !important;
  }

  .\33xl\:focus\:to-success:focus {
    --tw-gradient-to: #14A44D !important;
  }

  .\33xl\:focus\:to-danger-50:focus {
    --tw-gradient-to: #FCF2F4 !important;
  }

  .\33xl\:focus\:to-danger-100:focus {
    --tw-gradient-to: #FAE5E9 !important;
  }

  .\33xl\:focus\:to-danger-200:focus {
    --tw-gradient-to: #F5CCD3 !important;
  }

  .\33xl\:focus\:to-danger-300:focus {
    --tw-gradient-to: #F0B2BD !important;
  }

  .\33xl\:focus\:to-danger-400:focus {
    --tw-gradient-to: #EB99A6 !important;
  }

  .\33xl\:focus\:to-danger-500:focus {
    --tw-gradient-to: #E37285 !important;
  }

  .\33xl\:focus\:to-danger-600:focus {
    --tw-gradient-to: #D42A46 !important;
  }

  .\33xl\:focus\:to-danger-700:focus {
    --tw-gradient-to: #B0233A !important;
  }

  .\33xl\:focus\:to-danger-800:focus {
    --tw-gradient-to: #8D1C2F !important;
  }

  .\33xl\:focus\:to-danger-900:focus {
    --tw-gradient-to: #6A1523 !important;
  }

  .\33xl\:focus\:to-danger:focus {
    --tw-gradient-to: #DC4C64 !important;
  }

  .\33xl\:focus\:to-warning-50:focus {
    --tw-gradient-to: #FDF8EF !important;
  }

  .\33xl\:focus\:to-warning-100:focus {
    --tw-gradient-to: #FBF2DE !important;
  }

  .\33xl\:focus\:to-warning-200:focus {
    --tw-gradient-to: #F7E4BE !important;
  }

  .\33xl\:focus\:to-warning-300:focus {
    --tw-gradient-to: #F4D79D !important;
  }

  .\33xl\:focus\:to-warning-400:focus {
    --tw-gradient-to: #F0C97D !important;
  }

  .\33xl\:focus\:to-warning-500:focus {
    --tw-gradient-to: #EAB54C !important;
  }

  .\33xl\:focus\:to-warning-600:focus {
    --tw-gradient-to: #C48A17 !important;
  }

  .\33xl\:focus\:to-warning-700:focus {
    --tw-gradient-to: #A37313 !important;
  }

  .\33xl\:focus\:to-warning-800:focus {
    --tw-gradient-to: #825C0F !important;
  }

  .\33xl\:focus\:to-warning-900:focus {
    --tw-gradient-to: #62450B !important;
  }

  .\33xl\:focus\:to-warning:focus {
    --tw-gradient-to: #E4A11B !important;
  }

  .\33xl\:focus\:to-info-50:focus {
    --tw-gradient-to: #F3FAFC !important;
  }

  .\33xl\:focus\:to-info-100:focus {
    --tw-gradient-to: #E7F4F9 !important;
  }

  .\33xl\:focus\:to-info-200:focus {
    --tw-gradient-to: #CEE9F2 !important;
  }

  .\33xl\:focus\:to-info-300:focus {
    --tw-gradient-to: #B6DFEC !important;
  }

  .\33xl\:focus\:to-info-400:focus {
    --tw-gradient-to: #9ED4E6 !important;
  }

  .\33xl\:focus\:to-info-500:focus {
    --tw-gradient-to: #79C4DC !important;
  }

  .\33xl\:focus\:to-info-600:focus {
    --tw-gradient-to: #34A4CA !important;
  }

  .\33xl\:focus\:to-info-700:focus {
    --tw-gradient-to: #2B89A8 !important;
  }

  .\33xl\:focus\:to-info-800:focus {
    --tw-gradient-to: #236D86 !important;
  }

  .\33xl\:focus\:to-info-900:focus {
    --tw-gradient-to: #1A5265 !important;
  }

  .\33xl\:focus\:to-info:focus {
    --tw-gradient-to: #54B4D3 !important;
  }

  .\33xl\:focus\:to-darkgreen:focus {
    --tw-gradient-to: #066B3D !important;
  }

  .\33xl\:focus\:to-lightgreen:focus {
    --tw-gradient-to: #70BB44 !important;
  }

  .\33xl\:focus\:to-\[\#d1ecc5\]:focus {
    --tw-gradient-to: #d1ecc5 !important;
  }

  .\33xl\:focus\:to-\[\#282828\]:focus {
    --tw-gradient-to: #282828 !important;
  }

  .\33xl\:focus\:to-\[\#bde020\]:focus {
    --tw-gradient-to: #bde020 !important;
  }

  .\33xl\:focus\:to-\[\#efeee8\]:focus {
    --tw-gradient-to: #efeee8 !important;
  }

  .\33xl\:focus\:to-\[\#bdc11d\]:focus {
    --tw-gradient-to: #bdc11d !important;
  }

  .\33xl\:focus\:to-\[\#039147\]:focus {
    --tw-gradient-to: #039147 !important;
  }

  .\33xl\:focus\:to-\[\#c3c1bf\]:focus {
    --tw-gradient-to: #c3c1bf !important;
  }

  .\33xl\:focus\:to-\[\#039047\]:focus {
    --tw-gradient-to: #039047 !important;
  }

  .\33xl\:focus\:to-\[\#c8da2e\]:focus {
    --tw-gradient-to: #c8da2e !important;
  }

  .\33xl\:focus\:to-dmxMecanismob:focus {
    --tw-gradient-to: #c6bad2 !important;
  }

  .\33xl\:focus\:to-fog:focus {
    --tw-gradient-to: #535353 !important;
  }

  .\33xl\:focus\:to-pink-cistitis:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:focus\:to-purple1:focus {
    --tw-gradient-to: #70447A !important;
  }

  .\33xl\:focus\:to-purple2:focus {
    --tw-gradient-to: #42114C !important;
  }

  .\33xl\:focus\:to-purple3:focus {
    --tw-gradient-to: #5D0661 !important;
  }

  .\33xl\:focus\:to-purplebg:focus {
    --tw-gradient-to: #F7F2F7 !important;
  }

  .\33xl\:focus\:to-purplebg2:focus {
    --tw-gradient-to: #D2C2D5 !important;
  }

  .\33xl\:focus\:to-purpleBorder:focus {
    --tw-gradient-to: #3B1E4B !important;
  }

  .\33xl\:focus\:to-purpleIcon:focus {
    --tw-gradient-to: #B0A2B8 !important;
  }

  .\33xl\:focus\:to-purpleTB:focus {
    --tw-gradient-to: #D4C6DC !important;
  }

  .\33xl\:focus\:to-yellow-200:focus {
    --tw-gradient-to: #fef08a !important;
  }

  .\33xl\:focus\:to-yellow-500:focus {
    --tw-gradient-to: #eab308 !important;
  }

  .\33xl\:focus\:to-yellowBtn:focus {
    --tw-gradient-to: #F7C139 !important;
  }

  .\33xl\:focus\:to-grayT:focus {
    --tw-gradient-to: #292929 !important;
  }

  .\33xl\:focus\:to-grayTL:focus {
    --tw-gradient-to: #363737 !important;
  }

  .\33xl\:focus\:to-gray77:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\33xl\:focus\:to-grayhr:focus {
    --tw-gradient-to: #D3D3D3 !important;
  }

  .\33xl\:focus\:to-whiteTbl:focus {
    --tw-gradient-to: #F8F6F9 !important;
  }

  .\33xl\:focus\:to-roja:focus {
    --tw-gradient-to: #E52027 !important;
  }

  .\33xl\:focus\:to-anaranjada:focus {
    --tw-gradient-to: #EB6A2D !important;
  }

  .\33xl\:focus\:to-amarilla:focus {
    --tw-gradient-to: #FBDA3C !important;
  }

  .\33xl\:focus\:to-ocean:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\33xl\:focus\:to-forest:focus {
    --tw-gradient-to: #7FB80D !important;
  }

  .\33xl\:focus\:to-mint:focus {
    --tw-gradient-to: #67AA35 !important;
  }

  .\33xl\:focus\:to-azul:focus {
    --tw-gradient-to: #4BACCF !important;
  }

  .\33xl\:focus\:to-negra:focus {
    --tw-gradient-to: #262626 !important;
  }

  .\33xl\:focus\:to-lime-50:focus {
    --tw-gradient-to: #f7fee7 !important;
  }

  .\33xl\:focus\:to-lime-100:focus {
    --tw-gradient-to: #ecfccb !important;
  }

  .\33xl\:focus\:to-lime-200:focus {
    --tw-gradient-to: #d9f99d !important;
  }

  .\33xl\:focus\:to-lime-300:focus {
    --tw-gradient-to: #bef264 !important;
  }

  .\33xl\:focus\:to-lime-400:focus {
    --tw-gradient-to: #a3e635 !important;
  }

  .\33xl\:focus\:to-lime-500:focus {
    --tw-gradient-to: #84cc16 !important;
  }

  .\33xl\:focus\:to-lime-600:focus {
    --tw-gradient-to: #65a30d !important;
  }

  .\33xl\:focus\:to-lime-700:focus {
    --tw-gradient-to: #4d7c0f !important;
  }

  .\33xl\:focus\:to-lime-800:focus {
    --tw-gradient-to: #3f6212 !important;
  }

  .\33xl\:focus\:to-lime-900:focus {
    --tw-gradient-to: #365314 !important;
  }

  .\33xl\:focus\:to-cyan-50:focus {
    --tw-gradient-to: #ecfeff !important;
  }

  .\33xl\:focus\:to-cyan-100:focus {
    --tw-gradient-to: #cffafe !important;
  }

  .\33xl\:focus\:to-cyan-200:focus {
    --tw-gradient-to: #a5f3fc !important;
  }

  .\33xl\:focus\:to-cyan-300:focus {
    --tw-gradient-to: #67e8f9 !important;
  }

  .\33xl\:focus\:to-cyan-400:focus {
    --tw-gradient-to: #22d3ee !important;
  }

  .\33xl\:focus\:to-cyan-500:focus {
    --tw-gradient-to: #06b6d4 !important;
  }

  .\33xl\:focus\:to-cyan-600:focus {
    --tw-gradient-to: #0891b2 !important;
  }

  .\33xl\:focus\:to-cyan-700:focus {
    --tw-gradient-to: #0e7490 !important;
  }

  .\33xl\:focus\:to-cyan-800:focus {
    --tw-gradient-to: #155e75 !important;
  }

  .\33xl\:focus\:to-cyan-900:focus {
    --tw-gradient-to: #164e63 !important;
  }

  .\33xl\:focus\:to-cadet-blue:focus {
    --tw-gradient-to: #164682 !important;
  }

  .\33xl\:focus\:to-lavender-blue:focus {
    --tw-gradient-to: #2A7EDE !important;
  }

  .\33xl\:focus\:to-cobalt-blue:focus {
    --tw-gradient-to: #218AA2 !important;
  }

  .\33xl\:focus\:to-sky-blue:focus {
    --tw-gradient-to: #51C1D1 !important;
  }

  .\33xl\:focus\:to-berry:focus {
    --tw-gradient-to: #01A4BA !important;
  }

  .\33xl\:focus\:to-lapis:focus {
    --tw-gradient-to: #138CA5 !important;
  }

  .\33xl\:focus\:to-azure:focus {
    --tw-gradient-to: #1EC4D3 !important;
  }

  .\33xl\:focus\:to-pine:focus {
    --tw-gradient-to: #9CEFC7 !important;
  }

  .\33xl\:focus\:to-spring:focus {
    --tw-gradient-to: #79CA00 !important;
  }

  .\33xl\:focus\:to-slime:focus {
    --tw-gradient-to: #4EAF00 !important;
  }

  .\33xl\:focus\:to-jade-50:focus {
    --tw-gradient-to: #D9F6FB !important;
  }

  .\33xl\:focus\:to-jade-500:focus {
    --tw-gradient-to: #DEF7FC !important;
  }

  .\33xl\:focus\:to-jade-900:focus {
    --tw-gradient-to: #EEFCFE !important;
  }

  .\33xl\:focus\:to-cerulean:focus {
    --tw-gradient-to: #D3EAEF !important;
  }

  .\33xl\:focus\:to-evergreen:focus {
    --tw-gradient-to: #6DBE4D !important;
  }

  .\33xl\:focus\:to-admiral:focus {
    --tw-gradient-to: #2377BE !important;
  }

  .\33xl\:focus\:to-denim:focus {
    --tw-gradient-to: #37A5DD !important;
  }

  .\33xl\:focus\:to-laurel:focus {
    --tw-gradient-to: #6CBE51 !important;
  }

  .\33xl\:focus\:to-Dpink1:focus {
    --tw-gradient-to: #E74F77 !important;
  }

  .\33xl\:focus\:to-Dblue1:focus {
    --tw-gradient-to: #42A6B8 !important;
  }

  .\33xl\:focus\:to-Dblue2:focus {
    --tw-gradient-to: #225258 !important;
  }

  .\33xl\:focus\:to-Pgray:focus {
    --tw-gradient-to: #f4f4f4 !important;
  }

  .\33xl\:focus\:to-Metblue1:focus {
    --tw-gradient-to: #4BB5D4 !important;
  }

  .\33xl\:focus\:to-MetBlue2:focus {
    --tw-gradient-to: #205B87 !important;
  }

  .\33xl\:focus\:to-MetBlueGrid1:focus {
    --tw-gradient-to: #2DB5D4 !important;
  }

  .\33xl\:focus\:to-MetBlueGrid2:focus {
    --tw-gradient-to: #2569B8 !important;
  }

  .\33xl\:focus\:to-MetBlueGrid3:focus {
    --tw-gradient-to: #42ABBB !important;
  }

  .\33xl\:focus\:to-MetBlueLast:focus {
    --tw-gradient-to: #2569B9 !important;
  }

  .\33xl\:focus\:to-Metwhite:focus {
    --tw-gradient-to: #F5F5F5 !important;
  }

  .\33xl\:focus\:to-Pkorange1:focus {
    --tw-gradient-to: #D85F2A !important;
  }

  .\33xl\:focus\:to-Pkorange2:focus {
    --tw-gradient-to: #FC4300 !important;
  }

  .\33xl\:focus\:to-BvpBlue:focus {
    --tw-gradient-to: #1292A9 !important;
  }

  .\33xl\:focus\:to-BvpPine:focus {
    --tw-gradient-to: #9BE4C7 !important;
  }

  .\33xl\:focus\:to-BvpBlue2:focus {
    --tw-gradient-to: #1B5A90 !important;
  }

  .\33xl\:focus\:to-BvpGreen:focus {
    --tw-gradient-to: #159F6E !important;
  }

  .\33xl\:focus\:to-Pkblue-100:focus {
    --tw-gradient-to: #212E60 !important;
  }

  .\33xl\:focus\:to-Pkblue-200:focus {
    --tw-gradient-to: #003184 !important;
  }

  .\33xl\:focus\:to-Pkblue-300:focus {
    --tw-gradient-to: #004284 !important;
  }

  .\33xl\:focus\:to-BpurpleText:focus {
    --tw-gradient-to: #465784 !important;
  }

  .\33xl\:focus\:to-BpurpleText2:focus {
    --tw-gradient-to: #56087A !important;
  }

  .\33xl\:focus\:to-BgradYellow:focus {
    --tw-gradient-to: #E49D41 !important;
  }

  .\33xl\:focus\:to-Bgradpurple1:focus {
    --tw-gradient-to: #AD6498 !important;
  }

  .\33xl\:focus\:to-Bpink:focus {
    --tw-gradient-to: #B33C86 !important;
  }

  .\33xl\:focus\:to-Bpink2:focus {
    --tw-gradient-to: #E9CBDA !important;
  }

  .\33xl\:focus\:to-Bgradpurple2:focus {
    --tw-gradient-to: #3B80A8 !important;
  }

  .\33xl\:focus\:to-Bgradpink:focus {
    --tw-gradient-to: #B03780 !important;
  }

  .\33xl\:focus\:to-Bgradwhite:focus {
    --tw-gradient-to: #CDB8CC !important;
  }

  .\33xl\:focus\:to-BBlue1:focus {
    --tw-gradient-to: #455780 !important;
  }

  .\33xl\:focus\:to-BpinkContainer:focus {
    --tw-gradient-to: #C8549C !important;
  }

  .\33xl\:focus\:to-Cpinkcover:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:focus\:to-bannerText:focus {
    --tw-gradient-to: #970022 !important;
  }

  .\33xl\:focus\:to-fondoWhite:focus {
    --tw-gradient-to: #E6E6E6 !important;
  }

  .\33xl\:focus\:to-bgGrid:focus {
    --tw-gradient-to: #872944 !important;
  }

  .\33xl\:focus\:to-cisYellow:focus {
    --tw-gradient-to: #EBBC54 !important;
  }

  .\33xl\:focus\:to-cisPink:focus {
    --tw-gradient-to: #E23A6B !important;
  }

  .\33xl\:focus\:to-footer:focus {
    --tw-gradient-to: #333333 !important;
  }

  .\33xl\:focus\:to-cisGray:focus {
    --tw-gradient-to: #666666 !important;
  }

  .\33xl\:focus\:to-cisCarm:focus {
    --tw-gradient-to: #A62D53 !important;
  }

  .\33xl\:focus\:to-cisgrad1:focus {
    --tw-gradient-to: #DA3A6B !important;
  }

  .\33xl\:focus\:to-cisgrad2:focus {
    --tw-gradient-to: #EAB755 !important;
  }

  .\33xl\:focus\:to-cisgrad3:focus {
    --tw-gradient-to: #881F4A !important;
  }

  .\33xl\:focus\:to-cisgrad4:focus {
    --tw-gradient-to: #D7206C !important;
  }

  .\33xl\:focus\:to-doxYellow:focus {
    --tw-gradient-to: #F6EA32 !important;
  }

  .\33xl\:focus\:to-doxGreenM:focus {
    --tw-gradient-to: #6EB556 !important;
  }

  .\33xl\:focus\:to-doxGreenS:focus {
    --tw-gradient-to: #A1D15C !important;
  }

  .\33xl\:focus\:to-doxGreenR:focus {
    --tw-gradient-to: #009144 !important;
  }

  .\33xl\:focus\:to-doxGreenT:focus {
    --tw-gradient-to: #009933 !important;
  }

  .\33xl\:focus\:to-doxGrayS:focus {
    --tw-gradient-to: #DADDE5 !important;
  }

  .\33xl\:focus\:to-doxGrayE:focus {
    --tw-gradient-to: #EEEFF4 !important;
  }

  .\33xl\:focus\:to-dxmgreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .\33xl\:focus\:to-dxmGreen:focus {
    --tw-gradient-to: #1E8344 !important;
  }

  .\33xl\:focus\:to-dxmsquare:focus {
    --tw-gradient-to: #71AA62 !important;
  }

  .\33xl\:focus\:to-dxmText:focus {
    --tw-gradient-to: #6FB444 !important;
  }

  .\33xl\:focus\:to-dxmbacksquare:focus {
    --tw-gradient-to: #57AE56 !important;
  }

  .\33xl\:focus\:to-dxmTitle:focus {
    --tw-gradient-to: #0D6E39 !important;
  }

  .\33xl\:focus\:to-dxmFtBG:focus {
    --tw-gradient-to: #4D4D4D !important;
  }

  .\33xl\:focus\:to-green1:focus {
    --tw-gradient-to: #5e9e3f !important;
  }

  .\33xl\:focus\:to-green2:focus {
    --tw-gradient-to: #95c255 !important;
  }

  .\33xl\:focus\:to-green3:focus {
    --tw-gradient-to: #18b6c9 !important;
  }

  .\33xl\:focus\:to-green4:focus {
    --tw-gradient-to: #1c8c69 !important;
  }

  .\33xl\:focus\:to-dcnMain:focus {
    --tw-gradient-to: #F32735 !important;
  }

  .\33xl\:focus\:to-dcnbl:focus {
    --tw-gradient-to: #0075C9 !important;
  }

  .\33xl\:focus\:to-dcnsText:focus {
    --tw-gradient-to: #00507E !important;
  }

  .\33xl\:focus\:to-dcnsRed:focus {
    --tw-gradient-to: #B22024 !important;
  }

  .\33xl\:focus\:to-dmxPurple:focus {
    --tw-gradient-to: #6D348A !important;
  }

  .\33xl\:focus\:to-dmxBlue:focus {
    --tw-gradient-to: #009494 !important;
  }

  .\33xl\:focus\:to-dmxSquare:focus {
    --tw-gradient-to: #C5B9CF !important;
  }

  .\33xl\:focus\:to-bgmecanismo:focus {
    --tw-gradient-to: #B7A8C4 !important;
  }

  .\33xl\:focus\:to-dmxGreen:focus {
    --tw-gradient-to: #009494 !important;
  }

  .\33xl\:focus\:to-dmxText:focus {
    --tw-gradient-to: #592C80 !important;
  }

  .\33xl\:focus\:to-dmxgray:focus {
    --tw-gradient-to: #BBB1C4 !important;
  }

  .\33xl\:focus\:to-bvGray:focus {
    --tw-gradient-to: #323232 !important;
  }

  .\33xl\:focus\:to-bvBlue:focus {
    --tw-gradient-to: #C9ECF3 !important;
  }

  .\33xl\:focus\:to-bVGreen:focus {
    --tw-gradient-to: #115472 !important;
  }

  .\33xl\:focus\:to-bvMint:focus {
    --tw-gradient-to: #71B800 !important;
  }

  .\33xl\:focus\:to-bvCadetBlue:focus {
    --tw-gradient-to: #0D4880 !important;
  }

  .\33xl\:focus\:to-bvPuntos:focus {
    --tw-gradient-to: #1F8CA4 !important;
  }

  .\33xl\:focus\:to-bvSlime:focus {
    --tw-gradient-to: #52AD1D !important;
  }

  .\33xl\:focus\:to-bvSky:focus {
    --tw-gradient-to: #2EC4D2 !important;
  }

  .\33xl\:focus\:to-ash:focus {
    --tw-gradient-to: #4B5563 !important;
  }

  .\33xl\:focus\:to-sky:focus {
    --tw-gradient-to: #f4fafd !important;
  }

  .\33xl\:focus\:to-blueHepa:focus {
    --tw-gradient-to: #00A0AF !important;
  }

  .\33xl\:focus\:to-zomig-orange-1:focus {
    --tw-gradient-to: #EF8000 !important;
  }

  .\33xl\:focus\:to-zomig-blue-1:focus {
    --tw-gradient-to: #005797 !important;
  }

  .\33xl\:focus\:to-zomig-blue-2:focus {
    --tw-gradient-to: #004E80 !important;
  }

  .\33xl\:focus\:to-zomig-blue-3:focus {
    --tw-gradient-to: #00A2D6 !important;
  }

  .\33xl\:focus\:to-zomig-blue-4:focus {
    --tw-gradient-to: #005285 !important;
  }

  .\33xl\:focus\:to-zomig-blue-5:focus {
    --tw-gradient-to: #004D80 !important;
  }

  .\33xl\:focus\:to-zomig-blue-6:focus {
    --tw-gradient-to: #005588 !important;
  }

  .\33xl\:focus\:to-zomig-blue-7:focus {
    --tw-gradient-to: #00A5D9 !important;
  }

  .\33xl\:focus\:to-zomig-blue-8:focus {
    --tw-gradient-to: #003E69 !important;
  }

  .\33xl\:focus\:to-zomig-gray-1:focus {
    --tw-gradient-to: #CDCDCE !important;
  }

  .\33xl\:focus\:to-zomig-gray-2:focus {
    --tw-gradient-to: #C9C9CB !important;
  }

  .\33xl\:focus\:to-nebido-0:focus {
    --tw-gradient-to: #EAEAEA !important;
  }

  .\33xl\:focus\:to-nebido-1:focus {
    --tw-gradient-to: #B9CED8 !important;
  }

  .\33xl\:focus\:to-nebido-2:focus {
    --tw-gradient-to: #EEF2F5 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-200:focus {
    --tw-gradient-to: #d3dee4 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-300:focus {
    --tw-gradient-to: #bdced6 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-400:focus {
    --tw-gradient-to: #81a1af !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-500:focus {
    --tw-gradient-to: #618696 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-600:focus {
    --tw-gradient-to: #4c6c7d !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-700:focus {
    --tw-gradient-to: #3f5865 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-800:focus {
    --tw-gradient-to: #374b55 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-900:focus {
    --tw-gradient-to: #314049 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-950:focus {
    --tw-gradient-to: #212a30 !important;
  }

  .\33xl\:focus\:to-nebido-loblolly-1000:focus {
    --tw-gradient-to: #D0D4D6 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-50:focus {
    --tw-gradient-to: #fef9ec !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-100:focus {
    --tw-gradient-to: #fbeeca !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-200:focus {
    --tw-gradient-to: #f7dc90 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-300:focus {
    --tw-gradient-to: #f3c356 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-400:focus {
    --tw-gradient-to: #f0ab2a !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-500:focus {
    --tw-gradient-to: #e98c17 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-600:focus {
    --tw-gradient-to: #cf6910 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-700:focus {
    --tw-gradient-to: #ac4911 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-800:focus {
    --tw-gradient-to: #8b3a15 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-900:focus {
    --tw-gradient-to: #732f14 !important;
  }

  .\33xl\:focus\:to-nebido-fuel-yellow-950:focus {
    --tw-gradient-to: #421706 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-50:focus {
    --tw-gradient-to: #f5f6f6 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-100:focus {
    --tw-gradient-to: #e6e7e7 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-200:focus {
    --tw-gradient-to: #cfd1d2 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-300:focus {
    --tw-gradient-to: #aeb1b2 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-400:focus {
    --tw-gradient-to: #85898b !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-500:focus {
    --tw-gradient-to: #6a6e70 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-600:focus {
    --tw-gradient-to: #5a5e60 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-700:focus {
    --tw-gradient-to: #4d4f51 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-800:focus {
    --tw-gradient-to: #444646 !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-900:focus {
    --tw-gradient-to: #3b3c3e !important;
  }

  .\33xl\:focus\:to-nebido-mine-shaft-950:focus {
    --tw-gradient-to: #292a2b !important;
  }

  .\33xl\:focus\:to-nebido-mercury-50:focus {
    --tw-gradient-to: #f8f8f8 !important;
  }

  .\33xl\:focus\:to-nebido-mercury-100:focus {
    --tw-gradient-to: #e8e8e8 !important;
  }

  .\33xl\:focus\:to-nebido-mercury-200:focus {
    --tw-gradient-to: #dcdcdc !important;
  }

  .\33xl\:focus\:to-nebido-mercury-300:focus {
    --tw-gradient-to: #bdbdbd !important;
  }

  .\33xl\:focus\:to-nebido-mercury-400:focus {
    --tw-gradient-to: #989898 !important;
  }

  .\33xl\:focus\:to-nebido-mercury-500:focus {
    --tw-gradient-to: #7c7c7c !important;
  }

  .\33xl\:focus\:to-nebido-mercury-600:focus {
    --tw-gradient-to: #656565 !important;
  }

  .\33xl\:focus\:to-nebido-mercury-700:focus {
    --tw-gradient-to: #525252 !important;
  }

  .\33xl\:focus\:to-nebido-mercury-800:focus {
    --tw-gradient-to: #464646 !important;
  }

  .\33xl\:focus\:to-nebido-mercury-900:focus {
    --tw-gradient-to: #3d3d3d !important;
  }

  .\33xl\:focus\:to-nebido-mercury-950:focus {
    --tw-gradient-to: #292929 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-50:focus {
    --tw-gradient-to: #f6f8f9 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-100:focus {
    --tw-gradient-to: #eceff1 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-200:focus {
    --tw-gradient-to: #d6dde1 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-300:focus {
    --tw-gradient-to: #b2c0c7 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-400:focus {
    --tw-gradient-to: #889ea8 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-500:focus {
    --tw-gradient-to: #6a828d !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-600:focus {
    --tw-gradient-to: #556a74 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-700:focus {
    --tw-gradient-to: #45565f !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-800:focus {
    --tw-gradient-to: #3c4950 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-900:focus {
    --tw-gradient-to: #353f45 !important;
  }

  .\33xl\:focus\:to-nebido-porcelain-950:focus {
    --tw-gradient-to: #232a2e !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-50:focus {
    --tw-gradient-to: #f5f8fa !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-100:focus {
    --tw-gradient-to: #ebf0f3 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-200:focus {
    --tw-gradient-to: #d2dfe5 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-300:focus {
    --tw-gradient-to: #b9cfd7 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-400:focus {
    --tw-gradient-to: #7da6b3 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-500:focus {
    --tw-gradient-to: #5c8b9b !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-600:focus {
    --tw-gradient-to: #487081 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-700:focus {
    --tw-gradient-to: #3b5c69 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-800:focus {
    --tw-gradient-to: #344d58 !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-900:focus {
    --tw-gradient-to: #2f434b !important;
  }

  .\33xl\:focus\:to-nebido-jungle-mist-950:focus {
    --tw-gradient-to: #1f2b32 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-50:focus {
    --tw-gradient-to: #f5f5f6 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-100:focus {
    --tw-gradient-to: #e6e6e7 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-200:focus {
    --tw-gradient-to: #d0cfd2 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-300:focus {
    --tw-gradient-to: #afaeb2 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-400:focus {
    --tw-gradient-to: #86858b !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-500:focus {
    --tw-gradient-to: #68676c !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-600:focus {
    --tw-gradient-to: #5c5b5f !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-700:focus {
    --tw-gradient-to: #4e4d51 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-800:focus {
    --tw-gradient-to: #444446 !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-900:focus {
    --tw-gradient-to: #3c3c3d !important;
  }

  .\33xl\:focus\:to-nebido-dove-gray-950:focus {
    --tw-gradient-to: #262527 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-50:focus {
    --tw-gradient-to: #fffeea !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-100:focus {
    --tw-gradient-to: #fff9c5 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-200:focus {
    --tw-gradient-to: #fff385 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-300:focus {
    --tw-gradient-to: #ffe646 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-400:focus {
    --tw-gradient-to: #ffd61b !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-500:focus {
    --tw-gradient-to: #ffb500 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-600:focus {
    --tw-gradient-to: #e28a00 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-700:focus {
    --tw-gradient-to: #bb6102 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-800:focus {
    --tw-gradient-to: #984b08 !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-900:focus {
    --tw-gradient-to: #7c3d0b !important;
  }

  .\33xl\:focus\:to-nebido-my-sin-950:focus {
    --tw-gradient-to: #481f00 !important;
  }

  .\33xl\:focus\:to-thepink:focus {
    --tw-gradient-to: #d52f89 !important;
  }

  .\33xl\:focus\:to-darkpink:focus {
    --tw-gradient-to: #91005d !important;
  }

  .\33xl\:focus\:to-bluegreen:focus {
    --tw-gradient-to: #00a0af !important;
  }

  .\33xl\:focus\:to-beyond-green-1:focus {
    --tw-gradient-to: #01A059 !important;
  }

  .\33xl\:decoration-slice {
    -webkit-box-decoration-break: slice !important;
            box-decoration-break: slice !important;
  }

  .\33xl\:decoration-clone {
    -webkit-box-decoration-break: clone !important;
            box-decoration-break: clone !important;
  }

  .\33xl\:bg-auto {
    background-size: auto !important;
  }

  .\33xl\:bg-cover {
    background-size: cover !important;
  }

  .\33xl\:bg-contain {
    background-size: contain !important;
  }

  .\33xl\:bg-125\% {
    background-size: 125% !important;
  }

  .\33xl\:bg-135\% {
    background-size: 135% !important;
  }

  .\33xl\:bg-150\% {
    background-size: 150% !important;
  }

  .\33xl\:bg-fixed {
    background-attachment: fixed !important;
  }

  .\33xl\:bg-local {
    background-attachment: local !important;
  }

  .\33xl\:bg-scroll {
    background-attachment: scroll !important;
  }

  .\33xl\:bg-clip-border {
    background-clip: border-box !important;
  }

  .\33xl\:bg-clip-padding {
    background-clip: padding-box !important;
  }

  .\33xl\:bg-clip-content {
    background-clip: content-box !important;
  }

  .\33xl\:bg-clip-text {
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .\33xl\:bg-bottom {
    background-position: bottom !important;
  }

  .\33xl\:bg-center {
    background-position: center !important;
  }

  .\33xl\:bg-left {
    background-position: left !important;
  }

  .\33xl\:bg-left-bottom {
    background-position: left bottom !important;
  }

  .\33xl\:bg-left-top {
    background-position: left top !important;
  }

  .\33xl\:bg-right {
    background-position: right !important;
  }

  .\33xl\:bg-right-bottom {
    background-position: right bottom !important;
  }

  .\33xl\:bg-right-top {
    background-position: right top !important;
  }

  .\33xl\:bg-top {
    background-position: top !important;
  }

  .\33xl\:bg-repeat {
    background-repeat: repeat !important;
  }

  .\33xl\:bg-no-repeat {
    background-repeat: no-repeat !important;
  }

  .\33xl\:bg-repeat-x {
    background-repeat: repeat-x !important;
  }

  .\33xl\:bg-repeat-y {
    background-repeat: repeat-y !important;
  }

  .\33xl\:bg-repeat-round {
    background-repeat: round !important;
  }

  .\33xl\:bg-repeat-space {
    background-repeat: space !important;
  }

  .\33xl\:bg-origin-border {
    background-origin: border-box !important;
  }

  .\33xl\:bg-origin-padding {
    background-origin: padding-box !important;
  }

  .\33xl\:bg-origin-content {
    background-origin: content-box !important;
  }

  .\33xl\:fill-current {
    fill: currentColor !important;
  }

  .\33xl\:stroke-current {
    stroke: currentColor !important;
  }

  .\33xl\:stroke-0 {
    stroke-width: 0 !important;
  }

  .\33xl\:stroke-1 {
    stroke-width: 1 !important;
  }

  .\33xl\:stroke-2 {
    stroke-width: 2 !important;
  }

  .\33xl\:object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .\33xl\:object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .\33xl\:object-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .\33xl\:object-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .\33xl\:object-scale-down {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .\33xl\:object-bottom {
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .\33xl\:object-center {
    -o-object-position: center !important;
       object-position: center !important;
  }

  .\33xl\:object-left {
    -o-object-position: left !important;
       object-position: left !important;
  }

  .\33xl\:object-left-bottom {
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .\33xl\:object-left-top {
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .\33xl\:object-right {
    -o-object-position: right !important;
       object-position: right !important;
  }

  .\33xl\:object-right-bottom {
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .\33xl\:object-right-top {
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .\33xl\:object-top {
    -o-object-position: top !important;
       object-position: top !important;
  }

  .\33xl\:p-0 {
    padding: 0px !important;
  }

  .\33xl\:p-1 {
    padding: 0.25rem !important;
  }

  .\33xl\:p-2 {
    padding: 0.5rem !important;
  }

  .\33xl\:p-3 {
    padding: 0.75rem !important;
  }

  .\33xl\:p-4 {
    padding: 1rem !important;
  }

  .\33xl\:p-5 {
    padding: 1.25rem !important;
  }

  .\33xl\:p-6 {
    padding: 1.5rem !important;
  }

  .\33xl\:p-7 {
    padding: 1.75rem !important;
  }

  .\33xl\:p-8 {
    padding: 2rem !important;
  }

  .\33xl\:p-9 {
    padding: 2.25rem !important;
  }

  .\33xl\:p-10 {
    padding: 2.5rem !important;
  }

  .\33xl\:p-11 {
    padding: 2.75rem !important;
  }

  .\33xl\:p-12 {
    padding: 3rem !important;
  }

  .\33xl\:p-14 {
    padding: 3.5rem !important;
  }

  .\33xl\:p-16 {
    padding: 4rem !important;
  }

  .\33xl\:p-20 {
    padding: 5rem !important;
  }

  .\33xl\:p-24 {
    padding: 6rem !important;
  }

  .\33xl\:p-28 {
    padding: 7rem !important;
  }

  .\33xl\:p-32 {
    padding: 8rem !important;
  }

  .\33xl\:p-36 {
    padding: 9rem !important;
  }

  .\33xl\:p-40 {
    padding: 10rem !important;
  }

  .\33xl\:p-44 {
    padding: 11rem !important;
  }

  .\33xl\:p-48 {
    padding: 12rem !important;
  }

  .\33xl\:p-52 {
    padding: 13rem !important;
  }

  .\33xl\:p-56 {
    padding: 14rem !important;
  }

  .\33xl\:p-60 {
    padding: 15rem !important;
  }

  .\33xl\:p-64 {
    padding: 16rem !important;
  }

  .\33xl\:p-72 {
    padding: 18.5rem !important;
  }

  .\33xl\:p-80 {
    padding: 20rem !important;
  }

  .\33xl\:p-96 {
    padding: 24rem !important;
  }

  .\33xl\:p-108 {
    padding: 26rem !important;
  }

  .\33xl\:p-112 {
    padding: 28rem !important;
  }

  .\33xl\:p-120 {
    padding: 30rem !important;
  }

  .\33xl\:p-136 {
    padding: 34rem !important;
  }

  .\33xl\:p-140 {
    padding: 42rem !important;
  }

  .\33xl\:p-144 {
    padding: 36rem !important;
  }

  .\33xl\:p-320 {
    padding: 80rem !important;
  }

  .\33xl\:p-px {
    padding: 1px !important;
  }

  .\33xl\:p-0\.5 {
    padding: 0.125rem !important;
  }

  .\33xl\:p-1\.5 {
    padding: 0.375rem !important;
  }

  .\33xl\:p-2\.5 {
    padding: 0.625rem !important;
  }

  .\33xl\:p-3\.5 {
    padding: 0.875rem !important;
  }

  .\33xl\:p-50-em {
    padding: 50em !important;
  }

  .\33xl\:p-26-em {
    padding: 26em !important;
  }

  .\33xl\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .\33xl\:px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .\33xl\:px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .\33xl\:px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .\33xl\:px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .\33xl\:px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .\33xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\33xl\:px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }

  .\33xl\:px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\33xl\:px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .\33xl\:px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .\33xl\:px-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }

  .\33xl\:px-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .\33xl\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .\33xl\:px-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .\33xl\:px-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .\33xl\:px-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .\33xl\:px-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .\33xl\:px-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .\33xl\:px-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }

  .\33xl\:px-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .\33xl\:px-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }

  .\33xl\:px-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .\33xl\:px-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }

  .\33xl\:px-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .\33xl\:px-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }

  .\33xl\:px-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .\33xl\:px-72 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }

  .\33xl\:px-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }

  .\33xl\:px-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }

  .\33xl\:px-108 {
    padding-left: 26rem !important;
    padding-right: 26rem !important;
  }

  .\33xl\:px-112 {
    padding-left: 28rem !important;
    padding-right: 28rem !important;
  }

  .\33xl\:px-120 {
    padding-left: 30rem !important;
    padding-right: 30rem !important;
  }

  .\33xl\:px-136 {
    padding-left: 34rem !important;
    padding-right: 34rem !important;
  }

  .\33xl\:px-140 {
    padding-left: 42rem !important;
    padding-right: 42rem !important;
  }

  .\33xl\:px-144 {
    padding-left: 36rem !important;
    padding-right: 36rem !important;
  }

  .\33xl\:px-320 {
    padding-left: 80rem !important;
    padding-right: 80rem !important;
  }

  .\33xl\:px-px {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .\33xl\:px-0\.5 {
    padding-left: 0.125rem !important;
    padding-right: 0.125rem !important;
  }

  .\33xl\:px-1\.5 {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .\33xl\:px-2\.5 {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }

  .\33xl\:px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  .\33xl\:px-50-em {
    padding-left: 50em !important;
    padding-right: 50em !important;
  }

  .\33xl\:px-26-em {
    padding-left: 26em !important;
    padding-right: 26em !important;
  }

  .\33xl\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .\33xl\:py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .\33xl\:py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .\33xl\:py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .\33xl\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .\33xl\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .\33xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .\33xl\:py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .\33xl\:py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .\33xl\:py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .\33xl\:py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .\33xl\:py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .\33xl\:py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .\33xl\:py-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .\33xl\:py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .\33xl\:py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .\33xl\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .\33xl\:py-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .\33xl\:py-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .\33xl\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .\33xl\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .\33xl\:py-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }

  .\33xl\:py-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .\33xl\:py-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }

  .\33xl\:py-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .\33xl\:py-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  .\33xl\:py-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .\33xl\:py-72 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }

  .\33xl\:py-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }

  .\33xl\:py-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }

  .\33xl\:py-108 {
    padding-top: 26rem !important;
    padding-bottom: 26rem !important;
  }

  .\33xl\:py-112 {
    padding-top: 28rem !important;
    padding-bottom: 28rem !important;
  }

  .\33xl\:py-120 {
    padding-top: 30rem !important;
    padding-bottom: 30rem !important;
  }

  .\33xl\:py-136 {
    padding-top: 34rem !important;
    padding-bottom: 34rem !important;
  }

  .\33xl\:py-140 {
    padding-top: 42rem !important;
    padding-bottom: 42rem !important;
  }

  .\33xl\:py-144 {
    padding-top: 36rem !important;
    padding-bottom: 36rem !important;
  }

  .\33xl\:py-320 {
    padding-top: 80rem !important;
    padding-bottom: 80rem !important;
  }

  .\33xl\:py-px {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .\33xl\:py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .\33xl\:py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .\33xl\:py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .\33xl\:py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

  .\33xl\:py-50-em {
    padding-top: 50em !important;
    padding-bottom: 50em !important;
  }

  .\33xl\:py-26-em {
    padding-top: 26em !important;
    padding-bottom: 26em !important;
  }

  .\33xl\:pt-0 {
    padding-top: 0px !important;
  }

  .\33xl\:pt-1 {
    padding-top: 0.25rem !important;
  }

  .\33xl\:pt-2 {
    padding-top: 0.5rem !important;
  }

  .\33xl\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .\33xl\:pt-4 {
    padding-top: 1rem !important;
  }

  .\33xl\:pt-5 {
    padding-top: 1.25rem !important;
  }

  .\33xl\:pt-6 {
    padding-top: 1.5rem !important;
  }

  .\33xl\:pt-7 {
    padding-top: 1.75rem !important;
  }

  .\33xl\:pt-8 {
    padding-top: 2rem !important;
  }

  .\33xl\:pt-9 {
    padding-top: 2.25rem !important;
  }

  .\33xl\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .\33xl\:pt-11 {
    padding-top: 2.75rem !important;
  }

  .\33xl\:pt-12 {
    padding-top: 3rem !important;
  }

  .\33xl\:pt-14 {
    padding-top: 3.5rem !important;
  }

  .\33xl\:pt-16 {
    padding-top: 4rem !important;
  }

  .\33xl\:pt-20 {
    padding-top: 5rem !important;
  }

  .\33xl\:pt-24 {
    padding-top: 6rem !important;
  }

  .\33xl\:pt-28 {
    padding-top: 7rem !important;
  }

  .\33xl\:pt-32 {
    padding-top: 8rem !important;
  }

  .\33xl\:pt-36 {
    padding-top: 9rem !important;
  }

  .\33xl\:pt-40 {
    padding-top: 10rem !important;
  }

  .\33xl\:pt-44 {
    padding-top: 11rem !important;
  }

  .\33xl\:pt-48 {
    padding-top: 12rem !important;
  }

  .\33xl\:pt-52 {
    padding-top: 13rem !important;
  }

  .\33xl\:pt-56 {
    padding-top: 14rem !important;
  }

  .\33xl\:pt-60 {
    padding-top: 15rem !important;
  }

  .\33xl\:pt-64 {
    padding-top: 16rem !important;
  }

  .\33xl\:pt-72 {
    padding-top: 18.5rem !important;
  }

  .\33xl\:pt-80 {
    padding-top: 20rem !important;
  }

  .\33xl\:pt-96 {
    padding-top: 24rem !important;
  }

  .\33xl\:pt-108 {
    padding-top: 26rem !important;
  }

  .\33xl\:pt-112 {
    padding-top: 28rem !important;
  }

  .\33xl\:pt-120 {
    padding-top: 30rem !important;
  }

  .\33xl\:pt-136 {
    padding-top: 34rem !important;
  }

  .\33xl\:pt-140 {
    padding-top: 42rem !important;
  }

  .\33xl\:pt-144 {
    padding-top: 36rem !important;
  }

  .\33xl\:pt-320 {
    padding-top: 80rem !important;
  }

  .\33xl\:pt-px {
    padding-top: 1px !important;
  }

  .\33xl\:pt-0\.5 {
    padding-top: 0.125rem !important;
  }

  .\33xl\:pt-1\.5 {
    padding-top: 0.375rem !important;
  }

  .\33xl\:pt-2\.5 {
    padding-top: 0.625rem !important;
  }

  .\33xl\:pt-3\.5 {
    padding-top: 0.875rem !important;
  }

  .\33xl\:pt-50-em {
    padding-top: 50em !important;
  }

  .\33xl\:pt-26-em {
    padding-top: 26em !important;
  }

  .\33xl\:pr-0 {
    padding-right: 0px !important;
  }

  .\33xl\:pr-1 {
    padding-right: 0.25rem !important;
  }

  .\33xl\:pr-2 {
    padding-right: 0.5rem !important;
  }

  .\33xl\:pr-3 {
    padding-right: 0.75rem !important;
  }

  .\33xl\:pr-4 {
    padding-right: 1rem !important;
  }

  .\33xl\:pr-5 {
    padding-right: 1.25rem !important;
  }

  .\33xl\:pr-6 {
    padding-right: 1.5rem !important;
  }

  .\33xl\:pr-7 {
    padding-right: 1.75rem !important;
  }

  .\33xl\:pr-8 {
    padding-right: 2rem !important;
  }

  .\33xl\:pr-9 {
    padding-right: 2.25rem !important;
  }

  .\33xl\:pr-10 {
    padding-right: 2.5rem !important;
  }

  .\33xl\:pr-11 {
    padding-right: 2.75rem !important;
  }

  .\33xl\:pr-12 {
    padding-right: 3rem !important;
  }

  .\33xl\:pr-14 {
    padding-right: 3.5rem !important;
  }

  .\33xl\:pr-16 {
    padding-right: 4rem !important;
  }

  .\33xl\:pr-20 {
    padding-right: 5rem !important;
  }

  .\33xl\:pr-24 {
    padding-right: 6rem !important;
  }

  .\33xl\:pr-28 {
    padding-right: 7rem !important;
  }

  .\33xl\:pr-32 {
    padding-right: 8rem !important;
  }

  .\33xl\:pr-36 {
    padding-right: 9rem !important;
  }

  .\33xl\:pr-40 {
    padding-right: 10rem !important;
  }

  .\33xl\:pr-44 {
    padding-right: 11rem !important;
  }

  .\33xl\:pr-48 {
    padding-right: 12rem !important;
  }

  .\33xl\:pr-52 {
    padding-right: 13rem !important;
  }

  .\33xl\:pr-56 {
    padding-right: 14rem !important;
  }

  .\33xl\:pr-60 {
    padding-right: 15rem !important;
  }

  .\33xl\:pr-64 {
    padding-right: 16rem !important;
  }

  .\33xl\:pr-72 {
    padding-right: 18.5rem !important;
  }

  .\33xl\:pr-80 {
    padding-right: 20rem !important;
  }

  .\33xl\:pr-96 {
    padding-right: 24rem !important;
  }

  .\33xl\:pr-108 {
    padding-right: 26rem !important;
  }

  .\33xl\:pr-112 {
    padding-right: 28rem !important;
  }

  .\33xl\:pr-120 {
    padding-right: 30rem !important;
  }

  .\33xl\:pr-136 {
    padding-right: 34rem !important;
  }

  .\33xl\:pr-140 {
    padding-right: 42rem !important;
  }

  .\33xl\:pr-144 {
    padding-right: 36rem !important;
  }

  .\33xl\:pr-320 {
    padding-right: 80rem !important;
  }

  .\33xl\:pr-px {
    padding-right: 1px !important;
  }

  .\33xl\:pr-0\.5 {
    padding-right: 0.125rem !important;
  }

  .\33xl\:pr-1\.5 {
    padding-right: 0.375rem !important;
  }

  .\33xl\:pr-2\.5 {
    padding-right: 0.625rem !important;
  }

  .\33xl\:pr-3\.5 {
    padding-right: 0.875rem !important;
  }

  .\33xl\:pr-50-em {
    padding-right: 50em !important;
  }

  .\33xl\:pr-26-em {
    padding-right: 26em !important;
  }

  .\33xl\:pb-0 {
    padding-bottom: 0px !important;
  }

  .\33xl\:pb-1 {
    padding-bottom: 0.25rem !important;
  }

  .\33xl\:pb-2 {
    padding-bottom: 0.5rem !important;
  }

  .\33xl\:pb-3 {
    padding-bottom: 0.75rem !important;
  }

  .\33xl\:pb-4 {
    padding-bottom: 1rem !important;
  }

  .\33xl\:pb-5 {
    padding-bottom: 1.25rem !important;
  }

  .\33xl\:pb-6 {
    padding-bottom: 1.5rem !important;
  }

  .\33xl\:pb-7 {
    padding-bottom: 1.75rem !important;
  }

  .\33xl\:pb-8 {
    padding-bottom: 2rem !important;
  }

  .\33xl\:pb-9 {
    padding-bottom: 2.25rem !important;
  }

  .\33xl\:pb-10 {
    padding-bottom: 2.5rem !important;
  }

  .\33xl\:pb-11 {
    padding-bottom: 2.75rem !important;
  }

  .\33xl\:pb-12 {
    padding-bottom: 3rem !important;
  }

  .\33xl\:pb-14 {
    padding-bottom: 3.5rem !important;
  }

  .\33xl\:pb-16 {
    padding-bottom: 4rem !important;
  }

  .\33xl\:pb-20 {
    padding-bottom: 5rem !important;
  }

  .\33xl\:pb-24 {
    padding-bottom: 6rem !important;
  }

  .\33xl\:pb-28 {
    padding-bottom: 7rem !important;
  }

  .\33xl\:pb-32 {
    padding-bottom: 8rem !important;
  }

  .\33xl\:pb-36 {
    padding-bottom: 9rem !important;
  }

  .\33xl\:pb-40 {
    padding-bottom: 10rem !important;
  }

  .\33xl\:pb-44 {
    padding-bottom: 11rem !important;
  }

  .\33xl\:pb-48 {
    padding-bottom: 12rem !important;
  }

  .\33xl\:pb-52 {
    padding-bottom: 13rem !important;
  }

  .\33xl\:pb-56 {
    padding-bottom: 14rem !important;
  }

  .\33xl\:pb-60 {
    padding-bottom: 15rem !important;
  }

  .\33xl\:pb-64 {
    padding-bottom: 16rem !important;
  }

  .\33xl\:pb-72 {
    padding-bottom: 18.5rem !important;
  }

  .\33xl\:pb-80 {
    padding-bottom: 20rem !important;
  }

  .\33xl\:pb-96 {
    padding-bottom: 24rem !important;
  }

  .\33xl\:pb-108 {
    padding-bottom: 26rem !important;
  }

  .\33xl\:pb-112 {
    padding-bottom: 28rem !important;
  }

  .\33xl\:pb-120 {
    padding-bottom: 30rem !important;
  }

  .\33xl\:pb-136 {
    padding-bottom: 34rem !important;
  }

  .\33xl\:pb-140 {
    padding-bottom: 42rem !important;
  }

  .\33xl\:pb-144 {
    padding-bottom: 36rem !important;
  }

  .\33xl\:pb-320 {
    padding-bottom: 80rem !important;
  }

  .\33xl\:pb-px {
    padding-bottom: 1px !important;
  }

  .\33xl\:pb-0\.5 {
    padding-bottom: 0.125rem !important;
  }

  .\33xl\:pb-1\.5 {
    padding-bottom: 0.375rem !important;
  }

  .\33xl\:pb-2\.5 {
    padding-bottom: 0.625rem !important;
  }

  .\33xl\:pb-3\.5 {
    padding-bottom: 0.875rem !important;
  }

  .\33xl\:pb-50-em {
    padding-bottom: 50em !important;
  }

  .\33xl\:pb-26-em {
    padding-bottom: 26em !important;
  }

  .\33xl\:pl-0 {
    padding-left: 0px !important;
  }

  .\33xl\:pl-1 {
    padding-left: 0.25rem !important;
  }

  .\33xl\:pl-2 {
    padding-left: 0.5rem !important;
  }

  .\33xl\:pl-3 {
    padding-left: 0.75rem !important;
  }

  .\33xl\:pl-4 {
    padding-left: 1rem !important;
  }

  .\33xl\:pl-5 {
    padding-left: 1.25rem !important;
  }

  .\33xl\:pl-6 {
    padding-left: 1.5rem !important;
  }

  .\33xl\:pl-7 {
    padding-left: 1.75rem !important;
  }

  .\33xl\:pl-8 {
    padding-left: 2rem !important;
  }

  .\33xl\:pl-9 {
    padding-left: 2.25rem !important;
  }

  .\33xl\:pl-10 {
    padding-left: 2.5rem !important;
  }

  .\33xl\:pl-11 {
    padding-left: 2.75rem !important;
  }

  .\33xl\:pl-12 {
    padding-left: 3rem !important;
  }

  .\33xl\:pl-14 {
    padding-left: 3.5rem !important;
  }

  .\33xl\:pl-16 {
    padding-left: 4rem !important;
  }

  .\33xl\:pl-20 {
    padding-left: 5rem !important;
  }

  .\33xl\:pl-24 {
    padding-left: 6rem !important;
  }

  .\33xl\:pl-28 {
    padding-left: 7rem !important;
  }

  .\33xl\:pl-32 {
    padding-left: 8rem !important;
  }

  .\33xl\:pl-36 {
    padding-left: 9rem !important;
  }

  .\33xl\:pl-40 {
    padding-left: 10rem !important;
  }

  .\33xl\:pl-44 {
    padding-left: 11rem !important;
  }

  .\33xl\:pl-48 {
    padding-left: 12rem !important;
  }

  .\33xl\:pl-52 {
    padding-left: 13rem !important;
  }

  .\33xl\:pl-56 {
    padding-left: 14rem !important;
  }

  .\33xl\:pl-60 {
    padding-left: 15rem !important;
  }

  .\33xl\:pl-64 {
    padding-left: 16rem !important;
  }

  .\33xl\:pl-72 {
    padding-left: 18.5rem !important;
  }

  .\33xl\:pl-80 {
    padding-left: 20rem !important;
  }

  .\33xl\:pl-96 {
    padding-left: 24rem !important;
  }

  .\33xl\:pl-108 {
    padding-left: 26rem !important;
  }

  .\33xl\:pl-112 {
    padding-left: 28rem !important;
  }

  .\33xl\:pl-120 {
    padding-left: 30rem !important;
  }

  .\33xl\:pl-136 {
    padding-left: 34rem !important;
  }

  .\33xl\:pl-140 {
    padding-left: 42rem !important;
  }

  .\33xl\:pl-144 {
    padding-left: 36rem !important;
  }

  .\33xl\:pl-320 {
    padding-left: 80rem !important;
  }

  .\33xl\:pl-px {
    padding-left: 1px !important;
  }

  .\33xl\:pl-0\.5 {
    padding-left: 0.125rem !important;
  }

  .\33xl\:pl-1\.5 {
    padding-left: 0.375rem !important;
  }

  .\33xl\:pl-2\.5 {
    padding-left: 0.625rem !important;
  }

  .\33xl\:pl-3\.5 {
    padding-left: 0.875rem !important;
  }

  .\33xl\:pl-50-em {
    padding-left: 50em !important;
  }

  .\33xl\:pl-26-em {
    padding-left: 26em !important;
  }

  .\33xl\:text-left {
    text-align: left !important;
  }

  .\33xl\:text-center {
    text-align: center !important;
  }

  .\33xl\:text-right {
    text-align: right !important;
  }

  .\33xl\:text-justify {
    text-align: justify !important;
  }

  .\33xl\:align-baseline {
    vertical-align: baseline !important;
  }

  .\33xl\:align-top {
    vertical-align: top !important;
  }

  .\33xl\:align-middle {
    vertical-align: middle !important;
  }

  .\33xl\:align-bottom {
    vertical-align: bottom !important;
  }

  .\33xl\:align-text-top {
    vertical-align: text-top !important;
  }

  .\33xl\:align-text-bottom {
    vertical-align: text-bottom !important;
  }

  .\33xl\:font-sans {
    font-family: Roboto, sans-serif !important;
  }

  .\33xl\:font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .\33xl\:font-mono {
    font-family: ui-monospace, monospace !important;
  }

  .\33xl\:font-body {
    font-family: Roboto, sans-serif !important;
  }

  .\33xl\:font-montserrat {
    font-family: Montserrat !important;
  }

  .\33xl\:font-visuelt {
    font-family: visuelt !important;
  }

  .\33xl\:font-akzidenz {
    font-family: akzidenz !important;
  }

  .\33xl\:font-gill {
    font-family: gill !important;
  }

  .\33xl\:font-bambino {
    font-family: bambino !important;
  }

  .\33xl\:font-avenir {
    font-family: avenir !important;
  }

  .\33xl\:font-gotham {
    font-family: gotham !important;
  }

  .\33xl\:font-eurostyle {
    font-family: eurostyle !important;
  }

  .\33xl\:font-effra {
    font-family: effra !important;
  }

  .\33xl\:font-helvetican {
    font-family: HelveticaNeue !important;
  }

  .\33xl\:font-gothamxBold {
    font-family: gothamxBold !important;
  }

  .\33xl\:font-gothamBook {
    font-family: gothamBook, sans-serif !important;
  }

  .\33xl\:font-cabinBold {
    font-family: cabinBold, sans-serif !important;
  }

  .\33xl\:text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

  .\33xl\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .\33xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .\33xl\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .\33xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .\33xl\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .\33xl\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .\33xl\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .\33xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .\33xl\:text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .\33xl\:text-7xl {
    font-size: 4.5rem !important;
  }

  .\33xl\:text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .\33xl\:text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .\33xl\:text-4sxl {
    font-size: 2.6rem !important;
  }

  .\33xl\:text-2sxl {
    font-size: 1.65rem !important;
  }

  .\33xl\:font-thin {
    font-weight: 100 !important;
  }

  .\33xl\:font-extralight {
    font-weight: 200 !important;
  }

  .\33xl\:font-light {
    font-weight: 300 !important;
  }

  .\33xl\:font-normal {
    font-weight: 400 !important;
  }

  .\33xl\:font-medium {
    font-weight: 500 !important;
  }

  .\33xl\:font-semibold {
    font-weight: 600 !important;
  }

  .\33xl\:font-bold {
    font-weight: 700 !important;
  }

  .\33xl\:font-extrabold {
    font-weight: 800 !important;
  }

  .\33xl\:font-black {
    font-weight: 900 !important;
  }

  .\33xl\:uppercase {
    text-transform: uppercase !important;
  }

  .\33xl\:lowercase {
    text-transform: lowercase !important;
  }

  .\33xl\:capitalize {
    text-transform: capitalize !important;
  }

  .\33xl\:normal-case {
    text-transform: none !important;
  }

  .\33xl\:italic {
    font-style: italic !important;
  }

  .\33xl\:not-italic {
    font-style: normal !important;
  }

  .\33xl\:ordinal, .\33xl\:slashed-zero, .\33xl\:lining-nums, .\33xl\:oldstyle-nums, .\33xl\:proportional-nums, .\33xl\:tabular-nums, .\33xl\:diagonal-fractions, .\33xl\:stacked-fractions {
    --tw-ordinal: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction) !important;
  }

  .\33xl\:normal-nums {
    font-variant-numeric: normal !important;
  }

  .\33xl\:ordinal {
    --tw-ordinal: ordinal !important;
  }

  .\33xl\:slashed-zero {
    --tw-slashed-zero: slashed-zero !important;
  }

  .\33xl\:lining-nums {
    --tw-numeric-figure: lining-nums !important;
  }

  .\33xl\:oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums !important;
  }

  .\33xl\:proportional-nums {
    --tw-numeric-spacing: proportional-nums !important;
  }

  .\33xl\:tabular-nums {
    --tw-numeric-spacing: tabular-nums !important;
  }

  .\33xl\:diagonal-fractions {
    --tw-numeric-fraction: diagonal-fractions !important;
  }

  .\33xl\:stacked-fractions {
    --tw-numeric-fraction: stacked-fractions !important;
  }

  .\33xl\:leading-0 {
    line-height: 0 !important;
  }

  .\33xl\:leading-3 {
    line-height: .75rem !important;
  }

  .\33xl\:leading-4 {
    line-height: 1rem !important;
  }

  .\33xl\:leading-5 {
    line-height: 1.25rem !important;
  }

  .\33xl\:leading-6 {
    line-height: 1.5rem !important;
  }

  .\33xl\:leading-7 {
    line-height: 1.75rem !important;
  }

  .\33xl\:leading-8 {
    line-height: 2rem !important;
  }

  .\33xl\:leading-9 {
    line-height: 2.25rem !important;
  }

  .\33xl\:leading-10 {
    line-height: 2.5rem !important;
  }

  .\33xl\:leading-none {
    line-height: 1 !important;
  }

  .\33xl\:leading-tight {
    line-height: 1.25 !important;
  }

  .\33xl\:leading-snug {
    line-height: 1.375 !important;
  }

  .\33xl\:leading-normal {
    line-height: 1.5 !important;
  }

  .\33xl\:leading-relaxed {
    line-height: 1.625 !important;
  }

  .\33xl\:leading-loose {
    line-height: 2 !important;
  }

  .\33xl\:tracking-tighter {
    letter-spacing: -0.05em !important;
  }

  .\33xl\:tracking-tight {
    letter-spacing: -0.025em !important;
  }

  .\33xl\:tracking-normal {
    letter-spacing: 0em !important;
  }

  .\33xl\:tracking-wide {
    letter-spacing: 0.025em !important;
  }

  .\33xl\:tracking-wider {
    letter-spacing: 0.05em !important;
  }

  .\33xl\:tracking-widest {
    letter-spacing: 0.1em !important;
  }

  .\33xl\:text-transparent {
    color: transparent !important;
  }

  .\33xl\:text-current {
    color: currentColor !important;
  }

  .\33xl\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-transparent {
    color: transparent !important;
  }

  .group:hover .\33xl\:group-hover\:text-current {
    color: currentColor !important;
  }

  .group:hover .\33xl\:group-hover\:text-black {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-red-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-yellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blue-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-indigo-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purple {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-accent-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-primary-accent-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-secondary {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-success {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-danger {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-warning {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-info {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-darkgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lightgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#d1ecc5\] {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#282828\] {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#bde020\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#efeee8\] {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#bdc11d\] {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#039147\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#c3c1bf\] {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#039047\] {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-\[\#c8da2e\] {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxMecanismob {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-fog {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pink-cistitis {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purple3 {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purplebg {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purplebg2 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purpleBorder {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purpleIcon {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-purpleTB {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-yellowBtn {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-grayT {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-grayTL {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-gray77 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-grayhr {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-whiteTbl {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-roja {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-anaranjada {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-amarilla {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-ocean {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-forest {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-mint {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-azul {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-negra {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lime-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cyan-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cadet-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lavender-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cobalt-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-sky-blue {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-berry {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-lapis {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-azure {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-pine {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-spring {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-slime {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-jade-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-jade-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-jade-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cerulean {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-evergreen {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-admiral {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-denim {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-laurel {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Dpink1 {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Dblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Dblue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Pgray {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Metblue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-MetBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-MetBlueGrid1 {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-MetBlueGrid2 {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-MetBlueGrid3 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-MetBlueLast {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Metwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Pkorange1 {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Pkorange2 {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BvpBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BvpPine {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BvpBlue2 {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BvpGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Pkblue-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Pkblue-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Pkblue-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BpurpleText {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BpurpleText2 {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BgradYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Bgradpurple1 {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Bpink {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Bpink2 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Bgradpurple2 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Bgradpink {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Bgradwhite {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BBlue1 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-BpinkContainer {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-Cpinkcover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bannerText {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-fondoWhite {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bgGrid {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisPink {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-footer {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisGray {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisCarm {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisgrad1 {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisgrad2 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisgrad3 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-cisgrad4 {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxYellow {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxGreenM {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxGreenS {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxGreenR {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxGreenT {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxGrayS {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-doxGrayE {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmgreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmsquare {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmText {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmbacksquare {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmTitle {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dxmFtBG {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green1 {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green2 {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green3 {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-green4 {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dcnMain {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dcnbl {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dcnsText {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dcnsRed {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxPurple {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxSquare {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bgmecanismo {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxText {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-dmxgray {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvGray {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bVGreen {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvMint {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvCadetBlue {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvPuntos {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvSlime {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bvSky {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-ash {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-sky {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-blueHepa {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-orange-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-3 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-4 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-5 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-6 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-7 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-blue-8 {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-gray-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-zomig-gray-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-0 {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-2 {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-loblolly-1000 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-fuel-yellow-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mine-shaft-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-mercury-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-porcelain-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-jungle-mist-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-dove-gray-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-50 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-100 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-200 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-300 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-400 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-500 {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-600 {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-700 {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-800 {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-900 {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-nebido-my-sin-950 {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-thepink {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-darkpink {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-bluegreen {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .group:hover .\33xl\:group-hover\:text-beyond-green-1 {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-transparent:focus-within {
    color: transparent !important;
  }

  .\33xl\:focus-within\:text-current:focus-within {
    color: currentColor !important;
  }

  .\33xl\:focus-within\:text-black:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-white:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-red-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-yellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blue-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-indigo-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-accent-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-primary-accent-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-secondary:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-success:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-danger:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-warning:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-info:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-darkgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lightgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#d1ecc5\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#282828\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#bde020\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#efeee8\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#bdc11d\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#039147\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#c3c1bf\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#039047\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-\[\#c8da2e\]:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxMecanismob:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-fog:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pink-cistitis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purple3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purplebg:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purplebg2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purpleBorder:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purpleIcon:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-purpleTB:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-yellowBtn:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-grayT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-grayTL:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-gray77:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-grayhr:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-whiteTbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-roja:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-anaranjada:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-amarilla:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-ocean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-forest:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-mint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-azul:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-negra:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lime-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cyan-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cadet-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lavender-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cobalt-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-sky-blue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-berry:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-lapis:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-azure:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-pine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-spring:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-slime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-jade-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-jade-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-jade-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cerulean:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-evergreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-admiral:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-denim:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-laurel:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Dpink1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Dblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Dblue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Pgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Metblue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-MetBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-MetBlueGrid1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-MetBlueGrid2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-MetBlueGrid3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-MetBlueLast:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Metwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Pkorange1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Pkorange2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BvpBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BvpPine:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BvpBlue2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BvpGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Pkblue-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Pkblue-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Pkblue-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BpurpleText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BpurpleText2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BgradYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Bgradpurple1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Bpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Bpink2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Bgradpurple2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Bgradpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Bgradwhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BBlue1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-BpinkContainer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-Cpinkcover:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bannerText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-fondoWhite:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bgGrid:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisPink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-footer:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisCarm:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisgrad1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisgrad2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisgrad3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-cisgrad4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxYellow:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxGreenM:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxGreenS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxGreenR:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxGreenT:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxGrayS:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-doxGrayE:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmgreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmsquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmbacksquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmTitle:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dxmFtBG:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-green4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dcnMain:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dcnbl:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dcnsText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dcnsRed:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxPurple:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxSquare:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bgmecanismo:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxText:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-dmxgray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvGray:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bVGreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvMint:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvCadetBlue:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvPuntos:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvSlime:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bvSky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-ash:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-sky:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-blueHepa:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-orange-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-3:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-4:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-5:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-6:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-7:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-blue-8:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-gray-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-zomig-gray-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-0:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-2:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-loblolly-1000:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-fuel-yellow-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mine-shaft-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-mercury-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-porcelain-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-jungle-mist-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-dove-gray-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-50:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-100:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-200:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-300:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-400:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-500:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-600:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-700:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-800:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-900:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-nebido-my-sin-950:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-thepink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-darkpink:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-bluegreen:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus-within\:text-beyond-green-1:focus-within {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-transparent:hover {
    color: transparent !important;
  }

  .\33xl\:hover\:text-current:hover {
    color: currentColor !important;
  }

  .\33xl\:hover\:text-black:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-white:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-red-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-yellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blue-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-indigo-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-accent-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-primary-accent-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-secondary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-success:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-danger:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-warning:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-info:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-darkgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lightgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#d1ecc5\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#282828\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#bde020\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#efeee8\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#bdc11d\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#039147\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#c3c1bf\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#039047\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-\[\#c8da2e\]:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxMecanismob:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-fog:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pink-cistitis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purple3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purplebg:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purplebg2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purpleBorder:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purpleIcon:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-purpleTB:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-yellowBtn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-grayT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-grayTL:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-gray77:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-grayhr:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-whiteTbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-roja:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-anaranjada:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-amarilla:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-ocean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-forest:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-mint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-azul:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-negra:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lime-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cyan-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cadet-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lavender-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cobalt-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-sky-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-berry:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-lapis:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-azure:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-pine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-spring:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-slime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-jade-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-jade-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-jade-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cerulean:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-evergreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-admiral:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-denim:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-laurel:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Dpink1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Dblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Dblue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Pgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Metblue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-MetBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-MetBlueGrid1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-MetBlueGrid2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-MetBlueGrid3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-MetBlueLast:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Metwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Pkorange1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Pkorange2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BvpBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BvpPine:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BvpBlue2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BvpGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Pkblue-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Pkblue-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Pkblue-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BpurpleText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BpurpleText2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BgradYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Bgradpurple1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Bpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Bpink2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Bgradpurple2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Bgradpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Bgradwhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BBlue1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-BpinkContainer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-Cpinkcover:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bannerText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-fondoWhite:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bgGrid:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisPink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-footer:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisCarm:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisgrad1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisgrad2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisgrad3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-cisgrad4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxYellow:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxGreenM:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxGreenS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxGreenR:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxGreenT:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxGrayS:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-doxGrayE:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmgreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmsquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmbacksquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmTitle:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dxmFtBG:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-green4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dcnMain:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dcnbl:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dcnsText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dcnsRed:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxPurple:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxSquare:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bgmecanismo:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxText:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-dmxgray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvGray:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bVGreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvMint:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvCadetBlue:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvPuntos:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvSlime:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bvSky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-ash:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-sky:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-blueHepa:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-orange-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-3:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-4:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-5:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-6:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-7:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-blue-8:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-gray-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-zomig-gray-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-0:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-2:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-loblolly-1000:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-fuel-yellow-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mine-shaft-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-mercury-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-porcelain-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-jungle-mist-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-dove-gray-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-50:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-200:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-300:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-400:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-600:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-nebido-my-sin-950:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-thepink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-darkpink:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-bluegreen:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:hover\:text-beyond-green-1:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-transparent:focus {
    color: transparent !important;
  }

  .\33xl\:focus\:text-current:focus {
    color: currentColor !important;
  }

  .\33xl\:focus\:text-black:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-white:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-red-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-yellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blue-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-indigo-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-accent-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-primary-accent-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-secondary:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-success:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-danger:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-warning:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-info:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-darkgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lightgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#d1ecc5\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#282828\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#bde020\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#efeee8\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#bdc11d\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#039147\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#c3c1bf\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#039047\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-\[\#c8da2e\]:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxMecanismob:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-fog:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pink-cistitis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purple3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purplebg:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purplebg2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purpleBorder:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purpleIcon:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-purpleTB:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-yellowBtn:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-grayT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-grayTL:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-gray77:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-grayhr:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-whiteTbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-roja:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-anaranjada:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-amarilla:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-ocean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-forest:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-mint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-azul:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-negra:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lime-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cyan-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cadet-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lavender-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cobalt-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-sky-blue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-berry:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-lapis:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-azure:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-pine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-spring:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-slime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-jade-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-jade-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-jade-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cerulean:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-evergreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-admiral:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-denim:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-laurel:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Dpink1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Dblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Dblue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Pgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Metblue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-MetBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-MetBlueGrid1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-MetBlueGrid2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-MetBlueGrid3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-MetBlueLast:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Metwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Pkorange1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Pkorange2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BvpBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BvpPine:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BvpBlue2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BvpGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Pkblue-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Pkblue-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Pkblue-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BpurpleText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BpurpleText2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BgradYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Bgradpurple1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Bpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Bpink2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Bgradpurple2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Bgradpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Bgradwhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BBlue1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-BpinkContainer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-Cpinkcover:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bannerText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-fondoWhite:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bgGrid:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisPink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-footer:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisCarm:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisgrad1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisgrad2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisgrad3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-cisgrad4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxYellow:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxGreenM:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxGreenS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxGreenR:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxGreenT:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxGrayS:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-doxGrayE:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmgreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmsquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmbacksquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmTitle:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dxmFtBG:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-green4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dcnMain:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dcnbl:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dcnsText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dcnsRed:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxPurple:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxSquare:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bgmecanismo:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxText:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-dmxgray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvGray:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bVGreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvMint:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvCadetBlue:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvPuntos:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvSlime:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bvSky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-ash:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-sky:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-blueHepa:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-orange-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-3:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-4:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-5:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-6:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-7:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-blue-8:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-gray-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-zomig-gray-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-0:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-2:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-loblolly-1000:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-fuel-yellow-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mine-shaft-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-mercury-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-porcelain-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-jungle-mist-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-dove-gray-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-50:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-100:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-200:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-300:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-400:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-500:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-600:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-700:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-800:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-900:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-nebido-my-sin-950:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-thepink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-darkpink:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-bluegreen:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-text-opacity)) !important;
  }

  .\33xl\:focus\:text-beyond-green-1:focus {
    --tw-text-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-text-opacity)) !important;
  }

  .\33xl\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .\33xl\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .\33xl\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .\33xl\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .\33xl\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .\33xl\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .\33xl\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .\33xl\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .\33xl\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .\33xl\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .\33xl\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .\33xl\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .\33xl\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .\33xl\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .\33xl\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-0 {
    --tw-text-opacity: 0 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-5 {
    --tw-text-opacity: 0.05 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-10 {
    --tw-text-opacity: 0.1 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-20 {
    --tw-text-opacity: 0.2 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-25 {
    --tw-text-opacity: 0.25 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-30 {
    --tw-text-opacity: 0.3 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-40 {
    --tw-text-opacity: 0.4 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-50 {
    --tw-text-opacity: 0.5 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-60 {
    --tw-text-opacity: 0.6 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-70 {
    --tw-text-opacity: 0.7 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-75 {
    --tw-text-opacity: 0.75 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-80 {
    --tw-text-opacity: 0.8 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-90 {
    --tw-text-opacity: 0.9 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-95 {
    --tw-text-opacity: 0.95 !important;
  }

  .group:hover .\33xl\:group-hover\:text-opacity-100 {
    --tw-text-opacity: 1 !important;
  }

  .\33xl\:focus-within\:text-opacity-0:focus-within {
    --tw-text-opacity: 0 !important;
  }

  .\33xl\:focus-within\:text-opacity-5:focus-within {
    --tw-text-opacity: 0.05 !important;
  }

  .\33xl\:focus-within\:text-opacity-10:focus-within {
    --tw-text-opacity: 0.1 !important;
  }

  .\33xl\:focus-within\:text-opacity-20:focus-within {
    --tw-text-opacity: 0.2 !important;
  }

  .\33xl\:focus-within\:text-opacity-25:focus-within {
    --tw-text-opacity: 0.25 !important;
  }

  .\33xl\:focus-within\:text-opacity-30:focus-within {
    --tw-text-opacity: 0.3 !important;
  }

  .\33xl\:focus-within\:text-opacity-40:focus-within {
    --tw-text-opacity: 0.4 !important;
  }

  .\33xl\:focus-within\:text-opacity-50:focus-within {
    --tw-text-opacity: 0.5 !important;
  }

  .\33xl\:focus-within\:text-opacity-60:focus-within {
    --tw-text-opacity: 0.6 !important;
  }

  .\33xl\:focus-within\:text-opacity-70:focus-within {
    --tw-text-opacity: 0.7 !important;
  }

  .\33xl\:focus-within\:text-opacity-75:focus-within {
    --tw-text-opacity: 0.75 !important;
  }

  .\33xl\:focus-within\:text-opacity-80:focus-within {
    --tw-text-opacity: 0.8 !important;
  }

  .\33xl\:focus-within\:text-opacity-90:focus-within {
    --tw-text-opacity: 0.9 !important;
  }

  .\33xl\:focus-within\:text-opacity-95:focus-within {
    --tw-text-opacity: 0.95 !important;
  }

  .\33xl\:focus-within\:text-opacity-100:focus-within {
    --tw-text-opacity: 1 !important;
  }

  .\33xl\:hover\:text-opacity-0:hover {
    --tw-text-opacity: 0 !important;
  }

  .\33xl\:hover\:text-opacity-5:hover {
    --tw-text-opacity: 0.05 !important;
  }

  .\33xl\:hover\:text-opacity-10:hover {
    --tw-text-opacity: 0.1 !important;
  }

  .\33xl\:hover\:text-opacity-20:hover {
    --tw-text-opacity: 0.2 !important;
  }

  .\33xl\:hover\:text-opacity-25:hover {
    --tw-text-opacity: 0.25 !important;
  }

  .\33xl\:hover\:text-opacity-30:hover {
    --tw-text-opacity: 0.3 !important;
  }

  .\33xl\:hover\:text-opacity-40:hover {
    --tw-text-opacity: 0.4 !important;
  }

  .\33xl\:hover\:text-opacity-50:hover {
    --tw-text-opacity: 0.5 !important;
  }

  .\33xl\:hover\:text-opacity-60:hover {
    --tw-text-opacity: 0.6 !important;
  }

  .\33xl\:hover\:text-opacity-70:hover {
    --tw-text-opacity: 0.7 !important;
  }

  .\33xl\:hover\:text-opacity-75:hover {
    --tw-text-opacity: 0.75 !important;
  }

  .\33xl\:hover\:text-opacity-80:hover {
    --tw-text-opacity: 0.8 !important;
  }

  .\33xl\:hover\:text-opacity-90:hover {
    --tw-text-opacity: 0.9 !important;
  }

  .\33xl\:hover\:text-opacity-95:hover {
    --tw-text-opacity: 0.95 !important;
  }

  .\33xl\:hover\:text-opacity-100:hover {
    --tw-text-opacity: 1 !important;
  }

  .\33xl\:focus\:text-opacity-0:focus {
    --tw-text-opacity: 0 !important;
  }

  .\33xl\:focus\:text-opacity-5:focus {
    --tw-text-opacity: 0.05 !important;
  }

  .\33xl\:focus\:text-opacity-10:focus {
    --tw-text-opacity: 0.1 !important;
  }

  .\33xl\:focus\:text-opacity-20:focus {
    --tw-text-opacity: 0.2 !important;
  }

  .\33xl\:focus\:text-opacity-25:focus {
    --tw-text-opacity: 0.25 !important;
  }

  .\33xl\:focus\:text-opacity-30:focus {
    --tw-text-opacity: 0.3 !important;
  }

  .\33xl\:focus\:text-opacity-40:focus {
    --tw-text-opacity: 0.4 !important;
  }

  .\33xl\:focus\:text-opacity-50:focus {
    --tw-text-opacity: 0.5 !important;
  }

  .\33xl\:focus\:text-opacity-60:focus {
    --tw-text-opacity: 0.6 !important;
  }

  .\33xl\:focus\:text-opacity-70:focus {
    --tw-text-opacity: 0.7 !important;
  }

  .\33xl\:focus\:text-opacity-75:focus {
    --tw-text-opacity: 0.75 !important;
  }

  .\33xl\:focus\:text-opacity-80:focus {
    --tw-text-opacity: 0.8 !important;
  }

  .\33xl\:focus\:text-opacity-90:focus {
    --tw-text-opacity: 0.9 !important;
  }

  .\33xl\:focus\:text-opacity-95:focus {
    --tw-text-opacity: 0.95 !important;
  }

  .\33xl\:focus\:text-opacity-100:focus {
    --tw-text-opacity: 1 !important;
  }

  .\33xl\:underline {
    text-decoration: underline !important;
  }

  .\33xl\:line-through {
    text-decoration: line-through !important;
  }

  .\33xl\:no-underline {
    text-decoration: none !important;
  }

  .group:hover .\33xl\:group-hover\:underline {
    text-decoration: underline !important;
  }

  .group:hover .\33xl\:group-hover\:line-through {
    text-decoration: line-through !important;
  }

  .group:hover .\33xl\:group-hover\:no-underline {
    text-decoration: none !important;
  }

  .\33xl\:focus-within\:underline:focus-within {
    text-decoration: underline !important;
  }

  .\33xl\:focus-within\:line-through:focus-within {
    text-decoration: line-through !important;
  }

  .\33xl\:focus-within\:no-underline:focus-within {
    text-decoration: none !important;
  }

  .\33xl\:hover\:underline:hover {
    text-decoration: underline !important;
  }

  .\33xl\:hover\:line-through:hover {
    text-decoration: line-through !important;
  }

  .\33xl\:hover\:no-underline:hover {
    text-decoration: none !important;
  }

  .\33xl\:focus\:underline:focus {
    text-decoration: underline !important;
  }

  .\33xl\:focus\:line-through:focus {
    text-decoration: line-through !important;
  }

  .\33xl\:focus\:no-underline:focus {
    text-decoration: none !important;
  }

  .\33xl\:antialiased {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .\33xl\:subpixel-antialiased {
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .\33xl\:placeholder-transparent::-moz-placeholder {
    color: transparent !important;
  }

  .\33xl\:placeholder-transparent::placeholder {
    color: transparent !important;
  }

  .\33xl\:placeholder-current::-moz-placeholder {
    color: currentColor !important;
  }

  .\33xl\:placeholder-current::placeholder {
    color: currentColor !important;
  }

  .\33xl\:placeholder-black::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-black::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-white::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-white::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-red-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-indigo-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-accent-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-accent-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-accent-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-primary-accent-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-secondary::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-success::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-danger::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-warning::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-info::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-darkgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-darkgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lightgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#d1ecc5\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#d1ecc5\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#282828\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#282828\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#bde020\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#bde020\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#efeee8\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#efeee8\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#bdc11d\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#bdc11d\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#039147\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#039147\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#c3c1bf\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#c3c1bf\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#039047\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#039047\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#c8da2e\]::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-\[\#c8da2e\]::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxMecanismob::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxMecanismob::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-fog::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-fog::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-cistitis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pink-cistitis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purple3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purplebg::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purplebg::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purplebg2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purplebg2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purpleBorder::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purpleBorder::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purpleIcon::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purpleIcon::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purpleTB::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-purpleTB::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellowBtn::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-yellowBtn::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-grayT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-grayT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-grayTL::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-grayTL::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray77::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-gray77::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-grayhr::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-grayhr::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-whiteTbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-whiteTbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-roja::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-roja::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-anaranjada::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-anaranjada::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-amarilla::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-amarilla::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-ocean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-ocean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-forest::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-forest::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-mint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-mint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-azul::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-azul::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-negra::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-negra::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lime-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cyan-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cadet-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cadet-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lavender-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lavender-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cobalt-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cobalt-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-sky-blue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-sky-blue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-berry::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-berry::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lapis::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-lapis::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-azure::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-azure::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-pine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-spring::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-spring::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-slime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-slime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-jade-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-jade-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-jade-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-jade-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-jade-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-jade-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cerulean::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cerulean::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-evergreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-evergreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-admiral::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-admiral::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-denim::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-denim::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-laurel::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-laurel::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Dpink1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Dpink1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Dblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Dblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Dblue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Dblue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Metblue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Metblue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueGrid1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueGrid1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueGrid2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueGrid2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueGrid3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueGrid3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueLast::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-MetBlueLast::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Metwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Metwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkorange1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkorange1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkorange2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkorange2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpPine::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpPine::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpBlue2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpBlue2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BvpGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkblue-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkblue-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkblue-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkblue-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkblue-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Pkblue-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BpurpleText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BpurpleText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BpurpleText2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BpurpleText2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BgradYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BgradYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradpurple1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradpurple1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bpink2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bpink2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradpurple2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradpurple2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradwhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Bgradwhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BBlue1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BBlue1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BpinkContainer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-BpinkContainer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Cpinkcover::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-Cpinkcover::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bannerText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bannerText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-fondoWhite::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-fondoWhite::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bgGrid::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bgGrid::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisPink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisPink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-footer::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-footer::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisCarm::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisCarm::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-cisgrad4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxYellow::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxYellow::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenM::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenM::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenR::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenR::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenT::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGreenT::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGrayS::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGrayS::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGrayE::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-doxGrayE::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmgreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmgreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmsquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmsquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmbacksquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmbacksquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmTitle::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmTitle::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmFtBG::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dxmFtBG::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-green4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnMain::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnMain::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnbl::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnbl::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnsText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnsText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnsRed::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dcnsRed::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxPurple::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxPurple::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxSquare::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxSquare::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bgmecanismo::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bgmecanismo::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxText::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxText::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxgray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-dmxgray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvGray::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvGray::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bVGreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bVGreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvMint::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvMint::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvCadetBlue::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvCadetBlue::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvPuntos::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvPuntos::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvSlime::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvSlime::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvSky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bvSky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-ash::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-ash::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-sky::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-sky::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blueHepa::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-blueHepa::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-orange-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-orange-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-3::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-3::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-4::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-4::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-5::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-5::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-6::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-6::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-7::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-7::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-8::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-blue-8::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-gray-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-gray-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-gray-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-zomig-gray-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-0::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-0::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-2::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-2::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-1000::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-loblolly-1000::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-fuel-yellow-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mine-shaft-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-mercury-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-porcelain-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-jungle-mist-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-dove-gray-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-50::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-50::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-200::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-200::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-300::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-300::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-400::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-400::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-600::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-600::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-700::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-700::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-800::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-800::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-900::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-900::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-950::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-nebido-my-sin-950::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-thepink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-thepink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-darkpink::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-darkpink::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bluegreen::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-bluegreen::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-beyond-green-1::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-beyond-green-1::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-transparent:focus::-moz-placeholder {
    color: transparent !important;
  }

  .\33xl\:focus\:placeholder-transparent:focus::placeholder {
    color: transparent !important;
  }

  .\33xl\:focus\:placeholder-current:focus::-moz-placeholder {
    color: currentColor !important;
  }

  .\33xl\:focus\:placeholder-current:focus::placeholder {
    color: currentColor !important;
  }

  .\33xl\:focus\:placeholder-black:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-black:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-white:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-white:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 250, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 228, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 212, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 161, 170, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 113, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 91, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 63, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(39, 39, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 24, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 242, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 226, 226, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 202, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 165, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 113, 113, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 68, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 28, 28, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(153, 27, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-red-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 29, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 190, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 253, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 250, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(167, 243, 208, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 231, 183, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 211, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(16, 185, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(5, 150, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(4, 120, 87, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 95, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 78, 59, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 246, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 234, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(191, 219, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(147, 197, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(96, 165, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 130, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 99, 235, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(29, 78, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 64, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blue-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 58, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(224, 231, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 210, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 180, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 140, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(99, 102, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(79, 70, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(67, 56, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 48, 163, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-indigo-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 46, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 66, 160, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 242, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 231, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 207, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(249, 168, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 114, 182, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 72, 153, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(219, 39, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 24, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(157, 23, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 24, 67, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 245, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 235, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(199, 215, 240, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(171, 194, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(143, 174, 224, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 144, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(48, 97, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 81, 146, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 64, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 48, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 113, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-accent-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-accent-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 228, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-accent-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-primary-accent-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 219, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 249, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(241, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 230, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 217, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 185, 194, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 141, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(107, 117, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 93, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(64, 70, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-secondary:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(159, 166, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 252, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 250, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 245, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(131, 240, 174, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 234, 147, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 226, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 140, 66, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 117, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(12, 93, 44, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(9, 70, 33, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-success:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(20, 164, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 242, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(250, 229, 233, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 204, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 178, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 153, 166, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(227, 114, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 42, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 35, 58, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(141, 28, 47, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 21, 35, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-danger:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 76, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(253, 248, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 242, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 228, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 215, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 201, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 181, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(196, 138, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 115, 19, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(130, 92, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(98, 69, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-warning:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 161, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 250, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 244, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(206, 233, 242, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(182, 223, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(158, 212, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 196, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 164, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(43, 137, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 109, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(26, 82, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-info:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(84, 180, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-darkgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-darkgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 107, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lightgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 187, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#d1ecc5\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#d1ecc5\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(209, 236, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#282828\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#282828\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(40, 40, 40, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#bde020\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#bde020\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 224, 32, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#efeee8\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#efeee8\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 238, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#bdc11d\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#bdc11d\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 193, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#039147\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#039147\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 145, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#c3c1bf\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#c3c1bf\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(195, 193, 191, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#039047\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#039047\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(3, 144, 71, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#c8da2e\]:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-\[\#c8da2e\]:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 218, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxMecanismob:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxMecanismob:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(198, 186, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-fog:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-fog:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(83, 83, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-cistitis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pink-cistitis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(112, 68, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 17, 76, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purple3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(93, 6, 97, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purplebg:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purplebg:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 242, 247, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purplebg2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purplebg2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 194, 213, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purpleBorder:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purpleBorder:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 30, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purpleIcon:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purpleIcon:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 162, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purpleTB:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-purpleTB:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(212, 198, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 240, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 179, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellowBtn:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-yellowBtn:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 193, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-grayT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-grayT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-grayTL:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-grayTL:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 55, 55, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray77:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-gray77:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-grayhr:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-grayhr:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 211, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-whiteTbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-whiteTbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 246, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-roja:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-roja:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(229, 32, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-anaranjada:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-anaranjada:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 106, 45, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-amarilla:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-amarilla:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 218, 60, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-ocean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-ocean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-forest:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-forest:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(127, 184, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-mint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-mint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 170, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-azul:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-azul:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 172, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-negra:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-negra:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 38, 38, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 254, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 252, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 249, 157, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(190, 242, 100, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(163, 230, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(132, 204, 22, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 163, 13, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 124, 15, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 98, 18, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lime-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(54, 83, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 254, 255, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 250, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(165, 243, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(103, 232, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 211, 238, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(6, 182, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(8, 145, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(14, 116, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 94, 117, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cyan-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 78, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cadet-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cadet-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(22, 70, 130, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lavender-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lavender-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(42, 126, 222, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cobalt-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cobalt-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 138, 162, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-sky-blue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-sky-blue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(81, 193, 209, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-berry:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-berry:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 164, 186, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lapis:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-lapis:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(19, 140, 165, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-azure:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-azure:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 196, 211, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-pine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(156, 239, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-spring:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-spring:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(121, 202, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-slime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-slime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 175, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-jade-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-jade-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(217, 246, 251, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-jade-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-jade-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(222, 247, 252, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-jade-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-jade-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 252, 254, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cerulean:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cerulean:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 234, 239, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-evergreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-evergreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 190, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-admiral:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-admiral:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 119, 190, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-denim:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-denim:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 165, 221, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-laurel:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-laurel:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(108, 190, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Dpink1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Dpink1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(231, 79, 119, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Dblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Dblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 166, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Dblue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Dblue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(34, 82, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 244, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Metblue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Metblue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(32, 91, 135, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueGrid1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueGrid1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(45, 181, 212, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueGrid2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueGrid2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 184, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueGrid3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueGrid3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 171, 187, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueLast:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-MetBlueLast:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(37, 105, 185, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Metwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Metwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkorange1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkorange1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(216, 95, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkorange2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkorange2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(252, 67, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(18, 146, 169, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpPine:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpPine:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(155, 228, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpBlue2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpBlue2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(27, 90, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BvpGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(21, 159, 110, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkblue-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkblue-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 46, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkblue-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkblue-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 49, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkblue-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Pkblue-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 66, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BpurpleText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BpurpleText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 87, 132, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BpurpleText2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BpurpleText2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(86, 8, 122, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BgradYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BgradYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(228, 157, 65, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradpurple1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradpurple1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(173, 100, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(179, 60, 134, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bpink2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bpink2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 203, 218, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradpurple2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradpurple2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 128, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(176, 55, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradwhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Bgradwhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 184, 204, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BBlue1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BBlue1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 87, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BpinkContainer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-BpinkContainer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(200, 84, 156, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Cpinkcover:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-Cpinkcover:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bannerText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bannerText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(151, 0, 34, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-fondoWhite:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-fondoWhite:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 230, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bgGrid:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bgGrid:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(135, 41, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 188, 84, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisPink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisPink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-footer:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-footer:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(51, 51, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(102, 102, 102, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisCarm:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisCarm:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(166, 45, 83, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 58, 107, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 183, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 31, 74, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-cisgrad4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(215, 32, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxYellow:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxYellow:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 234, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenM:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenM:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(110, 181, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(161, 209, 92, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenR:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenR:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 145, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenT:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGreenT:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 153, 51, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGrayS:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGrayS:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(218, 221, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGrayE:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-doxGrayE:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 239, 244, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmgreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmgreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(30, 131, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmsquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmsquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 170, 98, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(111, 180, 68, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmbacksquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmbacksquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(87, 174, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmTitle:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmTitle:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 110, 57, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmFtBG:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dxmFtBG:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 77, 77, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(94, 158, 63, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(149, 194, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(24, 182, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-green4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(28, 140, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnMain:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnMain:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 39, 53, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnbl:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnbl:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 117, 201, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnsText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnsText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 80, 126, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnsRed:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dcnsRed:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 32, 36, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxPurple:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxPurple:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(109, 52, 138, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxSquare:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxSquare:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(197, 185, 207, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bgmecanismo:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bgmecanismo:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(183, 168, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 148, 148, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxText:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxText:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(89, 44, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxgray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-dmxgray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 177, 196, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvGray:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvGray:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(50, 50, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 236, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bVGreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bVGreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(17, 84, 114, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvMint:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvMint:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(113, 184, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvCadetBlue:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvCadetBlue:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(13, 72, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvPuntos:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvPuntos:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 140, 164, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvSlime:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvSlime:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 173, 29, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvSky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bvSky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(46, 196, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-ash:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-ash:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(75, 85, 99, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-sky:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-sky:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(244, 250, 253, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blueHepa:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-blueHepa:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-orange-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-orange-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(239, 128, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 87, 151, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 78, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-3:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-3:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 162, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-4:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-4:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 82, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-5:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 77, 128, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-6:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-6:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 85, 136, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-7:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-7:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 165, 217, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-8:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-blue-8:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 62, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-gray-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-gray-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(205, 205, 206, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-gray-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-zomig-gray-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(201, 201, 203, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-0:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(234, 234, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 206, 216, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-2:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-2:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(238, 242, 245, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(211, 222, 228, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 206, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(129, 161, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(97, 134, 150, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(76, 108, 125, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(63, 88, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(55, 75, 85, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(49, 64, 73, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(33, 42, 48, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-1000:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-loblolly-1000:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 212, 214, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(254, 249, 236, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(251, 238, 202, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(247, 220, 144, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(243, 195, 86, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(240, 171, 42, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(233, 140, 23, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 105, 16, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(172, 73, 17, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(139, 58, 21, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(115, 47, 20, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-fuel-yellow-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(66, 23, 6, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 246, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 231, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(207, 209, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(174, 177, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(133, 137, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 110, 112, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(90, 94, 96, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(77, 79, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 60, 62, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mine-shaft-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 42, 43, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(248, 248, 248, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(232, 232, 232, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(220, 220, 220, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(189, 189, 189, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 152, 152, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 124, 124, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(101, 101, 101, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(82, 82, 82, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(70, 70, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(61, 61, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-mercury-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(41, 41, 41, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(246, 248, 249, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(236, 239, 241, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(214, 221, 225, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(178, 192, 199, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(136, 158, 168, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(106, 130, 141, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(85, 106, 116, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(69, 86, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 73, 80, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(53, 63, 69, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-porcelain-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(35, 42, 46, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 248, 250, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(235, 240, 243, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(210, 223, 229, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(185, 207, 215, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(125, 166, 179, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 139, 155, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 112, 129, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(59, 92, 105, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(52, 77, 88, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(47, 67, 75, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-jungle-mist-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(31, 43, 50, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(245, 245, 246, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(230, 230, 231, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(208, 207, 210, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(175, 174, 178, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(134, 133, 139, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(104, 103, 108, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(92, 91, 95, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(78, 77, 81, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(68, 68, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(60, 60, 61, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-dove-gray-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(38, 37, 39, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-50:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 254, 234, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 249, 197, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-200:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-200:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 243, 133, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-300:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-300:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 230, 70, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-400:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-400:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 214, 27, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-500:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-500:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(255, 181, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-600:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-600:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(226, 138, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-700:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-700:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(187, 97, 2, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-800:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-800:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(152, 75, 8, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-900:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-900:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(124, 61, 11, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-950:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-nebido-my-sin-950:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(72, 31, 0, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-thepink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-thepink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(213, 47, 137, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-darkpink:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-darkpink:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(145, 0, 93, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bluegreen:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-bluegreen:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(0, 160, 175, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-beyond-green-1:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:focus\:placeholder-beyond-green-1:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgba(1, 160, 89, var(--tw-placeholder-opacity)) !important;
  }

  .\33xl\:placeholder-opacity-0::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\33xl\:placeholder-opacity-0::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\33xl\:placeholder-opacity-5::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\33xl\:placeholder-opacity-5::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\33xl\:placeholder-opacity-10::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\33xl\:placeholder-opacity-10::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\33xl\:placeholder-opacity-20::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\33xl\:placeholder-opacity-20::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\33xl\:placeholder-opacity-25::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\33xl\:placeholder-opacity-25::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\33xl\:placeholder-opacity-30::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\33xl\:placeholder-opacity-30::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\33xl\:placeholder-opacity-40::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\33xl\:placeholder-opacity-40::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\33xl\:placeholder-opacity-50::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\33xl\:placeholder-opacity-50::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\33xl\:placeholder-opacity-60::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\33xl\:placeholder-opacity-60::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\33xl\:placeholder-opacity-70::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\33xl\:placeholder-opacity-70::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\33xl\:placeholder-opacity-75::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\33xl\:placeholder-opacity-75::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\33xl\:placeholder-opacity-80::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\33xl\:placeholder-opacity-80::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\33xl\:placeholder-opacity-90::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\33xl\:placeholder-opacity-90::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\33xl\:placeholder-opacity-95::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\33xl\:placeholder-opacity-95::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\33xl\:placeholder-opacity-100::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\33xl\:placeholder-opacity-100::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\33xl\:focus\:placeholder-opacity-0:focus::placeholder {
    --tw-placeholder-opacity: 0 !important;
  }

  .\33xl\:focus\:placeholder-opacity-5:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\33xl\:focus\:placeholder-opacity-5:focus::placeholder {
    --tw-placeholder-opacity: 0.05 !important;
  }

  .\33xl\:focus\:placeholder-opacity-10:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-10:focus::placeholder {
    --tw-placeholder-opacity: 0.1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-20:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\33xl\:focus\:placeholder-opacity-20:focus::placeholder {
    --tw-placeholder-opacity: 0.2 !important;
  }

  .\33xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\33xl\:focus\:placeholder-opacity-25:focus::placeholder {
    --tw-placeholder-opacity: 0.25 !important;
  }

  .\33xl\:focus\:placeholder-opacity-30:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\33xl\:focus\:placeholder-opacity-30:focus::placeholder {
    --tw-placeholder-opacity: 0.3 !important;
  }

  .\33xl\:focus\:placeholder-opacity-40:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\33xl\:focus\:placeholder-opacity-40:focus::placeholder {
    --tw-placeholder-opacity: 0.4 !important;
  }

  .\33xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\33xl\:focus\:placeholder-opacity-50:focus::placeholder {
    --tw-placeholder-opacity: 0.5 !important;
  }

  .\33xl\:focus\:placeholder-opacity-60:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\33xl\:focus\:placeholder-opacity-60:focus::placeholder {
    --tw-placeholder-opacity: 0.6 !important;
  }

  .\33xl\:focus\:placeholder-opacity-70:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\33xl\:focus\:placeholder-opacity-70:focus::placeholder {
    --tw-placeholder-opacity: 0.7 !important;
  }

  .\33xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\33xl\:focus\:placeholder-opacity-75:focus::placeholder {
    --tw-placeholder-opacity: 0.75 !important;
  }

  .\33xl\:focus\:placeholder-opacity-80:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\33xl\:focus\:placeholder-opacity-80:focus::placeholder {
    --tw-placeholder-opacity: 0.8 !important;
  }

  .\33xl\:focus\:placeholder-opacity-90:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\33xl\:focus\:placeholder-opacity-90:focus::placeholder {
    --tw-placeholder-opacity: 0.9 !important;
  }

  .\33xl\:focus\:placeholder-opacity-95:focus::-moz-placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\33xl\:focus\:placeholder-opacity-95:focus::placeholder {
    --tw-placeholder-opacity: 0.95 !important;
  }

  .\33xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\33xl\:focus\:placeholder-opacity-100:focus::placeholder {
    --tw-placeholder-opacity: 1 !important;
  }

  .\33xl\:opacity-0 {
    opacity: 0 !important;
  }

  .\33xl\:opacity-5 {
    opacity: 0.05 !important;
  }

  .\33xl\:opacity-10 {
    opacity: 0.1 !important;
  }

  .\33xl\:opacity-20 {
    opacity: 0.2 !important;
  }

  .\33xl\:opacity-25 {
    opacity: 0.25 !important;
  }

  .\33xl\:opacity-30 {
    opacity: 0.3 !important;
  }

  .\33xl\:opacity-40 {
    opacity: 0.4 !important;
  }

  .\33xl\:opacity-50 {
    opacity: 0.5 !important;
  }

  .\33xl\:opacity-60 {
    opacity: 0.6 !important;
  }

  .\33xl\:opacity-70 {
    opacity: 0.7 !important;
  }

  .\33xl\:opacity-75 {
    opacity: 0.75 !important;
  }

  .\33xl\:opacity-80 {
    opacity: 0.8 !important;
  }

  .\33xl\:opacity-90 {
    opacity: 0.9 !important;
  }

  .\33xl\:opacity-95 {
    opacity: 0.95 !important;
  }

  .\33xl\:opacity-100 {
    opacity: 1 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-0 {
    opacity: 0 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-5 {
    opacity: 0.05 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-10 {
    opacity: 0.1 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-20 {
    opacity: 0.2 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-25 {
    opacity: 0.25 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-30 {
    opacity: 0.3 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-40 {
    opacity: 0.4 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-50 {
    opacity: 0.5 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-60 {
    opacity: 0.6 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-70 {
    opacity: 0.7 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-75 {
    opacity: 0.75 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-80 {
    opacity: 0.8 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-90 {
    opacity: 0.9 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-95 {
    opacity: 0.95 !important;
  }

  .group:hover .\33xl\:group-hover\:opacity-100 {
    opacity: 1 !important;
  }

  .\33xl\:focus-within\:opacity-0:focus-within {
    opacity: 0 !important;
  }

  .\33xl\:focus-within\:opacity-5:focus-within {
    opacity: 0.05 !important;
  }

  .\33xl\:focus-within\:opacity-10:focus-within {
    opacity: 0.1 !important;
  }

  .\33xl\:focus-within\:opacity-20:focus-within {
    opacity: 0.2 !important;
  }

  .\33xl\:focus-within\:opacity-25:focus-within {
    opacity: 0.25 !important;
  }

  .\33xl\:focus-within\:opacity-30:focus-within {
    opacity: 0.3 !important;
  }

  .\33xl\:focus-within\:opacity-40:focus-within {
    opacity: 0.4 !important;
  }

  .\33xl\:focus-within\:opacity-50:focus-within {
    opacity: 0.5 !important;
  }

  .\33xl\:focus-within\:opacity-60:focus-within {
    opacity: 0.6 !important;
  }

  .\33xl\:focus-within\:opacity-70:focus-within {
    opacity: 0.7 !important;
  }

  .\33xl\:focus-within\:opacity-75:focus-within {
    opacity: 0.75 !important;
  }

  .\33xl\:focus-within\:opacity-80:focus-within {
    opacity: 0.8 !important;
  }

  .\33xl\:focus-within\:opacity-90:focus-within {
    opacity: 0.9 !important;
  }

  .\33xl\:focus-within\:opacity-95:focus-within {
    opacity: 0.95 !important;
  }

  .\33xl\:focus-within\:opacity-100:focus-within {
    opacity: 1 !important;
  }

  .\33xl\:hover\:opacity-0:hover {
    opacity: 0 !important;
  }

  .\33xl\:hover\:opacity-5:hover {
    opacity: 0.05 !important;
  }

  .\33xl\:hover\:opacity-10:hover {
    opacity: 0.1 !important;
  }

  .\33xl\:hover\:opacity-20:hover {
    opacity: 0.2 !important;
  }

  .\33xl\:hover\:opacity-25:hover {
    opacity: 0.25 !important;
  }

  .\33xl\:hover\:opacity-30:hover {
    opacity: 0.3 !important;
  }

  .\33xl\:hover\:opacity-40:hover {
    opacity: 0.4 !important;
  }

  .\33xl\:hover\:opacity-50:hover {
    opacity: 0.5 !important;
  }

  .\33xl\:hover\:opacity-60:hover {
    opacity: 0.6 !important;
  }

  .\33xl\:hover\:opacity-70:hover {
    opacity: 0.7 !important;
  }

  .\33xl\:hover\:opacity-75:hover {
    opacity: 0.75 !important;
  }

  .\33xl\:hover\:opacity-80:hover {
    opacity: 0.8 !important;
  }

  .\33xl\:hover\:opacity-90:hover {
    opacity: 0.9 !important;
  }

  .\33xl\:hover\:opacity-95:hover {
    opacity: 0.95 !important;
  }

  .\33xl\:hover\:opacity-100:hover {
    opacity: 1 !important;
  }

  .\33xl\:focus\:opacity-0:focus {
    opacity: 0 !important;
  }

  .\33xl\:focus\:opacity-5:focus {
    opacity: 0.05 !important;
  }

  .\33xl\:focus\:opacity-10:focus {
    opacity: 0.1 !important;
  }

  .\33xl\:focus\:opacity-20:focus {
    opacity: 0.2 !important;
  }

  .\33xl\:focus\:opacity-25:focus {
    opacity: 0.25 !important;
  }

  .\33xl\:focus\:opacity-30:focus {
    opacity: 0.3 !important;
  }

  .\33xl\:focus\:opacity-40:focus {
    opacity: 0.4 !important;
  }

  .\33xl\:focus\:opacity-50:focus {
    opacity: 0.5 !important;
  }

  .\33xl\:focus\:opacity-60:focus {
    opacity: 0.6 !important;
  }

  .\33xl\:focus\:opacity-70:focus {
    opacity: 0.7 !important;
  }

  .\33xl\:focus\:opacity-75:focus {
    opacity: 0.75 !important;
  }

  .\33xl\:focus\:opacity-80:focus {
    opacity: 0.8 !important;
  }

  .\33xl\:focus\:opacity-90:focus {
    opacity: 0.9 !important;
  }

  .\33xl\:focus\:opacity-95:focus {
    opacity: 0.95 !important;
  }

  .\33xl\:focus\:opacity-100:focus {
    opacity: 1 !important;
  }

  .\33xl\:bg-blend-normal {
    background-blend-mode: normal !important;
  }

  .\33xl\:bg-blend-multiply {
    background-blend-mode: multiply !important;
  }

  .\33xl\:bg-blend-screen {
    background-blend-mode: screen !important;
  }

  .\33xl\:bg-blend-overlay {
    background-blend-mode: overlay !important;
  }

  .\33xl\:bg-blend-darken {
    background-blend-mode: darken !important;
  }

  .\33xl\:bg-blend-lighten {
    background-blend-mode: lighten !important;
  }

  .\33xl\:bg-blend-color-dodge {
    background-blend-mode: color-dodge !important;
  }

  .\33xl\:bg-blend-color-burn {
    background-blend-mode: color-burn !important;
  }

  .\33xl\:bg-blend-hard-light {
    background-blend-mode: hard-light !important;
  }

  .\33xl\:bg-blend-soft-light {
    background-blend-mode: soft-light !important;
  }

  .\33xl\:bg-blend-difference {
    background-blend-mode: difference !important;
  }

  .\33xl\:bg-blend-exclusion {
    background-blend-mode: exclusion !important;
  }

  .\33xl\:bg-blend-hue {
    background-blend-mode: hue !important;
  }

  .\33xl\:bg-blend-saturation {
    background-blend-mode: saturation !important;
  }

  .\33xl\:bg-blend-color {
    background-blend-mode: color !important;
  }

  .\33xl\:bg-blend-luminosity {
    background-blend-mode: luminosity !important;
  }

  .\33xl\:mix-blend-normal {
    mix-blend-mode: normal !important;
  }

  .\33xl\:mix-blend-multiply {
    mix-blend-mode: multiply !important;
  }

  .\33xl\:mix-blend-screen {
    mix-blend-mode: screen !important;
  }

  .\33xl\:mix-blend-overlay {
    mix-blend-mode: overlay !important;
  }

  .\33xl\:mix-blend-darken {
    mix-blend-mode: darken !important;
  }

  .\33xl\:mix-blend-lighten {
    mix-blend-mode: lighten !important;
  }

  .\33xl\:mix-blend-color-dodge {
    mix-blend-mode: color-dodge !important;
  }

  .\33xl\:mix-blend-color-burn {
    mix-blend-mode: color-burn !important;
  }

  .\33xl\:mix-blend-hard-light {
    mix-blend-mode: hard-light !important;
  }

  .\33xl\:mix-blend-soft-light {
    mix-blend-mode: soft-light !important;
  }

  .\33xl\:mix-blend-difference {
    mix-blend-mode: difference !important;
  }

  .\33xl\:mix-blend-exclusion {
    mix-blend-mode: exclusion !important;
  }

  .\33xl\:mix-blend-hue {
    mix-blend-mode: hue !important;
  }

  .\33xl\:mix-blend-saturation {
    mix-blend-mode: saturation !important;
  }

  .\33xl\:mix-blend-color {
    mix-blend-mode: color !important;
  }

  .\33xl\:mix-blend-luminosity {
    mix-blend-mode: luminosity !important;
  }

  .\33xl\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .group:hover .\33xl\:group-hover\:shadow-te-primary {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-sm:focus-within {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow:focus-within {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-md:focus-within {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-xl:focus-within {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-2xl:focus-within {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-inner:focus-within {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-none:focus-within {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus-within\:shadow-te-primary:focus-within {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-sm:hover {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-xl:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-2xl:hover {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-inner:hover {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-none:hover {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:hover\:shadow-te-primary:hover {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-sm:focus {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow:focus {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-md:focus {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-lg:focus {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-xl:focus {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-2xl:focus {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-inner:focus {
    --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-none:focus {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:focus\:shadow-te-primary:focus {
    --tw-shadow: 0 0 0 1px rgb(59, 113, 202) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .\33xl\:outline-none {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\33xl\:outline-white {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\33xl\:outline-black {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus-within\:outline-none:focus-within {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus-within\:outline-white:focus-within {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus-within\:outline-black:focus-within {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus\:outline-white:focus {
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .\33xl\:focus\:outline-black:focus {
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .\33xl\:ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:ring-2 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:ring-4 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:ring-8 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus-within\:ring-0:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus-within\:ring-1:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus-within\:ring-2:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus-within\:ring-4:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus-within\:ring-8:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus-within\:ring:focus-within {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus\:ring-0:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus\:ring-1:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus\:ring-4:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus\:ring-8:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:focus\:ring:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  }

  .\33xl\:ring-inset {
    --tw-ring-inset: inset !important;
  }

  .\33xl\:focus-within\:ring-inset:focus-within {
    --tw-ring-inset: inset !important;
  }

  .\33xl\:focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
  }

  .\33xl\:ring-transparent {
    --tw-ring-color: transparent !important;
  }

  .\33xl\:ring-current {
    --tw-ring-color: currentColor !important;
  }

  .\33xl\:ring-black {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-white {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-red-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-yellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blue-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-indigo-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-accent-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-primary-accent-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-secondary {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-success {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-danger {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-warning {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-info {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-darkgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lightgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#d1ecc5\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#282828\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#bde020\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#efeee8\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#bdc11d\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#039147\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#c3c1bf\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#039047\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-\[\#c8da2e\] {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxMecanismob {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-fog {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pink-cistitis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purple3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purplebg {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purplebg2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purpleBorder {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purpleIcon {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-purpleTB {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-yellowBtn {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-grayT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-grayTL {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-gray77 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-grayhr {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-whiteTbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-roja {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-anaranjada {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-amarilla {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-ocean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-forest {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-mint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-azul {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-negra {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lime-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cyan-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cadet-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lavender-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cobalt-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-sky-blue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-berry {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-lapis {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-azure {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-pine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-spring {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-slime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-jade-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-jade-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-jade-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cerulean {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-evergreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-admiral {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-denim {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-laurel {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Dpink1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Dblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Dblue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Pgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Metblue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-MetBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-MetBlueGrid1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-MetBlueGrid2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-MetBlueGrid3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-MetBlueLast {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Metwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Pkorange1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Pkorange2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BvpBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BvpPine {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BvpBlue2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BvpGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Pkblue-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Pkblue-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Pkblue-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BpurpleText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BpurpleText2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BgradYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Bgradpurple1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Bpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Bpink2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Bgradpurple2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Bgradpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Bgradwhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BBlue1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-BpinkContainer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-Cpinkcover {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bannerText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-fondoWhite {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bgGrid {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisPink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-footer {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisCarm {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisgrad1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisgrad2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisgrad3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-cisgrad4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxYellow {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxGreenM {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxGreenS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxGreenR {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxGreenT {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxGrayS {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-doxGrayE {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmgreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmsquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmbacksquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmTitle {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dxmFtBG {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-green4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dcnMain {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dcnbl {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dcnsText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dcnsRed {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxPurple {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxSquare {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bgmecanismo {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxText {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-dmxgray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvGray {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bVGreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvMint {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvCadetBlue {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvPuntos {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvSlime {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bvSky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-ash {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-sky {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-blueHepa {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-orange-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-3 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-4 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-5 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-6 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-7 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-blue-8 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-gray-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-zomig-gray-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-0 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-2 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-loblolly-1000 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-fuel-yellow-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mine-shaft-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-mercury-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-porcelain-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-jungle-mist-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-dove-gray-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-50 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-100 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-200 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-300 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-400 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-500 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-600 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-700 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-800 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-900 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-nebido-my-sin-950 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-thepink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-darkpink {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-bluegreen {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-beyond-green-1 {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-transparent:focus-within {
    --tw-ring-color: transparent !important;
  }

  .\33xl\:focus-within\:ring-current:focus-within {
    --tw-ring-color: currentColor !important;
  }

  .\33xl\:focus-within\:ring-black:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-white:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-red-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-yellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blue-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-indigo-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-accent-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-primary-accent-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-secondary:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-success:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-danger:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-warning:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-info:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-darkgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lightgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#d1ecc5\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#282828\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#bde020\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#efeee8\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#bdc11d\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#039147\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#c3c1bf\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#039047\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-\[\#c8da2e\]:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxMecanismob:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-fog:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pink-cistitis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purple3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purplebg:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purplebg2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purpleBorder:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purpleIcon:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-purpleTB:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-yellowBtn:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-grayT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-grayTL:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-gray77:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-grayhr:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-whiteTbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-roja:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-anaranjada:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-amarilla:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-ocean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-forest:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-mint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-azul:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-negra:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lime-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cyan-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cadet-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lavender-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cobalt-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-sky-blue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-berry:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-lapis:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-azure:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-pine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-spring:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-slime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-jade-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-jade-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-jade-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cerulean:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-evergreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-admiral:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-denim:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-laurel:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Dpink1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Dblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Dblue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Pgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Metblue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-MetBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-MetBlueGrid1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-MetBlueGrid2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-MetBlueGrid3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-MetBlueLast:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Metwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Pkorange1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Pkorange2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BvpBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BvpPine:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BvpBlue2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BvpGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Pkblue-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Pkblue-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Pkblue-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BpurpleText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BpurpleText2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BgradYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Bgradpurple1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Bpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Bpink2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Bgradpurple2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Bgradpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Bgradwhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BBlue1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-BpinkContainer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-Cpinkcover:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bannerText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-fondoWhite:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bgGrid:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisPink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-footer:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisCarm:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisgrad1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisgrad2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisgrad3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-cisgrad4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxYellow:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxGreenM:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxGreenS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxGreenR:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxGreenT:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxGrayS:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-doxGrayE:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmgreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmsquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmbacksquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmTitle:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dxmFtBG:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-green4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dcnMain:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dcnbl:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dcnsText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dcnsRed:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxPurple:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxSquare:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bgmecanismo:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxText:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-dmxgray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvGray:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bVGreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvMint:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvCadetBlue:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvPuntos:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvSlime:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bvSky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-ash:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-sky:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-blueHepa:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-orange-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-3:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-4:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-5:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-6:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-7:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-blue-8:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-gray-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-zomig-gray-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-0:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-2:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-loblolly-1000:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-fuel-yellow-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mine-shaft-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-mercury-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-porcelain-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-jungle-mist-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-dove-gray-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-50:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-100:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-200:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-300:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-400:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-500:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-600:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-700:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-800:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-900:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-nebido-my-sin-950:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-thepink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-darkpink:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-bluegreen:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus-within\:ring-beyond-green-1:focus-within {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-transparent:focus {
    --tw-ring-color: transparent !important;
  }

  .\33xl\:focus\:ring-current:focus {
    --tw-ring-color: currentColor !important;
  }

  .\33xl\:focus\:ring-black:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 242, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 226, 226, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 165, 165, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 113, 113, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 28, 28, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(153, 27, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-red-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 29, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-yellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 190, 74, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 253, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 250, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(167, 243, 208, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 231, 183, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 211, 153, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(16, 185, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(5, 150, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(4, 120, 87, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 95, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 78, 59, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 246, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 234, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(191, 219, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(147, 197, 253, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 99, 235, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(29, 78, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 64, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blue-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 58, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(224, 231, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 180, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 140, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(67, 56, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 48, 163, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-indigo-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 46, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 66, 160, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 242, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 231, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 207, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(249, 168, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 114, 182, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 72, 153, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(219, 39, 119, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 24, 93, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(157, 23, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 24, 67, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 245, 251, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 235, 247, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(199, 215, 240, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(171, 194, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(143, 174, 224, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 144, 213, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(48, 97, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 81, 146, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 64, 117, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 48, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 113, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-accent-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 228, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-primary-accent-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 219, 238, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 249, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(241, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 230, 233, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 217, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 185, 194, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 141, 156, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(107, 117, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 93, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(64, 70, 80, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-secondary:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(159, 166, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 252, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 250, 228, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 245, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(131, 240, 174, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 234, 147, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 226, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 140, 66, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 117, 55, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(12, 93, 44, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(9, 70, 33, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-success:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(20, 164, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 242, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(250, 229, 233, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 204, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 178, 189, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 153, 166, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(227, 114, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 42, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 35, 58, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(141, 28, 47, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 21, 35, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-danger:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 76, 100, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(253, 248, 239, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 242, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 228, 190, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 215, 157, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 201, 125, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 181, 76, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(196, 138, 23, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 115, 19, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(130, 92, 15, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(98, 69, 11, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-warning:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 161, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 250, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 244, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(206, 233, 242, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(182, 223, 236, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(158, 212, 230, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 196, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 164, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(43, 137, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 109, 134, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(26, 82, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-info:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(84, 180, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-darkgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 107, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lightgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 187, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#d1ecc5\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(209, 236, 197, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#282828\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(40, 40, 40, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#bde020\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 224, 32, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#efeee8\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 238, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#bdc11d\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 193, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#039147\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 145, 71, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#c3c1bf\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(195, 193, 191, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#039047\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(3, 144, 71, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-\[\#c8da2e\]:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 218, 46, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxMecanismob:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(198, 186, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-fog:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(83, 83, 83, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pink-cistitis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(112, 68, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 17, 76, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purple3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(93, 6, 97, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purplebg:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 242, 247, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purplebg2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 194, 213, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purpleBorder:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 30, 75, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purpleIcon:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 162, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-purpleTB:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(212, 198, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 240, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 179, 8, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-yellowBtn:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 193, 57, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-grayT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-grayTL:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 55, 55, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-gray77:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-grayhr:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 211, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-whiteTbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 246, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-roja:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(229, 32, 39, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-anaranjada:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 106, 45, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-amarilla:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 218, 60, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-ocean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-forest:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(127, 184, 13, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-mint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 170, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-azul:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 172, 207, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-negra:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 38, 38, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 254, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 252, 203, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 249, 157, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(190, 242, 100, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(163, 230, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(132, 204, 22, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 163, 13, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 124, 15, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 98, 18, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lime-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(54, 83, 20, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cyan-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cadet-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(22, 70, 130, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lavender-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(42, 126, 222, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cobalt-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 138, 162, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-sky-blue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(81, 193, 209, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-berry:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 164, 186, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-lapis:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(19, 140, 165, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-azure:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 196, 211, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-pine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(156, 239, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-spring:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(121, 202, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-slime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 175, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-jade-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(217, 246, 251, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-jade-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(222, 247, 252, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-jade-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 252, 254, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cerulean:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 234, 239, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-evergreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 190, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-admiral:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 119, 190, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-denim:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 165, 221, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-laurel:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(108, 190, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Dpink1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(231, 79, 119, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Dblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 166, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Dblue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(34, 82, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Pgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 244, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Metblue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-MetBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(32, 91, 135, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-MetBlueGrid1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(45, 181, 212, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-MetBlueGrid2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 184, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-MetBlueGrid3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 171, 187, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-MetBlueLast:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(37, 105, 185, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Metwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Pkorange1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(216, 95, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Pkorange2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(252, 67, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BvpBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(18, 146, 169, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BvpPine:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(155, 228, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BvpBlue2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(27, 90, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BvpGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(21, 159, 110, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Pkblue-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 46, 96, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Pkblue-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 49, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Pkblue-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 66, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BpurpleText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 87, 132, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BpurpleText2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(86, 8, 122, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BgradYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(228, 157, 65, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Bgradpurple1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(173, 100, 152, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Bpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(179, 60, 134, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Bpink2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 203, 218, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Bgradpurple2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 128, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Bgradpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(176, 55, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Bgradwhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 184, 204, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BBlue1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 87, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-BpinkContainer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(200, 84, 156, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-Cpinkcover:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bannerText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(151, 0, 34, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-fondoWhite:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 230, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bgGrid:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(135, 41, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 188, 84, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisPink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-footer:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(51, 51, 51, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(102, 102, 102, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisCarm:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(166, 45, 83, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisgrad1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 58, 107, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisgrad2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 183, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisgrad3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 31, 74, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-cisgrad4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(215, 32, 108, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxYellow:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 234, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxGreenM:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(110, 181, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxGreenS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(161, 209, 92, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxGreenR:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 145, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxGreenT:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 153, 51, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxGrayS:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(218, 221, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-doxGrayE:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 239, 244, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmgreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(30, 131, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmsquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 170, 98, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(111, 180, 68, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmbacksquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(87, 174, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmTitle:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 110, 57, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dxmFtBG:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 77, 77, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(94, 158, 63, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(149, 194, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(24, 182, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-green4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(28, 140, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dcnMain:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 39, 53, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dcnbl:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 117, 201, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dcnsText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 80, 126, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dcnsRed:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 32, 36, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxPurple:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(109, 52, 138, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxSquare:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(197, 185, 207, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bgmecanismo:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(183, 168, 196, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 148, 148, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxText:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(89, 44, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-dmxgray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 177, 196, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvGray:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(50, 50, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 236, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bVGreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(17, 84, 114, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvMint:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(113, 184, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvCadetBlue:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(13, 72, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvPuntos:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 140, 164, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvSlime:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 173, 29, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bvSky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(46, 196, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-ash:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(75, 85, 99, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-sky:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(244, 250, 253, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-blueHepa:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-orange-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(239, 128, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 87, 151, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 78, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-3:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 162, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-4:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 82, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-5:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 77, 128, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-6:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 85, 136, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-7:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 165, 217, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-blue-8:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 62, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-gray-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(205, 205, 206, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-zomig-gray-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(201, 201, 203, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-0:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(234, 234, 234, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 206, 216, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-2:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(238, 242, 245, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(211, 222, 228, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 206, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(129, 161, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(97, 134, 150, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(76, 108, 125, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(63, 88, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(55, 75, 85, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(49, 64, 73, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(33, 42, 48, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-loblolly-1000:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 212, 214, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(254, 249, 236, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(251, 238, 202, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(247, 220, 144, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(243, 195, 86, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(240, 171, 42, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(233, 140, 23, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 105, 16, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(172, 73, 17, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(139, 58, 21, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(115, 47, 20, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-fuel-yellow-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(66, 23, 6, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 246, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 231, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(207, 209, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(174, 177, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(133, 137, 139, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 110, 112, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(90, 94, 96, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(77, 79, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 60, 62, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mine-shaft-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 42, 43, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(248, 248, 248, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(232, 232, 232, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(220, 220, 220, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(189, 189, 189, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 152, 152, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 124, 124, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(101, 101, 101, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(82, 82, 82, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(70, 70, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(61, 61, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-mercury-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(41, 41, 41, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(246, 248, 249, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(236, 239, 241, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(214, 221, 225, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(178, 192, 199, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(136, 158, 168, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(106, 130, 141, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(85, 106, 116, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(69, 86, 95, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 73, 80, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(53, 63, 69, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-porcelain-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(35, 42, 46, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 248, 250, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(235, 240, 243, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(210, 223, 229, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(185, 207, 215, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(125, 166, 179, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 139, 155, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 112, 129, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(59, 92, 105, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(52, 77, 88, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(47, 67, 75, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-jungle-mist-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(31, 43, 50, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(245, 245, 246, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(230, 230, 231, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(208, 207, 210, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(175, 174, 178, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(134, 133, 139, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(104, 103, 108, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(92, 91, 95, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(78, 77, 81, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(68, 68, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(60, 60, 61, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-dove-gray-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(38, 37, 39, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-50:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 254, 234, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-100:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 249, 197, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-200:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 243, 133, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-300:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 230, 70, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-400:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 214, 27, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-500:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(255, 181, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-600:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(226, 138, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-700:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(187, 97, 2, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-800:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(152, 75, 8, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-900:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(124, 61, 11, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-nebido-my-sin-950:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(72, 31, 0, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-thepink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(213, 47, 137, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-darkpink:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(145, 0, 93, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-bluegreen:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(0, 160, 175, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:focus\:ring-beyond-green-1:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgba(1, 160, 89, var(--tw-ring-opacity)) !important;
  }

  .\33xl\:ring-opacity-0 {
    --tw-ring-opacity: 0 !important;
  }

  .\33xl\:ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
  }

  .\33xl\:ring-opacity-10 {
    --tw-ring-opacity: 0.1 !important;
  }

  .\33xl\:ring-opacity-20 {
    --tw-ring-opacity: 0.2 !important;
  }

  .\33xl\:ring-opacity-25 {
    --tw-ring-opacity: 0.25 !important;
  }

  .\33xl\:ring-opacity-30 {
    --tw-ring-opacity: 0.3 !important;
  }

  .\33xl\:ring-opacity-40 {
    --tw-ring-opacity: 0.4 !important;
  }

  .\33xl\:ring-opacity-50 {
    --tw-ring-opacity: 0.5 !important;
  }

  .\33xl\:ring-opacity-60 {
    --tw-ring-opacity: 0.6 !important;
  }

  .\33xl\:ring-opacity-70 {
    --tw-ring-opacity: 0.7 !important;
  }

  .\33xl\:ring-opacity-75 {
    --tw-ring-opacity: 0.75 !important;
  }

  .\33xl\:ring-opacity-80 {
    --tw-ring-opacity: 0.8 !important;
  }

  .\33xl\:ring-opacity-90 {
    --tw-ring-opacity: 0.9 !important;
  }

  .\33xl\:ring-opacity-95 {
    --tw-ring-opacity: 0.95 !important;
  }

  .\33xl\:ring-opacity-100 {
    --tw-ring-opacity: 1 !important;
  }

  .\33xl\:focus-within\:ring-opacity-0:focus-within {
    --tw-ring-opacity: 0 !important;
  }

  .\33xl\:focus-within\:ring-opacity-5:focus-within {
    --tw-ring-opacity: 0.05 !important;
  }

  .\33xl\:focus-within\:ring-opacity-10:focus-within {
    --tw-ring-opacity: 0.1 !important;
  }

  .\33xl\:focus-within\:ring-opacity-20:focus-within {
    --tw-ring-opacity: 0.2 !important;
  }

  .\33xl\:focus-within\:ring-opacity-25:focus-within {
    --tw-ring-opacity: 0.25 !important;
  }

  .\33xl\:focus-within\:ring-opacity-30:focus-within {
    --tw-ring-opacity: 0.3 !important;
  }

  .\33xl\:focus-within\:ring-opacity-40:focus-within {
    --tw-ring-opacity: 0.4 !important;
  }

  .\33xl\:focus-within\:ring-opacity-50:focus-within {
    --tw-ring-opacity: 0.5 !important;
  }

  .\33xl\:focus-within\:ring-opacity-60:focus-within {
    --tw-ring-opacity: 0.6 !important;
  }

  .\33xl\:focus-within\:ring-opacity-70:focus-within {
    --tw-ring-opacity: 0.7 !important;
  }

  .\33xl\:focus-within\:ring-opacity-75:focus-within {
    --tw-ring-opacity: 0.75 !important;
  }

  .\33xl\:focus-within\:ring-opacity-80:focus-within {
    --tw-ring-opacity: 0.8 !important;
  }

  .\33xl\:focus-within\:ring-opacity-90:focus-within {
    --tw-ring-opacity: 0.9 !important;
  }

  .\33xl\:focus-within\:ring-opacity-95:focus-within {
    --tw-ring-opacity: 0.95 !important;
  }

  .\33xl\:focus-within\:ring-opacity-100:focus-within {
    --tw-ring-opacity: 1 !important;
  }

  .\33xl\:focus\:ring-opacity-0:focus {
    --tw-ring-opacity: 0 !important;
  }

  .\33xl\:focus\:ring-opacity-5:focus {
    --tw-ring-opacity: 0.05 !important;
  }

  .\33xl\:focus\:ring-opacity-10:focus {
    --tw-ring-opacity: 0.1 !important;
  }

  .\33xl\:focus\:ring-opacity-20:focus {
    --tw-ring-opacity: 0.2 !important;
  }

  .\33xl\:focus\:ring-opacity-25:focus {
    --tw-ring-opacity: 0.25 !important;
  }

  .\33xl\:focus\:ring-opacity-30:focus {
    --tw-ring-opacity: 0.3 !important;
  }

  .\33xl\:focus\:ring-opacity-40:focus {
    --tw-ring-opacity: 0.4 !important;
  }

  .\33xl\:focus\:ring-opacity-50:focus {
    --tw-ring-opacity: 0.5 !important;
  }

  .\33xl\:focus\:ring-opacity-60:focus {
    --tw-ring-opacity: 0.6 !important;
  }

  .\33xl\:focus\:ring-opacity-70:focus {
    --tw-ring-opacity: 0.7 !important;
  }

  .\33xl\:focus\:ring-opacity-75:focus {
    --tw-ring-opacity: 0.75 !important;
  }

  .\33xl\:focus\:ring-opacity-80:focus {
    --tw-ring-opacity: 0.8 !important;
  }

  .\33xl\:focus\:ring-opacity-90:focus {
    --tw-ring-opacity: 0.9 !important;
  }

  .\33xl\:focus\:ring-opacity-95:focus {
    --tw-ring-opacity: 0.95 !important;
  }

  .\33xl\:focus\:ring-opacity-100:focus {
    --tw-ring-opacity: 1 !important;
  }

  .\33xl\:ring-offset-0 {
    --tw-ring-offset-width: 0px !important;
  }

  .\33xl\:ring-offset-1 {
    --tw-ring-offset-width: 1px !important;
  }

  .\33xl\:ring-offset-2 {
    --tw-ring-offset-width: 2px !important;
  }

  .\33xl\:ring-offset-4 {
    --tw-ring-offset-width: 4px !important;
  }

  .\33xl\:ring-offset-8 {
    --tw-ring-offset-width: 8px !important;
  }

  .\33xl\:focus-within\:ring-offset-0:focus-within {
    --tw-ring-offset-width: 0px !important;
  }

  .\33xl\:focus-within\:ring-offset-1:focus-within {
    --tw-ring-offset-width: 1px !important;
  }

  .\33xl\:focus-within\:ring-offset-2:focus-within {
    --tw-ring-offset-width: 2px !important;
  }

  .\33xl\:focus-within\:ring-offset-4:focus-within {
    --tw-ring-offset-width: 4px !important;
  }

  .\33xl\:focus-within\:ring-offset-8:focus-within {
    --tw-ring-offset-width: 8px !important;
  }

  .\33xl\:focus\:ring-offset-0:focus {
    --tw-ring-offset-width: 0px !important;
  }

  .\33xl\:focus\:ring-offset-1:focus {
    --tw-ring-offset-width: 1px !important;
  }

  .\33xl\:focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
  }

  .\33xl\:focus\:ring-offset-4:focus {
    --tw-ring-offset-width: 4px !important;
  }

  .\33xl\:focus\:ring-offset-8:focus {
    --tw-ring-offset-width: 8px !important;
  }

  .\33xl\:ring-offset-transparent {
    --tw-ring-offset-color: transparent !important;
  }

  .\33xl\:ring-offset-current {
    --tw-ring-offset-color: currentColor !important;
  }

  .\33xl\:ring-offset-black {
    --tw-ring-offset-color: #000 !important;
  }

  .\33xl\:ring-offset-white {
    --tw-ring-offset-color: #fff !important;
  }

  .\33xl\:ring-offset-gray-50 {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\33xl\:ring-offset-gray-100 {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\33xl\:ring-offset-gray-200 {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\33xl\:ring-offset-gray-300 {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\33xl\:ring-offset-gray-400 {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\33xl\:ring-offset-gray-500 {
    --tw-ring-offset-color: #71717a !important;
  }

  .\33xl\:ring-offset-gray-600 {
    --tw-ring-offset-color: #52525b !important;
  }

  .\33xl\:ring-offset-gray-700 {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\33xl\:ring-offset-gray-800 {
    --tw-ring-offset-color: #27272a !important;
  }

  .\33xl\:ring-offset-gray-900 {
    --tw-ring-offset-color: #18181b !important;
  }

  .\33xl\:ring-offset-red-50 {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\33xl\:ring-offset-red-100 {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\33xl\:ring-offset-red-200 {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\33xl\:ring-offset-red-300 {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\33xl\:ring-offset-red-400 {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\33xl\:ring-offset-red-500 {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\33xl\:ring-offset-red-600 {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\33xl\:ring-offset-red-700 {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\33xl\:ring-offset-red-800 {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\33xl\:ring-offset-red-900 {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\33xl\:ring-offset-yellow {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .\33xl\:ring-offset-green-50 {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\33xl\:ring-offset-green-100 {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\33xl\:ring-offset-green-200 {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\33xl\:ring-offset-green-300 {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\33xl\:ring-offset-green-400 {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\33xl\:ring-offset-green-500 {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\33xl\:ring-offset-green-600 {
    --tw-ring-offset-color: #059669 !important;
  }

  .\33xl\:ring-offset-green-700 {
    --tw-ring-offset-color: #047857 !important;
  }

  .\33xl\:ring-offset-green-800 {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\33xl\:ring-offset-green-900 {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\33xl\:ring-offset-blue-50 {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\33xl\:ring-offset-blue-100 {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\33xl\:ring-offset-blue-200 {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\33xl\:ring-offset-blue-300 {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\33xl\:ring-offset-blue-400 {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\33xl\:ring-offset-blue-500 {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\33xl\:ring-offset-blue-600 {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\33xl\:ring-offset-blue-700 {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\33xl\:ring-offset-blue-800 {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\33xl\:ring-offset-blue-900 {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\33xl\:ring-offset-indigo-50 {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\33xl\:ring-offset-indigo-100 {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\33xl\:ring-offset-indigo-200 {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\33xl\:ring-offset-indigo-300 {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\33xl\:ring-offset-indigo-400 {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\33xl\:ring-offset-indigo-500 {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\33xl\:ring-offset-indigo-600 {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\33xl\:ring-offset-indigo-700 {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\33xl\:ring-offset-indigo-800 {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\33xl\:ring-offset-indigo-900 {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\33xl\:ring-offset-purple {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .\33xl\:ring-offset-pink-50 {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\33xl\:ring-offset-pink-100 {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\33xl\:ring-offset-pink-200 {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\33xl\:ring-offset-pink-300 {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\33xl\:ring-offset-pink-400 {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\33xl\:ring-offset-pink-500 {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\33xl\:ring-offset-pink-600 {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\33xl\:ring-offset-pink-700 {
    --tw-ring-offset-color: #be185d !important;
  }

  .\33xl\:ring-offset-pink-800 {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\33xl\:ring-offset-pink-900 {
    --tw-ring-offset-color: #831843 !important;
  }

  .\33xl\:ring-offset-primary-50 {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .\33xl\:ring-offset-primary-100 {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .\33xl\:ring-offset-primary-200 {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .\33xl\:ring-offset-primary-300 {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .\33xl\:ring-offset-primary-400 {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .\33xl\:ring-offset-primary-500 {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .\33xl\:ring-offset-primary-600 {
    --tw-ring-offset-color: #3061AF !important;
  }

  .\33xl\:ring-offset-primary-700 {
    --tw-ring-offset-color: #285192 !important;
  }

  .\33xl\:ring-offset-primary-800 {
    --tw-ring-offset-color: #204075 !important;
  }

  .\33xl\:ring-offset-primary-900 {
    --tw-ring-offset-color: #183058 !important;
  }

  .\33xl\:ring-offset-primary {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .\33xl\:ring-offset-primary-accent-100 {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .\33xl\:ring-offset-primary-accent-200 {
    --tw-ring-offset-color: #cedbee !important;
  }

  .\33xl\:ring-offset-secondary-50 {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .\33xl\:ring-offset-secondary-100 {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .\33xl\:ring-offset-secondary-200 {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .\33xl\:ring-offset-secondary-300 {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .\33xl\:ring-offset-secondary-400 {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .\33xl\:ring-offset-secondary-500 {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .\33xl\:ring-offset-secondary-600 {
    --tw-ring-offset-color: #848D9C !important;
  }

  .\33xl\:ring-offset-secondary-700 {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .\33xl\:ring-offset-secondary-800 {
    --tw-ring-offset-color: #565D6B !important;
  }

  .\33xl\:ring-offset-secondary-900 {
    --tw-ring-offset-color: #404650 !important;
  }

  .\33xl\:ring-offset-secondary {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .\33xl\:ring-offset-success-50 {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .\33xl\:ring-offset-success-100 {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .\33xl\:ring-offset-success-200 {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .\33xl\:ring-offset-success-300 {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .\33xl\:ring-offset-success-400 {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .\33xl\:ring-offset-success-500 {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .\33xl\:ring-offset-success-600 {
    --tw-ring-offset-color: #118C42 !important;
  }

  .\33xl\:ring-offset-success-700 {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .\33xl\:ring-offset-success-800 {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .\33xl\:ring-offset-success-900 {
    --tw-ring-offset-color: #094621 !important;
  }

  .\33xl\:ring-offset-success {
    --tw-ring-offset-color: #14A44D !important;
  }

  .\33xl\:ring-offset-danger-50 {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .\33xl\:ring-offset-danger-100 {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .\33xl\:ring-offset-danger-200 {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .\33xl\:ring-offset-danger-300 {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .\33xl\:ring-offset-danger-400 {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .\33xl\:ring-offset-danger-500 {
    --tw-ring-offset-color: #E37285 !important;
  }

  .\33xl\:ring-offset-danger-600 {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .\33xl\:ring-offset-danger-700 {
    --tw-ring-offset-color: #B0233A !important;
  }

  .\33xl\:ring-offset-danger-800 {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .\33xl\:ring-offset-danger-900 {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .\33xl\:ring-offset-danger {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .\33xl\:ring-offset-warning-50 {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .\33xl\:ring-offset-warning-100 {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .\33xl\:ring-offset-warning-200 {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .\33xl\:ring-offset-warning-300 {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .\33xl\:ring-offset-warning-400 {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .\33xl\:ring-offset-warning-500 {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .\33xl\:ring-offset-warning-600 {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .\33xl\:ring-offset-warning-700 {
    --tw-ring-offset-color: #A37313 !important;
  }

  .\33xl\:ring-offset-warning-800 {
    --tw-ring-offset-color: #825C0F !important;
  }

  .\33xl\:ring-offset-warning-900 {
    --tw-ring-offset-color: #62450B !important;
  }

  .\33xl\:ring-offset-warning {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .\33xl\:ring-offset-info-50 {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .\33xl\:ring-offset-info-100 {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .\33xl\:ring-offset-info-200 {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .\33xl\:ring-offset-info-300 {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .\33xl\:ring-offset-info-400 {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .\33xl\:ring-offset-info-500 {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .\33xl\:ring-offset-info-600 {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .\33xl\:ring-offset-info-700 {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .\33xl\:ring-offset-info-800 {
    --tw-ring-offset-color: #236D86 !important;
  }

  .\33xl\:ring-offset-info-900 {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .\33xl\:ring-offset-info {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .\33xl\:ring-offset-darkgreen {
    --tw-ring-offset-color: #066B3D !important;
  }

  .\33xl\:ring-offset-lightgreen {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .\33xl\:ring-offset-\[\#d1ecc5\] {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .\33xl\:ring-offset-\[\#282828\] {
    --tw-ring-offset-color: #282828 !important;
  }

  .\33xl\:ring-offset-\[\#bde020\] {
    --tw-ring-offset-color: #bde020 !important;
  }

  .\33xl\:ring-offset-\[\#efeee8\] {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .\33xl\:ring-offset-\[\#bdc11d\] {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .\33xl\:ring-offset-\[\#039147\] {
    --tw-ring-offset-color: #039147 !important;
  }

  .\33xl\:ring-offset-\[\#c3c1bf\] {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .\33xl\:ring-offset-\[\#039047\] {
    --tw-ring-offset-color: #039047 !important;
  }

  .\33xl\:ring-offset-\[\#c8da2e\] {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .\33xl\:ring-offset-dmxMecanismob {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .\33xl\:ring-offset-fog {
    --tw-ring-offset-color: #535353 !important;
  }

  .\33xl\:ring-offset-pink-cistitis {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:ring-offset-purple1 {
    --tw-ring-offset-color: #70447A !important;
  }

  .\33xl\:ring-offset-purple2 {
    --tw-ring-offset-color: #42114C !important;
  }

  .\33xl\:ring-offset-purple3 {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .\33xl\:ring-offset-purplebg {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .\33xl\:ring-offset-purplebg2 {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .\33xl\:ring-offset-purpleBorder {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .\33xl\:ring-offset-purpleIcon {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .\33xl\:ring-offset-purpleTB {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .\33xl\:ring-offset-yellow-200 {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\33xl\:ring-offset-yellow-500 {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\33xl\:ring-offset-yellowBtn {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .\33xl\:ring-offset-grayT {
    --tw-ring-offset-color: #292929 !important;
  }

  .\33xl\:ring-offset-grayTL {
    --tw-ring-offset-color: #363737 !important;
  }

  .\33xl\:ring-offset-gray77 {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\33xl\:ring-offset-grayhr {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .\33xl\:ring-offset-whiteTbl {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .\33xl\:ring-offset-roja {
    --tw-ring-offset-color: #E52027 !important;
  }

  .\33xl\:ring-offset-anaranjada {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .\33xl\:ring-offset-amarilla {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .\33xl\:ring-offset-ocean {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\33xl\:ring-offset-forest {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .\33xl\:ring-offset-mint {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .\33xl\:ring-offset-azul {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .\33xl\:ring-offset-negra {
    --tw-ring-offset-color: #262626 !important;
  }

  .\33xl\:ring-offset-lime-50 {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\33xl\:ring-offset-lime-100 {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\33xl\:ring-offset-lime-200 {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\33xl\:ring-offset-lime-300 {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\33xl\:ring-offset-lime-400 {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\33xl\:ring-offset-lime-500 {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\33xl\:ring-offset-lime-600 {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\33xl\:ring-offset-lime-700 {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\33xl\:ring-offset-lime-800 {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\33xl\:ring-offset-lime-900 {
    --tw-ring-offset-color: #365314 !important;
  }

  .\33xl\:ring-offset-cyan-50 {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\33xl\:ring-offset-cyan-100 {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\33xl\:ring-offset-cyan-200 {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\33xl\:ring-offset-cyan-300 {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\33xl\:ring-offset-cyan-400 {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\33xl\:ring-offset-cyan-500 {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\33xl\:ring-offset-cyan-600 {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\33xl\:ring-offset-cyan-700 {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\33xl\:ring-offset-cyan-800 {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\33xl\:ring-offset-cyan-900 {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\33xl\:ring-offset-cadet-blue {
    --tw-ring-offset-color: #164682 !important;
  }

  .\33xl\:ring-offset-lavender-blue {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .\33xl\:ring-offset-cobalt-blue {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .\33xl\:ring-offset-sky-blue {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\33xl\:ring-offset-berry {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .\33xl\:ring-offset-lapis {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .\33xl\:ring-offset-azure {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .\33xl\:ring-offset-pine {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .\33xl\:ring-offset-spring {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .\33xl\:ring-offset-slime {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .\33xl\:ring-offset-jade-50 {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .\33xl\:ring-offset-jade-500 {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .\33xl\:ring-offset-jade-900 {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .\33xl\:ring-offset-cerulean {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .\33xl\:ring-offset-evergreen {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .\33xl\:ring-offset-admiral {
    --tw-ring-offset-color: #2377BE !important;
  }

  .\33xl\:ring-offset-denim {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .\33xl\:ring-offset-laurel {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .\33xl\:ring-offset-Dpink1 {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .\33xl\:ring-offset-Dblue1 {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .\33xl\:ring-offset-Dblue2 {
    --tw-ring-offset-color: #225258 !important;
  }

  .\33xl\:ring-offset-Pgray {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\33xl\:ring-offset-Metblue1 {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .\33xl\:ring-offset-MetBlue2 {
    --tw-ring-offset-color: #205B87 !important;
  }

  .\33xl\:ring-offset-MetBlueGrid1 {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .\33xl\:ring-offset-MetBlueGrid2 {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .\33xl\:ring-offset-MetBlueGrid3 {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .\33xl\:ring-offset-MetBlueLast {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .\33xl\:ring-offset-Metwhite {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .\33xl\:ring-offset-Pkorange1 {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .\33xl\:ring-offset-Pkorange2 {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .\33xl\:ring-offset-BvpBlue {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .\33xl\:ring-offset-BvpPine {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .\33xl\:ring-offset-BvpBlue2 {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .\33xl\:ring-offset-BvpGreen {
    --tw-ring-offset-color: #159F6E !important;
  }

  .\33xl\:ring-offset-Pkblue-100 {
    --tw-ring-offset-color: #212E60 !important;
  }

  .\33xl\:ring-offset-Pkblue-200 {
    --tw-ring-offset-color: #003184 !important;
  }

  .\33xl\:ring-offset-Pkblue-300 {
    --tw-ring-offset-color: #004284 !important;
  }

  .\33xl\:ring-offset-BpurpleText {
    --tw-ring-offset-color: #465784 !important;
  }

  .\33xl\:ring-offset-BpurpleText2 {
    --tw-ring-offset-color: #56087A !important;
  }

  .\33xl\:ring-offset-BgradYellow {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .\33xl\:ring-offset-Bgradpurple1 {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .\33xl\:ring-offset-Bpink {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .\33xl\:ring-offset-Bpink2 {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .\33xl\:ring-offset-Bgradpurple2 {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .\33xl\:ring-offset-Bgradpink {
    --tw-ring-offset-color: #B03780 !important;
  }

  .\33xl\:ring-offset-Bgradwhite {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .\33xl\:ring-offset-BBlue1 {
    --tw-ring-offset-color: #455780 !important;
  }

  .\33xl\:ring-offset-BpinkContainer {
    --tw-ring-offset-color: #C8549C !important;
  }

  .\33xl\:ring-offset-Cpinkcover {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:ring-offset-bannerText {
    --tw-ring-offset-color: #970022 !important;
  }

  .\33xl\:ring-offset-fondoWhite {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .\33xl\:ring-offset-bgGrid {
    --tw-ring-offset-color: #872944 !important;
  }

  .\33xl\:ring-offset-cisYellow {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .\33xl\:ring-offset-cisPink {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:ring-offset-footer {
    --tw-ring-offset-color: #333333 !important;
  }

  .\33xl\:ring-offset-cisGray {
    --tw-ring-offset-color: #666666 !important;
  }

  .\33xl\:ring-offset-cisCarm {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .\33xl\:ring-offset-cisgrad1 {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .\33xl\:ring-offset-cisgrad2 {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .\33xl\:ring-offset-cisgrad3 {
    --tw-ring-offset-color: #881F4A !important;
  }

  .\33xl\:ring-offset-cisgrad4 {
    --tw-ring-offset-color: #D7206C !important;
  }

  .\33xl\:ring-offset-doxYellow {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .\33xl\:ring-offset-doxGreenM {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .\33xl\:ring-offset-doxGreenS {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .\33xl\:ring-offset-doxGreenR {
    --tw-ring-offset-color: #009144 !important;
  }

  .\33xl\:ring-offset-doxGreenT {
    --tw-ring-offset-color: #009933 !important;
  }

  .\33xl\:ring-offset-doxGrayS {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .\33xl\:ring-offset-doxGrayE {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .\33xl\:ring-offset-dxmgreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\33xl\:ring-offset-dxmGreen {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\33xl\:ring-offset-dxmsquare {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .\33xl\:ring-offset-dxmText {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .\33xl\:ring-offset-dxmbacksquare {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .\33xl\:ring-offset-dxmTitle {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .\33xl\:ring-offset-dxmFtBG {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\33xl\:ring-offset-green1 {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .\33xl\:ring-offset-green2 {
    --tw-ring-offset-color: #95c255 !important;
  }

  .\33xl\:ring-offset-green3 {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .\33xl\:ring-offset-green4 {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .\33xl\:ring-offset-dcnMain {
    --tw-ring-offset-color: #F32735 !important;
  }

  .\33xl\:ring-offset-dcnbl {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .\33xl\:ring-offset-dcnsText {
    --tw-ring-offset-color: #00507E !important;
  }

  .\33xl\:ring-offset-dcnsRed {
    --tw-ring-offset-color: #B22024 !important;
  }

  .\33xl\:ring-offset-dmxPurple {
    --tw-ring-offset-color: #6D348A !important;
  }

  .\33xl\:ring-offset-dmxBlue {
    --tw-ring-offset-color: #009494 !important;
  }

  .\33xl\:ring-offset-dmxSquare {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .\33xl\:ring-offset-bgmecanismo {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .\33xl\:ring-offset-dmxGreen {
    --tw-ring-offset-color: #009494 !important;
  }

  .\33xl\:ring-offset-dmxText {
    --tw-ring-offset-color: #592C80 !important;
  }

  .\33xl\:ring-offset-dmxgray {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .\33xl\:ring-offset-bvGray {
    --tw-ring-offset-color: #323232 !important;
  }

  .\33xl\:ring-offset-bvBlue {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .\33xl\:ring-offset-bVGreen {
    --tw-ring-offset-color: #115472 !important;
  }

  .\33xl\:ring-offset-bvMint {
    --tw-ring-offset-color: #71B800 !important;
  }

  .\33xl\:ring-offset-bvCadetBlue {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .\33xl\:ring-offset-bvPuntos {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .\33xl\:ring-offset-bvSlime {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .\33xl\:ring-offset-bvSky {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .\33xl\:ring-offset-ash {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .\33xl\:ring-offset-sky {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .\33xl\:ring-offset-blueHepa {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .\33xl\:ring-offset-zomig-orange-1 {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .\33xl\:ring-offset-zomig-blue-1 {
    --tw-ring-offset-color: #005797 !important;
  }

  .\33xl\:ring-offset-zomig-blue-2 {
    --tw-ring-offset-color: #004E80 !important;
  }

  .\33xl\:ring-offset-zomig-blue-3 {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .\33xl\:ring-offset-zomig-blue-4 {
    --tw-ring-offset-color: #005285 !important;
  }

  .\33xl\:ring-offset-zomig-blue-5 {
    --tw-ring-offset-color: #004D80 !important;
  }

  .\33xl\:ring-offset-zomig-blue-6 {
    --tw-ring-offset-color: #005588 !important;
  }

  .\33xl\:ring-offset-zomig-blue-7 {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .\33xl\:ring-offset-zomig-blue-8 {
    --tw-ring-offset-color: #003E69 !important;
  }

  .\33xl\:ring-offset-zomig-gray-1 {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .\33xl\:ring-offset-zomig-gray-2 {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .\33xl\:ring-offset-nebido-0 {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .\33xl\:ring-offset-nebido-1 {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .\33xl\:ring-offset-nebido-2 {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-200 {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-300 {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-400 {
    --tw-ring-offset-color: #81a1af !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-500 {
    --tw-ring-offset-color: #618696 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-600 {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-700 {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-800 {
    --tw-ring-offset-color: #374b55 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-900 {
    --tw-ring-offset-color: #314049 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-950 {
    --tw-ring-offset-color: #212a30 !important;
  }

  .\33xl\:ring-offset-nebido-loblolly-1000 {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-50 {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-100 {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-200 {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-300 {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-400 {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-500 {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-600 {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-700 {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-800 {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-900 {
    --tw-ring-offset-color: #732f14 !important;
  }

  .\33xl\:ring-offset-nebido-fuel-yellow-950 {
    --tw-ring-offset-color: #421706 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-50 {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-100 {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-200 {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-300 {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-400 {
    --tw-ring-offset-color: #85898b !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-500 {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-600 {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-700 {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-800 {
    --tw-ring-offset-color: #444646 !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-900 {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .\33xl\:ring-offset-nebido-mine-shaft-950 {
    --tw-ring-offset-color: #292a2b !important;
  }

  .\33xl\:ring-offset-nebido-mercury-50 {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\33xl\:ring-offset-nebido-mercury-100 {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .\33xl\:ring-offset-nebido-mercury-200 {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .\33xl\:ring-offset-nebido-mercury-300 {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .\33xl\:ring-offset-nebido-mercury-400 {
    --tw-ring-offset-color: #989898 !important;
  }

  .\33xl\:ring-offset-nebido-mercury-500 {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .\33xl\:ring-offset-nebido-mercury-600 {
    --tw-ring-offset-color: #656565 !important;
  }

  .\33xl\:ring-offset-nebido-mercury-700 {
    --tw-ring-offset-color: #525252 !important;
  }

  .\33xl\:ring-offset-nebido-mercury-800 {
    --tw-ring-offset-color: #464646 !important;
  }

  .\33xl\:ring-offset-nebido-mercury-900 {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .\33xl\:ring-offset-nebido-mercury-950 {
    --tw-ring-offset-color: #292929 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-50 {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-100 {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-200 {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-300 {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-400 {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-500 {
    --tw-ring-offset-color: #6a828d !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-600 {
    --tw-ring-offset-color: #556a74 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-700 {
    --tw-ring-offset-color: #45565f !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-800 {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-900 {
    --tw-ring-offset-color: #353f45 !important;
  }

  .\33xl\:ring-offset-nebido-porcelain-950 {
    --tw-ring-offset-color: #232a2e !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-50 {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-100 {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-200 {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-300 {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-400 {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-500 {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-600 {
    --tw-ring-offset-color: #487081 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-700 {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-800 {
    --tw-ring-offset-color: #344d58 !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-900 {
    --tw-ring-offset-color: #2f434b !important;
  }

  .\33xl\:ring-offset-nebido-jungle-mist-950 {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-50 {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-100 {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-200 {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-300 {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-400 {
    --tw-ring-offset-color: #86858b !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-500 {
    --tw-ring-offset-color: #68676c !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-600 {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-700 {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-800 {
    --tw-ring-offset-color: #444446 !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-900 {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .\33xl\:ring-offset-nebido-dove-gray-950 {
    --tw-ring-offset-color: #262527 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-50 {
    --tw-ring-offset-color: #fffeea !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-100 {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-200 {
    --tw-ring-offset-color: #fff385 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-300 {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-400 {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-500 {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-600 {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-700 {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-800 {
    --tw-ring-offset-color: #984b08 !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-900 {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .\33xl\:ring-offset-nebido-my-sin-950 {
    --tw-ring-offset-color: #481f00 !important;
  }

  .\33xl\:ring-offset-thepink {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .\33xl\:ring-offset-darkpink {
    --tw-ring-offset-color: #91005d !important;
  }

  .\33xl\:ring-offset-bluegreen {
    --tw-ring-offset-color: #00a0af !important;
  }

  .\33xl\:ring-offset-beyond-green-1 {
    --tw-ring-offset-color: #01A059 !important;
  }

  .\33xl\:focus-within\:ring-offset-transparent:focus-within {
    --tw-ring-offset-color: transparent !important;
  }

  .\33xl\:focus-within\:ring-offset-current:focus-within {
    --tw-ring-offset-color: currentColor !important;
  }

  .\33xl\:focus-within\:ring-offset-black:focus-within {
    --tw-ring-offset-color: #000 !important;
  }

  .\33xl\:focus-within\:ring-offset-white:focus-within {
    --tw-ring-offset-color: #fff !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-50:focus-within {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-100:focus-within {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-200:focus-within {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-300:focus-within {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-400:focus-within {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-500:focus-within {
    --tw-ring-offset-color: #71717a !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-600:focus-within {
    --tw-ring-offset-color: #52525b !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-700:focus-within {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-800:focus-within {
    --tw-ring-offset-color: #27272a !important;
  }

  .\33xl\:focus-within\:ring-offset-gray-900:focus-within {
    --tw-ring-offset-color: #18181b !important;
  }

  .\33xl\:focus-within\:ring-offset-red-50:focus-within {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\33xl\:focus-within\:ring-offset-red-100:focus-within {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\33xl\:focus-within\:ring-offset-red-200:focus-within {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\33xl\:focus-within\:ring-offset-red-300:focus-within {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\33xl\:focus-within\:ring-offset-red-400:focus-within {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\33xl\:focus-within\:ring-offset-red-500:focus-within {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\33xl\:focus-within\:ring-offset-red-600:focus-within {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\33xl\:focus-within\:ring-offset-red-700:focus-within {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\33xl\:focus-within\:ring-offset-red-800:focus-within {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\33xl\:focus-within\:ring-offset-red-900:focus-within {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\33xl\:focus-within\:ring-offset-yellow:focus-within {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .\33xl\:focus-within\:ring-offset-green-50:focus-within {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-100:focus-within {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-200:focus-within {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-300:focus-within {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-400:focus-within {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-500:focus-within {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-600:focus-within {
    --tw-ring-offset-color: #059669 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-700:focus-within {
    --tw-ring-offset-color: #047857 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-800:focus-within {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\33xl\:focus-within\:ring-offset-green-900:focus-within {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-50:focus-within {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-100:focus-within {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-200:focus-within {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-300:focus-within {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-400:focus-within {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-500:focus-within {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-600:focus-within {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-700:focus-within {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-800:focus-within {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\33xl\:focus-within\:ring-offset-blue-900:focus-within {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-50:focus-within {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-100:focus-within {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-200:focus-within {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-300:focus-within {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-400:focus-within {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-500:focus-within {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-600:focus-within {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-700:focus-within {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-800:focus-within {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\33xl\:focus-within\:ring-offset-indigo-900:focus-within {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\33xl\:focus-within\:ring-offset-purple:focus-within {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-50:focus-within {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-100:focus-within {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-200:focus-within {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-300:focus-within {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-400:focus-within {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-500:focus-within {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-600:focus-within {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-700:focus-within {
    --tw-ring-offset-color: #be185d !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-800:focus-within {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-900:focus-within {
    --tw-ring-offset-color: #831843 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-50:focus-within {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-100:focus-within {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-200:focus-within {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-300:focus-within {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-400:focus-within {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-500:focus-within {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-600:focus-within {
    --tw-ring-offset-color: #3061AF !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-700:focus-within {
    --tw-ring-offset-color: #285192 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-800:focus-within {
    --tw-ring-offset-color: #204075 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-900:focus-within {
    --tw-ring-offset-color: #183058 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary:focus-within {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-accent-100:focus-within {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .\33xl\:focus-within\:ring-offset-primary-accent-200:focus-within {
    --tw-ring-offset-color: #cedbee !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-50:focus-within {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-100:focus-within {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-200:focus-within {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-300:focus-within {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-400:focus-within {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-500:focus-within {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-600:focus-within {
    --tw-ring-offset-color: #848D9C !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-700:focus-within {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-800:focus-within {
    --tw-ring-offset-color: #565D6B !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary-900:focus-within {
    --tw-ring-offset-color: #404650 !important;
  }

  .\33xl\:focus-within\:ring-offset-secondary:focus-within {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-50:focus-within {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-100:focus-within {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-200:focus-within {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-300:focus-within {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .\33xl\:focus-within\:ring-offset-success-400:focus-within {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-500:focus-within {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .\33xl\:focus-within\:ring-offset-success-600:focus-within {
    --tw-ring-offset-color: #118C42 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-700:focus-within {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .\33xl\:focus-within\:ring-offset-success-800:focus-within {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .\33xl\:focus-within\:ring-offset-success-900:focus-within {
    --tw-ring-offset-color: #094621 !important;
  }

  .\33xl\:focus-within\:ring-offset-success:focus-within {
    --tw-ring-offset-color: #14A44D !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-50:focus-within {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-100:focus-within {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-200:focus-within {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-300:focus-within {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-400:focus-within {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-500:focus-within {
    --tw-ring-offset-color: #E37285 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-600:focus-within {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-700:focus-within {
    --tw-ring-offset-color: #B0233A !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-800:focus-within {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .\33xl\:focus-within\:ring-offset-danger-900:focus-within {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .\33xl\:focus-within\:ring-offset-danger:focus-within {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-50:focus-within {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-100:focus-within {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-200:focus-within {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-300:focus-within {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-400:focus-within {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-500:focus-within {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-600:focus-within {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-700:focus-within {
    --tw-ring-offset-color: #A37313 !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-800:focus-within {
    --tw-ring-offset-color: #825C0F !important;
  }

  .\33xl\:focus-within\:ring-offset-warning-900:focus-within {
    --tw-ring-offset-color: #62450B !important;
  }

  .\33xl\:focus-within\:ring-offset-warning:focus-within {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .\33xl\:focus-within\:ring-offset-info-50:focus-within {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .\33xl\:focus-within\:ring-offset-info-100:focus-within {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .\33xl\:focus-within\:ring-offset-info-200:focus-within {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .\33xl\:focus-within\:ring-offset-info-300:focus-within {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .\33xl\:focus-within\:ring-offset-info-400:focus-within {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .\33xl\:focus-within\:ring-offset-info-500:focus-within {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .\33xl\:focus-within\:ring-offset-info-600:focus-within {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .\33xl\:focus-within\:ring-offset-info-700:focus-within {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .\33xl\:focus-within\:ring-offset-info-800:focus-within {
    --tw-ring-offset-color: #236D86 !important;
  }

  .\33xl\:focus-within\:ring-offset-info-900:focus-within {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .\33xl\:focus-within\:ring-offset-info:focus-within {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .\33xl\:focus-within\:ring-offset-darkgreen:focus-within {
    --tw-ring-offset-color: #066B3D !important;
  }

  .\33xl\:focus-within\:ring-offset-lightgreen:focus-within {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#d1ecc5\]:focus-within {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#282828\]:focus-within {
    --tw-ring-offset-color: #282828 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#bde020\]:focus-within {
    --tw-ring-offset-color: #bde020 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#efeee8\]:focus-within {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#bdc11d\]:focus-within {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#039147\]:focus-within {
    --tw-ring-offset-color: #039147 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#c3c1bf\]:focus-within {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#039047\]:focus-within {
    --tw-ring-offset-color: #039047 !important;
  }

  .\33xl\:focus-within\:ring-offset-\[\#c8da2e\]:focus-within {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxMecanismob:focus-within {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .\33xl\:focus-within\:ring-offset-fog:focus-within {
    --tw-ring-offset-color: #535353 !important;
  }

  .\33xl\:focus-within\:ring-offset-pink-cistitis:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:focus-within\:ring-offset-purple1:focus-within {
    --tw-ring-offset-color: #70447A !important;
  }

  .\33xl\:focus-within\:ring-offset-purple2:focus-within {
    --tw-ring-offset-color: #42114C !important;
  }

  .\33xl\:focus-within\:ring-offset-purple3:focus-within {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .\33xl\:focus-within\:ring-offset-purplebg:focus-within {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .\33xl\:focus-within\:ring-offset-purplebg2:focus-within {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .\33xl\:focus-within\:ring-offset-purpleBorder:focus-within {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .\33xl\:focus-within\:ring-offset-purpleIcon:focus-within {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .\33xl\:focus-within\:ring-offset-purpleTB:focus-within {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .\33xl\:focus-within\:ring-offset-yellow-200:focus-within {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\33xl\:focus-within\:ring-offset-yellow-500:focus-within {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\33xl\:focus-within\:ring-offset-yellowBtn:focus-within {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .\33xl\:focus-within\:ring-offset-grayT:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .\33xl\:focus-within\:ring-offset-grayTL:focus-within {
    --tw-ring-offset-color: #363737 !important;
  }

  .\33xl\:focus-within\:ring-offset-gray77:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\33xl\:focus-within\:ring-offset-grayhr:focus-within {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .\33xl\:focus-within\:ring-offset-whiteTbl:focus-within {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .\33xl\:focus-within\:ring-offset-roja:focus-within {
    --tw-ring-offset-color: #E52027 !important;
  }

  .\33xl\:focus-within\:ring-offset-anaranjada:focus-within {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .\33xl\:focus-within\:ring-offset-amarilla:focus-within {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .\33xl\:focus-within\:ring-offset-ocean:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\33xl\:focus-within\:ring-offset-forest:focus-within {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .\33xl\:focus-within\:ring-offset-mint:focus-within {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .\33xl\:focus-within\:ring-offset-azul:focus-within {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .\33xl\:focus-within\:ring-offset-negra:focus-within {
    --tw-ring-offset-color: #262626 !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-50:focus-within {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-100:focus-within {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-200:focus-within {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-300:focus-within {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-400:focus-within {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-500:focus-within {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-600:focus-within {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-700:focus-within {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-800:focus-within {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\33xl\:focus-within\:ring-offset-lime-900:focus-within {
    --tw-ring-offset-color: #365314 !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-50:focus-within {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-100:focus-within {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-200:focus-within {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-300:focus-within {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-400:focus-within {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-500:focus-within {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-600:focus-within {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-700:focus-within {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-800:focus-within {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\33xl\:focus-within\:ring-offset-cyan-900:focus-within {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\33xl\:focus-within\:ring-offset-cadet-blue:focus-within {
    --tw-ring-offset-color: #164682 !important;
  }

  .\33xl\:focus-within\:ring-offset-lavender-blue:focus-within {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .\33xl\:focus-within\:ring-offset-cobalt-blue:focus-within {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .\33xl\:focus-within\:ring-offset-sky-blue:focus-within {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\33xl\:focus-within\:ring-offset-berry:focus-within {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .\33xl\:focus-within\:ring-offset-lapis:focus-within {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .\33xl\:focus-within\:ring-offset-azure:focus-within {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .\33xl\:focus-within\:ring-offset-pine:focus-within {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .\33xl\:focus-within\:ring-offset-spring:focus-within {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .\33xl\:focus-within\:ring-offset-slime:focus-within {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .\33xl\:focus-within\:ring-offset-jade-50:focus-within {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .\33xl\:focus-within\:ring-offset-jade-500:focus-within {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .\33xl\:focus-within\:ring-offset-jade-900:focus-within {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .\33xl\:focus-within\:ring-offset-cerulean:focus-within {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .\33xl\:focus-within\:ring-offset-evergreen:focus-within {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .\33xl\:focus-within\:ring-offset-admiral:focus-within {
    --tw-ring-offset-color: #2377BE !important;
  }

  .\33xl\:focus-within\:ring-offset-denim:focus-within {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .\33xl\:focus-within\:ring-offset-laurel:focus-within {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .\33xl\:focus-within\:ring-offset-Dpink1:focus-within {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .\33xl\:focus-within\:ring-offset-Dblue1:focus-within {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .\33xl\:focus-within\:ring-offset-Dblue2:focus-within {
    --tw-ring-offset-color: #225258 !important;
  }

  .\33xl\:focus-within\:ring-offset-Pgray:focus-within {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\33xl\:focus-within\:ring-offset-Metblue1:focus-within {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .\33xl\:focus-within\:ring-offset-MetBlue2:focus-within {
    --tw-ring-offset-color: #205B87 !important;
  }

  .\33xl\:focus-within\:ring-offset-MetBlueGrid1:focus-within {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .\33xl\:focus-within\:ring-offset-MetBlueGrid2:focus-within {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .\33xl\:focus-within\:ring-offset-MetBlueGrid3:focus-within {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .\33xl\:focus-within\:ring-offset-MetBlueLast:focus-within {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .\33xl\:focus-within\:ring-offset-Metwhite:focus-within {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .\33xl\:focus-within\:ring-offset-Pkorange1:focus-within {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .\33xl\:focus-within\:ring-offset-Pkorange2:focus-within {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .\33xl\:focus-within\:ring-offset-BvpBlue:focus-within {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .\33xl\:focus-within\:ring-offset-BvpPine:focus-within {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .\33xl\:focus-within\:ring-offset-BvpBlue2:focus-within {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .\33xl\:focus-within\:ring-offset-BvpGreen:focus-within {
    --tw-ring-offset-color: #159F6E !important;
  }

  .\33xl\:focus-within\:ring-offset-Pkblue-100:focus-within {
    --tw-ring-offset-color: #212E60 !important;
  }

  .\33xl\:focus-within\:ring-offset-Pkblue-200:focus-within {
    --tw-ring-offset-color: #003184 !important;
  }

  .\33xl\:focus-within\:ring-offset-Pkblue-300:focus-within {
    --tw-ring-offset-color: #004284 !important;
  }

  .\33xl\:focus-within\:ring-offset-BpurpleText:focus-within {
    --tw-ring-offset-color: #465784 !important;
  }

  .\33xl\:focus-within\:ring-offset-BpurpleText2:focus-within {
    --tw-ring-offset-color: #56087A !important;
  }

  .\33xl\:focus-within\:ring-offset-BgradYellow:focus-within {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .\33xl\:focus-within\:ring-offset-Bgradpurple1:focus-within {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .\33xl\:focus-within\:ring-offset-Bpink:focus-within {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .\33xl\:focus-within\:ring-offset-Bpink2:focus-within {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .\33xl\:focus-within\:ring-offset-Bgradpurple2:focus-within {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .\33xl\:focus-within\:ring-offset-Bgradpink:focus-within {
    --tw-ring-offset-color: #B03780 !important;
  }

  .\33xl\:focus-within\:ring-offset-Bgradwhite:focus-within {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .\33xl\:focus-within\:ring-offset-BBlue1:focus-within {
    --tw-ring-offset-color: #455780 !important;
  }

  .\33xl\:focus-within\:ring-offset-BpinkContainer:focus-within {
    --tw-ring-offset-color: #C8549C !important;
  }

  .\33xl\:focus-within\:ring-offset-Cpinkcover:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:focus-within\:ring-offset-bannerText:focus-within {
    --tw-ring-offset-color: #970022 !important;
  }

  .\33xl\:focus-within\:ring-offset-fondoWhite:focus-within {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .\33xl\:focus-within\:ring-offset-bgGrid:focus-within {
    --tw-ring-offset-color: #872944 !important;
  }

  .\33xl\:focus-within\:ring-offset-cisYellow:focus-within {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .\33xl\:focus-within\:ring-offset-cisPink:focus-within {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:focus-within\:ring-offset-footer:focus-within {
    --tw-ring-offset-color: #333333 !important;
  }

  .\33xl\:focus-within\:ring-offset-cisGray:focus-within {
    --tw-ring-offset-color: #666666 !important;
  }

  .\33xl\:focus-within\:ring-offset-cisCarm:focus-within {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .\33xl\:focus-within\:ring-offset-cisgrad1:focus-within {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .\33xl\:focus-within\:ring-offset-cisgrad2:focus-within {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .\33xl\:focus-within\:ring-offset-cisgrad3:focus-within {
    --tw-ring-offset-color: #881F4A !important;
  }

  .\33xl\:focus-within\:ring-offset-cisgrad4:focus-within {
    --tw-ring-offset-color: #D7206C !important;
  }

  .\33xl\:focus-within\:ring-offset-doxYellow:focus-within {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .\33xl\:focus-within\:ring-offset-doxGreenM:focus-within {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .\33xl\:focus-within\:ring-offset-doxGreenS:focus-within {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .\33xl\:focus-within\:ring-offset-doxGreenR:focus-within {
    --tw-ring-offset-color: #009144 !important;
  }

  .\33xl\:focus-within\:ring-offset-doxGreenT:focus-within {
    --tw-ring-offset-color: #009933 !important;
  }

  .\33xl\:focus-within\:ring-offset-doxGrayS:focus-within {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .\33xl\:focus-within\:ring-offset-doxGrayE:focus-within {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmgreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmGreen:focus-within {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmsquare:focus-within {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmText:focus-within {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmbacksquare:focus-within {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmTitle:focus-within {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .\33xl\:focus-within\:ring-offset-dxmFtBG:focus-within {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\33xl\:focus-within\:ring-offset-green1:focus-within {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .\33xl\:focus-within\:ring-offset-green2:focus-within {
    --tw-ring-offset-color: #95c255 !important;
  }

  .\33xl\:focus-within\:ring-offset-green3:focus-within {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .\33xl\:focus-within\:ring-offset-green4:focus-within {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .\33xl\:focus-within\:ring-offset-dcnMain:focus-within {
    --tw-ring-offset-color: #F32735 !important;
  }

  .\33xl\:focus-within\:ring-offset-dcnbl:focus-within {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .\33xl\:focus-within\:ring-offset-dcnsText:focus-within {
    --tw-ring-offset-color: #00507E !important;
  }

  .\33xl\:focus-within\:ring-offset-dcnsRed:focus-within {
    --tw-ring-offset-color: #B22024 !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxPurple:focus-within {
    --tw-ring-offset-color: #6D348A !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxBlue:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxSquare:focus-within {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .\33xl\:focus-within\:ring-offset-bgmecanismo:focus-within {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxGreen:focus-within {
    --tw-ring-offset-color: #009494 !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxText:focus-within {
    --tw-ring-offset-color: #592C80 !important;
  }

  .\33xl\:focus-within\:ring-offset-dmxgray:focus-within {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .\33xl\:focus-within\:ring-offset-bvGray:focus-within {
    --tw-ring-offset-color: #323232 !important;
  }

  .\33xl\:focus-within\:ring-offset-bvBlue:focus-within {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .\33xl\:focus-within\:ring-offset-bVGreen:focus-within {
    --tw-ring-offset-color: #115472 !important;
  }

  .\33xl\:focus-within\:ring-offset-bvMint:focus-within {
    --tw-ring-offset-color: #71B800 !important;
  }

  .\33xl\:focus-within\:ring-offset-bvCadetBlue:focus-within {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .\33xl\:focus-within\:ring-offset-bvPuntos:focus-within {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .\33xl\:focus-within\:ring-offset-bvSlime:focus-within {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .\33xl\:focus-within\:ring-offset-bvSky:focus-within {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .\33xl\:focus-within\:ring-offset-ash:focus-within {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .\33xl\:focus-within\:ring-offset-sky:focus-within {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .\33xl\:focus-within\:ring-offset-blueHepa:focus-within {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-orange-1:focus-within {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-1:focus-within {
    --tw-ring-offset-color: #005797 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-2:focus-within {
    --tw-ring-offset-color: #004E80 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-3:focus-within {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-4:focus-within {
    --tw-ring-offset-color: #005285 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-5:focus-within {
    --tw-ring-offset-color: #004D80 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-6:focus-within {
    --tw-ring-offset-color: #005588 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-7:focus-within {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-blue-8:focus-within {
    --tw-ring-offset-color: #003E69 !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-gray-1:focus-within {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .\33xl\:focus-within\:ring-offset-zomig-gray-2:focus-within {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-0:focus-within {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-1:focus-within {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-2:focus-within {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-200:focus-within {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-300:focus-within {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-400:focus-within {
    --tw-ring-offset-color: #81a1af !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-500:focus-within {
    --tw-ring-offset-color: #618696 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-600:focus-within {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-700:focus-within {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-800:focus-within {
    --tw-ring-offset-color: #374b55 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-900:focus-within {
    --tw-ring-offset-color: #314049 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-950:focus-within {
    --tw-ring-offset-color: #212a30 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-loblolly-1000:focus-within {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-50:focus-within {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-100:focus-within {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-200:focus-within {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-300:focus-within {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-400:focus-within {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-500:focus-within {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-600:focus-within {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-700:focus-within {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-800:focus-within {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-900:focus-within {
    --tw-ring-offset-color: #732f14 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-fuel-yellow-950:focus-within {
    --tw-ring-offset-color: #421706 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-50:focus-within {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-100:focus-within {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-200:focus-within {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-300:focus-within {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-400:focus-within {
    --tw-ring-offset-color: #85898b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-500:focus-within {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-600:focus-within {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-700:focus-within {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-800:focus-within {
    --tw-ring-offset-color: #444646 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-900:focus-within {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mine-shaft-950:focus-within {
    --tw-ring-offset-color: #292a2b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-50:focus-within {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-100:focus-within {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-200:focus-within {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-300:focus-within {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-400:focus-within {
    --tw-ring-offset-color: #989898 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-500:focus-within {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-600:focus-within {
    --tw-ring-offset-color: #656565 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-700:focus-within {
    --tw-ring-offset-color: #525252 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-800:focus-within {
    --tw-ring-offset-color: #464646 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-900:focus-within {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-mercury-950:focus-within {
    --tw-ring-offset-color: #292929 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-50:focus-within {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-100:focus-within {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-200:focus-within {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-300:focus-within {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-400:focus-within {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-500:focus-within {
    --tw-ring-offset-color: #6a828d !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-600:focus-within {
    --tw-ring-offset-color: #556a74 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-700:focus-within {
    --tw-ring-offset-color: #45565f !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-800:focus-within {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-900:focus-within {
    --tw-ring-offset-color: #353f45 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-porcelain-950:focus-within {
    --tw-ring-offset-color: #232a2e !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-50:focus-within {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-100:focus-within {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-200:focus-within {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-300:focus-within {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-400:focus-within {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-500:focus-within {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-600:focus-within {
    --tw-ring-offset-color: #487081 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-700:focus-within {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-800:focus-within {
    --tw-ring-offset-color: #344d58 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-900:focus-within {
    --tw-ring-offset-color: #2f434b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-jungle-mist-950:focus-within {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-50:focus-within {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-100:focus-within {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-200:focus-within {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-300:focus-within {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-400:focus-within {
    --tw-ring-offset-color: #86858b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-500:focus-within {
    --tw-ring-offset-color: #68676c !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-600:focus-within {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-700:focus-within {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-800:focus-within {
    --tw-ring-offset-color: #444446 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-900:focus-within {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-dove-gray-950:focus-within {
    --tw-ring-offset-color: #262527 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-50:focus-within {
    --tw-ring-offset-color: #fffeea !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-100:focus-within {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-200:focus-within {
    --tw-ring-offset-color: #fff385 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-300:focus-within {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-400:focus-within {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-500:focus-within {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-600:focus-within {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-700:focus-within {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-800:focus-within {
    --tw-ring-offset-color: #984b08 !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-900:focus-within {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .\33xl\:focus-within\:ring-offset-nebido-my-sin-950:focus-within {
    --tw-ring-offset-color: #481f00 !important;
  }

  .\33xl\:focus-within\:ring-offset-thepink:focus-within {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .\33xl\:focus-within\:ring-offset-darkpink:focus-within {
    --tw-ring-offset-color: #91005d !important;
  }

  .\33xl\:focus-within\:ring-offset-bluegreen:focus-within {
    --tw-ring-offset-color: #00a0af !important;
  }

  .\33xl\:focus-within\:ring-offset-beyond-green-1:focus-within {
    --tw-ring-offset-color: #01A059 !important;
  }

  .\33xl\:focus\:ring-offset-transparent:focus {
    --tw-ring-offset-color: transparent !important;
  }

  .\33xl\:focus\:ring-offset-current:focus {
    --tw-ring-offset-color: currentColor !important;
  }

  .\33xl\:focus\:ring-offset-black:focus {
    --tw-ring-offset-color: #000 !important;
  }

  .\33xl\:focus\:ring-offset-white:focus {
    --tw-ring-offset-color: #fff !important;
  }

  .\33xl\:focus\:ring-offset-gray-50:focus {
    --tw-ring-offset-color: #fafafa !important;
  }

  .\33xl\:focus\:ring-offset-gray-100:focus {
    --tw-ring-offset-color: #f4f4f5 !important;
  }

  .\33xl\:focus\:ring-offset-gray-200:focus {
    --tw-ring-offset-color: #e4e4e7 !important;
  }

  .\33xl\:focus\:ring-offset-gray-300:focus {
    --tw-ring-offset-color: #d4d4d8 !important;
  }

  .\33xl\:focus\:ring-offset-gray-400:focus {
    --tw-ring-offset-color: #a1a1aa !important;
  }

  .\33xl\:focus\:ring-offset-gray-500:focus {
    --tw-ring-offset-color: #71717a !important;
  }

  .\33xl\:focus\:ring-offset-gray-600:focus {
    --tw-ring-offset-color: #52525b !important;
  }

  .\33xl\:focus\:ring-offset-gray-700:focus {
    --tw-ring-offset-color: #3f3f46 !important;
  }

  .\33xl\:focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #27272a !important;
  }

  .\33xl\:focus\:ring-offset-gray-900:focus {
    --tw-ring-offset-color: #18181b !important;
  }

  .\33xl\:focus\:ring-offset-red-50:focus {
    --tw-ring-offset-color: #fef2f2 !important;
  }

  .\33xl\:focus\:ring-offset-red-100:focus {
    --tw-ring-offset-color: #fee2e2 !important;
  }

  .\33xl\:focus\:ring-offset-red-200:focus {
    --tw-ring-offset-color: #fecaca !important;
  }

  .\33xl\:focus\:ring-offset-red-300:focus {
    --tw-ring-offset-color: #fca5a5 !important;
  }

  .\33xl\:focus\:ring-offset-red-400:focus {
    --tw-ring-offset-color: #f87171 !important;
  }

  .\33xl\:focus\:ring-offset-red-500:focus {
    --tw-ring-offset-color: #ef4444 !important;
  }

  .\33xl\:focus\:ring-offset-red-600:focus {
    --tw-ring-offset-color: #dc2626 !important;
  }

  .\33xl\:focus\:ring-offset-red-700:focus {
    --tw-ring-offset-color: #b91c1c !important;
  }

  .\33xl\:focus\:ring-offset-red-800:focus {
    --tw-ring-offset-color: #991b1b !important;
  }

  .\33xl\:focus\:ring-offset-red-900:focus {
    --tw-ring-offset-color: #7f1d1d !important;
  }

  .\33xl\:focus\:ring-offset-yellow:focus {
    --tw-ring-offset-color: #F6BE4A !important;
  }

  .\33xl\:focus\:ring-offset-green-50:focus {
    --tw-ring-offset-color: #ecfdf5 !important;
  }

  .\33xl\:focus\:ring-offset-green-100:focus {
    --tw-ring-offset-color: #d1fae5 !important;
  }

  .\33xl\:focus\:ring-offset-green-200:focus {
    --tw-ring-offset-color: #a7f3d0 !important;
  }

  .\33xl\:focus\:ring-offset-green-300:focus {
    --tw-ring-offset-color: #6ee7b7 !important;
  }

  .\33xl\:focus\:ring-offset-green-400:focus {
    --tw-ring-offset-color: #34d399 !important;
  }

  .\33xl\:focus\:ring-offset-green-500:focus {
    --tw-ring-offset-color: #10b981 !important;
  }

  .\33xl\:focus\:ring-offset-green-600:focus {
    --tw-ring-offset-color: #059669 !important;
  }

  .\33xl\:focus\:ring-offset-green-700:focus {
    --tw-ring-offset-color: #047857 !important;
  }

  .\33xl\:focus\:ring-offset-green-800:focus {
    --tw-ring-offset-color: #065f46 !important;
  }

  .\33xl\:focus\:ring-offset-green-900:focus {
    --tw-ring-offset-color: #064e3b !important;
  }

  .\33xl\:focus\:ring-offset-blue-50:focus {
    --tw-ring-offset-color: #eff6ff !important;
  }

  .\33xl\:focus\:ring-offset-blue-100:focus {
    --tw-ring-offset-color: #dbeafe !important;
  }

  .\33xl\:focus\:ring-offset-blue-200:focus {
    --tw-ring-offset-color: #bfdbfe !important;
  }

  .\33xl\:focus\:ring-offset-blue-300:focus {
    --tw-ring-offset-color: #93c5fd !important;
  }

  .\33xl\:focus\:ring-offset-blue-400:focus {
    --tw-ring-offset-color: #60a5fa !important;
  }

  .\33xl\:focus\:ring-offset-blue-500:focus {
    --tw-ring-offset-color: #3b82f6 !important;
  }

  .\33xl\:focus\:ring-offset-blue-600:focus {
    --tw-ring-offset-color: #2563eb !important;
  }

  .\33xl\:focus\:ring-offset-blue-700:focus {
    --tw-ring-offset-color: #1d4ed8 !important;
  }

  .\33xl\:focus\:ring-offset-blue-800:focus {
    --tw-ring-offset-color: #1e40af !important;
  }

  .\33xl\:focus\:ring-offset-blue-900:focus {
    --tw-ring-offset-color: #1e3a8a !important;
  }

  .\33xl\:focus\:ring-offset-indigo-50:focus {
    --tw-ring-offset-color: #eef2ff !important;
  }

  .\33xl\:focus\:ring-offset-indigo-100:focus {
    --tw-ring-offset-color: #e0e7ff !important;
  }

  .\33xl\:focus\:ring-offset-indigo-200:focus {
    --tw-ring-offset-color: #c7d2fe !important;
  }

  .\33xl\:focus\:ring-offset-indigo-300:focus {
    --tw-ring-offset-color: #a5b4fc !important;
  }

  .\33xl\:focus\:ring-offset-indigo-400:focus {
    --tw-ring-offset-color: #818cf8 !important;
  }

  .\33xl\:focus\:ring-offset-indigo-500:focus {
    --tw-ring-offset-color: #6366f1 !important;
  }

  .\33xl\:focus\:ring-offset-indigo-600:focus {
    --tw-ring-offset-color: #4f46e5 !important;
  }

  .\33xl\:focus\:ring-offset-indigo-700:focus {
    --tw-ring-offset-color: #4338ca !important;
  }

  .\33xl\:focus\:ring-offset-indigo-800:focus {
    --tw-ring-offset-color: #3730a3 !important;
  }

  .\33xl\:focus\:ring-offset-indigo-900:focus {
    --tw-ring-offset-color: #312e81 !important;
  }

  .\33xl\:focus\:ring-offset-purple:focus {
    --tw-ring-offset-color: #6c42a0 !important;
  }

  .\33xl\:focus\:ring-offset-pink-50:focus {
    --tw-ring-offset-color: #fdf2f8 !important;
  }

  .\33xl\:focus\:ring-offset-pink-100:focus {
    --tw-ring-offset-color: #fce7f3 !important;
  }

  .\33xl\:focus\:ring-offset-pink-200:focus {
    --tw-ring-offset-color: #fbcfe8 !important;
  }

  .\33xl\:focus\:ring-offset-pink-300:focus {
    --tw-ring-offset-color: #f9a8d4 !important;
  }

  .\33xl\:focus\:ring-offset-pink-400:focus {
    --tw-ring-offset-color: #f472b6 !important;
  }

  .\33xl\:focus\:ring-offset-pink-500:focus {
    --tw-ring-offset-color: #ec4899 !important;
  }

  .\33xl\:focus\:ring-offset-pink-600:focus {
    --tw-ring-offset-color: #db2777 !important;
  }

  .\33xl\:focus\:ring-offset-pink-700:focus {
    --tw-ring-offset-color: #be185d !important;
  }

  .\33xl\:focus\:ring-offset-pink-800:focus {
    --tw-ring-offset-color: #9d174d !important;
  }

  .\33xl\:focus\:ring-offset-pink-900:focus {
    --tw-ring-offset-color: #831843 !important;
  }

  .\33xl\:focus\:ring-offset-primary-50:focus {
    --tw-ring-offset-color: #F1F5FB !important;
  }

  .\33xl\:focus\:ring-offset-primary-100:focus {
    --tw-ring-offset-color: #E3EBF7 !important;
  }

  .\33xl\:focus\:ring-offset-primary-200:focus {
    --tw-ring-offset-color: #C7D7F0 !important;
  }

  .\33xl\:focus\:ring-offset-primary-300:focus {
    --tw-ring-offset-color: #ABC2E8 !important;
  }

  .\33xl\:focus\:ring-offset-primary-400:focus {
    --tw-ring-offset-color: #8FAEE0 !important;
  }

  .\33xl\:focus\:ring-offset-primary-500:focus {
    --tw-ring-offset-color: #6590D5 !important;
  }

  .\33xl\:focus\:ring-offset-primary-600:focus {
    --tw-ring-offset-color: #3061AF !important;
  }

  .\33xl\:focus\:ring-offset-primary-700:focus {
    --tw-ring-offset-color: #285192 !important;
  }

  .\33xl\:focus\:ring-offset-primary-800:focus {
    --tw-ring-offset-color: #204075 !important;
  }

  .\33xl\:focus\:ring-offset-primary-900:focus {
    --tw-ring-offset-color: #183058 !important;
  }

  .\33xl\:focus\:ring-offset-primary:focus {
    --tw-ring-offset-color: #3B71CA !important;
  }

  .\33xl\:focus\:ring-offset-primary-accent-100:focus {
    --tw-ring-offset-color: #d9e4f3 !important;
  }

  .\33xl\:focus\:ring-offset-primary-accent-200:focus {
    --tw-ring-offset-color: #cedbee !important;
  }

  .\33xl\:focus\:ring-offset-secondary-50:focus {
    --tw-ring-offset-color: #F8F9F9 !important;
  }

  .\33xl\:focus\:ring-offset-secondary-100:focus {
    --tw-ring-offset-color: #F1F2F4 !important;
  }

  .\33xl\:focus\:ring-offset-secondary-200:focus {
    --tw-ring-offset-color: #E4E6E9 !important;
  }

  .\33xl\:focus\:ring-offset-secondary-300:focus {
    --tw-ring-offset-color: #D6D9DE !important;
  }

  .\33xl\:focus\:ring-offset-secondary-400:focus {
    --tw-ring-offset-color: #C8CCD3 !important;
  }

  .\33xl\:focus\:ring-offset-secondary-500:focus {
    --tw-ring-offset-color: #B3B9C2 !important;
  }

  .\33xl\:focus\:ring-offset-secondary-600:focus {
    --tw-ring-offset-color: #848D9C !important;
  }

  .\33xl\:focus\:ring-offset-secondary-700:focus {
    --tw-ring-offset-color: #6B7585 !important;
  }

  .\33xl\:focus\:ring-offset-secondary-800:focus {
    --tw-ring-offset-color: #565D6B !important;
  }

  .\33xl\:focus\:ring-offset-secondary-900:focus {
    --tw-ring-offset-color: #404650 !important;
  }

  .\33xl\:focus\:ring-offset-secondary:focus {
    --tw-ring-offset-color: #9FA6B2 !important;
  }

  .\33xl\:focus\:ring-offset-success-50:focus {
    --tw-ring-offset-color: #EAFCF2 !important;
  }

  .\33xl\:focus\:ring-offset-success-100:focus {
    --tw-ring-offset-color: #D6FAE4 !important;
  }

  .\33xl\:focus\:ring-offset-success-200:focus {
    --tw-ring-offset-color: #ACF5C9 !important;
  }

  .\33xl\:focus\:ring-offset-success-300:focus {
    --tw-ring-offset-color: #83F0AE !important;
  }

  .\33xl\:focus\:ring-offset-success-400:focus {
    --tw-ring-offset-color: #59EA93 !important;
  }

  .\33xl\:focus\:ring-offset-success-500:focus {
    --tw-ring-offset-color: #1CE26B !important;
  }

  .\33xl\:focus\:ring-offset-success-600:focus {
    --tw-ring-offset-color: #118C42 !important;
  }

  .\33xl\:focus\:ring-offset-success-700:focus {
    --tw-ring-offset-color: #0E7537 !important;
  }

  .\33xl\:focus\:ring-offset-success-800:focus {
    --tw-ring-offset-color: #0C5D2C !important;
  }

  .\33xl\:focus\:ring-offset-success-900:focus {
    --tw-ring-offset-color: #094621 !important;
  }

  .\33xl\:focus\:ring-offset-success:focus {
    --tw-ring-offset-color: #14A44D !important;
  }

  .\33xl\:focus\:ring-offset-danger-50:focus {
    --tw-ring-offset-color: #FCF2F4 !important;
  }

  .\33xl\:focus\:ring-offset-danger-100:focus {
    --tw-ring-offset-color: #FAE5E9 !important;
  }

  .\33xl\:focus\:ring-offset-danger-200:focus {
    --tw-ring-offset-color: #F5CCD3 !important;
  }

  .\33xl\:focus\:ring-offset-danger-300:focus {
    --tw-ring-offset-color: #F0B2BD !important;
  }

  .\33xl\:focus\:ring-offset-danger-400:focus {
    --tw-ring-offset-color: #EB99A6 !important;
  }

  .\33xl\:focus\:ring-offset-danger-500:focus {
    --tw-ring-offset-color: #E37285 !important;
  }

  .\33xl\:focus\:ring-offset-danger-600:focus {
    --tw-ring-offset-color: #D42A46 !important;
  }

  .\33xl\:focus\:ring-offset-danger-700:focus {
    --tw-ring-offset-color: #B0233A !important;
  }

  .\33xl\:focus\:ring-offset-danger-800:focus {
    --tw-ring-offset-color: #8D1C2F !important;
  }

  .\33xl\:focus\:ring-offset-danger-900:focus {
    --tw-ring-offset-color: #6A1523 !important;
  }

  .\33xl\:focus\:ring-offset-danger:focus {
    --tw-ring-offset-color: #DC4C64 !important;
  }

  .\33xl\:focus\:ring-offset-warning-50:focus {
    --tw-ring-offset-color: #FDF8EF !important;
  }

  .\33xl\:focus\:ring-offset-warning-100:focus {
    --tw-ring-offset-color: #FBF2DE !important;
  }

  .\33xl\:focus\:ring-offset-warning-200:focus {
    --tw-ring-offset-color: #F7E4BE !important;
  }

  .\33xl\:focus\:ring-offset-warning-300:focus {
    --tw-ring-offset-color: #F4D79D !important;
  }

  .\33xl\:focus\:ring-offset-warning-400:focus {
    --tw-ring-offset-color: #F0C97D !important;
  }

  .\33xl\:focus\:ring-offset-warning-500:focus {
    --tw-ring-offset-color: #EAB54C !important;
  }

  .\33xl\:focus\:ring-offset-warning-600:focus {
    --tw-ring-offset-color: #C48A17 !important;
  }

  .\33xl\:focus\:ring-offset-warning-700:focus {
    --tw-ring-offset-color: #A37313 !important;
  }

  .\33xl\:focus\:ring-offset-warning-800:focus {
    --tw-ring-offset-color: #825C0F !important;
  }

  .\33xl\:focus\:ring-offset-warning-900:focus {
    --tw-ring-offset-color: #62450B !important;
  }

  .\33xl\:focus\:ring-offset-warning:focus {
    --tw-ring-offset-color: #E4A11B !important;
  }

  .\33xl\:focus\:ring-offset-info-50:focus {
    --tw-ring-offset-color: #F3FAFC !important;
  }

  .\33xl\:focus\:ring-offset-info-100:focus {
    --tw-ring-offset-color: #E7F4F9 !important;
  }

  .\33xl\:focus\:ring-offset-info-200:focus {
    --tw-ring-offset-color: #CEE9F2 !important;
  }

  .\33xl\:focus\:ring-offset-info-300:focus {
    --tw-ring-offset-color: #B6DFEC !important;
  }

  .\33xl\:focus\:ring-offset-info-400:focus {
    --tw-ring-offset-color: #9ED4E6 !important;
  }

  .\33xl\:focus\:ring-offset-info-500:focus {
    --tw-ring-offset-color: #79C4DC !important;
  }

  .\33xl\:focus\:ring-offset-info-600:focus {
    --tw-ring-offset-color: #34A4CA !important;
  }

  .\33xl\:focus\:ring-offset-info-700:focus {
    --tw-ring-offset-color: #2B89A8 !important;
  }

  .\33xl\:focus\:ring-offset-info-800:focus {
    --tw-ring-offset-color: #236D86 !important;
  }

  .\33xl\:focus\:ring-offset-info-900:focus {
    --tw-ring-offset-color: #1A5265 !important;
  }

  .\33xl\:focus\:ring-offset-info:focus {
    --tw-ring-offset-color: #54B4D3 !important;
  }

  .\33xl\:focus\:ring-offset-darkgreen:focus {
    --tw-ring-offset-color: #066B3D !important;
  }

  .\33xl\:focus\:ring-offset-lightgreen:focus {
    --tw-ring-offset-color: #70BB44 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#d1ecc5\]:focus {
    --tw-ring-offset-color: #d1ecc5 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#282828\]:focus {
    --tw-ring-offset-color: #282828 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#bde020\]:focus {
    --tw-ring-offset-color: #bde020 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#efeee8\]:focus {
    --tw-ring-offset-color: #efeee8 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#bdc11d\]:focus {
    --tw-ring-offset-color: #bdc11d !important;
  }

  .\33xl\:focus\:ring-offset-\[\#039147\]:focus {
    --tw-ring-offset-color: #039147 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#c3c1bf\]:focus {
    --tw-ring-offset-color: #c3c1bf !important;
  }

  .\33xl\:focus\:ring-offset-\[\#039047\]:focus {
    --tw-ring-offset-color: #039047 !important;
  }

  .\33xl\:focus\:ring-offset-\[\#c8da2e\]:focus {
    --tw-ring-offset-color: #c8da2e !important;
  }

  .\33xl\:focus\:ring-offset-dmxMecanismob:focus {
    --tw-ring-offset-color: #c6bad2 !important;
  }

  .\33xl\:focus\:ring-offset-fog:focus {
    --tw-ring-offset-color: #535353 !important;
  }

  .\33xl\:focus\:ring-offset-pink-cistitis:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:focus\:ring-offset-purple1:focus {
    --tw-ring-offset-color: #70447A !important;
  }

  .\33xl\:focus\:ring-offset-purple2:focus {
    --tw-ring-offset-color: #42114C !important;
  }

  .\33xl\:focus\:ring-offset-purple3:focus {
    --tw-ring-offset-color: #5D0661 !important;
  }

  .\33xl\:focus\:ring-offset-purplebg:focus {
    --tw-ring-offset-color: #F7F2F7 !important;
  }

  .\33xl\:focus\:ring-offset-purplebg2:focus {
    --tw-ring-offset-color: #D2C2D5 !important;
  }

  .\33xl\:focus\:ring-offset-purpleBorder:focus {
    --tw-ring-offset-color: #3B1E4B !important;
  }

  .\33xl\:focus\:ring-offset-purpleIcon:focus {
    --tw-ring-offset-color: #B0A2B8 !important;
  }

  .\33xl\:focus\:ring-offset-purpleTB:focus {
    --tw-ring-offset-color: #D4C6DC !important;
  }

  .\33xl\:focus\:ring-offset-yellow-200:focus {
    --tw-ring-offset-color: #fef08a !important;
  }

  .\33xl\:focus\:ring-offset-yellow-500:focus {
    --tw-ring-offset-color: #eab308 !important;
  }

  .\33xl\:focus\:ring-offset-yellowBtn:focus {
    --tw-ring-offset-color: #F7C139 !important;
  }

  .\33xl\:focus\:ring-offset-grayT:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .\33xl\:focus\:ring-offset-grayTL:focus {
    --tw-ring-offset-color: #363737 !important;
  }

  .\33xl\:focus\:ring-offset-gray77:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\33xl\:focus\:ring-offset-grayhr:focus {
    --tw-ring-offset-color: #D3D3D3 !important;
  }

  .\33xl\:focus\:ring-offset-whiteTbl:focus {
    --tw-ring-offset-color: #F8F6F9 !important;
  }

  .\33xl\:focus\:ring-offset-roja:focus {
    --tw-ring-offset-color: #E52027 !important;
  }

  .\33xl\:focus\:ring-offset-anaranjada:focus {
    --tw-ring-offset-color: #EB6A2D !important;
  }

  .\33xl\:focus\:ring-offset-amarilla:focus {
    --tw-ring-offset-color: #FBDA3C !important;
  }

  .\33xl\:focus\:ring-offset-ocean:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\33xl\:focus\:ring-offset-forest:focus {
    --tw-ring-offset-color: #7FB80D !important;
  }

  .\33xl\:focus\:ring-offset-mint:focus {
    --tw-ring-offset-color: #67AA35 !important;
  }

  .\33xl\:focus\:ring-offset-azul:focus {
    --tw-ring-offset-color: #4BACCF !important;
  }

  .\33xl\:focus\:ring-offset-negra:focus {
    --tw-ring-offset-color: #262626 !important;
  }

  .\33xl\:focus\:ring-offset-lime-50:focus {
    --tw-ring-offset-color: #f7fee7 !important;
  }

  .\33xl\:focus\:ring-offset-lime-100:focus {
    --tw-ring-offset-color: #ecfccb !important;
  }

  .\33xl\:focus\:ring-offset-lime-200:focus {
    --tw-ring-offset-color: #d9f99d !important;
  }

  .\33xl\:focus\:ring-offset-lime-300:focus {
    --tw-ring-offset-color: #bef264 !important;
  }

  .\33xl\:focus\:ring-offset-lime-400:focus {
    --tw-ring-offset-color: #a3e635 !important;
  }

  .\33xl\:focus\:ring-offset-lime-500:focus {
    --tw-ring-offset-color: #84cc16 !important;
  }

  .\33xl\:focus\:ring-offset-lime-600:focus {
    --tw-ring-offset-color: #65a30d !important;
  }

  .\33xl\:focus\:ring-offset-lime-700:focus {
    --tw-ring-offset-color: #4d7c0f !important;
  }

  .\33xl\:focus\:ring-offset-lime-800:focus {
    --tw-ring-offset-color: #3f6212 !important;
  }

  .\33xl\:focus\:ring-offset-lime-900:focus {
    --tw-ring-offset-color: #365314 !important;
  }

  .\33xl\:focus\:ring-offset-cyan-50:focus {
    --tw-ring-offset-color: #ecfeff !important;
  }

  .\33xl\:focus\:ring-offset-cyan-100:focus {
    --tw-ring-offset-color: #cffafe !important;
  }

  .\33xl\:focus\:ring-offset-cyan-200:focus {
    --tw-ring-offset-color: #a5f3fc !important;
  }

  .\33xl\:focus\:ring-offset-cyan-300:focus {
    --tw-ring-offset-color: #67e8f9 !important;
  }

  .\33xl\:focus\:ring-offset-cyan-400:focus {
    --tw-ring-offset-color: #22d3ee !important;
  }

  .\33xl\:focus\:ring-offset-cyan-500:focus {
    --tw-ring-offset-color: #06b6d4 !important;
  }

  .\33xl\:focus\:ring-offset-cyan-600:focus {
    --tw-ring-offset-color: #0891b2 !important;
  }

  .\33xl\:focus\:ring-offset-cyan-700:focus {
    --tw-ring-offset-color: #0e7490 !important;
  }

  .\33xl\:focus\:ring-offset-cyan-800:focus {
    --tw-ring-offset-color: #155e75 !important;
  }

  .\33xl\:focus\:ring-offset-cyan-900:focus {
    --tw-ring-offset-color: #164e63 !important;
  }

  .\33xl\:focus\:ring-offset-cadet-blue:focus {
    --tw-ring-offset-color: #164682 !important;
  }

  .\33xl\:focus\:ring-offset-lavender-blue:focus {
    --tw-ring-offset-color: #2A7EDE !important;
  }

  .\33xl\:focus\:ring-offset-cobalt-blue:focus {
    --tw-ring-offset-color: #218AA2 !important;
  }

  .\33xl\:focus\:ring-offset-sky-blue:focus {
    --tw-ring-offset-color: #51C1D1 !important;
  }

  .\33xl\:focus\:ring-offset-berry:focus {
    --tw-ring-offset-color: #01A4BA !important;
  }

  .\33xl\:focus\:ring-offset-lapis:focus {
    --tw-ring-offset-color: #138CA5 !important;
  }

  .\33xl\:focus\:ring-offset-azure:focus {
    --tw-ring-offset-color: #1EC4D3 !important;
  }

  .\33xl\:focus\:ring-offset-pine:focus {
    --tw-ring-offset-color: #9CEFC7 !important;
  }

  .\33xl\:focus\:ring-offset-spring:focus {
    --tw-ring-offset-color: #79CA00 !important;
  }

  .\33xl\:focus\:ring-offset-slime:focus {
    --tw-ring-offset-color: #4EAF00 !important;
  }

  .\33xl\:focus\:ring-offset-jade-50:focus {
    --tw-ring-offset-color: #D9F6FB !important;
  }

  .\33xl\:focus\:ring-offset-jade-500:focus {
    --tw-ring-offset-color: #DEF7FC !important;
  }

  .\33xl\:focus\:ring-offset-jade-900:focus {
    --tw-ring-offset-color: #EEFCFE !important;
  }

  .\33xl\:focus\:ring-offset-cerulean:focus {
    --tw-ring-offset-color: #D3EAEF !important;
  }

  .\33xl\:focus\:ring-offset-evergreen:focus {
    --tw-ring-offset-color: #6DBE4D !important;
  }

  .\33xl\:focus\:ring-offset-admiral:focus {
    --tw-ring-offset-color: #2377BE !important;
  }

  .\33xl\:focus\:ring-offset-denim:focus {
    --tw-ring-offset-color: #37A5DD !important;
  }

  .\33xl\:focus\:ring-offset-laurel:focus {
    --tw-ring-offset-color: #6CBE51 !important;
  }

  .\33xl\:focus\:ring-offset-Dpink1:focus {
    --tw-ring-offset-color: #E74F77 !important;
  }

  .\33xl\:focus\:ring-offset-Dblue1:focus {
    --tw-ring-offset-color: #42A6B8 !important;
  }

  .\33xl\:focus\:ring-offset-Dblue2:focus {
    --tw-ring-offset-color: #225258 !important;
  }

  .\33xl\:focus\:ring-offset-Pgray:focus {
    --tw-ring-offset-color: #f4f4f4 !important;
  }

  .\33xl\:focus\:ring-offset-Metblue1:focus {
    --tw-ring-offset-color: #4BB5D4 !important;
  }

  .\33xl\:focus\:ring-offset-MetBlue2:focus {
    --tw-ring-offset-color: #205B87 !important;
  }

  .\33xl\:focus\:ring-offset-MetBlueGrid1:focus {
    --tw-ring-offset-color: #2DB5D4 !important;
  }

  .\33xl\:focus\:ring-offset-MetBlueGrid2:focus {
    --tw-ring-offset-color: #2569B8 !important;
  }

  .\33xl\:focus\:ring-offset-MetBlueGrid3:focus {
    --tw-ring-offset-color: #42ABBB !important;
  }

  .\33xl\:focus\:ring-offset-MetBlueLast:focus {
    --tw-ring-offset-color: #2569B9 !important;
  }

  .\33xl\:focus\:ring-offset-Metwhite:focus {
    --tw-ring-offset-color: #F5F5F5 !important;
  }

  .\33xl\:focus\:ring-offset-Pkorange1:focus {
    --tw-ring-offset-color: #D85F2A !important;
  }

  .\33xl\:focus\:ring-offset-Pkorange2:focus {
    --tw-ring-offset-color: #FC4300 !important;
  }

  .\33xl\:focus\:ring-offset-BvpBlue:focus {
    --tw-ring-offset-color: #1292A9 !important;
  }

  .\33xl\:focus\:ring-offset-BvpPine:focus {
    --tw-ring-offset-color: #9BE4C7 !important;
  }

  .\33xl\:focus\:ring-offset-BvpBlue2:focus {
    --tw-ring-offset-color: #1B5A90 !important;
  }

  .\33xl\:focus\:ring-offset-BvpGreen:focus {
    --tw-ring-offset-color: #159F6E !important;
  }

  .\33xl\:focus\:ring-offset-Pkblue-100:focus {
    --tw-ring-offset-color: #212E60 !important;
  }

  .\33xl\:focus\:ring-offset-Pkblue-200:focus {
    --tw-ring-offset-color: #003184 !important;
  }

  .\33xl\:focus\:ring-offset-Pkblue-300:focus {
    --tw-ring-offset-color: #004284 !important;
  }

  .\33xl\:focus\:ring-offset-BpurpleText:focus {
    --tw-ring-offset-color: #465784 !important;
  }

  .\33xl\:focus\:ring-offset-BpurpleText2:focus {
    --tw-ring-offset-color: #56087A !important;
  }

  .\33xl\:focus\:ring-offset-BgradYellow:focus {
    --tw-ring-offset-color: #E49D41 !important;
  }

  .\33xl\:focus\:ring-offset-Bgradpurple1:focus {
    --tw-ring-offset-color: #AD6498 !important;
  }

  .\33xl\:focus\:ring-offset-Bpink:focus {
    --tw-ring-offset-color: #B33C86 !important;
  }

  .\33xl\:focus\:ring-offset-Bpink2:focus {
    --tw-ring-offset-color: #E9CBDA !important;
  }

  .\33xl\:focus\:ring-offset-Bgradpurple2:focus {
    --tw-ring-offset-color: #3B80A8 !important;
  }

  .\33xl\:focus\:ring-offset-Bgradpink:focus {
    --tw-ring-offset-color: #B03780 !important;
  }

  .\33xl\:focus\:ring-offset-Bgradwhite:focus {
    --tw-ring-offset-color: #CDB8CC !important;
  }

  .\33xl\:focus\:ring-offset-BBlue1:focus {
    --tw-ring-offset-color: #455780 !important;
  }

  .\33xl\:focus\:ring-offset-BpinkContainer:focus {
    --tw-ring-offset-color: #C8549C !important;
  }

  .\33xl\:focus\:ring-offset-Cpinkcover:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:focus\:ring-offset-bannerText:focus {
    --tw-ring-offset-color: #970022 !important;
  }

  .\33xl\:focus\:ring-offset-fondoWhite:focus {
    --tw-ring-offset-color: #E6E6E6 !important;
  }

  .\33xl\:focus\:ring-offset-bgGrid:focus {
    --tw-ring-offset-color: #872944 !important;
  }

  .\33xl\:focus\:ring-offset-cisYellow:focus {
    --tw-ring-offset-color: #EBBC54 !important;
  }

  .\33xl\:focus\:ring-offset-cisPink:focus {
    --tw-ring-offset-color: #E23A6B !important;
  }

  .\33xl\:focus\:ring-offset-footer:focus {
    --tw-ring-offset-color: #333333 !important;
  }

  .\33xl\:focus\:ring-offset-cisGray:focus {
    --tw-ring-offset-color: #666666 !important;
  }

  .\33xl\:focus\:ring-offset-cisCarm:focus {
    --tw-ring-offset-color: #A62D53 !important;
  }

  .\33xl\:focus\:ring-offset-cisgrad1:focus {
    --tw-ring-offset-color: #DA3A6B !important;
  }

  .\33xl\:focus\:ring-offset-cisgrad2:focus {
    --tw-ring-offset-color: #EAB755 !important;
  }

  .\33xl\:focus\:ring-offset-cisgrad3:focus {
    --tw-ring-offset-color: #881F4A !important;
  }

  .\33xl\:focus\:ring-offset-cisgrad4:focus {
    --tw-ring-offset-color: #D7206C !important;
  }

  .\33xl\:focus\:ring-offset-doxYellow:focus {
    --tw-ring-offset-color: #F6EA32 !important;
  }

  .\33xl\:focus\:ring-offset-doxGreenM:focus {
    --tw-ring-offset-color: #6EB556 !important;
  }

  .\33xl\:focus\:ring-offset-doxGreenS:focus {
    --tw-ring-offset-color: #A1D15C !important;
  }

  .\33xl\:focus\:ring-offset-doxGreenR:focus {
    --tw-ring-offset-color: #009144 !important;
  }

  .\33xl\:focus\:ring-offset-doxGreenT:focus {
    --tw-ring-offset-color: #009933 !important;
  }

  .\33xl\:focus\:ring-offset-doxGrayS:focus {
    --tw-ring-offset-color: #DADDE5 !important;
  }

  .\33xl\:focus\:ring-offset-doxGrayE:focus {
    --tw-ring-offset-color: #EEEFF4 !important;
  }

  .\33xl\:focus\:ring-offset-dxmgreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\33xl\:focus\:ring-offset-dxmGreen:focus {
    --tw-ring-offset-color: #1E8344 !important;
  }

  .\33xl\:focus\:ring-offset-dxmsquare:focus {
    --tw-ring-offset-color: #71AA62 !important;
  }

  .\33xl\:focus\:ring-offset-dxmText:focus {
    --tw-ring-offset-color: #6FB444 !important;
  }

  .\33xl\:focus\:ring-offset-dxmbacksquare:focus {
    --tw-ring-offset-color: #57AE56 !important;
  }

  .\33xl\:focus\:ring-offset-dxmTitle:focus {
    --tw-ring-offset-color: #0D6E39 !important;
  }

  .\33xl\:focus\:ring-offset-dxmFtBG:focus {
    --tw-ring-offset-color: #4D4D4D !important;
  }

  .\33xl\:focus\:ring-offset-green1:focus {
    --tw-ring-offset-color: #5e9e3f !important;
  }

  .\33xl\:focus\:ring-offset-green2:focus {
    --tw-ring-offset-color: #95c255 !important;
  }

  .\33xl\:focus\:ring-offset-green3:focus {
    --tw-ring-offset-color: #18b6c9 !important;
  }

  .\33xl\:focus\:ring-offset-green4:focus {
    --tw-ring-offset-color: #1c8c69 !important;
  }

  .\33xl\:focus\:ring-offset-dcnMain:focus {
    --tw-ring-offset-color: #F32735 !important;
  }

  .\33xl\:focus\:ring-offset-dcnbl:focus {
    --tw-ring-offset-color: #0075C9 !important;
  }

  .\33xl\:focus\:ring-offset-dcnsText:focus {
    --tw-ring-offset-color: #00507E !important;
  }

  .\33xl\:focus\:ring-offset-dcnsRed:focus {
    --tw-ring-offset-color: #B22024 !important;
  }

  .\33xl\:focus\:ring-offset-dmxPurple:focus {
    --tw-ring-offset-color: #6D348A !important;
  }

  .\33xl\:focus\:ring-offset-dmxBlue:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .\33xl\:focus\:ring-offset-dmxSquare:focus {
    --tw-ring-offset-color: #C5B9CF !important;
  }

  .\33xl\:focus\:ring-offset-bgmecanismo:focus {
    --tw-ring-offset-color: #B7A8C4 !important;
  }

  .\33xl\:focus\:ring-offset-dmxGreen:focus {
    --tw-ring-offset-color: #009494 !important;
  }

  .\33xl\:focus\:ring-offset-dmxText:focus {
    --tw-ring-offset-color: #592C80 !important;
  }

  .\33xl\:focus\:ring-offset-dmxgray:focus {
    --tw-ring-offset-color: #BBB1C4 !important;
  }

  .\33xl\:focus\:ring-offset-bvGray:focus {
    --tw-ring-offset-color: #323232 !important;
  }

  .\33xl\:focus\:ring-offset-bvBlue:focus {
    --tw-ring-offset-color: #C9ECF3 !important;
  }

  .\33xl\:focus\:ring-offset-bVGreen:focus {
    --tw-ring-offset-color: #115472 !important;
  }

  .\33xl\:focus\:ring-offset-bvMint:focus {
    --tw-ring-offset-color: #71B800 !important;
  }

  .\33xl\:focus\:ring-offset-bvCadetBlue:focus {
    --tw-ring-offset-color: #0D4880 !important;
  }

  .\33xl\:focus\:ring-offset-bvPuntos:focus {
    --tw-ring-offset-color: #1F8CA4 !important;
  }

  .\33xl\:focus\:ring-offset-bvSlime:focus {
    --tw-ring-offset-color: #52AD1D !important;
  }

  .\33xl\:focus\:ring-offset-bvSky:focus {
    --tw-ring-offset-color: #2EC4D2 !important;
  }

  .\33xl\:focus\:ring-offset-ash:focus {
    --tw-ring-offset-color: #4B5563 !important;
  }

  .\33xl\:focus\:ring-offset-sky:focus {
    --tw-ring-offset-color: #f4fafd !important;
  }

  .\33xl\:focus\:ring-offset-blueHepa:focus {
    --tw-ring-offset-color: #00A0AF !important;
  }

  .\33xl\:focus\:ring-offset-zomig-orange-1:focus {
    --tw-ring-offset-color: #EF8000 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-1:focus {
    --tw-ring-offset-color: #005797 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-2:focus {
    --tw-ring-offset-color: #004E80 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-3:focus {
    --tw-ring-offset-color: #00A2D6 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-4:focus {
    --tw-ring-offset-color: #005285 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-5:focus {
    --tw-ring-offset-color: #004D80 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-6:focus {
    --tw-ring-offset-color: #005588 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-7:focus {
    --tw-ring-offset-color: #00A5D9 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-blue-8:focus {
    --tw-ring-offset-color: #003E69 !important;
  }

  .\33xl\:focus\:ring-offset-zomig-gray-1:focus {
    --tw-ring-offset-color: #CDCDCE !important;
  }

  .\33xl\:focus\:ring-offset-zomig-gray-2:focus {
    --tw-ring-offset-color: #C9C9CB !important;
  }

  .\33xl\:focus\:ring-offset-nebido-0:focus {
    --tw-ring-offset-color: #EAEAEA !important;
  }

  .\33xl\:focus\:ring-offset-nebido-1:focus {
    --tw-ring-offset-color: #B9CED8 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-2:focus {
    --tw-ring-offset-color: #EEF2F5 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-200:focus {
    --tw-ring-offset-color: #d3dee4 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-300:focus {
    --tw-ring-offset-color: #bdced6 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-400:focus {
    --tw-ring-offset-color: #81a1af !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-500:focus {
    --tw-ring-offset-color: #618696 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-600:focus {
    --tw-ring-offset-color: #4c6c7d !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-700:focus {
    --tw-ring-offset-color: #3f5865 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-800:focus {
    --tw-ring-offset-color: #374b55 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-900:focus {
    --tw-ring-offset-color: #314049 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-950:focus {
    --tw-ring-offset-color: #212a30 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-loblolly-1000:focus {
    --tw-ring-offset-color: #D0D4D6 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-50:focus {
    --tw-ring-offset-color: #fef9ec !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-100:focus {
    --tw-ring-offset-color: #fbeeca !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-200:focus {
    --tw-ring-offset-color: #f7dc90 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-300:focus {
    --tw-ring-offset-color: #f3c356 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-400:focus {
    --tw-ring-offset-color: #f0ab2a !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-500:focus {
    --tw-ring-offset-color: #e98c17 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-600:focus {
    --tw-ring-offset-color: #cf6910 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-700:focus {
    --tw-ring-offset-color: #ac4911 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-800:focus {
    --tw-ring-offset-color: #8b3a15 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-900:focus {
    --tw-ring-offset-color: #732f14 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-fuel-yellow-950:focus {
    --tw-ring-offset-color: #421706 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-50:focus {
    --tw-ring-offset-color: #f5f6f6 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-100:focus {
    --tw-ring-offset-color: #e6e7e7 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-200:focus {
    --tw-ring-offset-color: #cfd1d2 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-300:focus {
    --tw-ring-offset-color: #aeb1b2 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-400:focus {
    --tw-ring-offset-color: #85898b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-500:focus {
    --tw-ring-offset-color: #6a6e70 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-600:focus {
    --tw-ring-offset-color: #5a5e60 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-700:focus {
    --tw-ring-offset-color: #4d4f51 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-800:focus {
    --tw-ring-offset-color: #444646 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-900:focus {
    --tw-ring-offset-color: #3b3c3e !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mine-shaft-950:focus {
    --tw-ring-offset-color: #292a2b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-50:focus {
    --tw-ring-offset-color: #f8f8f8 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-100:focus {
    --tw-ring-offset-color: #e8e8e8 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-200:focus {
    --tw-ring-offset-color: #dcdcdc !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-300:focus {
    --tw-ring-offset-color: #bdbdbd !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-400:focus {
    --tw-ring-offset-color: #989898 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-500:focus {
    --tw-ring-offset-color: #7c7c7c !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-600:focus {
    --tw-ring-offset-color: #656565 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-700:focus {
    --tw-ring-offset-color: #525252 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-800:focus {
    --tw-ring-offset-color: #464646 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-900:focus {
    --tw-ring-offset-color: #3d3d3d !important;
  }

  .\33xl\:focus\:ring-offset-nebido-mercury-950:focus {
    --tw-ring-offset-color: #292929 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-50:focus {
    --tw-ring-offset-color: #f6f8f9 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-100:focus {
    --tw-ring-offset-color: #eceff1 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-200:focus {
    --tw-ring-offset-color: #d6dde1 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-300:focus {
    --tw-ring-offset-color: #b2c0c7 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-400:focus {
    --tw-ring-offset-color: #889ea8 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-500:focus {
    --tw-ring-offset-color: #6a828d !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-600:focus {
    --tw-ring-offset-color: #556a74 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-700:focus {
    --tw-ring-offset-color: #45565f !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-800:focus {
    --tw-ring-offset-color: #3c4950 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-900:focus {
    --tw-ring-offset-color: #353f45 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-porcelain-950:focus {
    --tw-ring-offset-color: #232a2e !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-50:focus {
    --tw-ring-offset-color: #f5f8fa !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-100:focus {
    --tw-ring-offset-color: #ebf0f3 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-200:focus {
    --tw-ring-offset-color: #d2dfe5 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-300:focus {
    --tw-ring-offset-color: #b9cfd7 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-400:focus {
    --tw-ring-offset-color: #7da6b3 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-500:focus {
    --tw-ring-offset-color: #5c8b9b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-600:focus {
    --tw-ring-offset-color: #487081 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-700:focus {
    --tw-ring-offset-color: #3b5c69 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-800:focus {
    --tw-ring-offset-color: #344d58 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-900:focus {
    --tw-ring-offset-color: #2f434b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-jungle-mist-950:focus {
    --tw-ring-offset-color: #1f2b32 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-50:focus {
    --tw-ring-offset-color: #f5f5f6 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-100:focus {
    --tw-ring-offset-color: #e6e6e7 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-200:focus {
    --tw-ring-offset-color: #d0cfd2 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-300:focus {
    --tw-ring-offset-color: #afaeb2 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-400:focus {
    --tw-ring-offset-color: #86858b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-500:focus {
    --tw-ring-offset-color: #68676c !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-600:focus {
    --tw-ring-offset-color: #5c5b5f !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-700:focus {
    --tw-ring-offset-color: #4e4d51 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-800:focus {
    --tw-ring-offset-color: #444446 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-900:focus {
    --tw-ring-offset-color: #3c3c3d !important;
  }

  .\33xl\:focus\:ring-offset-nebido-dove-gray-950:focus {
    --tw-ring-offset-color: #262527 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-50:focus {
    --tw-ring-offset-color: #fffeea !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-100:focus {
    --tw-ring-offset-color: #fff9c5 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-200:focus {
    --tw-ring-offset-color: #fff385 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-300:focus {
    --tw-ring-offset-color: #ffe646 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-400:focus {
    --tw-ring-offset-color: #ffd61b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-500:focus {
    --tw-ring-offset-color: #ffb500 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-600:focus {
    --tw-ring-offset-color: #e28a00 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-700:focus {
    --tw-ring-offset-color: #bb6102 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-800:focus {
    --tw-ring-offset-color: #984b08 !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-900:focus {
    --tw-ring-offset-color: #7c3d0b !important;
  }

  .\33xl\:focus\:ring-offset-nebido-my-sin-950:focus {
    --tw-ring-offset-color: #481f00 !important;
  }

  .\33xl\:focus\:ring-offset-thepink:focus {
    --tw-ring-offset-color: #d52f89 !important;
  }

  .\33xl\:focus\:ring-offset-darkpink:focus {
    --tw-ring-offset-color: #91005d !important;
  }

  .\33xl\:focus\:ring-offset-bluegreen:focus {
    --tw-ring-offset-color: #00a0af !important;
  }

  .\33xl\:focus\:ring-offset-beyond-green-1:focus {
    --tw-ring-offset-color: #01A059 !important;
  }

  .\33xl\:filter {
    --tw-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/) !important;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  }

  .\33xl\:filter-none {
    filter: none !important;
  }

  .\33xl\:blur-0 {
    --tw-blur: blur(0) !important;
  }

  .\33xl\:blur-none {
    --tw-blur: blur(0) !important;
  }

  .\33xl\:blur-sm {
    --tw-blur: blur(4px) !important;
  }

  .\33xl\:blur {
    --tw-blur: blur(8px) !important;
  }

  .\33xl\:blur-md {
    --tw-blur: blur(12px) !important;
  }

  .\33xl\:blur-lg {
    --tw-blur: blur(16px) !important;
  }

  .\33xl\:blur-xl {
    --tw-blur: blur(24px) !important;
  }

  .\33xl\:blur-2xl {
    --tw-blur: blur(40px) !important;
  }

  .\33xl\:blur-3xl {
    --tw-blur: blur(64px) !important;
  }

  .\33xl\:brightness-0 {
    --tw-brightness: brightness(0) !important;
  }

  .\33xl\:brightness-50 {
    --tw-brightness: brightness(.5) !important;
  }

  .\33xl\:brightness-75 {
    --tw-brightness: brightness(.75) !important;
  }

  .\33xl\:brightness-90 {
    --tw-brightness: brightness(.9) !important;
  }

  .\33xl\:brightness-95 {
    --tw-brightness: brightness(.95) !important;
  }

  .\33xl\:brightness-100 {
    --tw-brightness: brightness(1) !important;
  }

  .\33xl\:brightness-105 {
    --tw-brightness: brightness(1.05) !important;
  }

  .\33xl\:brightness-110 {
    --tw-brightness: brightness(1.1) !important;
  }

  .\33xl\:brightness-125 {
    --tw-brightness: brightness(1.25) !important;
  }

  .\33xl\:brightness-150 {
    --tw-brightness: brightness(1.5) !important;
  }

  .\33xl\:brightness-200 {
    --tw-brightness: brightness(2) !important;
  }

  .\33xl\:contrast-0 {
    --tw-contrast: contrast(0) !important;
  }

  .\33xl\:contrast-50 {
    --tw-contrast: contrast(.5) !important;
  }

  .\33xl\:contrast-75 {
    --tw-contrast: contrast(.75) !important;
  }

  .\33xl\:contrast-100 {
    --tw-contrast: contrast(1) !important;
  }

  .\33xl\:contrast-125 {
    --tw-contrast: contrast(1.25) !important;
  }

  .\33xl\:contrast-150 {
    --tw-contrast: contrast(1.5) !important;
  }

  .\33xl\:contrast-200 {
    --tw-contrast: contrast(2) !important;
  }

  .\33xl\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)) !important;
  }

  .\33xl\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06)) !important;
  }

  .\33xl\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !important;
  }

  .\33xl\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
  }

  .\33xl\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08)) !important;
  }

  .\33xl\:drop-shadow-2xl {
    --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15)) !important;
  }

  .\33xl\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000) !important;
  }

  .\33xl\:grayscale-0 {
    --tw-grayscale: grayscale(0) !important;
  }

  .\33xl\:grayscale {
    --tw-grayscale: grayscale(100%) !important;
  }

  .\33xl\:hue-rotate-0 {
    --tw-hue-rotate: hue-rotate(0deg) !important;
  }

  .\33xl\:hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(15deg) !important;
  }

  .\33xl\:hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(30deg) !important;
  }

  .\33xl\:hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(60deg) !important;
  }

  .\33xl\:hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(90deg) !important;
  }

  .\33xl\:hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(180deg) !important;
  }

  .\33xl\:-hue-rotate-180 {
    --tw-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\33xl\:-hue-rotate-90 {
    --tw-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\33xl\:-hue-rotate-60 {
    --tw-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\33xl\:-hue-rotate-30 {
    --tw-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\33xl\:-hue-rotate-15 {
    --tw-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\33xl\:invert-0 {
    --tw-invert: invert(0) !important;
  }

  .\33xl\:invert {
    --tw-invert: invert(100%) !important;
  }

  .\33xl\:saturate-0 {
    --tw-saturate: saturate(0) !important;
  }

  .\33xl\:saturate-50 {
    --tw-saturate: saturate(.5) !important;
  }

  .\33xl\:saturate-100 {
    --tw-saturate: saturate(1) !important;
  }

  .\33xl\:saturate-150 {
    --tw-saturate: saturate(1.5) !important;
  }

  .\33xl\:saturate-200 {
    --tw-saturate: saturate(2) !important;
  }

  .\33xl\:sepia-0 {
    --tw-sepia: sepia(0) !important;
  }

  .\33xl\:sepia {
    --tw-sepia: sepia(100%) !important;
  }

  .\33xl\:backdrop-filter {
    --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/) !important;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) !important;
  }

  .\33xl\:backdrop-filter-none {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
  }

  .\33xl\:backdrop-blur-0 {
    --tw-backdrop-blur: blur(0) !important;
  }

  .\33xl\:backdrop-blur-none {
    --tw-backdrop-blur: blur(0) !important;
  }

  .\33xl\:backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px) !important;
  }

  .\33xl\:backdrop-blur {
    --tw-backdrop-blur: blur(8px) !important;
  }

  .\33xl\:backdrop-blur-md {
    --tw-backdrop-blur: blur(12px) !important;
  }

  .\33xl\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px) !important;
  }

  .\33xl\:backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px) !important;
  }

  .\33xl\:backdrop-blur-2xl {
    --tw-backdrop-blur: blur(40px) !important;
  }

  .\33xl\:backdrop-blur-3xl {
    --tw-backdrop-blur: blur(64px) !important;
  }

  .\33xl\:backdrop-brightness-0 {
    --tw-backdrop-brightness: brightness(0) !important;
  }

  .\33xl\:backdrop-brightness-50 {
    --tw-backdrop-brightness: brightness(.5) !important;
  }

  .\33xl\:backdrop-brightness-75 {
    --tw-backdrop-brightness: brightness(.75) !important;
  }

  .\33xl\:backdrop-brightness-90 {
    --tw-backdrop-brightness: brightness(.9) !important;
  }

  .\33xl\:backdrop-brightness-95 {
    --tw-backdrop-brightness: brightness(.95) !important;
  }

  .\33xl\:backdrop-brightness-100 {
    --tw-backdrop-brightness: brightness(1) !important;
  }

  .\33xl\:backdrop-brightness-105 {
    --tw-backdrop-brightness: brightness(1.05) !important;
  }

  .\33xl\:backdrop-brightness-110 {
    --tw-backdrop-brightness: brightness(1.1) !important;
  }

  .\33xl\:backdrop-brightness-125 {
    --tw-backdrop-brightness: brightness(1.25) !important;
  }

  .\33xl\:backdrop-brightness-150 {
    --tw-backdrop-brightness: brightness(1.5) !important;
  }

  .\33xl\:backdrop-brightness-200 {
    --tw-backdrop-brightness: brightness(2) !important;
  }

  .\33xl\:backdrop-contrast-0 {
    --tw-backdrop-contrast: contrast(0) !important;
  }

  .\33xl\:backdrop-contrast-50 {
    --tw-backdrop-contrast: contrast(.5) !important;
  }

  .\33xl\:backdrop-contrast-75 {
    --tw-backdrop-contrast: contrast(.75) !important;
  }

  .\33xl\:backdrop-contrast-100 {
    --tw-backdrop-contrast: contrast(1) !important;
  }

  .\33xl\:backdrop-contrast-125 {
    --tw-backdrop-contrast: contrast(1.25) !important;
  }

  .\33xl\:backdrop-contrast-150 {
    --tw-backdrop-contrast: contrast(1.5) !important;
  }

  .\33xl\:backdrop-contrast-200 {
    --tw-backdrop-contrast: contrast(2) !important;
  }

  .\33xl\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0) !important;
  }

  .\33xl\:backdrop-grayscale {
    --tw-backdrop-grayscale: grayscale(100%) !important;
  }

  .\33xl\:backdrop-hue-rotate-0 {
    --tw-backdrop-hue-rotate: hue-rotate(0deg) !important;
  }

  .\33xl\:backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(15deg) !important;
  }

  .\33xl\:backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(30deg) !important;
  }

  .\33xl\:backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(60deg) !important;
  }

  .\33xl\:backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(90deg) !important;
  }

  .\33xl\:backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(180deg) !important;
  }

  .\33xl\:-backdrop-hue-rotate-180 {
    --tw-backdrop-hue-rotate: hue-rotate(-180deg) !important;
  }

  .\33xl\:-backdrop-hue-rotate-90 {
    --tw-backdrop-hue-rotate: hue-rotate(-90deg) !important;
  }

  .\33xl\:-backdrop-hue-rotate-60 {
    --tw-backdrop-hue-rotate: hue-rotate(-60deg) !important;
  }

  .\33xl\:-backdrop-hue-rotate-30 {
    --tw-backdrop-hue-rotate: hue-rotate(-30deg) !important;
  }

  .\33xl\:-backdrop-hue-rotate-15 {
    --tw-backdrop-hue-rotate: hue-rotate(-15deg) !important;
  }

  .\33xl\:backdrop-invert-0 {
    --tw-backdrop-invert: invert(0) !important;
  }

  .\33xl\:backdrop-invert {
    --tw-backdrop-invert: invert(100%) !important;
  }

  .\33xl\:backdrop-opacity-0 {
    --tw-backdrop-opacity: opacity(0) !important;
  }

  .\33xl\:backdrop-opacity-5 {
    --tw-backdrop-opacity: opacity(0.05) !important;
  }

  .\33xl\:backdrop-opacity-10 {
    --tw-backdrop-opacity: opacity(0.1) !important;
  }

  .\33xl\:backdrop-opacity-20 {
    --tw-backdrop-opacity: opacity(0.2) !important;
  }

  .\33xl\:backdrop-opacity-25 {
    --tw-backdrop-opacity: opacity(0.25) !important;
  }

  .\33xl\:backdrop-opacity-30 {
    --tw-backdrop-opacity: opacity(0.3) !important;
  }

  .\33xl\:backdrop-opacity-40 {
    --tw-backdrop-opacity: opacity(0.4) !important;
  }

  .\33xl\:backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(0.5) !important;
  }

  .\33xl\:backdrop-opacity-60 {
    --tw-backdrop-opacity: opacity(0.6) !important;
  }

  .\33xl\:backdrop-opacity-70 {
    --tw-backdrop-opacity: opacity(0.7) !important;
  }

  .\33xl\:backdrop-opacity-75 {
    --tw-backdrop-opacity: opacity(0.75) !important;
  }

  .\33xl\:backdrop-opacity-80 {
    --tw-backdrop-opacity: opacity(0.8) !important;
  }

  .\33xl\:backdrop-opacity-90 {
    --tw-backdrop-opacity: opacity(0.9) !important;
  }

  .\33xl\:backdrop-opacity-95 {
    --tw-backdrop-opacity: opacity(0.95) !important;
  }

  .\33xl\:backdrop-opacity-100 {
    --tw-backdrop-opacity: opacity(1) !important;
  }

  .\33xl\:backdrop-saturate-0 {
    --tw-backdrop-saturate: saturate(0) !important;
  }

  .\33xl\:backdrop-saturate-50 {
    --tw-backdrop-saturate: saturate(.5) !important;
  }

  .\33xl\:backdrop-saturate-100 {
    --tw-backdrop-saturate: saturate(1) !important;
  }

  .\33xl\:backdrop-saturate-150 {
    --tw-backdrop-saturate: saturate(1.5) !important;
  }

  .\33xl\:backdrop-saturate-200 {
    --tw-backdrop-saturate: saturate(2) !important;
  }

  .\33xl\:backdrop-sepia-0 {
    --tw-backdrop-sepia: sepia(0) !important;
  }

  .\33xl\:backdrop-sepia {
    --tw-backdrop-sepia: sepia(100%) !important;
  }

  .\33xl\:transition-none {
    transition-property: none !important;
  }

  .\33xl\:transition-all {
    transition-property: all !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\33xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\33xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\33xl\:transition-opacity {
    transition-property: opacity !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\33xl\:transition-shadow {
    transition-property: box-shadow !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\33xl\:transition-transform {
    transition-property: transform !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
  }

  .\33xl\:delay-75 {
    transition-delay: 75ms !important;
  }

  .\33xl\:delay-100 {
    transition-delay: 100ms !important;
  }

  .\33xl\:delay-150 {
    transition-delay: 150ms !important;
  }

  .\33xl\:delay-200 {
    transition-delay: 200ms !important;
  }

  .\33xl\:delay-300 {
    transition-delay: 300ms !important;
  }

  .\33xl\:delay-500 {
    transition-delay: 500ms !important;
  }

  .\33xl\:delay-700 {
    transition-delay: 700ms !important;
  }

  .\33xl\:delay-1000 {
    transition-delay: 1000ms !important;
  }

  .\33xl\:duration-75 {
    transition-duration: 75ms !important;
  }

  .\33xl\:duration-100 {
    transition-duration: 100ms !important;
  }

  .\33xl\:duration-150 {
    transition-duration: 150ms !important;
  }

  .\33xl\:duration-200 {
    transition-duration: 200ms !important;
  }

  .\33xl\:duration-300 {
    transition-duration: 300ms !important;
  }

  .\33xl\:duration-500 {
    transition-duration: 500ms !important;
  }

  .\33xl\:duration-700 {
    transition-duration: 700ms !important;
  }

  .\33xl\:duration-1000 {
    transition-duration: 1000ms !important;
  }

  .\33xl\:ease-linear {
    transition-timing-function: linear !important;
  }

  .\33xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .\33xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .\33xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}
